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...
|
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();.
anonymous_namespace{animation.cpp}::RemoveVisitor::RemoveVisitor |
( |
| ) |
|
|
inline |
void anonymous_namespace{animation.cpp}::RemoveVisitor::remove |
( |
| ) |
|
|
inline |
std::vector<std::pair<osg::Node*, osg::Group*> > anonymous_namespace{animation.cpp}::RemoveVisitor::mToRemove |
|
protected |
The documentation for this class was generated from the following file:
- /home/travis/build/OpenMW/openmw/apps/openmw/mwrender/animation.cpp