|
OpenSceneGraph
3.0.1
|

Public Member Functions | |
| META_Object (osgAnimation, UpdateMorph) | |
| UpdateMorph (const std::string &name="") | |
| UpdateMorph (const UpdateMorph &apc, const osg::CopyOp ©op) | |
| virtual void | operator() (osg::Node *node, osg::NodeVisitor *nv) |
| Callback method called by the NodeVisitor when visiting a node. | |
| bool | needLink () const |
| bool | link (osgAnimation::Channel *channel) |
Protected Attributes | |
| std::map< int, osg::ref_ptr < osgAnimation::FloatTarget > > | _weightTargets |
| osgAnimation::UpdateMorph::UpdateMorph | ( | const std::string & | name = "" | ) |
| osgAnimation::UpdateMorph::UpdateMorph | ( | const UpdateMorph & | apc, |
| const osg::CopyOp & | copyop | ||
| ) |
| bool osgAnimation::UpdateMorph::link | ( | osgAnimation::Channel * | channel | ) | [virtual] |
Reimplemented from osgAnimation::AnimationUpdateCallback< osg::NodeCallback >.
| osgAnimation::UpdateMorph::META_Object | ( | osgAnimation | , |
| UpdateMorph | |||
| ) |
| bool osgAnimation::UpdateMorph::needLink | ( | ) | const |
| virtual void osgAnimation::UpdateMorph::operator() | ( | osg::Node * | node, |
| osg::NodeVisitor * | nv | ||
| ) | [virtual] |
Callback method called by the NodeVisitor when visiting a node.
Reimplemented from osg::NodeCallback.
std::map<int, osg::ref_ptr<osgAnimation::FloatTarget> > osgAnimation::UpdateMorph::_weightTargets [protected] |
| Generated at Thu Sep 27 2012 17:03:09 for the OpenSceneGraph by doxygen 1.7.6.1. |