Action File Reference

#include <osgAnimation/Export>
#include <osgAnimation/Animation>
#include <osgAnimation/ActionVisitor>
#include <osgAnimation/FrameAction>
#include <iostream>

Namespaces

namespace  osgAnimation

Classes

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

Defines

#define META_Action(library, name)

Define 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); } \


Generated on Fri Mar 19 19:52:47 2010 for openscenegraph by  doxygen 1.5.6