![]() |
VR-Forces Developer's Guide
|
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.

Public Member Functions | |
| DtEvalEntIdentficationLevel () | |
| virtual | ~DtEvalEntIdentficationLevel () override |
| DtEvalEntIdentficationLevel (const DtEvalEntIdentficationLevel &orig) | |
| DtEvalEntIdentficationLevel & | operator= (const DtEvalEntIdentficationLevel &orig) |
| virtual DtEvaluator * | clone () override |
| virtual bool | evaluate (DtSimCondExpr *condExpr, DtLocalObject *owner, const DtSimulationServices *simManager, const DtPlan *=0) const override |
Public Member Functions inherited from DtEvalSimulationObject | |
| DtEvalSimulationObject () | |
| virtual | ~DtEvalSimulationObject () override |
| DtEvalSimulationObject (const DtEvalSimulationObject &orig) | |
| DtEvalSimulationObject & | operator= (const DtEvalSimulationObject &orig) |
| virtual const DtUUID & | simulationObject (const DtSimCondExpr *condExpr) const override |
Public Member Functions inherited from DtEvaluator | |
| DtEvaluator () | |
| virtual | ~DtEvaluator () |
| DtEvaluator (const DtEvaluator &orig) | |
| DtEvaluator & | operator= (const DtEvaluator &orig) |
Static Public Member Functions | |
| static DtEvaluator * | creator () |
Static Public Member Functions inherited from DtEvaluator | |
| static void | setFactory (DtEvaluatorFactory *factory) |
| static DtEvaluatorFactory * | factory () |
| static void | addEvaluatorCreatorFcn (const int intType, DtEvaluatorCreatorFcn fcn) |
Additional Inherited Members | |
Protected Member Functions inherited from DtEvalSimulationObject | |
| virtual const DtUUID & | initializeObjectToCheck (const DtSimCondExpr *condExpr, const DtUUID &baseUUID, const DtPlan *plan) const |
Protected Attributes inherited from DtEvalSimulationObject | |
| DtUUID | mySimulationObject |
| DtUUID | myObjectToCheck |
Static Protected Attributes inherited from DtEvaluator | |
| static DtEvaluatorFactory * | theFactory |
| DtEvalEntIdentficationLevel::DtEvalEntIdentficationLevel | ( | ) |
constructor
|
overridevirtual |
destructor
| DtEvalEntIdentficationLevel::DtEvalEntIdentficationLevel | ( | const DtEvalEntIdentficationLevel & | orig | ) |
copy constructor
| DtEvalEntIdentficationLevel& DtEvalEntIdentficationLevel::operator= | ( | const DtEvalEntIdentficationLevel & | orig | ) |
assignment operator
|
overridevirtual |
clone operator
Implements DtEvaluator.
|
overridevirtual |
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 |
Returns a newly created DtEvalEntIdentficationLevel.