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) |
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 | |||
) |
osgAnimation::UpdateMorph::META_Object | ( | osgAnimation | , | |
UpdateMorph | ||||
) |
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.
bool osgAnimation::UpdateMorph::needLink | ( | ) | const |
bool osgAnimation::UpdateMorph::link | ( | osgAnimation::Channel * | channel | ) | [virtual] |
Reimplemented from osgAnimation::AnimationUpdateCallback< osg::NodeCallback >.
std::map<int, osg::ref_ptr<osgAnimation::FloatTarget> > osgAnimation::UpdateMorph::_weightTargets [protected] |