|
OpenSceneGraph
3.4.0
|
StatsVisitor for collecting statistics about scene graph. More...

StatsVisitor for collecting statistics about scene graph.
| typedef std::set<osg::Drawable*> osgUtil::StatsVisitor::DrawableSet |
| typedef std::set<osg::Node*> osgUtil::StatsVisitor::NodeSet |
| typedef std::set<osg::StateSet*> osgUtil::StatsVisitor::StateSetSet |
| virtual void osgUtil::StatsVisitor::apply | ( | osg::Node & | node | ) | [virtual] |
Reimplemented from osg::NodeVisitor.
| virtual void osgUtil::StatsVisitor::apply | ( | osg::Group & | node | ) | [virtual] |
Reimplemented from osg::NodeVisitor.
| virtual void osgUtil::StatsVisitor::apply | ( | osg::Transform & | node | ) | [virtual] |
Reimplemented from osg::NodeVisitor.
| virtual void osgUtil::StatsVisitor::apply | ( | osg::LOD & | node | ) | [virtual] |
Reimplemented from osg::NodeVisitor.
| virtual void osgUtil::StatsVisitor::apply | ( | osg::Switch & | node | ) | [virtual] |
Reimplemented from osg::NodeVisitor.
| virtual void osgUtil::StatsVisitor::apply | ( | osg::Geode & | node | ) | [virtual] |
Reimplemented from osg::NodeVisitor.
| virtual void osgUtil::StatsVisitor::apply | ( | osg::Drawable & | drawable | ) | [virtual] |
Reimplemented from osg::NodeVisitor.
| virtual void osgUtil::StatsVisitor::apply | ( | osg::StateSet & | ss | ) | [virtual] |
| osgUtil::StatsVisitor::META_NodeVisitor | ( | osgUtil | , |
| StatsVisitor | |||
| ) |
| virtual void osgUtil::StatsVisitor::print | ( | std::ostream & | out | ) | [virtual] |
| virtual void osgUtil::StatsVisitor::totalUpStats | ( | ) | [virtual] |
| unsigned int osgUtil::StatsVisitor::_numInstancedDrawable |
| unsigned int osgUtil::StatsVisitor::_numInstancedFastGeometry |
| unsigned int osgUtil::StatsVisitor::_numInstancedGeode |
| unsigned int osgUtil::StatsVisitor::_numInstancedGeometry |
| unsigned int osgUtil::StatsVisitor::_numInstancedGroup |
| unsigned int osgUtil::StatsVisitor::_numInstancedLOD |
| unsigned int osgUtil::StatsVisitor::_numInstancedStateSet |
| unsigned int osgUtil::StatsVisitor::_numInstancedSwitch |
| unsigned int osgUtil::StatsVisitor::_numInstancedTransform |
| Generated at Tue Dec 8 2015 00:16:51 for the OpenSceneGraph by doxygen 1.7.6.1. |