![]() |
stromx
0.8.0
|
Identifier of an input connector of an operator. More...
#include <InputConnector.h>
Public Member Functions | |
| InputConnector (const Operator *const op, const unsigned int id) | |
| InputConnector () | |
Public Member Functions inherited from stromx::runtime::Connector | |
| Connector () | |
| const Operator * | op () const |
| unsigned int | id () const |
| bool | valid () const |
| Type | type () const |
Additional Inherited Members | |
Public Types inherited from stromx::runtime::Connector | |
| enum | Type { UNDEFINED, INPUT, OUTPUT } |
Protected Member Functions inherited from stromx::runtime::Connector | |
| Connector (const Type type, const Operator *const op, const unsigned int id) | |
Identifier of an input connector of an operator.
|
inline |
Constructs an input connector which points to the input id of the operator op.
|
inline |
Constructs an invalid input connector.
1.8.12