Vuo
0.5.5
|
Represents a connection from a node's output port to a node's input port.
Public Member Functions | |
VuoCompilerCable (VuoCompilerNode *fromNode, VuoCompilerPort *fromPort, VuoCompilerNode *toNode, VuoCompilerPort *toPort) | |
Creates a cable from fromNode's fromPort to toNode's toPort . | |
string | getGraphvizDeclaration (void) |
Returns a string containing the declaration for this cable as it would appear in a .vuo (Graphviz dot format) file. | |
bool | carriesData (void) |
Returns a boolean indicating whether this cable carries data. | |
![]() | |
VuoBaseDetail (string description, VuoCable *base) | |
Creates a VuoCable detail class. | |
VuoCable * | getBase (void) const |
Returns the VuoCable detail class instance's base class instance. | |
void | setBase (VuoCable *base) |
Sets the VuoCable detail class instance's base class instance. | |
VuoCompilerCable::VuoCompilerCable | ( | VuoCompilerNode * | fromNode, |
VuoCompilerPort * | fromPort, | ||
VuoCompilerNode * | toNode, | ||
VuoCompilerPort * | toPort | ||
) |
Creates a cable from fromNode's
fromPort
to toNode's
toPort
.
bool VuoCompilerCable::carriesData | ( | void | ) |
Returns a boolean indicating whether this cable carries data.
string VuoCompilerCable::getGraphvizDeclaration | ( | void | ) |
Returns a string containing the declaration for this cable as it would appear in a .vuo (Graphviz dot format) file.