![]() |
VR-Forces 4.6 Class Documentation
|
DtOsgLightPointInstaller is a data broker callback that will add light points to terrain patches as they come in from each layer (turn off point lights during the daytime). More...

Public Member Functions | |
| virtual void | onLayerLoaded (const osgEarth::MapNode *mapNode, const osgEarth::ModelLayer *layer) |
| Invoked by the broker when the layer is first loaded. | |
| virtual void | onDataPreMerge (const osgEarth::Map *map, const osgEarth::ModelLayer *layer, osg::Node *data) |
| Important: This is usually run in the background paging thread so all functions that this calls MUST be thread safe. | |
| virtual void | onDataLoaded (const osgEarth::Map *map, const osgEarth::ModelLayer *layer, const osg::Node *data) |
| Invoked by the broker when new data arrives. | |
Public Member Functions inherited from makVrv::DtOsgEarthFeatureDataBroker::Callback | |
| virtual void | onDataUnloaded (const osgEarth::Map *map, const osgEarth::ModelLayer *layer, const osg::Node *oldData) |
Static Public Member Functions | |
| static const char * | className () |
| Get the class name (used to register with the DtOsgEarthFeatureDataBroker. | |
Protected Member Functions | |
| DtOsgEarthLightPointInstaller (DtDe &de, DtOsgTerrainPatchObject &patch) | |
| Constructor. | |
| virtual | ~DtOsgEarthLightPointInstaller () |
| virtual DTOR | |
Protected Attributes | |
| DtDe & | myDe |
| DtOsgTerrainPatchObject & | myPatch |
Static Protected Attributes | |
| static const char * | myClassName |
Friends | |
| class | DtOsgEarthLightPointInstallerCreator |
DtOsgLightPointInstaller is a data broker callback that will add light points to terrain patches as they come in from each layer (turn off point lights during the daytime).
|
protected |
Constructor.
|
inlineprotectedvirtual |
virtual DTOR
|
virtual |
Invoked by the broker when the layer is first loaded.
Implements makVrv::DtOsgEarthFeatureDataBroker::Callback.
|
virtual |
Important: This is usually run in the background paging thread so all functions that this calls MUST be thread safe.
Implements makVrv::DtOsgEarthFeatureDataBroker::Callback.
|
virtual |
Invoked by the broker when new data arrives.
Implements makVrv::DtOsgEarthFeatureDataBroker::Callback.
|
static |
Get the class name (used to register with the DtOsgEarthFeatureDataBroker.
|
friend |
|
staticprotected |
|
protected |
|
protected |