openscenegraph
|
Protected Member Functions | |
UpdateVisitor & | operator= (const UpdateVisitor &) |
void | handle_callbacks (osg::StateSet *stateset) |
void | handle_callbacks_and_traverse (osg::Node &node) |
void | handle_geode_callbacks (osg::Geode &geode) |
Basic UpdateVisitor implementation for animating a scene. This visitor traverses the scene graph, calling each nodes appCallback if it exists.
osgUtil::UpdateVisitor::UpdateVisitor | ( | ) |
|
virtual |
|
inlinevirtual |
During traversal each type of node calls its callbacks and its children traversed.
Reimplemented from osg::NodeVisitor.
|
inlinevirtual |
Reimplemented from osg::NodeVisitor.
|
inlinevirtual |
Reimplemented from osg::NodeVisitor.
|
inlinevirtual |
Reimplemented from osg::NodeVisitor.
|
inlinevirtual |
Reimplemented from osg::NodeVisitor.
|
inlinevirtual |
Reimplemented from osg::NodeVisitor.
|
inlinevirtual |
Reimplemented from osg::NodeVisitor.
|
inlinevirtual |
Reimplemented from osg::NodeVisitor.
|
inlinevirtual |
Reimplemented from osg::NodeVisitor.
|
inlinevirtual |
Reimplemented from osg::NodeVisitor.
|
inlineprotected |
|
inlineprotected |
References osg::Node::getStateSet(), and osg::Node::getUpdateCallback().
|
inlineprotected |
osgUtil::UpdateVisitor::META_NodeVisitor | ( | osgUtil | , |
UpdateVisitor | |||
) |
|
inlineprotected |
Prevent unwanted copy construction. Prevent unwanted copy operator.