OpenSceneGraph 2.8.4
|
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 Sun Jan 8 2012 13:16:28 for the OpenSceneGraph by doxygen 1.7.4. |