Public Member Functions | |
| SwitchLayer () | |
| SwitchLayer (const SwitchLayer &switchLayer, const osg::CopyOp ©op=osg::CopyOp::SHALLOW_COPY) | |
| Copy constructor using CopyOp to manage deep vs shallow copy. | |
| META_Object (osgTerrain, SwitchLayer) | |
| void | setActiveLayer (int i) |
| int | getActiveLayer () const |
| virtual osg::Image * | getImage () |
| Return image associated with layer if supported. | |
| virtual const osg::Image * | getImage () const |
| Return const image associated with layer if supported. | |
Protected Member Functions | |
| virtual | ~SwitchLayer () |
Protected Attributes | |
| int | _activeLayer |
| osgTerrain::SwitchLayer::SwitchLayer | ( | ) |
| osgTerrain::SwitchLayer::SwitchLayer | ( | const SwitchLayer & | switchLayer, | |
| const osg::CopyOp & | copyop = osg::CopyOp::SHALLOW_COPY | |||
| ) |
Copy constructor using CopyOp to manage deep vs shallow copy.
| virtual osgTerrain::SwitchLayer::~SwitchLayer | ( | ) | [inline, protected, virtual] |
| int osgTerrain::SwitchLayer::getActiveLayer | ( | ) | const [inline] |
| virtual const osg::Image* osgTerrain::SwitchLayer::getImage | ( | ) | const [inline, virtual] |
| virtual osg::Image* osgTerrain::SwitchLayer::getImage | ( | ) | [inline, virtual] |
| osgTerrain::SwitchLayer::META_Object | ( | osgTerrain | , | |
| SwitchLayer | ||||
| ) |
| void osgTerrain::SwitchLayer::setActiveLayer | ( | int | i | ) | [inline] |
int osgTerrain::SwitchLayer::_activeLayer [protected] |
| Generated at Sat May 14 08:21:22 2011 for the OpenSceneGraph by doxygen 1.5.9. |