OSG  3.4.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Protected Attributes | List of all members
osgAnimation::TemplateKeyframe< T > Class Template Reference

#include <Keyframe.h>

Inheritance diagram for osgAnimation::TemplateKeyframe< T >:
Inheritance graph
[legend]
Collaboration diagram for osgAnimation::TemplateKeyframe< T >:
Collaboration graph
[legend]

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

_value
 
- Protected Attributes inherited from osgAnimation::Keyframe
double _time
 

Detailed Description

template<class T>
class osgAnimation::TemplateKeyframe< T >

Definition at line 43 of file Keyframe.h.

Constructor & Destructor Documentation

template<class T>
osgAnimation::TemplateKeyframe< T >::TemplateKeyframe ( )
inline

Definition at line 48 of file Keyframe.h.

template<class T>
osgAnimation::TemplateKeyframe< T >::~TemplateKeyframe ( )
inline

Definition at line 49 of file Keyframe.h.

template<class T>
osgAnimation::TemplateKeyframe< T >::TemplateKeyframe ( double  time,
const T &  value 
)
inline

Definition at line 51 of file Keyframe.h.

Member Function Documentation

template<class T>
const T& osgAnimation::TemplateKeyframe< T >::getValue ( ) const
inline

Definition at line 58 of file Keyframe.h.

template<class T>
void osgAnimation::TemplateKeyframe< T >::setValue ( const T &  value)
inline

Definition at line 57 of file Keyframe.h.

Member Data Documentation

template<class T>
T osgAnimation::TemplateKeyframe< T >::_value
protected

Definition at line 46 of file Keyframe.h.


The documentation for this class was generated from the following file: