Updated wrappers

This commit is contained in:
Robert Osfield
2009-06-19 11:16:24 +00:00
parent 82b329b0a7
commit d0916e63c6
2 changed files with 7 additions and 0 deletions

View File

@@ -15,6 +15,7 @@
#include <osg/Drawable>
#include <osg/Image>
#include <osg/Node>
#include <osg/NodeCallback>
#include <osg/Object>
#include <osg/PrimitiveSet>
#include <osg/Referenced>
@@ -46,6 +47,7 @@ BEGIN_ENUM_REFLECTOR(osg::CopyOp::Options)
I_EnumLabel(osg::CopyOp::DEEP_COPY_PRIMITIVES);
I_EnumLabel(osg::CopyOp::DEEP_COPY_SHAPES);
I_EnumLabel(osg::CopyOp::DEEP_COPY_UNIFORMS);
I_EnumLabel(osg::CopyOp::DEEP_COPY_NODECALLBACKS);
I_EnumLabel(osg::CopyOp::DEEP_COPY_ALL);
END_REFLECTOR

View File

@@ -295,6 +295,11 @@ BEGIN_OBJECT_REFLECTOR(osgDB::FileList)
__bool__removeFile__C5_std_string_R1,
"",
"");
I_Method1(void, append, IN, osgDB::FileList *, fileList,
Properties::NON_VIRTUAL,
__void__append__FileList_P1,
"",
"");
I_SimpleProperty(osgDB::FileList::FileNames &, FileNames,
__FileNames_R1__getFileNames,
0);