Inheritance diagram for osgUtil::Optimizer::RemoveRedundentNodesVisitor:
Public Types | |
typedef std::set< osg::Node * > | NodeList |
Public Methods | |
RemoveRedundentNodesVisitor () | |
virtual void | apply (osg::Group &group) |
virtual void | apply (osg::Transform &transform) |
void | removeRedundentNodes () |
Public Attributes | |
NodeList | _redundentNodeList |
|
|
|
|
|
Reimplemented from osg::NodeVisitor. |
|
Reimplemented from osg::NodeVisitor. |
|
|
|
|