Public Member Functions | |
| AnimationUpdateCallback () | |
| AnimationUpdateCallback (const std::string &name) | |
| AnimationUpdateCallback (const AnimationUpdateCallback &apc, const osg::CopyOp ©op) | |
| META_Object (osgAnimation, AnimationUpdateCallback< T >) | |
| const std::string & | getName () const |
| Get the name of object. | |
| bool | link (Channel *channel) |
| int | link (Animation *animation) |
| AnimationUpdateCallback (const std::string &name="") | |
| AnimationUpdateCallback (const AnimationUpdateCallback &apc, const osg::CopyOp ©op) | |
| osgAnimation::AnimationManagerBase * | getAnimationManager () |
| virtual bool | needLink () const =0 |
| virtual bool | link (osgAnimation::Channel *channel)=0 |
| virtual int | link (osgAnimation::Animation *animation) |
| virtual void | updateLink () |
Protected Attributes | |
| osg::observer_ptr < osgAnimation::AnimationManagerBase > | _manager |
| osgAnimation::AnimationUpdateCallback< T >::AnimationUpdateCallback | ( | ) | [inline] |
| osgAnimation::AnimationUpdateCallback< T >::AnimationUpdateCallback | ( | const std::string & | name | ) | [inline] |
| osgAnimation::AnimationUpdateCallback< T >::AnimationUpdateCallback | ( | const AnimationUpdateCallback< T > & | apc, | |
| const osg::CopyOp & | copyop | |||
| ) | [inline] |
| osgAnimation::AnimationUpdateCallback< T >::AnimationUpdateCallback | ( | const std::string & | name = "" |
) | [inline] |
| osgAnimation::AnimationUpdateCallback< T >::AnimationUpdateCallback | ( | const AnimationUpdateCallback< T > & | apc, | |
| const osg::CopyOp & | copyop | |||
| ) |
| osgAnimation::AnimationManagerBase* osgAnimation::AnimationUpdateCallback< T >::getAnimationManager | ( | ) |
| const std::string& osgAnimation::AnimationUpdateCallback< T >::getName | ( | ) | const [inline] |
Get the name of object.
Reimplemented from osg::Object.
Referenced by osgAnimation::AnimationUpdateCallback< osg::StateAttributeCallback >::getName().
| virtual int osgAnimation::AnimationUpdateCallback< T >::link | ( | osgAnimation::Animation * | animation | ) | [virtual] |
Implements osgAnimation::AnimationUpdateCallbackBase.
| virtual bool osgAnimation::AnimationUpdateCallback< T >::link | ( | osgAnimation::Channel * | channel | ) | [pure virtual] |
| int osgAnimation::AnimationUpdateCallback< T >::link | ( | Animation * | animation | ) | [inline, virtual] |
Implements osgAnimation::AnimationUpdateCallbackBase.
| bool osgAnimation::AnimationUpdateCallback< T >::link | ( | Channel * | channel | ) | [inline, virtual] |
Implements osgAnimation::AnimationUpdateCallbackBase.
Reimplemented in osgAnimation::UpdateMorph, osgAnimation::UpdateTransform, osgAnimation::UpdateMaterial, and osgAnimation::UpdateMatrixTransform.
| osgAnimation::AnimationUpdateCallback< T >::META_Object | ( | osgAnimation | , | |
| AnimationUpdateCallback< T > | ||||
| ) |
| virtual bool osgAnimation::AnimationUpdateCallback< T >::needLink | ( | ) | const [pure virtual] |
Implemented in osgAnimation::UpdateMorph, and osgAnimation::UpdateTransform.
| virtual void osgAnimation::AnimationUpdateCallback< T >::updateLink | ( | ) | [virtual] |
osg::observer_ptr<osgAnimation::AnimationManagerBase> osgAnimation::AnimationUpdateCallback< T >::_manager [protected] |
| Generated at Sat May 14 08:21:15 2011 for the OpenSceneGraph by doxygen 1.5.9. |