Updated wrappers

This commit is contained in:
Robert Osfield
2006-10-24 09:45:50 +00:00
parent 85dc696c09
commit c892fafa1c
266 changed files with 37808 additions and 9935 deletions

View File

@@ -27,20 +27,60 @@ TYPE_NAME_ALIAS(char, osg::Vec2b::value_type);
BEGIN_VALUE_REFLECTOR(osg::Vec2b)
I_ReaderWriter(osgIntrospection::StdReaderWriter<reflected_type>); // user-defined
I_Comparator(osgIntrospection::PartialOrderComparator<reflected_type>); // user-defined
I_Constructor0();
I_Constructor2(IN, char, r, IN, char, g);
I_Method0(osg::Vec2b::value_type *, ptr);
I_Method0(const osg::Vec2b::value_type *, ptr);
I_Method2(void, set, IN, osg::Vec2b::value_type, x, IN, osg::Vec2b::value_type, y);
I_Method1(void, set, IN, const osg::Vec2b &, rhs);
I_Method0(osg::Vec2b::value_type &, x);
I_Method0(osg::Vec2b::value_type &, y);
I_Method0(osg::Vec2b::value_type, x);
I_Method0(osg::Vec2b::value_type, y);
I_Method0(osg::Vec2b::value_type &, r);
I_Method0(osg::Vec2b::value_type &, g);
I_Method0(osg::Vec2b::value_type, r);
I_Method0(osg::Vec2b::value_type, g);
I_WriteOnlyProperty(const osg::Vec2b &, );
I_Constructor0(____Vec2b,
"",
"");
I_Constructor2(IN, char, r, IN, char, g,
____Vec2b__char__char,
"",
"");
I_Method0(osg::Vec2b::value_type *, ptr,
__value_type_P1__ptr,
"",
"");
I_Method0(const osg::Vec2b::value_type *, ptr,
__C5_value_type_P1__ptr,
"",
"");
I_Method2(void, set, IN, osg::Vec2b::value_type, x, IN, osg::Vec2b::value_type, y,
__void__set__value_type__value_type,
"",
"");
I_Method1(void, set, IN, const osg::Vec2b &, rhs,
__void__set__C5_Vec2b_R1,
"",
"");
I_Method0(osg::Vec2b::value_type &, x,
__value_type_R1__x,
"",
"");
I_Method0(osg::Vec2b::value_type &, y,
__value_type_R1__y,
"",
"");
I_Method0(osg::Vec2b::value_type, x,
__value_type__x,
"",
"");
I_Method0(osg::Vec2b::value_type, y,
__value_type__y,
"",
"");
I_Method0(osg::Vec2b::value_type &, r,
__value_type_R1__r,
"",
"");
I_Method0(osg::Vec2b::value_type &, g,
__value_type_R1__g,
"",
"");
I_Method0(osg::Vec2b::value_type, r,
__value_type__r,
"",
"");
I_Method0(osg::Vec2b::value_type, g,
__value_type__g,
"",
"");
END_REFLECTOR