![]() |
stromx
0.8.0
|
Abstract registry of operator and data objects. More...
#include <Registry.h>
Public Member Functions | |
| virtual void | registerOperator (const OperatorKernel *const op)=0 |
| virtual void | registerData (const Data *data)=0 |
Abstract registry of operator and data objects.
|
pure virtual |
Registers a data object with the registry. The registry assumes ownership of data.
Implemented in stromx::runtime::Factory.
|
pure virtual |
Registers an operator kernel with the registry. The registry assumes ownership of op.
Implemented in stromx::runtime::Factory.
1.8.12