Updated wrappers

This commit is contained in:
Robert Osfield
2008-12-19 10:20:23 +00:00
parent a4174763f8
commit 4c6511fd50
27 changed files with 276 additions and 58 deletions

View File

@@ -231,6 +231,16 @@ BEGIN_OBJECT_REFLECTOR(osg::KdTreeBuilder)
____KdTreeBuilder__C5_KdTreeBuilder_R1,
"",
"");
I_Method0(const char *, libraryName,
Properties::VIRTUAL,
__C5_char_P1__libraryName,
"return the library name/namespapce of the visitor's. ",
"Should be defined by derived classes. ");
I_Method0(const char *, className,
Properties::VIRTUAL,
__C5_char_P1__className,
"return the name of the visitor's class type. ",
"Should be defined by derived classes. ");
I_Method0(osg::KdTreeBuilder *, clone,
Properties::VIRTUAL,
__KdTreeBuilder_P1__clone,