|
OpenSceneGraph
3.0.1
|

Public Member Functions | |
| PrintVisitor (std::ostream &out, int indent=0, int step=2) | |
| void | apply (osg::Node &node) |
| std::ostream & | output () |
| void | enter () |
| void | leave () |
Protected Member Functions | |
| PrintVisitor & | operator= (const PrintVisitor &) |
Protected Attributes | |
| std::ostream & | _out |
| unsigned int | _indent |
| unsigned int | _step |
| osgUtil::PrintVisitor::PrintVisitor | ( | std::ostream & | out, |
| int | indent = 0, |
||
| int | step = 2 |
||
| ) |
| void osgUtil::PrintVisitor::apply | ( | osg::Node & | node | ) | [virtual] |
Reimplemented from osg::NodeVisitor.
| void osgUtil::PrintVisitor::enter | ( | ) | [inline] |
| void osgUtil::PrintVisitor::leave | ( | ) | [inline] |
| PrintVisitor& osgUtil::PrintVisitor::operator= | ( | const PrintVisitor & | ) | [inline, protected] |
| std::ostream& osgUtil::PrintVisitor::output | ( | ) | [inline] |
unsigned int osgUtil::PrintVisitor::_indent [protected] |
std::ostream& osgUtil::PrintVisitor::_out [protected] |
unsigned int osgUtil::PrintVisitor::_step [protected] |
| Generated at Thu Sep 27 2012 17:03:30 for the OpenSceneGraph by doxygen 1.7.6.1. |