Fixed genwrapper so that it handles .svn directories, updated wrappers

This commit is contained in:
Robert Osfield
2007-02-16 17:45:53 +00:00
parent 049f907aad
commit afab03a0fa
240 changed files with 10258 additions and 85887 deletions

View File

@@ -10,8 +10,9 @@
#include <osgIntrospection/StaticMethodInfo>
#include <osgIntrospection/Attributes>
#include <osg/.svn/text-base/CopyOp.svn-base>
#include <osg/.svn/text-base/Image.svn-base>
#include <osg/CopyOp>
#include <osg/Image>
#include <osg/TextureCubeMap>
#include <osgUtil/CubeMapGenerator>
// Must undefine IN and OUT macros defined in Windows headers
@@ -24,84 +25,6 @@
BEGIN_ABSTRACT_OBJECT_REFLECTOR(osgUtil::CubeMapGenerator)
I_BaseType(osg::Referenced);
I_BaseType(osg::Referenced);
I_ConstructorWithDefaults1(IN, int, texture_size, 64,
Properties::EXPLICIT,
____CubeMapGenerator__int,
"",
"");
I_ConstructorWithDefaults2(IN, const osgUtil::CubeMapGenerator &, copy, , IN, const osg::CopyOp &, copyop, osg::CopyOp::SHALLOW_COPY,
____CubeMapGenerator__C5_CubeMapGenerator_R1__C5_osg_CopyOp_R1,
"",
"");
I_Method1(osg::Image *, getImage, IN, osg::TextureCubeMap::Face, face,
Properties::NON_VIRTUAL,
__osg_Image_P1__getImage__osg_TextureCubeMap_Face,
"",
"");
I_Method1(const osg::Image *, getImage, IN, osg::TextureCubeMap::Face, face,
Properties::NON_VIRTUAL,
__C5_osg_Image_P1__getImage__osg_TextureCubeMap_Face,
"",
"");
I_MethodWithDefaults1(void, generateMap, IN, bool, use_osg_system, true,
Properties::NON_VIRTUAL,
__void__generateMap__bool,
"Generate the six cube images. ",
"If use_osg_system is true, then the OSG's coordinate system is used instead of the default OpenGL one.");
I_ConstructorWithDefaults1(IN, int, texture_size, 64,
Properties::EXPLICIT,
____CubeMapGenerator__int,
"",
"");
I_ConstructorWithDefaults2(IN, const osgUtil::CubeMapGenerator &, copy, , IN, const osg::CopyOp &, copyop, osg::CopyOp::SHALLOW_COPY,
____CubeMapGenerator__C5_CubeMapGenerator_R1__C5_osg_CopyOp_R1,
"",
"");
I_Method1(osg::Image *, getImage, IN, osg::TextureCubeMap::Face, face,
Properties::NON_VIRTUAL,
__osg_Image_P1__getImage__osg_TextureCubeMap_Face,
"",
"");
I_Method1(const osg::Image *, getImage, IN, osg::TextureCubeMap::Face, face,
Properties::NON_VIRTUAL,
__C5_osg_Image_P1__getImage__osg_TextureCubeMap_Face,
"",
"");
I_MethodWithDefaults1(void, generateMap, IN, bool, use_osg_system, true,
Properties::NON_VIRTUAL,
__void__generateMap__bool,
"Generate the six cube images. ",
"If use_osg_system is true, then the OSG's coordinate system is used instead of the default OpenGL one.");
END_REFLECTOR
BEGIN_ABSTRACT_OBJECT_REFLECTOR(osgUtil::CubeMapGenerator)
I_BaseType(osg::Referenced);
I_BaseType(osg::Referenced);
I_ConstructorWithDefaults1(IN, int, texture_size, 64,
Properties::EXPLICIT,
____CubeMapGenerator__int,
"",
"");
I_ConstructorWithDefaults2(IN, const osgUtil::CubeMapGenerator &, copy, , IN, const osg::CopyOp &, copyop, osg::CopyOp::SHALLOW_COPY,
____CubeMapGenerator__C5_CubeMapGenerator_R1__C5_osg_CopyOp_R1,
"",
"");
I_Method1(osg::Image *, getImage, IN, osg::TextureCubeMap::Face, face,
Properties::NON_VIRTUAL,
__osg_Image_P1__getImage__osg_TextureCubeMap_Face,
"",
"");
I_Method1(const osg::Image *, getImage, IN, osg::TextureCubeMap::Face, face,
Properties::NON_VIRTUAL,
__C5_osg_Image_P1__getImage__osg_TextureCubeMap_Face,
"",
"");
I_MethodWithDefaults1(void, generateMap, IN, bool, use_osg_system, true,
Properties::NON_VIRTUAL,
__void__generateMap__bool,
"Generate the six cube images. ",
"If use_osg_system is true, then the OSG's coordinate system is used instead of the default OpenGL one.");
I_ConstructorWithDefaults1(IN, int, texture_size, 64,
Properties::EXPLICIT,
____CubeMapGenerator__int,