|
osgEarth 2.1.1
|
Inheritance diagram for osgEarth::TerrainDecorator:Public Member Functions | |
| virtual void | onInstall (TerrainEngineNode *engine) |
| virtual void | onUninstall (TerrainEngineNode *engine) |
Base class for a node that "decorates" the terrain engine node within a map node.
Definition at line 162 of file TerrainEngineNode.
| virtual void osgEarth::TerrainDecorator::onInstall | ( | TerrainEngineNode * | engine | ) | [inline, virtual] |
Reimplemented in osgEarth::OverlayDecorator.
Definition at line 165 of file TerrainEngineNode.
{ }
Here is the caller graph for this function:| virtual void osgEarth::TerrainDecorator::onUninstall | ( | TerrainEngineNode * | engine | ) | [inline, virtual] |
Reimplemented in osgEarth::OverlayDecorator.
Definition at line 166 of file TerrainEngineNode.
{ }
Here is the caller graph for this function:
1.7.3