Base class for visitors that remove nodes from a scene graph. Subclasses need to fill the mToRemove vector. To use, node->accept(removeVisitor); removeVisitor.remove();.
More...
#include <visitor.hpp>
|
typedef std::vector< std::pair
< osg::Node *, osg::Group * > > | RemoveVec |
|
|
std::vector< std::pair
< osg::Node *, osg::Group * > > | mToRemove |
|
Base class for visitors that remove nodes from a scene graph. Subclasses need to fill the mToRemove vector. To use, node->accept(removeVisitor); removeVisitor.remove();.
SceneUtil::RemoveVisitor::RemoveVisitor |
( |
| ) |
|
|
inline |
void SceneUtil::RemoveVisitor::remove |
( |
| ) |
|
std::vector<std::pair<osg::Node*, osg::Group*> > SceneUtil::RemoveVisitor::mToRemove |
|
protected |
The documentation for this class was generated from the following files:
- /home/travis/build/elsid/openmw/components/sceneutil/visitor.hpp
- /home/travis/build/elsid/openmw/components/sceneutil/visitor.cpp