OpenSceneGraph 2.8.4
|
#include <osgAnimation/Export>
#include <osgAnimation/Sampler>
#include <osgAnimation/Target>
#include <osg/Referenced>
#include <string>
Classes | |
class | osgAnimation::Channel |
class | osgAnimation::TemplateChannel< SamplerType > |
Namespaces | |
namespace | osgAnimation |
The osgAnimation library provides general purpose utility classes for animation. | |
Defines | |
#define | OSGANIMATION_CHANNEL_H |
Typedefs | |
typedef std::vector < osg::ref_ptr < osgAnimation::Channel > > | osgAnimation::ChannelList |
typedef TemplateChannel < DoubleStepSampler > | osgAnimation::DoubleStepChannel |
typedef TemplateChannel < FloatStepSampler > | osgAnimation::FloatStepChannel |
typedef TemplateChannel < Vec2StepSampler > | osgAnimation::Vec2StepChannel |
typedef TemplateChannel < Vec3StepSampler > | osgAnimation::Vec3StepChannel |
typedef TemplateChannel < Vec4StepSampler > | osgAnimation::Vec4StepChannel |
typedef TemplateChannel < QuatStepSampler > | osgAnimation::QuatStepChannel |
typedef TemplateChannel < DoubleLinearSampler > | osgAnimation::DoubleLinearChannel |
typedef TemplateChannel < FloatLinearSampler > | osgAnimation::FloatLinearChannel |
typedef TemplateChannel < Vec2LinearSampler > | osgAnimation::Vec2LinearChannel |
typedef TemplateChannel < Vec3LinearSampler > | osgAnimation::Vec3LinearChannel |
typedef TemplateChannel < Vec4LinearSampler > | osgAnimation::Vec4LinearChannel |
typedef TemplateChannel < QuatSphericalLinearSampler > | osgAnimation::QuatSphericalLinearChannel |
typedef TemplateChannel < MatrixLinearSampler > | osgAnimation::MatrixLinearChannel |
typedef TemplateChannel < FloatCubicBezierSampler > | osgAnimation::FloatCubicBezierChannel |
typedef TemplateChannel < DoubleCubicBezierSampler > | osgAnimation::DoubleCubicBezierChannel |
typedef TemplateChannel < Vec2CubicBezierSampler > | osgAnimation::Vec2CubicBezierChannel |
typedef TemplateChannel < Vec3CubicBezierSampler > | osgAnimation::Vec3CubicBezierChannel |
typedef TemplateChannel < Vec4CubicBezierSampler > | osgAnimation::Vec4CubicBezierChannel |
#define OSGANIMATION_CHANNEL_H |
![]() | Generated at Sun Jan 8 2012 13:15:50 for the OpenSceneGraph by doxygen 1.7.4. |