A DtComponentSystem is a collection of DtSimComponents that are associated with each other...
Definition: componentSystem.h:35
class DtSimResourceManager:
Definition: simResourceManager.h:38
#define DT_DLL_vrfobjcore
This file is used to determine how to build.
Definition: vrfobjcoreDefines.h:24
virtual DtSimResourceManager & resourceManager()
DtSimResourceManager * myResouceManager
Definition: topLevelComponentSystem.h:49
A specialized version of DtComponentSystem that is used as the root of the all the systems on a DtLoc...
Definition: topLevelComponentSystem.h:23
Central access point of all non-object-specific the services and managers that are available for use ...
Definition: simulationServices.h:95
Descriptor for a DtComponentSystem. Specified a system being added to an entity. This does not actual...
Definition: componentSystemDescriptor.h:23
DtComponentSystem & operator=(const DtComponentSystem &orig)
Not Implemented.
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