OpenSceneGraph  3.4.1
Classes | Namespaces | Macros
Action File Reference
#include <osgAnimation/Export>
#include <osgAnimation/Animation>
#include <osgAnimation/ActionVisitor>
#include <osgAnimation/FrameAction>
#include <iostream>

Classes

class  osgAnimation::Action
 
class  osgAnimation::Action::Callback
 

Namespaces

 osgAnimation
 The osgAnimation library provides general purpose utility classes for animation.
 

Macros

#define OSGANIMATION_ACTION_H
 
#define META_Action(library, name)
 

Macro Definition Documentation

#define META_Action (   library,
  name 
)
Value:
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); } \
T * clone(const T *t, const osg::CopyOp &copyop=osg::CopyOp::SHALLOW_COPY)
Definition: Object:246
Copy Op(erator) used to control whether shallow or deep copy is used during copy construction and clo...
Definition: CopyOp:40
#define NULL
Definition: Export:59
virtual void apply(Action &action)
T * cloneType(const T *t)
Definition: Object:288
Base class/standard interface for objects which require IO support, cloning and reference counting...
Definition: Object:56
Definition: ActionVisitor:38
#define OSGANIMATION_ACTION_H

osg logo
Generated at Sun Jun 19 2022 09:25:37 for the OpenSceneGraph by doxygen 1.8.5.