A VdfInput is used to connect a VdfNode to one or more VdfNodes' outputs.
More...
#include <input.h>
A VdfInput is used to connect a VdfNode to one or more VdfNodes' outputs.
Each of the connections is represented by a VdfConnection object that is owned by the VdfInput.
Definition at line 35 of file input.h.
◆ ~VdfInput()
◆ VdfInput()
Constructor.
Creates an empty connector.
Definition at line 48 of file input.h.
◆ GetAssociatedOutput()
| const VdfOutput * GetAssociatedOutput |
( |
| ) |
const |
|
inline |
Returns the output corresponding to this input.
This is only non-NULL for writeable input connectors.
Definition at line 82 of file input.h.
◆ GetConnections()
Returns a list of connections connected to this input.
Definition at line 54 of file input.h.
◆ GetDebugName()
| VDF_API std::string GetDebugName |
( |
| ) |
const |
Returns a descriptive name for this input connector.
◆ GetName()
Returns the name of this input.
Definition at line 94 of file input.h.
◆ GetNode() [1/2]
Returns the non-const owning node for this input connector.
Definition at line 90 of file input.h.
◆ GetNode() [2/2]
Returns the owning node for this input connector.
Definition at line 86 of file input.h.
◆ GetNonConstConnection()
Returns the connection at index, writable.
Definition at line 70 of file input.h.
◆ GetNumConnections()
| size_t GetNumConnections |
( |
| ) |
const |
|
inline |
Returns the number of connections for this input.
Definition at line 58 of file input.h.
◆ GetSpec()
Returns the spec for this input connector.
◆ operator[]()
Returns the connection at index.
Definition at line 64 of file input.h.
◆ VdfIsolatedSubnetwork
◆ VdfNetwork
◆ VdfOutput
The documentation for this class was generated from the following file: