OpenSceneGraph
3.4.0
|
Deprecated. More...
Public Member Functions | |
NodeCallback () | |
NodeCallback (const NodeCallback &nc, const CopyOp ©op) | |
META_Object (osg, NodeCallback) | |
virtual bool | run (osg::Object *object, osg::Object *data) |
NodeCallback overrides the Callback::run() method to adapt it the old style NodeCallback::operator()(Node* node, NodeVisitor* nv) method. | |
virtual void | operator() (Node *node, NodeVisitor *nv) |
Callback method called by the NodeVisitor when visiting a node. | |
Protected Member Functions | |
virtual | ~NodeCallback () |
Deprecated.
osg::NodeCallback::NodeCallback | ( | ) | [inline] |
osg::NodeCallback::NodeCallback | ( | const NodeCallback & | nc, |
const CopyOp & | copyop | ||
) | [inline] |
virtual osg::NodeCallback::~NodeCallback | ( | ) | [inline, protected, virtual] |
osg::NodeCallback::META_Object | ( | osg | , |
NodeCallback | |||
) |
virtual void osg::NodeCallback::operator() | ( | Node * | node, |
NodeVisitor * | nv | ||
) | [virtual] |
Callback method called by the NodeVisitor when visiting a node.
Reimplemented in osg::AnimationPathCallback, osgAnimation::UpdateMorph, osg::ScriptNodeCallback, osgShadow::ShadowTechnique::CameraCullCallback, osg::ClusterCullingCallback, osgGA::EventHandler, osgAnimation::AnimationManagerBase, osg::NodeTrackerCallback, osgAnimation::Skeleton::UpdateSkeleton, osgAnimation::UpdateMatrixTransform, osgUtil::TransformCallback, and osgAnimation::UpdateBone.
virtual bool osg::NodeCallback::run | ( | osg::Object * | object, |
osg::Object * | data | ||
) | [virtual] |
NodeCallback overrides the Callback::run() method to adapt it the old style NodeCallback::operator()(Node* node, NodeVisitor* nv) method.
Reimplemented from osg::Callback.
Reimplemented in osgViewer::InteractiveImageHandler, osgVolume::PropertyAdjustmentCallback, osgGA::EventHandler, and osg::ClusterCullingCallback.
Referenced by osg::ClusterCullingCallback::run().
![]() | Generated at Tue Dec 8 2015 00:16:41 for the OpenSceneGraph by doxygen 1.7.6.1. |