Classes | |
| struct | CompoundNameLayer |
Public Member Functions | |
| CompositeLayer () | |
| CompositeLayer (const CompositeLayer &compositeLayer, const osg::CopyOp ©op=osg::CopyOp::SHALLOW_COPY) | |
| Copy constructor using CopyOp to manage deep vs shallow copy. | |
| META_Object (osgTerrain, CompositeLayer) | |
| void | clear () |
| void | setSetName (const std::string &setname) |
| const std::string & | getSetName () const |
| void | setSetName (unsigned int i, const std::string &setname) |
| const std::string & | getSetName (unsigned int i) const |
| void | setFileName (unsigned int i, const std::string &filename) |
| const std::string & | getFileName (unsigned int i) const |
| void | setCompoundName (unsigned int i, const std::string &compoundname) |
| std::string | getCompoundName (unsigned int i) const |
| void | setLayer (unsigned int i, Layer *layer) |
| Layer * | getLayer (unsigned int i) |
| const Layer * | getLayer (unsigned int i) const |
| void | addLayer (const std::string &compoundname) |
| void | addLayer (const std::string &setname, const std::string &filename) |
| void | addLayer (Layer *layer) |
| void | removeLayer (unsigned int i) |
| unsigned int | getNumLayers () const |
Protected Types | |
| typedef std::vector < CompoundNameLayer > | Layers |
Protected Member Functions | |
| virtual | ~CompositeLayer () |
Protected Attributes | |
| Layers | _layers |
typedef std::vector< CompoundNameLayer > osgTerrain::CompositeLayer::Layers [protected] |
| osgTerrain::CompositeLayer::CompositeLayer | ( | ) |
| osgTerrain::CompositeLayer::CompositeLayer | ( | const CompositeLayer & | compositeLayer, | |
| const osg::CopyOp & | copyop = osg::CopyOp::SHALLOW_COPY | |||
| ) |
Copy constructor using CopyOp to manage deep vs shallow copy.
| virtual osgTerrain::CompositeLayer::~CompositeLayer | ( | ) | [inline, protected, virtual] |
| void osgTerrain::CompositeLayer::addLayer | ( | Layer * | layer | ) | [inline] |
References osgTerrain::Layer::getFileName(), and osg::Object::getName().
| void osgTerrain::CompositeLayer::addLayer | ( | const std::string & | setname, | |
| const std::string & | filename | |||
| ) |
| void osgTerrain::CompositeLayer::addLayer | ( | const std::string & | compoundname | ) |
| void osgTerrain::CompositeLayer::clear | ( | ) |
| std::string osgTerrain::CompositeLayer::getCompoundName | ( | unsigned int | i | ) | const |
| const std::string& osgTerrain::CompositeLayer::getFileName | ( | unsigned int | i | ) | const [inline] |
| const Layer* osgTerrain::CompositeLayer::getLayer | ( | unsigned int | i | ) | const [inline] |
| Layer* osgTerrain::CompositeLayer::getLayer | ( | unsigned int | i | ) | [inline] |
| unsigned int osgTerrain::CompositeLayer::getNumLayers | ( | ) | const [inline] |
| const std::string& osgTerrain::CompositeLayer::getSetName | ( | unsigned int | i | ) | const [inline] |
| const std::string& osgTerrain::CompositeLayer::getSetName | ( | ) | const [inline] |
Reimplemented from osgTerrain::Layer.
| osgTerrain::CompositeLayer::META_Object | ( | osgTerrain | , | |
| CompositeLayer | ||||
| ) |
| void osgTerrain::CompositeLayer::removeLayer | ( | unsigned int | i | ) | [inline] |
| void osgTerrain::CompositeLayer::setCompoundName | ( | unsigned int | i, | |
| const std::string & | compoundname | |||
| ) |
| void osgTerrain::CompositeLayer::setFileName | ( | unsigned int | i, | |
| const std::string & | filename | |||
| ) | [inline] |
| void osgTerrain::CompositeLayer::setLayer | ( | unsigned int | i, | |
| Layer * | layer | |||
| ) | [inline] |
| void osgTerrain::CompositeLayer::setSetName | ( | unsigned int | i, | |
| const std::string & | setname | |||
| ) | [inline] |
| void osgTerrain::CompositeLayer::setSetName | ( | const std::string & | setname | ) | [inline] |
Reimplemented from osgTerrain::Layer.
Layers osgTerrain::CompositeLayer::_layers [protected] |
| Generated at Sat May 14 08:21:22 2011 for the OpenSceneGraph by doxygen 1.5.9. |