Vuo
0.6.0
|
A published output port.
Public Member Functions | |
VuoCompilerPublishedOutputPort (string name, VuoCompilerPort *connectedPort, VuoPort *vuoOutPort) | |
Creates a published port that is not connected to any port in a composition. | |
VuoPort * | getVuoPseudoPort (void) |
Returns the base port belonging to the "vuo.out" pseudo-node and associated with this published port. | |
void | setVuoPseudoPort (VuoPort *port) |
Sets the base port belonging to the "vuo.out" pseudo-node and associated with this published port. | |
![]() | |
set< string > | getConnectedPortIdentifiers (void) |
Returns the identifiers of the internal ports for which this published port is an alias. | |
![]() | |
VuoBaseDetail (string description, VuoPublishedPort *base) | |
Creates a VuoPublishedPort detail class. | |
VuoPublishedPort * | getBase (void) const |
Returns the VuoPublishedPort detail class instance's base class instance. | |
void | setBase (VuoPublishedPort *base) |
Sets the VuoPublishedPort detail class instance's base class instance. | |
Additional Inherited Members | |
![]() | |
VuoCompilerPublishedPort (string name, bool isOutput, const set< VuoCompilerPort * > &connectedPorts=set< VuoCompilerPort * >()) | |
Creates a published port that is not connected to any port in a running composition. | |
VuoCompilerPublishedOutputPort::VuoCompilerPublishedOutputPort | ( | string | name, |
VuoCompilerPort * | connectedPort, | ||
VuoPort * | vuoOutPort | ||
) |
Creates a published port that is not connected to any port in a composition.
|
virtual |
Returns the base port belonging to the "vuo.out" pseudo-node and associated with this published port.
Implements VuoCompilerPublishedPort.
void VuoCompilerPublishedOutputPort::setVuoPseudoPort | ( | VuoPort * | port | ) |
Sets the base port belonging to the "vuo.out" pseudo-node and associated with this published port.