|
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 Thu Sep 27 2012 17:03:08 for the OpenSceneGraph by doxygen 1.7.6.1. |