27 class DtSensorContactLinesModel;
42 virtual void update(
DtTime tNow );
51 virtual void setEnabled(
bool);
54 virtual bool needsUpdate(
DtTime tNow );
57 virtual void slot_sensorContactLinesModelToBeDestroyed(
makVrv::DtModel*);
61 virtual void connectSceneObject();
66 Object() : sceneObject(0), spotReportSceneObject(0), sceneObjectConnections(0), spotReportConnections(0) {};
81 virtual bool findSpotReportFor(
Object&);
UUID is a unique ID wrapper class.
Definition: rwUUID.h:222
voidpf uLong int origin
Definition: ioapi.h:42
An abstract base class for objects that require updates.
Definition: DtTickable.h:26
std::map< std::string, DtSensorInformation > DtSensorInformationMap
Definition: vrfSensorInfoManager.h:58
#define DT_DLL_VRFGUICORE
Contains DLL export macros.
Definition: vrfGuiCore.h:25
DtUniqueID DtElementID
The ElementID is a specific type of unique ID used to represent VR-Vantage uniquely defined elements...
Definition: DtUniqueID.h:23
Class to manage disconnection of boost connections on deletion.
Definition: DtSignalConnectionManager.h:20
unsigned long long DtUniqueID
Definition: DtUniqueID.h:19
Contains the declaration for makVrv::DtTickable.
A DtSceneObject represents an object that can be positioned in the scene by (possibly) attaching it t...
Definition: DtSceneObject.h:41
A model which owns a single model instance.
Definition: DtModel.h:55
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69