15 namespace vrfAddConditionalExample
static DtEvaluator * creator()
virtual DtEvaluator * clone()
clone operator
MyEvaluator & operator=(const MyEvaluator &orig)
class DtEvalSimulationObject:
Definition: evalSimulationObject.h:19
Definition: northEvaluator.h:17
virtual bool evaluate(DtSimCondExpr *condExpr, DtLocalObject *owner, const DtSimulationServices *simManager, const DtPlan *plan=0) const
Evaluate the conditional expression for the entity, and return the current result. The plan is supplied for variable substituion.
class DtEvaluator:
Definition: evaluator.h:35
class DtPlan:
Definition: plan.h:92
DtSimCondExpr is an abstract base class representing various Conditional Expressions used by the Plan...
Definition: simCondExpr.h:53
Central access point of all non-object-specific the services and managers that are available for use ...
Definition: simulationServices.h:94
A locally simulated VRF object. Holds all internal and external data for the object, and provides access to both the current frame and next frame state data for the object. All current frame data is read-only, and next-frame data can be written to. No thread safety guarantees are made on this object during the simulation frame and it should only be accessed by the thread that is simulating the object.
Definition: localObject.h:86