18 #include <osg/ref_ptr>
19 #include <osg/OperationThread>
33 class DtSpeedTreeForestPreCullJob;
34 class DtSpeedTreeForest;
62 static const std::string& theClassName();
73 virtual void setEnableAsyncUpdate(
bool enableAsyncUpdate);
78 virtual void initialize();
Virtual base class. Allows for RTTI and proper virtual destruction. Used by Creators, Factories, Providers, Assemblers and User Interfaces.
Definition: DtVirtualBaseClass.h:19
#define DT_DLL_VRVST
Definition: vrvSt.h:20
Definition: featureContext.h:37
osg::ref_ptr< DtSpeedTreeForestPreCullJob > myPreCullJob
Definition: DtSpeedTreePreCullJobManager.h:81
Contains DLL export macros.
Contains makVrv::DtVirtualBaseClass class.
DtSpeedTreeForest is the SpeedTree implementation of a distributed DtForestObject.
Definition: DtSpeedTreeForest.h:48
DtDe & myDe
Definition: DtSpeedTreePreCullJobManager.h:82
DtSpeedTreePreCullJobManager is a singleton manager for adding the pre cull job and used to control t...
Definition: DtSpeedTreePreCullJobManager.h:39
The DtDe is the core component of any VR-Vantage application. It owns a DtRenderer, DtDeCommunicator, as well as a DtDisplay and other things.
Definition: DtDe.h:70