OpenSceneGraph
3.4.0
|
Public Member Functions | |
UpdateCallback () | |
UpdateCallback (const UpdateCallback &, const CopyOp &) | |
META_Object (osg, UpdateCallback) | |
virtual bool | run (osg::Object *object, osg::Object *data) |
override Callback::run() entry point to adapt to StateAttributeCallback::run(..) method. | |
virtual void | update (osg::NodeVisitor *, osg::Drawable *) |
do customized update code. |
osg::Drawable::UpdateCallback::UpdateCallback | ( | ) | [inline] |
osg::Drawable::UpdateCallback::UpdateCallback | ( | const UpdateCallback & | , |
const CopyOp & | |||
) | [inline] |
virtual bool osg::Drawable::UpdateCallback::run | ( | osg::Object * | object, |
osg::Object * | data | ||
) | [virtual] |
override Callback::run() entry point to adapt to StateAttributeCallback::run(..) method.
Reimplemented from osg::Callback.
virtual void osg::Drawable::UpdateCallback::update | ( | osg::NodeVisitor * | , |
osg::Drawable * | |||
) | [inline, virtual] |
do customized update code.
Reimplemented in osgAnimation::UpdateMorphGeometry, and osgAnimation::UpdateRigGeometry.
Referenced by osgUtil::UpdateVisitor::apply().
![]() | Generated at Tue Dec 8 2015 00:14:24 for the OpenSceneGraph by doxygen 1.7.6.1. |