HOPS
HOPS class reference
|
trampoline for generic data operator More...
#include <MHO_PyOperator.hh>
Public Member Functions | |
virtual bool | Execute () override |
Function Execute. More... | |
virtual bool | Initialize () override |
Function Initialize. More... | |
MHO_Operator () | |
![]() | |
MHO_Operator () | |
virtual | ~MHO_Operator () |
std::string | GetName () const |
Getter for operator name. More... | |
virtual double | Priority () const |
Get the the priority field value. More... | |
void | SetName (std::string name) |
Setter for operator name. More... | |
virtual void | SetPriority (const double &priority) |
Setter for operator priority (determines order of execution within a operator category) More... | |
trampoline for generic data operator
trampoline for unary data operator
|
inlineoverridevirtual |
Function Execute.
Implements hops::MHO_Operator.
|
inlineoverridevirtual |
Function Initialize.
Implements hops::MHO_Operator.
hops::MHO_Operator::MHO_Operator |