openscenegraph
Public Types | Public Member Functions | Public Attributes
osgAnimation::TemplateInterpolatorBase< TYPE, KEY > Class Template Reference
Inheritance diagram for osgAnimation::TemplateInterpolatorBase< TYPE, KEY >:
osgAnimation::TemplateCubicBezierInterpolator< TYPE, KEY > osgAnimation::TemplateLinearInterpolator< TYPE, KEY > osgAnimation::TemplateLinearPackedInterpolator< TYPE, KEY > osgAnimation::TemplateSphericalLinearInterpolator< TYPE, KEY > osgAnimation::TemplateStepInterpolator< TYPE, KEY >

List of all members.

Public Types

typedef KEY KeyframeType
typedef TYPE UsingType

Public Member Functions

 TemplateInterpolatorBase ()
void reset ()
int getKeyIndexFromTime (const TemplateKeyframeContainer< KEY > &keys, double time) const

Public Attributes

int _lastKeyAccess

template<class TYPE, class KEY>
class osgAnimation::TemplateInterpolatorBase< TYPE, KEY >


Member Typedef Documentation

template<class TYPE , class KEY >
typedef KEY osgAnimation::TemplateInterpolatorBase< TYPE, KEY >::KeyframeType
template<class TYPE , class KEY >
typedef TYPE osgAnimation::TemplateInterpolatorBase< TYPE, KEY >::UsingType

Constructor & Destructor Documentation

template<class TYPE , class KEY >
osgAnimation::TemplateInterpolatorBase< TYPE, KEY >::TemplateInterpolatorBase ( ) [inline]

Member Function Documentation

template<class TYPE , class KEY >
int osgAnimation::TemplateInterpolatorBase< TYPE, KEY >::getKeyIndexFromTime ( const TemplateKeyframeContainer< KEY > &  keys,
double  time 
) const [inline]
template<class TYPE , class KEY >
void osgAnimation::TemplateInterpolatorBase< TYPE, KEY >::reset ( ) [inline]

Member Data Documentation

template<class TYPE , class KEY >
int osgAnimation::TemplateInterpolatorBase< TYPE, KEY >::_lastKeyAccess [mutable]

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