openscenegraph
osgAnimation::TemplateInterpolatorBase< TYPE, KEY > Class Template Reference

#include <Interpolator>

Inheritance diagram for osgAnimation::TemplateInterpolatorBase< TYPE, KEY >:
osgAnimation::TemplateCubicBezierInterpolator< float, FloatCubicBezier > osgAnimation::TemplateCubicBezierInterpolator< double, DoubleCubicBezier > osgAnimation::TemplateCubicBezierInterpolator< osg::Vec2, Vec2CubicBezier > osgAnimation::TemplateCubicBezierInterpolator< osg::Vec3, Vec3CubicBezier > osgAnimation::TemplateCubicBezierInterpolator< osg::Vec4, Vec4CubicBezier > osgAnimation::TemplateLinearInterpolator< double, double > osgAnimation::TemplateLinearInterpolator< float, float > osgAnimation::TemplateLinearInterpolator< osg::Vec2, osg::Vec2 > osgAnimation::TemplateLinearInterpolator< osg::Vec3, osg::Vec3 > osgAnimation::TemplateLinearInterpolator< osg::Vec3, Vec3Packed > osgAnimation::TemplateLinearInterpolator< osg::Vec4, osg::Vec4 > osgAnimation::TemplateLinearInterpolator< osg::Matrixf, osg::Matrixf > osgAnimation::TemplateSphericalLinearInterpolator< osg::Quat, osg::Quat > osgAnimation::TemplateStepInterpolator< double, double > osgAnimation::TemplateStepInterpolator< float, float > osgAnimation::TemplateStepInterpolator< osg::Vec2, osg::Vec2 > osgAnimation::TemplateStepInterpolator< osg::Vec3, osg::Vec3 > osgAnimation::TemplateStepInterpolator< osg::Vec3, Vec3Packed > osgAnimation::TemplateStepInterpolator< osg::Vec4, osg::Vec4 > osgAnimation::TemplateStepInterpolator< osg::Quat, osg::Quat > osgAnimation::TemplateLinearPackedInterpolator< TYPE, KEY >

Public Types

typedef KEY KeyframeType
typedef TYPE UsingType

Public Member Functions

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

Member Typedef Documentation

◆ KeyframeType

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

◆ UsingType

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

Constructor & Destructor Documentation

◆ TemplateInterpolatorBase()

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

Member Function Documentation

◆ getKeyIndexFromTime()


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