![]() |
VR-Forces 4.3 Class Documentation
|

Public Member Functions | |
| MyEvaluator () | |
| virtual | ~MyEvaluator () |
| MyEvaluator (const MyEvaluator &orig) | |
| MyEvaluator & | operator= (const MyEvaluator &orig) |
| virtual DtEvaluator * | clone () |
| clone operator | |
| virtual bool | evaluate (DtSimCondExpr *condExpr, const DtString &echelonId, DtSimManager *simManager) const |
| Evaluate the conditional expression for the entity with the given object name, in the context of the given simManager, and return the current result. | |
Public Member Functions inherited from DtEvaluator | |
| DtEvaluator () | |
| constructor - condExpr is the conditional expression to be evaluated. | |
| virtual | ~DtEvaluator () |
| destructor | |
| DtEvaluator (const DtEvaluator &orig) | |
| copy constructor | |
| DtEvaluator & | operator= (const DtEvaluator &orig) |
| assignment operator | |
Static Public Member Functions | |
| static DtEvaluator * | creator () |
Static Public Member Functions inherited from DtEvaluator | |
| static void | setFactory (DtEvaluatorFactory *factory) |
| Set/get the DtEvaluator class factory. | |
| static DtEvaluatorFactory * | factory () |
| static void | addEvaluatorCreatorFcn (const int intType, DtEvaluatorCreatorFcn fcn) |
| Adds a evaluator creator member function to the evaluator factory. | |
Additional Inherited Members | |
Static Protected Attributes inherited from DtEvaluator | |
| static DtEvaluatorFactory * | theFactory |
| vrfAddConditionalExample::MyEvaluator::MyEvaluator | ( | ) |
|
virtual |
| vrfAddConditionalExample::MyEvaluator::MyEvaluator | ( | const MyEvaluator & | orig | ) |
| MyEvaluator& vrfAddConditionalExample::MyEvaluator::operator= | ( | const MyEvaluator & | orig | ) |
|
virtual |
clone operator
Implements DtEvaluator.
|
virtual |
Evaluate the conditional expression for the entity with the given object name, in the context of the given simManager, and return the current result.
Implements DtEvaluator.
|
static |