![]() |
VR-Forces 4.8 Class Documentation
|
DtOsgEarthDynamicTerrainInstaller is a data broker callback that will raise signals for terrain page in and page out when OSG Earth feature model pages whose feature name match those registered to this broker ("dynamicTerrainInstaller") page in or out. More...

Public Member Functions | |
| virtual void | onLayerLoaded (const osgEarth::MapNode *mapNode, osgEarth::Layer *layer) |
| Invoked by the broker when the layer is first loaded. More... | |
| virtual void | onDataPreMerge (const osgEarth::Map *map, const osgEarth::Layer *layer, osg::Node *data) |
| Invoked by the broker from the pager thread before new data is added to the scenegraph. More... | |
| virtual void | onDataLoaded (const osgEarth::Map *map, const osgEarth::Layer *layer, const osg::Node *data) |
| Invoked by the broker when new data arrives. More... | |
| virtual void | onDataUnloaded (const osgEarth::Map *map, const osgEarth::Layer *layer, const osg::Node *oldData) |
| Invoked by the broker when data pages out. More... | |
| virtual float | callbackOrder () |
| used to specify an order that the callbacks should run. More... | |
| virtual const std::string & | instanceClassName () const |
| Get the class type for this particular instance of the Callback derrived class. More... | |
Public Member Functions inherited from makVrv::DtOsgEarthFeatureDataBroker::Callback | |
| DtIndirectFadeParameters | parseFadeParametersForLayer (const osgEarth::MapNode *mapNode, osgEarth::Layer *layer) |
Static Public Member Functions | |
| static const std::string & | className () |
| Get the class name (used to register with the DtOsgEarthFeatureDataBroker. More... | |
Protected Member Functions | |
| DtOsgEarthDynamicTerrainInstaller (DtDe &de) | |
| Constructor. More... | |
| virtual | ~DtOsgEarthDynamicTerrainInstaller () |
| Virtual DTOR. More... | |
Protected Attributes | |
| DtDe & | myDe |
| DtTerrainPageSignaler & | myTerrainPageSignaler |
Static Protected Attributes | |
| static const std::string | theClassName |
Private Member Functions | |
| DtOsgEarthDynamicTerrainInstaller () | |
| Unimplemented default CTOR. More... | |
| DtOsgEarthDynamicTerrainInstaller (DtOsgEarthDynamicTerrainInstaller &orig) | |
| Unimplemented Copy CTOR. More... | |
| DtOsgEarthDynamicTerrainInstaller & | operator= (const DtOsgEarthDynamicTerrainInstaller &) |
| Unimplemented assignment operator. More... | |
Friends | |
| class | DtOsgEarthDynamicTerrainInstallerCreator |
| friend creator since it is the only thing that should create a DtOsgEarthDynamicTerrainInstaller More... | |
Additional Inherited Members | |
Static Protected Member Functions inherited from makVrv::DtOsgEarthFeatureDataBroker::Callback | |
| static bool | isModelLayer (const osgEarth::Layer *layer) |
DtOsgEarthDynamicTerrainInstaller is a data broker callback that will raise signals for terrain page in and page out when OSG Earth feature model pages whose feature name match those registered to this broker ("dynamicTerrainInstaller") page in or out.
See appData/importConfig/registrant_feature_list.csv for current registrations (or to add new ones).
|
protected |
Constructor.
|
protectedvirtual |
Virtual DTOR.
|
private |
Unimplemented default CTOR.
|
private |
Unimplemented Copy CTOR.
|
private |
Unimplemented assignment operator.
|
virtual |
Invoked by the broker when the layer is first loaded.
Implements makVrv::DtOsgEarthFeatureDataBroker::Callback.
|
virtual |
Invoked by the broker from the pager thread before new data is added to the scenegraph.
Implements makVrv::DtOsgEarthFeatureDataBroker::Callback.
|
virtual |
Invoked by the broker when new data arrives.
Implements makVrv::DtOsgEarthFeatureDataBroker::Callback.
|
virtual |
Invoked by the broker when data pages out.
Reimplemented from makVrv::DtOsgEarthFeatureDataBroker::Callback.
|
virtual |
used to specify an order that the callbacks should run.
Defaults to 1.0; lower callbacks are run first. This needs to run after the indirect feature callback so we are using an order of 5 (indirect is using the default of 1.0)
Reimplemented from makVrv::DtOsgEarthFeatureDataBroker::Callback.
|
virtual |
Get the class type for this particular instance of the Callback derrived class.
Implements makVrv::DtOsgEarthFeatureDataBroker::Callback.
|
static |
Get the class name (used to register with the DtOsgEarthFeatureDataBroker.
|
friend |
friend creator since it is the only thing that should create a DtOsgEarthDynamicTerrainInstaller
|
staticprotected |
|
protected |
|
protected |