|
HDK
|
#include <UNI_Wire.h>
Inheritance diagram for UNI_ConstWire:Public Member Functions | |
| UNI_PortID | src () const |
| Returns the source end of the wire. More... | |
| UNI_PortID | dst () const |
| Returns the destination end of the wire. More... | |
Public Member Functions inherited from UNI_ConstItem< UNI_WireID > | |
| UNI_ConstItem ()=default | |
| Constructor. More... | |
| UNI_ConstItem (const UNI_ConstGraphHandle &graph_handle, UNI_WireIDid) | |
| UNI_ConstItem (UNI_ConstGraphHandle &&graph_handle, UNI_WireIDid) | |
| Constructor with r-value for the intrusive graph pointer. More... | |
| const UNI_Graph * | graph () const |
| Returns the graph inside which the node lives. More... | |
| UNI_WireID | id () const |
| Returns the ID of the node in the graph. More... | |
| bool | isValid () const |
| operator bool () const | |
Additional Inherited Members | |
Protected Member Functions inherited from UNI_ConstItem< UNI_WireID > | |
| const UNI_ConstGraphHandle & | graphHandle () const |
| Returns the underlying graph handle. More... | |
Definition at line 19 of file UNI_Wire.h.
|
inline |
Returns the destination end of the wire.
Definition at line 30 of file UNI_Wire.h.
|
inline |
Returns the source end of the wire.
Definition at line 26 of file UNI_Wire.h.