DtStreamingSpeedTreeFeatureCallback is a data broker callback that will create speedtrees for an osgEarth-created feature layer subgraph.
More...
|
| virtual void | onLayerLoaded (const osgEarth::MapNode *mapNode, osgEarth::Layer *layer) |
| |
| virtual void | onDataPreMerge (const osgEarth::Map *map, const osgEarth::Layer *layer, osg::Node *newNode) |
| | Important: This is usually run in the background paging thread so all functions that this calls MUST be thread safe. More...
|
| |
| virtual void | onDataLoaded (const osgEarth::Map *map, const osgEarth::Layer *layer, const osg::Node *data) |
| | Called after new data has been added to the scene graph. More...
|
| |
| virtual const std::string & | instanceClassName () const |
| | Get the class type for this particular instance of the Callback derrived class. More...
|
| |
| virtual void | onDataUnloaded (const osgEarth::Map *map, const osgEarth::Layer *layer, const osg::Node *oldData) |
| |
| virtual float | callbackOrder () |
| | used to specify an order that the callbacks should run. More...
|
| |
| DtIndirectFadeParameters | parseFadeParametersForLayer (const osgEarth::MapNode *mapNode, osgEarth::Layer *layer) |
| |
DtStreamingSpeedTreeFeatureCallback is a data broker callback that will create speedtrees for an osgEarth-created feature layer subgraph.
| virtual makVrv::DtStreamingSpeedTreeFeatureCallback::~DtStreamingSpeedTreeFeatureCallback |
( |
| ) |
|
|
protectedvirtual |
Copy Constructor not implemented – Copy Not Allowed.
Assignment Operator Not implemented – Assignment Not Allowed.
| virtual void makVrv::DtStreamingSpeedTreeFeatureCallback::onLayerLoaded |
( |
const osgEarth::MapNode * |
mapNode, |
|
|
osgEarth::Layer * |
layer |
|
) |
| |
|
virtual |
| virtual void makVrv::DtStreamingSpeedTreeFeatureCallback::onDataPreMerge |
( |
const osgEarth::Map * |
map, |
|
|
const osgEarth::Layer * |
layer, |
|
|
osg::Node * |
newNode |
|
) |
| |
|
virtual |
| virtual void makVrv::DtStreamingSpeedTreeFeatureCallback::onDataLoaded |
( |
const osgEarth::Map * |
map, |
|
|
const osgEarth::Layer * |
layer, |
|
|
const osg::Node * |
data |
|
) |
| |
|
virtual |
| virtual const std::string& makVrv::DtStreamingSpeedTreeFeatureCallback::instanceClassName |
( |
| ) |
const |
|
virtual |
| static const std::string& makVrv::DtStreamingSpeedTreeFeatureCallback::className |
( |
| ) |
|
|
static |
| const std::string makVrv::DtStreamingSpeedTreeFeatureCallback::theClassName |
|
staticprotected |
The documentation for this class was generated from the following file: