Updated wrappers

This commit is contained in:
Robert Osfield
2009-01-26 10:52:16 +00:00
parent 6b48e4b1ea
commit f623f6e83f

View File

@@ -11,7 +11,6 @@
#include <osgIntrospection/Attributes>
#include <osg/CopyOp>
#include <osg/NodeVisitor>
#include <osg/Object>
#include <osgAnimation/Animation>
#include <osgAnimation/AnimationManager>
@@ -42,21 +41,16 @@ BEGIN_OBJECT_REFLECTOR(osgAnimation::AnimationManager)
__bool__isSameKindAs__C5_osg_Object_P1,
"",
"");
I_Method0(const char *, className,
Properties::VIRTUAL,
__C5_char_P1__className,
"return the name of the object's class type. ",
"Must be defined by derived classes. ");
I_Method0(const char *, libraryName,
Properties::VIRTUAL,
__C5_char_P1__libraryName,
"return the name of the object's library. ",
"Must be defined by derived classes. The OpenSceneGraph convention is that the namespace of a library is the same as the library name. ");
I_Method1(void, accept, IN, osg::NodeVisitor &, nv,
I_Method0(const char *, className,
Properties::VIRTUAL,
__void__accept__osg_NodeVisitor_R1,
"",
"");
__C5_char_P1__className,
"return the name of the object's class type. ",
"Must be defined by derived classes. ");
I_Constructor0(____AnimationManager,
"",
"");