|
|
virtual Data * | getProperty (const Matrix &matrix) |
| |
|
virtual Output * | createOutput () |
| |
| | OperatorKernel (const std::string &type, const std::string &package, const Version &version, const std::vector< const Parameter *> ¶meters, const OperatorProperties &properties=OperatorProperties()) |
| |
| | OperatorKernel (const std::string &type, const std::string &package, const Version &version, const std::vector< const Input *> &inputs, const std::vector< const Output *> &outputs, const std::vector< const Parameter *> ¶meters, const OperatorProperties &properties=OperatorProperties()) |
| |
| | OperatorKernel (const std::string &type, const std::string &package, const runtime::Version &version, const std::vector< const Input * > &inputs, const std::vector< const Output * > &outputs, const OperatorProperties &properties=OperatorProperties()) |
| |
| | OperatorKernel (const std::string &type, const std::string &package, const Version &version, const OperatorProperties &properties=OperatorProperties()) |
| |
| virtual void | initialize (const std::vector< const Input *> &inputs, const std::vector< const Output *> &outputs, const std::vector< const Parameter *> ¶meters) |
| |
| Parameter & | parameter (const unsigned int id) |
| |
|
| enum | DataId { INPUT,
PROPERTY
} |
| |
§ clone()
Returns a copy of the operator, i.e. a object of the same type is allocated and returned. The current status of the operator is not reproduced.
Implements stromx::runtime::OperatorKernel.
The documentation for this class was generated from the following files:
- stromx/runtime/IsEmpty.h
- stromx/runtime/IsEmpty.cpp