OpenSceneGraph
3.0.1
|
Public Member Functions | |
TemplateKeyframe () | |
~TemplateKeyframe () | |
TemplateKeyframe (double 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 | ( | double | 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 Mon Jun 4 2012 14:27:16 for the OpenSceneGraph by doxygen 1.8.0. |