
Public Member Functions | |
| META_Object (osgAnimation, UpdateBone) | |
| UpdateBone (const UpdateBone &apc, const osg::CopyOp ©op) | |
| UpdateBone (const std::string &name="") | |
| void | update (osgAnimation::Bone &bone) |
| bool | needLink () const |
| bool | link (osgAnimation::Channel *channel) |
| virtual void | operator() (osg::Node *node, osg::NodeVisitor *nv) |
| Callback method called by the NodeVisitor when visiting a node. | |
Public Attributes | |
| osg::ref_ptr < osgAnimation::Vec3Target > | _position |
| osg::ref_ptr < osgAnimation::QuatTarget > | _quaternion |
| osg::ref_ptr < osgAnimation::Vec3Target > | _scale |
| osgAnimation::Bone::UpdateBone::UpdateBone | ( | const UpdateBone & | apc, | |
| const osg::CopyOp & | copyop | |||
| ) |
| osgAnimation::Bone::UpdateBone::UpdateBone | ( | const std::string & | name = "" |
) | [inline] |
| bool osgAnimation::Bone::UpdateBone::link | ( | osgAnimation::Channel * | channel | ) | [inline, virtual] |
| osgAnimation::Bone::UpdateBone::META_Object | ( | osgAnimation | , | |
| UpdateBone | ||||
| ) |
| bool osgAnimation::Bone::UpdateBone::needLink | ( | ) | const [inline, virtual] |
Implements osgAnimation::AnimationUpdateCallback.
| virtual void osgAnimation::Bone::UpdateBone::operator() | ( | osg::Node * | node, | |
| osg::NodeVisitor * | nv | |||
| ) | [inline, virtual] |
Callback method called by the NodeVisitor when visiting a node.
Reimplemented from osg::NodeCallback.
References osgAnimation::Bone::FindNearestParentAnimationManager::_manager, osg::ref_ptr< T >::get(), osg::Object::getName(), osg::Node::getParents(), osg::NodeVisitor::getVisitorType(), osg::notify(), osg::ref_ptr< T >::valid(), and osg::WARN.
| void osgAnimation::Bone::UpdateBone::update | ( | osgAnimation::Bone & | bone | ) | [inline] |
| Generated at Wed Dec 15 2010 00:58:51 for the OpenSceneGraph by doxygen 1.7.1. |