osgEarth 2.1.1
Public Member Functions | Protected Member Functions

KeyNodeFactory Class Reference

Inheritance diagram for KeyNodeFactory:
Collaboration diagram for KeyNodeFactory:

List of all members.

Public Member Functions

virtual osg::Node * createNode (const TileKey &key)=0

Protected Member Functions

 KeyNodeFactory ()

Detailed Description

A scene graph node that holds a terrain tile (as the single child of its osg::Group) and can load subtiles when they come into LOD range.

Definition at line 32 of file KeyNodeFactory.


Constructor & Destructor Documentation

KeyNodeFactory::KeyNodeFactory ( ) [protected]

Definition at line 27 of file KeyNodeFactory.cpp.

{
    //NOP
}

Member Function Documentation

virtual osg::Node* KeyNodeFactory::createNode ( const TileKey key) [pure virtual]

The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines