OSG  3.4.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Types | Public Member Functions | List of all members
osgAnimation::TemplateInterpolatorBase< TYPE, KEY > Class Template Reference

#include <Interpolator.h>

Inheritance diagram for osgAnimation::TemplateInterpolatorBase< TYPE, KEY >:
Inheritance graph
[legend]

Public Types

typedef KEY KeyframeType
 
typedef TYPE UsingType
 

Public Member Functions

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

Detailed Description

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

Definition at line 29 of file Interpolator.h.

Member Typedef Documentation

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

Definition at line 32 of file Interpolator.h.

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

Definition at line 33 of file Interpolator.h.

Constructor & Destructor Documentation

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

Definition at line 36 of file Interpolator.h.

Member Function Documentation

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

Definition at line 38 of file Interpolator.h.

Here is the call graph for this function:

Here is the caller graph for this function:


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