9 #pragma message ("Warning: The Header vrfObject.h and DtVrfObject class have been deprecated as of VRF 4.X please use DtLocalObject for the object controlled by the entity and DtSimObjectReference when referencing non controlled object instead. See developer documentation for details. #define ALLOW_VRF4API 1 to remove this warning.")
13 #warning The Header vrfObject.h and DtVrfObject class have been deprecated as of VRF 4.X please use DtLocalObject for the object controlled by the entity and DtSimObjectReference when referencing non controlled object instead. See developer documentation for details. #define ALLOW_VRF4API 1 to remove this warning.
The DtSimObjectReference is a shared pointer that can be used amongst many object for access to the u...
Definition: simObjectReference.h:26
DtLocalObject DtVrfObject
Definition: vrfObject.h:21
Contains the DtSimObjectReference class declaration.
DtSimObjectReference DtSharedVrfObjectReference
Definition: vrfObject.h:22
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