OpenSceneGraph 2.8.4
|
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::MatrixTransform & | mat | ) |
void osgAnimation::UpdateTransform::update | ( | osg::PositionAttitudeTransform & | pat | ) |
![]() | Generated at Sun Jan 8 2012 13:16:29 for the OpenSceneGraph by doxygen 1.7.4. |