![]() |
VR-Forces Developer's Guide
|
class DtEvalEntDestroyed:
Instances of DtEvalEntDestroyed are used to perform the evaluation for a DtCeEntDestroyed conditional expression.

Public Member Functions | |
| DtEvalEntDestroyed () | |
| virtual | ~DtEvalEntDestroyed () override |
| DtEvalEntDestroyed (const DtEvalEntDestroyed &orig) | |
| DtEvalEntDestroyed & | operator= (const DtEvalEntDestroyed &orig) |
| virtual DtEvaluator * | clone () override |
| virtual bool | evaluate (DtSimCondExpr *condExpr, DtLocalObject *owner, const DtSimulationServices *simManager, const DtPlan *) 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 |
| DtEvalEntDestroyed::DtEvalEntDestroyed | ( | ) |
constructor
|
overridevirtual |
destructor
| DtEvalEntDestroyed::DtEvalEntDestroyed | ( | const DtEvalEntDestroyed & | orig | ) |
copy constructor
| DtEvalEntDestroyed& DtEvalEntDestroyed::operator= | ( | const DtEvalEntDestroyed & | orig | ) |
assignment operator
|
overridevirtual |
clone operator
Implements DtEvaluator.
|
overridevirtual |
The condExpr passed in must be of type DtCeEntDestroyed. Checks to see if the entity in the DtCeEntDestroyed expression has been destroyed. If it has, returns true. If the modifier flag in the DtCeEntDestroyed expression is true, expands the test to return DtTrue if the entity and/or any of its subordinates have been destroyed.
Implements DtEvaluator.
|
static |
Returns a newly created DtEvalEntDestroyed.