osgEarth 2.1.1
|
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.
{ }
virtual void osgEarth::TerrainDecorator::onUninstall | ( | TerrainEngineNode * | engine | ) | [inline, virtual] |
Reimplemented in osgEarth::OverlayDecorator.
Definition at line 166 of file TerrainEngineNode.
{ }