23 class DtSpeedTreeForest;
DtSpeedTreeForestSignaler is a signaler for DtSpeedTreeForest changes.
Definition: DtSpeedTreeForestSignaler.h:26
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
Contains DLL export macros.
Contains makVrv::DtVirtualBaseClass class.
boost::signalslib::signal< void(DtSpeedTreeForest &, osg::Node *)> signal_forestCreated
Signal emitted when a forest is created.
Definition: DtSpeedTreeForestSignaler.h:36
boost::signalslib::signal< void(DtSpeedTreeForest &, osg::Node *)> signal_forestToBeDestroyed
Signal emitted when a forest is about to be destroyed.
Definition: DtSpeedTreeForestSignaler.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