Public Member Functions | Public Attributes

MyOp Class Reference

Inheritance diagram for MyOp:
Operator

List of all members.

Public Member Functions

void registerParameters (StateP state)
bool initialize (StateP state)
bool operate (StateP state)
 perform the designated operation

Public Attributes

uint myStopGen_

Detailed Description

Definition at line 187 of file primjeri.cpp.


Member Function Documentation

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!

Returns:
initialization success

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.


The documentation for this class was generated from the following file: