openscenegraph
Public Member Functions | List of all members
osgAnimation::TemplateLinearInterpolator< TYPE, KEY > Class Template Reference
Inheritance diagram for osgAnimation::TemplateLinearInterpolator< TYPE, KEY >:
osgAnimation::TemplateInterpolatorBase< TYPE, KEY >

Public Member Functions

 TemplateLinearInterpolator ()
void getValue (const TemplateKeyframeContainer< KEY > &keyframes, double time, TYPE &result) const
- Public Member Functions inherited from osgAnimation::TemplateInterpolatorBase< TYPE, KEY >
 TemplateInterpolatorBase ()
void reset ()
int getKeyIndexFromTime (const TemplateKeyframeContainer< KEY > &keys, double time) const

Additional Inherited Members

- Public Types inherited from osgAnimation::TemplateInterpolatorBase< TYPE, KEY >
typedef KEY KeyframeType
typedef TYPE UsingType
- Public Attributes inherited from osgAnimation::TemplateInterpolatorBase< TYPE, KEY >
int _lastKeyAccess

Constructor & Destructor Documentation

template<class TYPE , class KEY = TYPE>
osgAnimation::TemplateLinearInterpolator< TYPE, KEY >::TemplateLinearInterpolator ( )
inline

Member Function Documentation

template<class TYPE , class KEY = TYPE>
void osgAnimation::TemplateLinearInterpolator< TYPE, KEY >::getValue ( const TemplateKeyframeContainer< KEY > &  keyframes,
double  time,
TYPE &  result 
) const
inline

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