42 virtual void setLastWaypointIndex(
int index);
43 virtual int lastWaypointIndex()
const;
#define DT_DLL_vrfmodel
This file is used to determine how to build.
Definition: vrfmodelDefines.h:24
DtEntityRouteTraversalState is a utiltily class that hodls the state associated with an entity moving...
Definition: entityRouteTraversalState.h:24
const DtSimObject * myEntity
Definition: entityRouteTraversalState.h:50
const DtSimObject * myRoute
Definition: entityRouteTraversalState.h:51
DtIteratorDirection myTraversalDirection
Definition: entityRouteTraversalState.h:53
DtIteratorDirection
Definition: iteratorBase.h:23
int myLastWaypointIndex
Definition: entityRouteTraversalState.h:52
Represents a single simulation object in the exercise. Object may be VRF simulation, or non-VRF simulated, and may be simulated by the local sim engine, or by a remote sim engine. Only public (external) state of the object is available. All data is read-only. All access to data of the object is thread safe within the simulation frame.
Definition: simObject.h:80