This class is a wrapper around a VdfNode.
More...
#include <testUtils.h>
This class is a wrapper around a VdfNode.
Definition at line 316 of file testUtils.h.
◆ GetOutput()
◆ GetVdfNode() [1/2]
◆ GetVdfNode() [2/2]
| const VdfNode * GetVdfNode |
( |
| ) |
const |
|
inline |
◆ In()
| VDF_API _NodeInput In |
( |
const TfToken & |
inputName, |
|
|
const VdfMask & |
inputMask |
|
) |
| |
Returns an input to this node that can be connected to an output.
◆ operator VdfNode *()
◆ operator>>()
| VDF_API Node & operator>> |
( |
const _NodeInput & |
rhs | ) |
|
Operator used to connect the default output of this node to the input described by rhs.
◆ Output()
| VDF_API _NodeOutput Output |
( |
const TfToken & |
outputName | ) |
|
Returns an output to this node that can be connected to an input.
◆ SetValue()
| Node & SetValue |
( |
int |
index, |
|
|
const T & |
val |
|
) |
| |
|
inline |
Set a value on this node.
Assumes it is an input node.
Note: you'll get a crash if this node isn't an input vector.
Definition at line 367 of file testUtils.h.
◆ _NodeOutput
◆ Network
The documentation for this class was generated from the following file: