typedef std::set<osg::Node*> osgUtil::StatsVisitor::NodeSet |
typedef std::set<osg::Drawable*> osgUtil::StatsVisitor::DrawableSet |
typedef std::set<osg::StateSet*> osgUtil::StatsVisitor::StateSetSet |
osgUtil::StatsVisitor::StatsVisitor | ( | ) |
void osgUtil::StatsVisitor::reset | ( | ) | [virtual] |
Method to call to reset visitor.
Useful if your visitor accumulates state during a traversal, and you plan to reuse the visitor. To flush that state for the next traversal: call reset() prior to each traversal.
Reimplemented from osg::NodeVisitor.
void osgUtil::StatsVisitor::apply | ( | osg::Node & | node | ) | [virtual] |
Reimplemented from osg::NodeVisitor.
void osgUtil::StatsVisitor::apply | ( | osg::Group & | node | ) | [virtual] |
Reimplemented from osg::NodeVisitor.
void osgUtil::StatsVisitor::apply | ( | osg::Transform & | node | ) | [virtual] |
Reimplemented from osg::NodeVisitor.
void osgUtil::StatsVisitor::apply | ( | osg::LOD & | node | ) | [virtual] |
Reimplemented from osg::NodeVisitor.
void osgUtil::StatsVisitor::apply | ( | osg::Switch & | node | ) | [virtual] |
Reimplemented from osg::NodeVisitor.
void osgUtil::StatsVisitor::apply | ( | osg::Geode & | node | ) | [virtual] |
Reimplemented from osg::NodeVisitor.
void osgUtil::StatsVisitor::apply | ( | osg::Drawable & | drawable | ) |
void osgUtil::StatsVisitor::totalUpStats | ( | ) |
void osgUtil::StatsVisitor::print | ( | std::ostream & | out | ) |
unsigned int osgUtil::StatsVisitor::_numInstancedGroup |
unsigned int osgUtil::StatsVisitor::_numInstancedSwitch |
unsigned int osgUtil::StatsVisitor::_numInstancedLOD |
unsigned int osgUtil::StatsVisitor::_numInstancedTransform |
unsigned int osgUtil::StatsVisitor::_numInstancedGeode |
unsigned int osgUtil::StatsVisitor::_numInstancedDrawable |
unsigned int osgUtil::StatsVisitor::_numInstancedGeometry |
unsigned int osgUtil::StatsVisitor::_numInstancedStateSet |