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

Public Member Functions | |
| DtEvalSimTime () | |
| constructor | |
| virtual | ~DtEvalSimTime () |
| destructor | |
| DtEvalSimTime (const DtEvalSimTime &orig) | |
| copy constructor | |
| DtEvalSimTime & | operator= (const DtEvalSimTime &orig) |
| assignment operator | |
| virtual DtEvaluator * | clone () |
| clone operator | |
| virtual bool | evaluate (DtSimCondExpr *condExpr, const DtString &echelonId, DtSimManager *simManager) const |
| Evaluates the conditional expression which must be of type DtCeSimTime. | |
Static Public Member Functions | |
| static DtEvaluator * | creator () |
| Returns a newly created DtEvalSimTime. | |
constructor
| virtual DtEvalSimTime::~DtEvalSimTime | ( | ) | [virtual] |
destructor
| DtEvalSimTime::DtEvalSimTime | ( | const DtEvalSimTime & | orig | ) |
copy constructor
| DtEvalSimTime& DtEvalSimTime::operator= | ( | const DtEvalSimTime & | orig | ) |
assignment operator
| virtual DtEvaluator* DtEvalSimTime::clone | ( | ) | [virtual] |
clone operator
Implements DtEvaluator.
| virtual bool DtEvalSimTime::evaluate | ( | DtSimCondExpr * | condExpr, |
| const DtString & | echelonId, | ||
| DtSimManager * | simManager | ||
| ) | const [virtual] |
Evaluates the conditional expression which must be of type DtCeSimTime.
Compares the time in the conditional expression with the current time using the operator from the expression.
Implements DtEvaluator.
| static DtEvaluator* DtEvalSimTime::creator | ( | ) | [static] |
Returns a newly created DtEvalSimTime.