|
MeVisLab Toolbox Reference
|
#include <mlConnectors.h>
Public Member Functions | |
| OutputConnector (Module &module, MLint index) | |
| virtual | ~OutputConnector () |
| Destructor: Destroys this and disconnects connections from all InputConnectors. | |
| Module & | getModule () const |
| Returns the module to which this connector belongs to. | |
| MLint | getIndex () const |
| Returns the output index of of this connector on the Module. | |
| MLint | getNumConnectors () const |
| Returns the number of connected InputConnectors. | |
| InputConnector * | getConnector (MLint i) const |
Returns the InputConnector with index i. | |
| PagedImage & | getImage () |
| Returns the paged image of this connector. | |
Friends | |
| class | InputConnector |
| Permits accesses of inputConnector to this (OutputConnector). | |
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.
Referenced by getImage().
|
virtual |
Destructor: Destroys this and disconnects connections from all InputConnectors.
| InputConnector * ml::OutputConnector::getConnector | ( | MLint | i | ) | const |
Returns the InputConnector with index i.
References InputConnector.
| PagedImage & ml::OutputConnector::getImage | ( | ) |
Returns the paged image of this connector.
References InputConnector, and OutputConnector().
| 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.
References InputConnector.
Referenced by getConnector(), getImage(), and InputConnector.