![]() |
VR-Forces 4.0.4 Class Documentation
|
class DtEvalEntDestroyed: More...

Public Member Functions | |
| DtEvalEntAltitude () | |
| constructor | |
| virtual | ~DtEvalEntAltitude () |
| destructor | |
| DtEvalEntAltitude (const DtEvalEntAltitude &orig) | |
| copy constructor | |
| DtEvalEntAltitude & | operator= (const DtEvalEntAltitude &orig) |
| assignment operator | |
| virtual DtEvaluator * | clone () |
| clone operator | |
| virtual bool | evaluate (DtSimCondExpr *condExpr, const DtString &echelonId, DtSimManager *simManager) const |
| | |
Static Public Member Functions | |
| static DtEvaluator * | creator () |
| Returns a newly created DtEvalEntAltitude. | |
class DtEvalEntDestroyed:
Instances of DtEvalEntDestroyed are used to perform the evaluation for a DtCeEntDestroyed conditional expression.
constructor
| virtual DtEvalEntAltitude::~DtEvalEntAltitude | ( | ) | [virtual] |
destructor
| DtEvalEntAltitude::DtEvalEntAltitude | ( | const DtEvalEntAltitude & | orig | ) |
copy constructor
| DtEvalEntAltitude& DtEvalEntAltitude::operator= | ( | const DtEvalEntAltitude & | orig | ) |
assignment operator
| virtual DtEvaluator* DtEvalEntAltitude::clone | ( | ) | [virtual] |
clone operator
Implements DtEvaluator.
| virtual bool DtEvalEntAltitude::evaluate | ( | DtSimCondExpr * | condExpr, |
| const DtString & | echelonId, | ||
| DtSimManager * | simManager | ||
| ) | const [virtual] |
The condExpr passed in must be of type DtCeEntAltitude. Checks to see if the entity in the DtCeEntAltitude expression is above or below the specified altitude. If it has, returns true. If the modifier flag in the DtCeEntAltitude expression is true, expands the test to return DtTrue if the entity and/or any of its subordinates have met the condition.
Implements DtEvaluator.
| static DtEvaluator* DtEvalEntAltitude::creator | ( | ) | [static] |
Returns a newly created DtEvalEntAltitude.