#include <vector>
#include <iostream>
#include <osg/Referenced>
#include <osg/ref_ptr>
#include <osgAnimation/Keyframe>
#include <osgAnimation/Interpolator>
Classes | |
class | osgAnimation::Sampler |
class | osgAnimation::TemplateSampler< F > |
class | osgAnimation::TemplateCompositeSampler< VALUESAMPLERTYPE, TIMESAMPLERTYPE > |
Namespaces | |
namespace | osgAnimation |
The osgAnimation library provides general purpose utility classes for animation. | |
Typedefs | |
typedef TemplateSampler < DoubleLinearInterpolator > | osgAnimation::DoubleLinearSampler |
typedef TemplateSampler < FloatLinearInterpolator > | osgAnimation::FloatLinearSampler |
typedef TemplateSampler < Vec2LinearInterpolator > | osgAnimation::Vec2LinearSampler |
typedef TemplateSampler < Vec3LinearInterpolator > | osgAnimation::Vec3LinearSampler |
typedef TemplateSampler < Vec4LinearInterpolator > | osgAnimation::Vec4LinearSampler |
typedef TemplateSampler < QuatSphericalLinearInterpolator > | osgAnimation::QuatSphericalLinearSampler |
typedef TemplateSampler < FloatCubicBezierInterpolator > | osgAnimation::FloatCubicBezierSampler |
typedef TemplateSampler < DoubleCubicBezierInterpolator > | osgAnimation::DoubleCubicBezierSampler |
typedef TemplateSampler < Vec2CubicBezierInterpolator > | osgAnimation::Vec2CubicBezierSampler |
typedef TemplateSampler < Vec3CubicBezierInterpolator > | osgAnimation::Vec3CubicBezierSampler |
typedef TemplateSampler < Vec4CubicBezierInterpolator > | osgAnimation::Vec4CubicBezierSampler |
![]() | Generated at Tue Jul 20 05:45:14 2010 for the OpenSceneGraph by doxygen 1.6.1. |