From 9d29cc53dce1813a5187f7531ec7e964b385d68f Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Wed, 26 Dec 2007 21:38:11 +0000 Subject: [PATCH] Suppressed reflection of problem templates/typedefs --- genwrapper.conf | 5 + .../osgUtil/OperationArrayFunctor.cpp | 181 ------------------ 2 files changed, 5 insertions(+), 181 deletions(-) diff --git a/genwrapper.conf b/genwrapper.conf index 3112118f9..9b24ad1e1 100644 --- a/genwrapper.conf +++ b/genwrapper.conf @@ -37,10 +37,15 @@ end ############################################################################# +ignore file "osgUtil/OperationArrayFunctor" + ignore file "osgViewer/api/X11/GraphicsWindowX11" ignore file "osgViewer/api/Win32/GraphicsWindowWin32" ignore file "osgViewer/api/Cocoa/GraphicsWindowCocoa" +suppress reflector "osgUtil::AddRangeFunctor" +suppress reflector "osgUtil::MultiplyRangeFunctor" + suppress reflector "CPluginFunction" suppress reflector "PluginFunctionProxy" diff --git a/src/osgWrappers/osgUtil/OperationArrayFunctor.cpp b/src/osgWrappers/osgUtil/OperationArrayFunctor.cpp index d8962a3bf..b451ed94a 100644 --- a/src/osgWrappers/osgUtil/OperationArrayFunctor.cpp +++ b/src/osgWrappers/osgUtil/OperationArrayFunctor.cpp @@ -10,7 +10,6 @@ #include #include -#include #include // Must undefine IN and OUT macros defined in Windows headers @@ -21,183 +20,3 @@ #undef OUT #endif -BEGIN_VALUE_REFLECTOR(osgUtil::AddRangeOperator) - I_DeclaringFile("osgUtil/OperationArrayFunctor"); - I_Constructor0(____AddRangeOperator, - "", - ""); - I_PublicMemberProperty(unsigned int, _begin); - I_PublicMemberProperty(unsigned int, _count); - I_PublicMemberProperty(osg::Vec3, _vector); -END_REFLECTOR - -BEGIN_VALUE_REFLECTOR(osgUtil::MultiplyRangeOperator) - I_DeclaringFile("osgUtil/OperationArrayFunctor"); - I_Constructor0(____MultiplyRangeOperator, - "", - ""); - I_PublicMemberProperty(unsigned int, _begin); - I_PublicMemberProperty(unsigned int, _count); - I_PublicMemberProperty(osg::Vec3, _vector); -END_REFLECTOR - -TYPE_NAME_ALIAS(osgUtil::OperationArrayFunctor< osgUtil::AddRangeOperator >, osgUtil::AddRangeFunctor) - -TYPE_NAME_ALIAS(osgUtil::OperationArrayFunctor< osgUtil::MultiplyRangeOperator >, osgUtil::MultiplyRangeFunctor) - -BEGIN_OBJECT_REFLECTOR(osgUtil::OperationArrayFunctor< osgUtil::AddRangeOperator >) - I_DeclaringFile("osgUtil/OperationArrayFunctor"); - I_BaseType(osg::ArrayVisitor); - I_Constructor0(____AddRangeOperator >, - "", - ""); - I_Method1(void, apply, IN, osg::Array &, x, - Properties::VIRTUAL, - __void__apply__osg_Array_R1, - "", - ""); - I_Method1(void, apply, IN, osg::Vec2Array &, array, - Properties::VIRTUAL, - __void__apply__osg_Vec2Array_R1, - "", - ""); - I_Method1(void, apply, IN, osg::Vec3Array &, array, - Properties::VIRTUAL, - __void__apply__osg_Vec3Array_R1, - "", - ""); - I_Method1(void, apply, IN, osg::Vec4Array &, array, - Properties::VIRTUAL, - __void__apply__osg_Vec4Array_R1, - "", - ""); - I_Method1(void, apply, IN, osg::Vec4ubArray &, array, - Properties::VIRTUAL, - __void__apply__osg_Vec4ubArray_R1, - "", - ""); - I_Method1(void, apply, IN, osg::Vec2bArray &, array, - Properties::VIRTUAL, - __void__apply__osg_Vec2bArray_R1, - "", - ""); - I_Method1(void, apply, IN, osg::Vec3bArray &, array, - Properties::VIRTUAL, - __void__apply__osg_Vec3bArray_R1, - "", - ""); - I_Method1(void, apply, IN, osg::Vec4bArray &, array, - Properties::VIRTUAL, - __void__apply__osg_Vec4bArray_R1, - "", - ""); - I_Method1(void, apply, IN, osg::Vec2sArray &, array, - Properties::VIRTUAL, - __void__apply__osg_Vec2sArray_R1, - "", - ""); - I_Method1(void, apply, IN, osg::Vec3sArray &, array, - Properties::VIRTUAL, - __void__apply__osg_Vec3sArray_R1, - "", - ""); - I_Method1(void, apply, IN, osg::Vec4sArray &, array, - Properties::VIRTUAL, - __void__apply__osg_Vec4sArray_R1, - "", - ""); - I_Method1(void, apply, IN, osg::Vec2dArray &, array, - Properties::VIRTUAL, - __void__apply__osg_Vec2dArray_R1, - "", - ""); - I_Method1(void, apply, IN, osg::Vec3dArray &, array, - Properties::VIRTUAL, - __void__apply__osg_Vec3dArray_R1, - "", - ""); - I_Method1(void, apply, IN, osg::Vec4dArray &, array, - Properties::VIRTUAL, - __void__apply__osg_Vec4dArray_R1, - "", - ""); -END_REFLECTOR - -BEGIN_OBJECT_REFLECTOR(osgUtil::OperationArrayFunctor< osgUtil::MultiplyRangeOperator >) - I_DeclaringFile("osgUtil/OperationArrayFunctor"); - I_BaseType(osg::ArrayVisitor); - I_Constructor0(____MultiplyRangeOperator >, - "", - ""); - I_Method1(void, apply, IN, osg::Array &, x, - Properties::VIRTUAL, - __void__apply__osg_Array_R1, - "", - ""); - I_Method1(void, apply, IN, osg::Vec2Array &, array, - Properties::VIRTUAL, - __void__apply__osg_Vec2Array_R1, - "", - ""); - I_Method1(void, apply, IN, osg::Vec3Array &, array, - Properties::VIRTUAL, - __void__apply__osg_Vec3Array_R1, - "", - ""); - I_Method1(void, apply, IN, osg::Vec4Array &, array, - Properties::VIRTUAL, - __void__apply__osg_Vec4Array_R1, - "", - ""); - I_Method1(void, apply, IN, osg::Vec4ubArray &, array, - Properties::VIRTUAL, - __void__apply__osg_Vec4ubArray_R1, - "", - ""); - I_Method1(void, apply, IN, osg::Vec2bArray &, array, - Properties::VIRTUAL, - __void__apply__osg_Vec2bArray_R1, - "", - ""); - I_Method1(void, apply, IN, osg::Vec3bArray &, array, - Properties::VIRTUAL, - __void__apply__osg_Vec3bArray_R1, - "", - ""); - I_Method1(void, apply, IN, osg::Vec4bArray &, array, - Properties::VIRTUAL, - __void__apply__osg_Vec4bArray_R1, - "", - ""); - I_Method1(void, apply, IN, osg::Vec2sArray &, array, - Properties::VIRTUAL, - __void__apply__osg_Vec2sArray_R1, - "", - ""); - I_Method1(void, apply, IN, osg::Vec3sArray &, array, - Properties::VIRTUAL, - __void__apply__osg_Vec3sArray_R1, - "", - ""); - I_Method1(void, apply, IN, osg::Vec4sArray &, array, - Properties::VIRTUAL, - __void__apply__osg_Vec4sArray_R1, - "", - ""); - I_Method1(void, apply, IN, osg::Vec2dArray &, array, - Properties::VIRTUAL, - __void__apply__osg_Vec2dArray_R1, - "", - ""); - I_Method1(void, apply, IN, osg::Vec3dArray &, array, - Properties::VIRTUAL, - __void__apply__osg_Vec3dArray_R1, - "", - ""); - I_Method1(void, apply, IN, osg::Vec4dArray &, array, - Properties::VIRTUAL, - __void__apply__osg_Vec4dArray_R1, - "", - ""); -END_REFLECTOR -