| typedef std::set<osg::Drawable*> osgUtil::StatsVisitor::DrawableSet |
| typedef std::set<osg::Node*> osgUtil::StatsVisitor::NodeSet |
| typedef std::set<osg::StateSet*> osgUtil::StatsVisitor::StateSetSet |
| osgUtil::StatsVisitor::StatsVisitor | ( | ) |
| void osgUtil::StatsVisitor::apply | ( | osg::Drawable & | drawable | ) |
| void osgUtil::StatsVisitor::apply | ( | osg::Geode & | node | ) | [virtual] |
Reimplemented from osg::NodeVisitor.
| void osgUtil::StatsVisitor::apply | ( | osg::Switch & | node | ) | [virtual] |
Reimplemented from osg::NodeVisitor.
| void osgUtil::StatsVisitor::apply | ( | osg::LOD & | node | ) | [virtual] |
Reimplemented from osg::NodeVisitor.
| void osgUtil::StatsVisitor::apply | ( | osg::Transform & | node | ) | [virtual] |
Reimplemented from osg::NodeVisitor.
| void osgUtil::StatsVisitor::apply | ( | osg::Group & | node | ) | [virtual] |
Reimplemented from osg::NodeVisitor.
| void osgUtil::StatsVisitor::apply | ( | osg::Node & | node | ) | [virtual] |
Reimplemented from osg::NodeVisitor.
| osgUtil::StatsVisitor::META_NodeVisitor | ( | "osgUtil" | , | |
| "StatsVisitor" | ||||
| ) |
| void osgUtil::StatsVisitor::print | ( | std::ostream & | out | ) |
| void osgUtil::StatsVisitor::totalUpStats | ( | ) |
| unsigned int osgUtil::StatsVisitor::_numInstancedDrawable |
| 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 Sat May 14 08:21:23 2011 for the OpenSceneGraph by doxygen 1.5.9. |