OpenSceneGraph 2.8.4
|
#include <osgAnimation/Export>
#include <osgAnimation/Animation>
#include <osgAnimation/ActionVisitor>
#include <osgAnimation/FrameAction>
#include <iostream>
Classes | |
class | osgAnimation::Action |
class | osgAnimation::Action::Callback |
Namespaces | |
namespace | osgAnimation |
The osgAnimation library provides general purpose utility classes for animation. | |
Defines | |
#define | OSGANIMATION_ACTION_H |
#define | META_Action(library, name) |
#define META_Action | ( | library, | |
name | |||
) |
virtual osg::Object* cloneType() const { return new name (); } \ virtual osg::Object* clone(const osg::CopyOp& copyop) const { return new name (*this,copyop); } \ virtual bool isSameKindAs(const osg::Object* obj) const { return dynamic_cast<const name *>(obj)!=NULL; } \ virtual const char* className() const { return #name; } \ virtual const char* libraryName() const { return #library; } \ virtual void accept(osgAnimation::ActionVisitor& nv) { nv.apply(*this); } \
#define OSGANIMATION_ACTION_H |
![]() | Generated at Sun Jan 8 2012 13:15:50 for the OpenSceneGraph by doxygen 1.7.4. |