47 virtual const char*
type()
const;
64 static void moveToCallback (
DtSimMessage* msg,
void* user);
77 static void objectAboutToBeRemovedCallback(
const DtVrfObject* obj,
void* usr);
78 virtual void processObjectAboutToBeRemoved(
const DtVrfObject* obj);
#define DT_DLL_vrfmodel
This file is used to determine how to build.
Definition: vrfmodelDefines.h:24
DtSurfaceEntityMoveToController is a controller that models the movement of a surface entity to a spe...
Definition: surfaceEntityMoveToController.h:29
DtVrfObject is used to represent any type of simulated object (entities, aggregate, control objects) in a VR-Forces application.
Definition: vrfObject.h:215
DtVector myControlPointLastLocation
Stores last known location of the waypoint.
Definition: surfaceEntityMoveToController.h:115
virtual void clearTask()
Calls down to the base class and then calls allowDeactivation() on mySurfaceControlPortGroup.
const DtVrfObject * myControlPoint
Pointer to the target waypoint.
Definition: surfaceEntityMoveToController.h:113
A readable, writable type whose name is the name of a component and that has a list of component name...
Definition: componentDescriptor.h:42
Definition: readerWriterRegistry.h:39
//! DtSurfaceEntityMoveToLocationController is a controller that models the movement of a surface ent...
Definition: surfaceEntityMoveToLocationController.h:28
File: simMsg.h.
Definition: simMessage.h:35
static DtSimComponent * creator(const DtString &name, DtVrfObject *owner, DtSimManager *simManager, DtComponentDescriptor *desc=0, DtReaderWriterRegistry *parentRegistry=0)
virtual bool setupControlPoint()
Every tick, this makes sure the destination is taken from current data.
const DtSurfaceEntityMoveToLocationController & operator=(const DtSurfaceEntityMoveToLocationController &orig)
assignment operator; not implemented
The DtSimComponent class is the base class for the entire simulation model component hierarchy...
Definition: simComponent.h:67
The simulation engine is controlled by a single,top-level class called the Simulation Manager...
Definition: simManager.h:102
virtual void registerTaskMsgCallbacks()
Registers interest in move to location tasks by calling addTaskProcessorCallback moveToLocationCallba...
virtual const char * type() const
Returns a string identifies the class type of component.