Go to the source code of this file.
◆ META_Action
#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); } \
◆ OSGANIMATION_ACTION_H
#define OSGANIMATION_ACTION_H |