Public Member Functions | |
void | registerParameters (StateP state) |
bool | initialize (StateP state) |
bool | operate (StateP state) |
perform the designated operation | |
Public Attributes | |
uint | myStopGen_ |
Definition at line 187 of file primjeri.cpp.
bool MyOp::initialize | ( | StateP | ) | [inline, virtual] |
Perform initialization. Called before Operator::operate. By default, if the return value is false, the operator will not be used!
Reimplemented from Operator.
Definition at line 199 of file primjeri.cpp.
void MyOp::registerParameters | ( | StateP | ) | [inline, virtual] |
Register parameters with the Registry. Called before Operator::initialize.
Reimplemented from Operator.
Definition at line 193 of file primjeri.cpp.