Public Member Functions | |
TemplateTarget () | |
TemplateTarget (const T &v) | |
void | update (float weight, const T &val) |
const T & | getValue () const |
void | normalize () |
void | setValue (const T &value) |
Protected Attributes | |
T | _target |
osgAnimation::TemplateTarget< T >::TemplateTarget | ( | ) | [inline] |
osgAnimation::TemplateTarget< T >::TemplateTarget | ( | const T & | v | ) | [inline] |
References osgAnimation::TemplateTarget< T >::setValue().
const T& osgAnimation::TemplateTarget< T >::getValue | ( | ) | const [inline] |
References osgAnimation::TemplateTarget< T >::_target.
void osgAnimation::TemplateTarget< T >::normalize | ( | ) | [inline, virtual] |
Implements osgAnimation::Target.
References osgAnimation::TemplateTarget< T >::_target, and osgAnimation::Target::getWeight().
void osgAnimation::TemplateTarget< T >::setValue | ( | const T & | value | ) | [inline] |
References osgAnimation::TemplateTarget< T >::_target.
Referenced by osgAnimation::TemplateTarget< T >::TemplateTarget().
void osgAnimation::TemplateTarget< T >::update | ( | float | weight, | |
const T & | val | |||
) | [inline] |
T osgAnimation::TemplateTarget< T >::_target [protected] |
Referenced by osgAnimation::TemplateTarget< osg::Quat >::getValue(), osgAnimation::TemplateTarget< T >::getValue(), osgAnimation::TemplateTarget< osg::Quat >::normalize(), osgAnimation::TemplateTarget< T >::normalize(), osgAnimation::TemplateTarget< osg::Quat >::setValue(), osgAnimation::TemplateTarget< T >::setValue(), osgAnimation::TemplateTarget< osg::Quat >::update(), and osgAnimation::TemplateTarget< T >::update().
![]() | Generated at Mon Feb 23 19:50:47 2009 for the OpenSceneGraph by doxygen 1.5.8. |