Ocean
|
This class is the base class for all initializers that are provided for a single frame only. More...
#include <Initializer1.h>
Protected Member Functions | |
Initializer1 (Layer &layer) | |
Creates a new initializer object. | |
![]() | |
Initializer (Layer &layer) | |
Creates a new initializer object. | |
![]() | |
Operator () | |
Creates a new operator object. | |
Operator (const Operator &object)=delete | |
Disabled copy constructor. | |
Operator & | operator= (const Operator &object)=delete |
Disabled copy operator. | |
Additional Inherited Members | |
![]() | |
virtual bool | invoke (Worker *worker=nullptr) const =0 |
Invokes the initializer. | |
![]() | |
virtual | ~Operator ()=default |
Destructs the object. | |
![]() | |
Layer & | layer_ |
Synthesis layer that has to be initialized. | |
This class is the base class for all initializers that are provided for a single frame only.
The resulting mapping starts and ends in the same frame.
|
inlineprotected |
Creates a new initializer object.
layer | The layer for that the initial mapping has to be provided |