Fixed genwrapper so that it handles .svn directories, updated wrappers
This commit is contained in:
@@ -10,7 +10,6 @@
|
||||
#include <osgIntrospection/StaticMethodInfo>
|
||||
#include <osgIntrospection/Attributes>
|
||||
|
||||
#include <osg/.svn/text-base/Vec2s.svn-base>
|
||||
#include <osg/Vec2s>
|
||||
|
||||
// Must undefine IN and OUT macros defined in Windows headers
|
||||
@@ -91,211 +90,5 @@ BEGIN_VALUE_REFLECTOR(osg::Vec2s)
|
||||
__value_type__g,
|
||||
"",
|
||||
"");
|
||||
I_Constructor0(____Vec2s,
|
||||
"",
|
||||
"");
|
||||
I_Constructor2(IN, osg::Vec2s::value_type, x, IN, osg::Vec2s::value_type, y,
|
||||
____Vec2s__value_type__value_type,
|
||||
"",
|
||||
"");
|
||||
I_Method0(osg::Vec2s::value_type *, ptr,
|
||||
Properties::NON_VIRTUAL,
|
||||
__value_type_P1__ptr,
|
||||
"",
|
||||
"");
|
||||
I_Method0(const osg::Vec2s::value_type *, ptr,
|
||||
Properties::NON_VIRTUAL,
|
||||
__C5_value_type_P1__ptr,
|
||||
"",
|
||||
"");
|
||||
I_Method2(void, set, IN, osg::Vec2s::value_type, x, IN, osg::Vec2s::value_type, y,
|
||||
Properties::NON_VIRTUAL,
|
||||
__void__set__value_type__value_type,
|
||||
"",
|
||||
"");
|
||||
I_Method1(void, set, IN, const osg::Vec2s &, rhs,
|
||||
Properties::NON_VIRTUAL,
|
||||
__void__set__C5_Vec2s_R1,
|
||||
"",
|
||||
"");
|
||||
I_Method0(osg::Vec2s::value_type &, x,
|
||||
Properties::NON_VIRTUAL,
|
||||
__value_type_R1__x,
|
||||
"",
|
||||
"");
|
||||
I_Method0(osg::Vec2s::value_type &, y,
|
||||
Properties::NON_VIRTUAL,
|
||||
__value_type_R1__y,
|
||||
"",
|
||||
"");
|
||||
I_Method0(osg::Vec2s::value_type, x,
|
||||
Properties::NON_VIRTUAL,
|
||||
__value_type__x,
|
||||
"",
|
||||
"");
|
||||
I_Method0(osg::Vec2s::value_type, y,
|
||||
Properties::NON_VIRTUAL,
|
||||
__value_type__y,
|
||||
"",
|
||||
"");
|
||||
I_Method0(osg::Vec2s::value_type &, r,
|
||||
Properties::NON_VIRTUAL,
|
||||
__value_type_R1__r,
|
||||
"",
|
||||
"");
|
||||
I_Method0(osg::Vec2s::value_type &, g,
|
||||
Properties::NON_VIRTUAL,
|
||||
__value_type_R1__g,
|
||||
"",
|
||||
"");
|
||||
I_Method0(osg::Vec2s::value_type, r,
|
||||
Properties::NON_VIRTUAL,
|
||||
__value_type__r,
|
||||
"",
|
||||
"");
|
||||
I_Method0(osg::Vec2s::value_type, g,
|
||||
Properties::NON_VIRTUAL,
|
||||
__value_type__g,
|
||||
"",
|
||||
"");
|
||||
END_REFLECTOR
|
||||
|
||||
TYPE_NAME_ALIAS(short, osg::Vec2s::value_type);
|
||||
|
||||
BEGIN_VALUE_REFLECTOR(osg::Vec2s)
|
||||
I_Constructor0(____Vec2s,
|
||||
"",
|
||||
"");
|
||||
I_Constructor2(IN, osg::Vec2s::value_type, x, IN, osg::Vec2s::value_type, y,
|
||||
____Vec2s__value_type__value_type,
|
||||
"",
|
||||
"");
|
||||
I_Method0(osg::Vec2s::value_type *, ptr,
|
||||
Properties::NON_VIRTUAL,
|
||||
__value_type_P1__ptr,
|
||||
"",
|
||||
"");
|
||||
I_Method0(const osg::Vec2s::value_type *, ptr,
|
||||
Properties::NON_VIRTUAL,
|
||||
__C5_value_type_P1__ptr,
|
||||
"",
|
||||
"");
|
||||
I_Method2(void, set, IN, osg::Vec2s::value_type, x, IN, osg::Vec2s::value_type, y,
|
||||
Properties::NON_VIRTUAL,
|
||||
__void__set__value_type__value_type,
|
||||
"",
|
||||
"");
|
||||
I_Method1(void, set, IN, const osg::Vec2s &, rhs,
|
||||
Properties::NON_VIRTUAL,
|
||||
__void__set__C5_Vec2s_R1,
|
||||
"",
|
||||
"");
|
||||
I_Method0(osg::Vec2s::value_type &, x,
|
||||
Properties::NON_VIRTUAL,
|
||||
__value_type_R1__x,
|
||||
"",
|
||||
"");
|
||||
I_Method0(osg::Vec2s::value_type &, y,
|
||||
Properties::NON_VIRTUAL,
|
||||
__value_type_R1__y,
|
||||
"",
|
||||
"");
|
||||
I_Method0(osg::Vec2s::value_type, x,
|
||||
Properties::NON_VIRTUAL,
|
||||
__value_type__x,
|
||||
"",
|
||||
"");
|
||||
I_Method0(osg::Vec2s::value_type, y,
|
||||
Properties::NON_VIRTUAL,
|
||||
__value_type__y,
|
||||
"",
|
||||
"");
|
||||
I_Method0(osg::Vec2s::value_type &, r,
|
||||
Properties::NON_VIRTUAL,
|
||||
__value_type_R1__r,
|
||||
"",
|
||||
"");
|
||||
I_Method0(osg::Vec2s::value_type &, g,
|
||||
Properties::NON_VIRTUAL,
|
||||
__value_type_R1__g,
|
||||
"",
|
||||
"");
|
||||
I_Method0(osg::Vec2s::value_type, r,
|
||||
Properties::NON_VIRTUAL,
|
||||
__value_type__r,
|
||||
"",
|
||||
"");
|
||||
I_Method0(osg::Vec2s::value_type, g,
|
||||
Properties::NON_VIRTUAL,
|
||||
__value_type__g,
|
||||
"",
|
||||
"");
|
||||
I_Constructor0(____Vec2s,
|
||||
"",
|
||||
"");
|
||||
I_Constructor2(IN, osg::Vec2s::value_type, x, IN, osg::Vec2s::value_type, y,
|
||||
____Vec2s__value_type__value_type,
|
||||
"",
|
||||
"");
|
||||
I_Method0(osg::Vec2s::value_type *, ptr,
|
||||
Properties::NON_VIRTUAL,
|
||||
__value_type_P1__ptr,
|
||||
"",
|
||||
"");
|
||||
I_Method0(const osg::Vec2s::value_type *, ptr,
|
||||
Properties::NON_VIRTUAL,
|
||||
__C5_value_type_P1__ptr,
|
||||
"",
|
||||
"");
|
||||
I_Method2(void, set, IN, osg::Vec2s::value_type, x, IN, osg::Vec2s::value_type, y,
|
||||
Properties::NON_VIRTUAL,
|
||||
__void__set__value_type__value_type,
|
||||
"",
|
||||
"");
|
||||
I_Method1(void, set, IN, const osg::Vec2s &, rhs,
|
||||
Properties::NON_VIRTUAL,
|
||||
__void__set__C5_Vec2s_R1,
|
||||
"",
|
||||
"");
|
||||
I_Method0(osg::Vec2s::value_type &, x,
|
||||
Properties::NON_VIRTUAL,
|
||||
__value_type_R1__x,
|
||||
"",
|
||||
"");
|
||||
I_Method0(osg::Vec2s::value_type &, y,
|
||||
Properties::NON_VIRTUAL,
|
||||
__value_type_R1__y,
|
||||
"",
|
||||
"");
|
||||
I_Method0(osg::Vec2s::value_type, x,
|
||||
Properties::NON_VIRTUAL,
|
||||
__value_type__x,
|
||||
"",
|
||||
"");
|
||||
I_Method0(osg::Vec2s::value_type, y,
|
||||
Properties::NON_VIRTUAL,
|
||||
__value_type__y,
|
||||
"",
|
||||
"");
|
||||
I_Method0(osg::Vec2s::value_type &, r,
|
||||
Properties::NON_VIRTUAL,
|
||||
__value_type_R1__r,
|
||||
"",
|
||||
"");
|
||||
I_Method0(osg::Vec2s::value_type &, g,
|
||||
Properties::NON_VIRTUAL,
|
||||
__value_type_R1__g,
|
||||
"",
|
||||
"");
|
||||
I_Method0(osg::Vec2s::value_type, r,
|
||||
Properties::NON_VIRTUAL,
|
||||
__value_type__r,
|
||||
"",
|
||||
"");
|
||||
I_Method0(osg::Vec2s::value_type, g,
|
||||
Properties::NON_VIRTUAL,
|
||||
__value_type__g,
|
||||
"",
|
||||
"");
|
||||
END_REFLECTOR
|
||||
|
||||
|
||||
Reference in New Issue
Block a user