openscenegraph
Classes | Namespaces | Macros | Typedefs
Interpolator File Reference
#include <osg/Notify>
#include <osgAnimation/Keyframe>

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

namespace  osgAnimation
 

Macros

#define OSGANIMATION_INTERPOLATOR   1
 

Typedefs

typedef TemplateStepInterpolator< double, double > osgAnimation::DoubleStepInterpolator
 
typedef TemplateStepInterpolator< float, float > osgAnimation::FloatStepInterpolator
 
typedef TemplateStepInterpolator< osg::Vec2, osg::Vec2osgAnimation::Vec2StepInterpolator
 
typedef TemplateStepInterpolator< osg::Vec3, osg::Vec3osgAnimation::Vec3StepInterpolator
 
typedef TemplateStepInterpolator< osg::Vec3, Vec3PackedosgAnimation::Vec3PackedStepInterpolator
 
typedef TemplateStepInterpolator< osg::Vec4, osg::Vec4osgAnimation::Vec4StepInterpolator
 
typedef TemplateStepInterpolator< osg::Quat, osg::QuatosgAnimation::QuatStepInterpolator
 
typedef TemplateLinearInterpolator< double, double > osgAnimation::DoubleLinearInterpolator
 
typedef TemplateLinearInterpolator< float, float > osgAnimation::FloatLinearInterpolator
 
typedef TemplateLinearInterpolator< osg::Vec2, osg::Vec2osgAnimation::Vec2LinearInterpolator
 
typedef TemplateLinearInterpolator< osg::Vec3, osg::Vec3osgAnimation::Vec3LinearInterpolator
 
typedef TemplateLinearInterpolator< osg::Vec3, Vec3PackedosgAnimation::Vec3PackedLinearInterpolator
 
typedef TemplateLinearInterpolator< osg::Vec4, osg::Vec4osgAnimation::Vec4LinearInterpolator
 
typedef TemplateSphericalLinearInterpolator< osg::Quat, osg::QuatosgAnimation::QuatSphericalLinearInterpolator
 
typedef TemplateLinearInterpolator< osg::Matrixf, osg::MatrixfosgAnimation::MatrixLinearInterpolator
 
typedef TemplateCubicBezierInterpolator< float, FloatCubicBezierosgAnimation::FloatCubicBezierInterpolator
 
typedef TemplateCubicBezierInterpolator< double, DoubleCubicBezierosgAnimation::DoubleCubicBezierInterpolator
 
typedef TemplateCubicBezierInterpolator< osg::Vec2, Vec2CubicBezierosgAnimation::Vec2CubicBezierInterpolator
 
typedef TemplateCubicBezierInterpolator< osg::Vec3, Vec3CubicBezierosgAnimation::Vec3CubicBezierInterpolator
 
typedef TemplateCubicBezierInterpolator< osg::Vec4, Vec4CubicBezierosgAnimation::Vec4CubicBezierInterpolator
 

Macro Definition Documentation

◆ OSGANIMATION_INTERPOLATOR

#define OSGANIMATION_INTERPOLATOR   1