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 Sat May 14 08:21:15 2011 for the OpenSceneGraph by doxygen 1.5.9. |