![]() |
VR-Forces 4.0.4 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. | |
Static Public Member Functions | |
| static DtEvaluator * | creator () |
| virtual vrfAddConditionalExample::MyEvaluator::~MyEvaluator | ( | ) | [virtual] |
| vrfAddConditionalExample::MyEvaluator::MyEvaluator | ( | const MyEvaluator & | orig | ) |
| MyEvaluator& vrfAddConditionalExample::MyEvaluator::operator= | ( | const MyEvaluator & | orig | ) |
| virtual DtEvaluator* vrfAddConditionalExample::MyEvaluator::clone | ( | ) | [virtual] |
clone operator
Implements DtEvaluator.
| virtual bool vrfAddConditionalExample::MyEvaluator::evaluate | ( | DtSimCondExpr * | condExpr, |
| const DtString & | objectName, | ||
| DtSimManager * | simManager | ||
| ) | const [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 DtEvaluator* vrfAddConditionalExample::MyEvaluator::creator | ( | ) | [static] |