MeVisLab Toolbox Reference
|
Class to manage an output connection for a Module module. More...
#include <mlConnectors.h>
Public Member Functions | |
OutputConnector (Module &module, MLint index) | |
Constructor: Create output image connection for module module and output index index . More... | |
virtual | ~OutputConnector () |
Destructor: Destroys this and disconnects connections from all InputConnectors. More... | |
Module & | getModule () const |
Returns the module to which this connector belongs to. More... | |
MLint | getIndex () const |
Returns the output index of of this connector on the Module. More... | |
MLint | getNumConnectors () const |
Returns the number of connected InputConnectors. More... | |
InputConnector * | getConnector (MLint i) const |
Returns the InputConnector with index i . More... | |
PagedImage & | getImage () |
Returns the paged image of this connector. More... | |
Friends | |
class | InputConnector |
Permits accesses of inputConnector to this (OutputConnector). More... | |
Class to manage an output connection for a Module module.
One or more instances of this connector type belong to the Module module thisOp. The number of OutputConnector instances define the number of output images of thisOp. Each instance represents an output image of the Module module and represents the connection with one or more InputConnectors of other Module modules.
Definition at line 46 of file mlConnectors.h.
Constructor: Create output image connection for module module
and output index index
.
|
virtual |
Destructor: Destroys this and disconnects connections from all InputConnectors.
InputConnector* ml::OutputConnector::getConnector | ( | MLint | i | ) | const |
Returns the InputConnector with index i
.
PagedImage& ml::OutputConnector::getImage | ( | ) |
Returns the paged image of this connector.
MLint ml::OutputConnector::getIndex | ( | ) | const |
Returns the output index of of this connector on the Module.
Module& ml::OutputConnector::getModule | ( | ) | const |
Returns the module to which this connector belongs to.
MLint ml::OutputConnector::getNumConnectors | ( | ) | const |
Returns the number of connected InputConnectors.
|
friend |
Permits accesses of inputConnector to this (OutputConnector).
Definition at line 108 of file mlConnectors.h.