Updated wrappers

This commit is contained in:
Robert Osfield
2009-06-30 07:33:16 +00:00
parent e30e4df30c
commit a73a403301
6 changed files with 86 additions and 11 deletions

View File

@@ -84,6 +84,11 @@ BEGIN_OBJECT_REFLECTOR(osgDB::Options)
__C5_char_P1__className,
"return the name of the object's class type. ",
"Must be defined by derived classes. ");
I_Method0(osgDB::Options *, cloneOptions,
Properties::NON_VIRTUAL,
__Options_P1__cloneOptions,
"",
"");
I_Method1(void, setOptionString, IN, const std::string &, str,
Properties::NON_VIRTUAL,
__void__setOptionString__C5_std_string_R1,