![]() |
VR-Forces 4.10 Class Documentation
|
The signaler object for the DtHeightMapManager class. More...

Public Member Functions | |
| virtual | ~DtHeightMapManagerSignaler () |
| DTOR. More... | |
Public Member Functions inherited from makVrv::DtVirtualBaseClass | |
| DtVirtualBaseClass () | |
| Do nothing constructor. More... | |
| virtual | ~DtVirtualBaseClass () |
| Virtual do nothing destructor. More... | |
Static Public Member Functions | |
| static DtHeightMapManagerSignaler & | instance (DtDe &) |
| Get the global instance for this signaler. More... | |
Public Attributes | |
| boost::signalslib::signal < void(DtHeightMapManager &manager)> | signal_heightMapChanged |
| Emitted when the height map changes. More... | |
| boost::signalslib::signal< void()> | signal_cameraChanged |
| Emitted when an associated camera has changed. More... | |
| boost::signalslib::signal < void(DtHeightMapManager &manager, const osg::State *state, const osg::Camera *camera)> | signal_syncHeightMapToGpu |
| emitted when height map should be synced to gpu More... | |
Protected Member Functions | |
| DtHeightMapManagerSignaler () | |
Private Member Functions | |
| DtHeightMapManagerSignaler (const DtHeightMapManagerSignaler &other)=delete | |
| Copy Constructor not implemented – Copy Not Allowed. More... | |
| DtHeightMapManagerSignaler & | operator= (const DtHeightMapManagerSignaler &other)=delete |
| Assignment Operator Not implemented – Assignment Not Allowed. More... | |
The signaler object for the DtHeightMapManager class.
|
virtual |
DTOR.
|
privatedelete |
Copy Constructor not implemented – Copy Not Allowed.
|
protected |
|
static |
Get the global instance for this signaler.
|
privatedelete |
Assignment Operator Not implemented – Assignment Not Allowed.
| boost::signalslib::signal<void(DtHeightMapManager& manager)> makVrv::DtHeightMapManagerSignaler::signal_heightMapChanged |
Emitted when the height map changes.
| boost::signalslib::signal<void()> makVrv::DtHeightMapManagerSignaler::signal_cameraChanged |
Emitted when an associated camera has changed.
| boost::signalslib::signal<void(DtHeightMapManager& manager, const osg::State* state, const osg::Camera* camera)> makVrv::DtHeightMapManagerSignaler::signal_syncHeightMapToGpu |
emitted when height map should be synced to gpu