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 Mon Feb 23 19:51:44 2009 for the OpenSceneGraph by doxygen 1.5.8. |