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

Public Member Functions | |
| DtEvalEntIdentficationLevel () | |
| constructor | |
| virtual | ~DtEvalEntIdentficationLevel () |
| destructor | |
| DtEvalEntIdentficationLevel (const DtEvalEntIdentficationLevel &orig) | |
| copy constructor | |
| DtEvalEntIdentficationLevel & | operator= (const DtEvalEntIdentficationLevel &orig) |
| assignment operator | |
| virtual DtEvaluator * | clone () |
| clone operator | |
| virtual bool | evaluate (DtSimCondExpr *condExpr, const DtString &objectName, DtSimManager *simManager) const |
| | |
Static Public Member Functions | |
| static DtEvaluator * | creator () |
| Returns a newly created DtEvalEntIdentficationLevel. | |
class DtEvalEntIdentficationLevel:
Instances of DtEvalEntIdentficationLevel are used to perform the evaluation for a DtCeCheckEntityIdentficationLevel conditional expression. It tests to see if the entity's identification level has reached the desired level of the conditional.
constructor
| virtual DtEvalEntIdentficationLevel::~DtEvalEntIdentficationLevel | ( | ) | [virtual] |
destructor
| DtEvalEntIdentficationLevel::DtEvalEntIdentficationLevel | ( | const DtEvalEntIdentficationLevel & | orig | ) |
copy constructor
| DtEvalEntIdentficationLevel& DtEvalEntIdentficationLevel::operator= | ( | const DtEvalEntIdentficationLevel & | orig | ) |
assignment operator
| virtual DtEvaluator* DtEvalEntIdentficationLevel::clone | ( | ) | [virtual] |
clone operator
Implements DtEvaluator.
| virtual bool DtEvalEntIdentficationLevel::evaluate | ( | DtSimCondExpr * | condExpr, |
| const DtString & | objectName, | ||
| DtSimManager * | simManager | ||
| ) | const [virtual] |
The condExpr passed in must be of type DtCeCheckEntityIdentficationLevel. Checks to see if the entity in the DtCeCheckEntityIdentficationLevel expression has the identification level given in the DtCeCheckEntityIdentficationLevel conditional expression. If it has, returns true.
Implements DtEvaluator.
| static DtEvaluator* DtEvalEntIdentficationLevel::creator | ( | ) | [static] |
Returns a newly created DtEvalEntIdentficationLevel.