UUID is a unique ID wrapper class.
Definition: rwUUID.h:222
DtEvalSimulationObject & operator=(const DtEvalSimulationObject &orig)
assignment operator
Contains the DtCompositePredicate class declaration.
Definition: compositePredicate.h:26
DtVrfObject is used to represent any type of simulated object (entities, aggregate, control objects) in a VR-Forces application.
Definition: vrfObject.h:215
virtual bool evaluate(DtSimCondExpr *condExpr, const DtUUID &entity, DtSimManager *simManager, const DtPlan *plan=0) const =0
Evaluate the conditional expression for the entity in the context of the given simManager, and return the current result.
class DtEvalSimulationObject:
Definition: evalSimulationObject.h:19
virtual DtEvaluator * clone()=0
clone operator
#define DT_DLL_vrfplanmgr
This file is used to determine how to build.
Definition: vrfplanmgrDefines.h:28
class DtEvaluator:
Definition: evaluator.h:31
class DtPlan:
Definition: plan.h:90
DtSimCondExpr is an abstract base class representing various Conditional Expressions used by the Plan...
Definition: simCondExpr.h:49
DtBoost::shared_ptr< const DtManagedObjectList > DtManagedObjectListConstPtr
Typedef for a shared pointer to a const DtOrgViewManagedObjectList.
Definition: managedObjectList.h:31
The simulation engine is controlled by a single,top-level class called the Simulation Manager...
Definition: simManager.h:102
Definition: evalMissileApproachWarning.h:24
DtManagedObjectListConstPtr myOpposingMissilesList
Shared list of opposing force missiles, setup in evaluate()
Definition: evalMissileApproachWarning.h:68