Public Member Functions | |
| META_Object (osgAnimation, UpdateMatrixTransform) | |
| UpdateMatrixTransform (const std::string &name="") | |
| UpdateMatrixTransform (const UpdateMatrixTransform &apc, const osg::CopyOp ©op=osg::CopyOp::SHALLOW_COPY) | |
| virtual void | operator() (osg::Node *node, osg::NodeVisitor *nv) |
| Callback method called by the NodeVisitor when visiting a node. | |
| virtual bool | link (osgAnimation::Channel *channel) |
| StackedTransform & | getStackedTransforms () |
| const StackedTransform & | getStackedTransforms () const |
Protected Attributes | |
| StackedTransform | _transforms |
| osgAnimation::UpdateMatrixTransform::UpdateMatrixTransform | ( | const std::string & | name = "" |
) |
| osgAnimation::UpdateMatrixTransform::UpdateMatrixTransform | ( | const UpdateMatrixTransform & | apc, | |
| const osg::CopyOp & | copyop = osg::CopyOp::SHALLOW_COPY | |||
| ) |
| const StackedTransform& osgAnimation::UpdateMatrixTransform::getStackedTransforms | ( | ) | const [inline] |
| StackedTransform& osgAnimation::UpdateMatrixTransform::getStackedTransforms | ( | ) | [inline] |
| virtual bool osgAnimation::UpdateMatrixTransform::link | ( | osgAnimation::Channel * | channel | ) | [virtual] |
Reimplemented from osgAnimation::AnimationUpdateCallback< osg::NodeCallback >.
| osgAnimation::UpdateMatrixTransform::META_Object | ( | osgAnimation | , | |
| UpdateMatrixTransform | ||||
| ) |
| virtual void osgAnimation::UpdateMatrixTransform::operator() | ( | osg::Node * | node, | |
| osg::NodeVisitor * | nv | |||
| ) | [virtual] |
Callback method called by the NodeVisitor when visiting a node.
Reimplemented from osg::NodeCallback.
Reimplemented in osgAnimation::UpdateBone.
| Generated at Sat May 14 08:21:16 2011 for the OpenSceneGraph by doxygen 1.5.9. |