![]() |
|
A class that fully represents a connection between two VdfNodes. More...
#include <connection.h>
Public Member Functions | |
| VdfConnection (VdfOutput &output, const VdfMask &mask, VdfInput &input) | |
| const VdfNode & | GetSourceNode () const |
| Returns the source (ie. output) node for this connection. | |
| VdfNode & | GetSourceNode () |
| Returns the source (ie. output) node for this connection. | |
| const VdfNode & | GetTargetNode () const |
| Returns the target (ie. input) node for this connection. | |
| VdfNode & | GetTargetNode () |
| Returns the target (ie. input) node for this connection. | |
| const VdfOutput & | GetSourceOutput () const |
| Returns the output (ie. source) for this connection. | |
| VdfOutput & | GetSourceOutput () |
| Returns the output (ie. source) for this connection. | |
| VdfOutput & | GetNonConstSourceOutput () const |
| Returns the output (ie. source) for this connection. | |
| VdfMaskedOutput | GetSourceMaskedOutput () const |
| Return the masked output (ie. source) for this connection. | |
| const VdfInput & | GetTargetInput () const |
| Returns the input connector (ie. target) for this connection. | |
| VdfInput & | GetTargetInput () |
| Returns the input connector (ie. target) for this connection. | |
| const VdfMask & | GetMask () const |
| Returns the mask for this connection. | |
| VDF_API std::string | GetDebugName () const |
| Returns a debug string for this connection. | |
A class that fully represents a connection between two VdfNodes.
Definition at line 29 of file connection.h.
|
inline |
Definition at line 33 of file connection.h.
| VDF_API std::string GetDebugName | ( | ) | const |
Returns a debug string for this connection.
|
inline |
Returns the mask for this connection.
Definition at line 99 of file connection.h.
|
inline |
Returns the output (ie. source) for this connection.
Definition at line 76 of file connection.h.
|
inline |
Return the masked output (ie. source) for this connection.
Definition at line 82 of file connection.h.
|
inline |
Returns the source (ie. output) node for this connection.
Definition at line 45 of file connection.h.
|
inline |
Returns the source (ie. output) node for this connection.
Definition at line 39 of file connection.h.
|
inline |
Returns the output (ie. source) for this connection.
Definition at line 69 of file connection.h.
|
inline |
Returns the output (ie. source) for this connection.
Definition at line 63 of file connection.h.
|
inline |
Returns the input connector (ie. target) for this connection.
Definition at line 93 of file connection.h.
|
inline |
Returns the input connector (ie. target) for this connection.
Definition at line 87 of file connection.h.
|
inline |
Returns the target (ie. input) node for this connection.
Definition at line 57 of file connection.h.
|
inline |
Returns the target (ie. input) node for this connection.
Definition at line 51 of file connection.h.