|
| enum | DataId { INPUT,
PROPERTY
} |
| |
|
|
virtual Data * | getProperty (const Matrix &matrix)=0 |
| |
|
virtual Output * | createOutput ()=0 |
| |
| | 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) |
| |
§ execute()
| void stromx::runtime::MatrixPropertyBase::execute |
( |
DataProvider & |
provider | ) |
|
|
virtual |
§ initialize()
| void stromx::runtime::MatrixPropertyBase::initialize |
( |
| ) |
|
|
virtual |
The documentation for this class was generated from the following files: