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] |
| 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 Sat May 14 08:21:15 2011 for the OpenSceneGraph by doxygen 1.5.9. |