13#ifndef ML_CONNECTORS_H
14#define ML_CONNECTORS_H
105 std::vector <InputConnector*> _inLinkList;
Module & getModule() const
Returns the module to which this connector belongs to.
virtual ~OutputConnector()
Destructor: Destroys this and disconnects connections from all InputConnectors.
PagedImage & getImage()
Returns the paged image of this connector.
OutputConnector(Module &module, MLint index)
MLint getIndex() const
Returns the output index of of this connector on the Module.
friend class InputConnector
Permits accesses of inputConnector to this (OutputConnector).
InputConnector * getConnector(MLint i) const
Returns the InputConnector with index i.
MLint getNumConnectors() const
Returns the number of connected InputConnectors.
#define MLEXPORT
Code it as import symbol if compiled elsewhere.