class OSGUTIL_EXPORT osgUtil::Optimizer::RemoveEmptyNodesVisitor

Remove rendundant nodes, such as groups with one single child

Inheritance:


Public Fields

[more]NodeList _redundantNodeList
[more]Optimizer* _optimizer

Public Methods

[more] RemoveEmptyNodesVisitor(Optimizer* optimizer=0)
[more]virtual void apply(osg::Geode& geode)
[more]virtual void apply(osg::Group& group)
[more]void removeEmptyNodes()
[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 RemoveEmptyNodesVisitor(Optimizer* optimizer=0)

ovirtual void apply(osg::Geode& geode)

ovirtual void apply(osg::Group& group)

ovoid removeEmptyNodes()

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++.