Inheritance diagram for osgUtil::Optimizer::CombineStaticTransformsVisitor:

Public Member Functions | |
| CombineStaticTransformsVisitor (Optimizer *optimizer=0) | |
| virtual void | apply (osg::MatrixTransform &transform) |
| bool | removeTransforms (osg::Node *nodeWeCannotRemove) |
Protected Types | |
| typedef std::set< osg::MatrixTransform * > | TransformSet |
Protected Attributes | |
| TransformSet | _transformSet |
|
|
|
|
|
|
|
|
Reimplemented from osg::NodeVisitor. |
|
|
|
|
|
|