16 #include "vlutil/vlString.h"
34 virtual DtString creationTypeName()
const;
52 virtual DtString creationTypeName()
const;
Definition: vrfObjectNavInterfaceFactory.h:21
A nav interface is a software component of an object that maintains the object's presence in the navi...
Definition: vrfObjectNavInterface.h:39
Definition: vrfObjectNavInterfaceFactory.h:39
static DtVrfLocalObjectNavInterfaceFactory * theFactory
Definition: vrfObjectNavInterfaceFactory.h:36
static DtVrfSimObjectNavInterfaceFactory * theFactory
Definition: vrfObjectNavInterfaceFactory.h:54
#define DT_DLL_vrfobjcore
This file is used to determine how to build.
Definition: vrfobjcoreDefines.h:24
This template is similar to DtFactoryTemplate, but allows one argument to be passed to the creator fu...
Definition: factoryTemplate.h:96
static DtSingleArgFactoryTemplate< T_CreationObject, T_Key, T_Arg > * create()
Contains the DtSimObjectReference class declaration.
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