|
OSG
3.4.0
|
#include <Keyframe.h>


Public Member Functions | |
| TemplateKeyframe () | |
| ~TemplateKeyframe () | |
| TemplateKeyframe (double time, const T &value) | |
| void | setValue (const T &value) |
| const T & | getValue () const |
Public Member Functions inherited from osgAnimation::Keyframe | |
| double | getTime () const |
| void | setTime (double time) |
Protected Attributes | |
| T | _value |
Protected Attributes inherited from osgAnimation::Keyframe | |
| double | _time |
Definition at line 43 of file Keyframe.h.
|
inline |
Definition at line 48 of file Keyframe.h.
|
inline |
Definition at line 49 of file Keyframe.h.
|
inline |
Definition at line 51 of file Keyframe.h.
|
inline |
Definition at line 58 of file Keyframe.h.
|
inline |
Definition at line 57 of file Keyframe.h.
|
protected |
Definition at line 46 of file Keyframe.h.
1.8.8