|
HDK
|
This class is a wrapper around a VdfNode. More...
#include <testUtils.h>
Public Member Functions | |
| VDF_API Node & | operator>> (const _NodeInput &rhs) |
| VDF_API _NodeInput | In (const TfToken &inputName, const VdfMask &inputMask) |
| VDF_API _NodeOutput | Output (const TfToken &outputName) |
| template<typename T > | |
| Node & | SetValue (int index, const T &val) |
| operator VdfNode * () | |
| VdfNode * | GetVdfNode () |
| const VdfNode * | GetVdfNode () const |
| VdfOutput * | GetOutput () const |
Friends | |
| class | Network |
| class | _NodeOutput |
This class is a wrapper around a VdfNode.
Definition at line 316 of file testUtils.h.
|
inline |
Definition at line 380 of file testUtils.h.
|
inline |
Definition at line 376 of file testUtils.h.
|
inline |
Definition at line 378 of file testUtils.h.
Returns an input to this node that can be connected to an output.
|
inline |
Returns a pointer to the underlying VdfNode.
Definition at line 374 of file testUtils.h.
Operator used to connect the default output of this node to the input described by rhs.
| VDF_API _NodeOutput VdfTestUtils::Node::Output | ( | const TfToken & | outputName | ) |
Returns an output to this node that can be connected to an input.
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.
|
friend |
Definition at line 389 of file testUtils.h.
Definition at line 388 of file testUtils.h.