OpenSceneGraph 2.8.3
|
Public Member Functions | |
TemplateKeyframe () | |
~TemplateKeyframe () | |
TemplateKeyframe (float time, const T &value) | |
void | setValue (const T &value) |
const T & | getValue () const |
Protected Attributes | |
T | _value |
osgAnimation::TemplateKeyframe< T >::TemplateKeyframe | ( | ) | [inline] |
osgAnimation::TemplateKeyframe< T >::~TemplateKeyframe | ( | ) | [inline] |
osgAnimation::TemplateKeyframe< T >::TemplateKeyframe | ( | float | time, |
const T & | value | ||
) | [inline] |
References osgAnimation::Keyframe::_time, and osgAnimation::TemplateKeyframe< T >::_value.
const T& osgAnimation::TemplateKeyframe< T >::getValue | ( | ) | const [inline] |
References osgAnimation::TemplateKeyframe< T >::_value.
void osgAnimation::TemplateKeyframe< T >::setValue | ( | const T & | value | ) | [inline] |
References osgAnimation::TemplateKeyframe< T >::_value.
T osgAnimation::TemplateKeyframe< T >::_value [protected] |
![]() | Generated at Tue Mar 22 2011 13:20:24 for the OpenSceneGraph by doxygen 1.7.3. |