class OSGUTIL_EXPORT osgUtil::Optimizer::RemoveRedundantNodesVisitor

Remove rendundant nodes, such as groups with one single child

Inheritance:


Public Fields

[more]NodeList _redundantNodeList
[more]Optimizer* _optimizer

Public Methods

[more] RemoveRedundantNodesVisitor(Optimizer* optimizer=0)
[more]virtual void apply(osg::Group& group)
[more]virtual void apply(osg::Transform& transform)
[more]void removeRedundantNodes()
[more]inline bool isOperationPermissableForObject(const osg::Object* object) const

Public

[more]typedef std::set<osg::Node*> NodeList


Documentation

Remove rendundant nodes, such as groups with one single child
otypedef std::set<osg::Node*> NodeList

oNodeList _redundantNodeList

o RemoveRedundantNodesVisitor(Optimizer* optimizer=0)

ovirtual void apply(osg::Group& group)

ovirtual void apply(osg::Transform& transform)

ovoid removeRedundantNodes()

oinline bool isOperationPermissableForObject(const osg::Object* object) const

oOptimizer* _optimizer


This class has no child classes.

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.