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,7 +10,7 @@
#include <osgIntrospection/StaticMethodInfo>
#include <osgIntrospection/Attributes>
#include <osg/.svn/text-base/Vec4.svn-base>
#include <osg/Vec4>
#include <osgSim/ColorRange>
// Must undefine IN and OUT macros defined in Windows headers
@@ -22,7 +22,6 @@
#endif
BEGIN_OBJECT_REFLECTOR(osgSim::ColorRange)
I_BaseType(osgSim::ScalarsToColors);
I_BaseType(osgSim::ScalarsToColors);
I_Constructor2(IN, float, min, IN, float, max,
____ColorRange__float__float,
@@ -38,69 +37,7 @@ BEGIN_OBJECT_REFLECTOR(osgSim::ColorRange)
"Set the range of colors. ",
"");
I_Method1(osg::Vec4, getColor, IN, float, scalar,
Properties::NON_VIRTUAL,
__osg_Vec4__getColor__float,
"Get the color for a given scalar value. ",
"");
I_Constructor2(IN, float, min, IN, float, max,
____ColorRange__float__float,
"Constructor for a ColorRange with a default list of colors set to Red-Yellow-Green-Blue-Cyan. ",
" param min minimum scalar value max maximum scalar value ");
I_Constructor3(IN, float, min, IN, float, max, IN, const std::vector< osg::Vec4 > &, colors,
____ColorRange__float__float__C5_std_vectorT1_osg_Vec4__R1,
"Constructor for a ColorRange. ",
" param min minimum scalar value max maximum scalar value colors optional range of colors, ");
I_Method1(void, setColors, IN, const std::vector< osg::Vec4 > &, colors,
Properties::NON_VIRTUAL,
__void__setColors__C5_std_vectorT1_osg_Vec4__R1,
"Set the range of colors. ",
"");
I_Method1(osg::Vec4, getColor, IN, float, scalar,
Properties::NON_VIRTUAL,
__osg_Vec4__getColor__float,
"Get the color for a given scalar value. ",
"");
I_SimpleProperty(const std::vector< osg::Vec4 > &, Colors,
0,
__void__setColors__C5_std_vectorT1_osg_Vec4__R1);
END_REFLECTOR
BEGIN_OBJECT_REFLECTOR(osgSim::ColorRange)
I_BaseType(osgSim::ScalarsToColors);
I_BaseType(osgSim::ScalarsToColors);
I_Constructor2(IN, float, min, IN, float, max,
____ColorRange__float__float,
"Constructor for a ColorRange with a default list of colors set to Red-Yellow-Green-Blue-Cyan. ",
" param min minimum scalar value max maximum scalar value ");
I_Constructor3(IN, float, min, IN, float, max, IN, const std::vector< osg::Vec4 > &, colors,
____ColorRange__float__float__C5_std_vectorT1_osg_Vec4__R1,
"Constructor for a ColorRange. ",
" param min minimum scalar value max maximum scalar value colors optional range of colors, ");
I_Method1(void, setColors, IN, const std::vector< osg::Vec4 > &, colors,
Properties::NON_VIRTUAL,
__void__setColors__C5_std_vectorT1_osg_Vec4__R1,
"Set the range of colors. ",
"");
I_Method1(osg::Vec4, getColor, IN, float, scalar,
Properties::NON_VIRTUAL,
__osg_Vec4__getColor__float,
"Get the color for a given scalar value. ",
"");
I_Constructor2(IN, float, min, IN, float, max,
____ColorRange__float__float,
"Constructor for a ColorRange with a default list of colors set to Red-Yellow-Green-Blue-Cyan. ",
" param min minimum scalar value max maximum scalar value ");
I_Constructor3(IN, float, min, IN, float, max, IN, const std::vector< osg::Vec4 > &, colors,
____ColorRange__float__float__C5_std_vectorT1_osg_Vec4__R1,
"Constructor for a ColorRange. ",
" param min minimum scalar value max maximum scalar value colors optional range of colors, ");
I_Method1(void, setColors, IN, const std::vector< osg::Vec4 > &, colors,
Properties::NON_VIRTUAL,
__void__setColors__C5_std_vectorT1_osg_Vec4__R1,
"Set the range of colors. ",
"");
I_Method1(osg::Vec4, getColor, IN, float, scalar,
Properties::NON_VIRTUAL,
Properties::VIRTUAL,
__osg_Vec4__getColor__float,
"Get the color for a given scalar value. ",
"");