Public Member Functions | |
| META_Object (osgAnimation, UpdateTransform) | |
| UpdateTransform (const std::string &name="") | |
| UpdateTransform (const UpdateTransform &apc, const osg::CopyOp ©op) | |
| virtual void | operator() (osg::Node *node, osg::NodeVisitor *nv) |
| Callback method called by the NodeVisitor when visiting a node. | |
| void | update (osg::MatrixTransform &mat) |
| void | update (osg::PositionAttitudeTransform &pat) |
| bool | needLink () const |
| bool | link (osgAnimation::Channel *channel) |
Protected Attributes | |
| osg::ref_ptr < osgAnimation::Vec3Target > | _euler |
| osg::ref_ptr < osgAnimation::Vec3Target > | _position |
| osg::ref_ptr < osgAnimation::Vec3Target > | _scale |
| osgAnimation::UpdateTransform::UpdateTransform | ( | const std::string & | name = "" |
) |
| osgAnimation::UpdateTransform::UpdateTransform | ( | const UpdateTransform & | apc, | |
| const osg::CopyOp & | copyop | |||
| ) |
| bool osgAnimation::UpdateTransform::link | ( | osgAnimation::Channel * | channel | ) | [virtual] |
Reimplemented from osgAnimation::AnimationUpdateCallback< T >.
| osgAnimation::UpdateTransform::META_Object | ( | osgAnimation | , | |
| UpdateTransform | ||||
| ) |
| bool osgAnimation::UpdateTransform::needLink | ( | ) | const [virtual] |
Implements osgAnimation::AnimationUpdateCallback< T >.
| virtual void osgAnimation::UpdateTransform::operator() | ( | osg::Node * | node, | |
| osg::NodeVisitor * | nv | |||
| ) | [virtual] |
Callback method called by the NodeVisitor when visiting a node.
Reimplemented from osg::NodeCallback.
| void osgAnimation::UpdateTransform::update | ( | osg::PositionAttitudeTransform & | pat | ) |
| void osgAnimation::UpdateTransform::update | ( | osg::MatrixTransform & | mat | ) |
| Generated at Sat May 14 08:21:16 2011 for the OpenSceneGraph by doxygen 1.5.9. |