OSG  3.4.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Namespaces | Typedefs
Interpolator.h File Reference
#include <osg/Notify>
#include <osgAnimation/Keyframe>
Include dependency graph for Interpolator.h:

Go to the source code of this file.

Classes

class  osgAnimation::TemplateInterpolatorBase< TYPE, KEY >
 
class  osgAnimation::TemplateStepInterpolator< TYPE, KEY >
 
class  osgAnimation::TemplateLinearInterpolator< TYPE, KEY >
 
class  osgAnimation::TemplateSphericalLinearInterpolator< TYPE, KEY >
 
class  osgAnimation::TemplateLinearPackedInterpolator< TYPE, KEY >
 
class  osgAnimation::TemplateCubicBezierInterpolator< TYPE, KEY >
 

Namespaces

 osgAnimation
 

Typedefs

typedef
TemplateStepInterpolator
< double, double > 
osgAnimation::DoubleStepInterpolator
 
typedef
TemplateStepInterpolator
< float, float > 
osgAnimation::FloatStepInterpolator
 
typedef
TemplateStepInterpolator
< osg::Vec2, osg::Vec2
osgAnimation::Vec2StepInterpolator
 
typedef
TemplateStepInterpolator
< osg::Vec3, osg::Vec3
osgAnimation::Vec3StepInterpolator
 
typedef
TemplateStepInterpolator
< osg::Vec3, Vec3Packed > 
osgAnimation::Vec3PackedStepInterpolator
 
typedef
TemplateStepInterpolator
< osg::Vec4, osg::Vec4
osgAnimation::Vec4StepInterpolator
 
typedef
TemplateStepInterpolator
< osg::Quat, osg::Quat
osgAnimation::QuatStepInterpolator
 
typedef
TemplateLinearInterpolator
< double, double > 
osgAnimation::DoubleLinearInterpolator
 
typedef
TemplateLinearInterpolator
< float, float > 
osgAnimation::FloatLinearInterpolator
 
typedef
TemplateLinearInterpolator
< osg::Vec2, osg::Vec2
osgAnimation::Vec2LinearInterpolator
 
typedef
TemplateLinearInterpolator
< osg::Vec3, osg::Vec3
osgAnimation::Vec3LinearInterpolator
 
typedef
TemplateLinearInterpolator
< osg::Vec3, Vec3Packed > 
osgAnimation::Vec3PackedLinearInterpolator
 
typedef
TemplateLinearInterpolator
< osg::Vec4, osg::Vec4
osgAnimation::Vec4LinearInterpolator
 
typedef
TemplateSphericalLinearInterpolator
< osg::Quat, osg::Quat
osgAnimation::QuatSphericalLinearInterpolator
 
typedef
TemplateLinearInterpolator
< osg::Matrixf, osg::Matrixf
osgAnimation::MatrixLinearInterpolator
 
typedef
TemplateCubicBezierInterpolator
< float, FloatCubicBezier > 
osgAnimation::FloatCubicBezierInterpolator
 
typedef
TemplateCubicBezierInterpolator
< double, DoubleCubicBezier > 
osgAnimation::DoubleCubicBezierInterpolator
 
typedef
TemplateCubicBezierInterpolator
< osg::Vec2, Vec2CubicBezier > 
osgAnimation::Vec2CubicBezierInterpolator
 
typedef
TemplateCubicBezierInterpolator
< osg::Vec3, Vec3CubicBezier > 
osgAnimation::Vec3CubicBezierInterpolator
 
typedef
TemplateCubicBezierInterpolator
< osg::Vec4, Vec4CubicBezier > 
osgAnimation::Vec4CubicBezierInterpolator