Updated wrappers

This commit is contained in:
Robert Osfield
2007-06-08 10:42:52 +00:00
parent b1909ff55a
commit c8a5db6a71
313 changed files with 742 additions and 0 deletions

View File

@@ -21,6 +21,7 @@
#endif
BEGIN_OBJECT_REFLECTOR(OpenThreads::Barrier)
I_DeclaringFile("OpenThreads/Barrier");
I_ConstructorWithDefaults1(IN, int, numThreads, 0,
Properties::NON_EXPLICIT,
____Barrier__int,

View File

@@ -21,6 +21,7 @@
#endif
BEGIN_OBJECT_REFLECTOR(OpenThreads::Block)
I_DeclaringFile("OpenThreads/Block");
I_Constructor0(____Block,
"",
"");

View File

@@ -22,6 +22,7 @@
#endif
BEGIN_OBJECT_REFLECTOR(OpenThreads::Condition)
I_DeclaringFile("OpenThreads/Condition");
I_Constructor0(____Condition,
"Constructor. ",
"");

View File

@@ -21,6 +21,7 @@
#endif
BEGIN_OBJECT_REFLECTOR(OpenThreads::Mutex)
I_DeclaringFile("OpenThreads/Mutex");
I_Constructor0(____Mutex,
"Constructor. ",
"");

View File

@@ -21,6 +21,7 @@
#endif
BEGIN_OBJECT_REFLECTOR(OpenThreads::ReadWriteMutex)
I_DeclaringFile("OpenThreads/ReadWriteMutex");
I_Constructor0(____ReadWriteMutex,
"",
"");
@@ -52,6 +53,7 @@ BEGIN_OBJECT_REFLECTOR(OpenThreads::ReadWriteMutex)
END_REFLECTOR
BEGIN_VALUE_REFLECTOR(OpenThreads::ScopedReadLock)
I_DeclaringFile("OpenThreads/ReadWriteMutex");
I_Constructor1(IN, OpenThreads::ReadWriteMutex &, mutex,
Properties::NON_EXPLICIT,
____ScopedReadLock__ReadWriteMutex_R1,
@@ -60,6 +62,7 @@ BEGIN_VALUE_REFLECTOR(OpenThreads::ScopedReadLock)
END_REFLECTOR
BEGIN_VALUE_REFLECTOR(OpenThreads::ScopedWriteLock)
I_DeclaringFile("OpenThreads/ReadWriteMutex");
I_Constructor1(IN, OpenThreads::ReadWriteMutex &, mutex,
Properties::NON_EXPLICIT,
____ScopedWriteLock__ReadWriteMutex_R1,

View File

@@ -21,6 +21,7 @@
#endif
BEGIN_OBJECT_REFLECTOR(OpenThreads::ReentrantMutex)
I_DeclaringFile("OpenThreads/ReentrantMutex");
I_BaseType(OpenThreads::Mutex);
I_Constructor0(____ReentrantMutex,
"",

View File

@@ -21,6 +21,7 @@
#endif
BEGIN_ENUM_REFLECTOR(OpenThreads::Thread::ThreadPriority)
I_DeclaringFile("OpenThreads/Thread");
I_EnumLabel(OpenThreads::Thread::THREAD_PRIORITY_MAX);
I_EnumLabel(OpenThreads::Thread::THREAD_PRIORITY_HIGH);
I_EnumLabel(OpenThreads::Thread::THREAD_PRIORITY_NOMINAL);
@@ -30,6 +31,7 @@ BEGIN_ENUM_REFLECTOR(OpenThreads::Thread::ThreadPriority)
END_REFLECTOR
BEGIN_ENUM_REFLECTOR(OpenThreads::Thread::ThreadPolicy)
I_DeclaringFile("OpenThreads/Thread");
I_EnumLabel(OpenThreads::Thread::THREAD_SCHEDULE_FIFO);
I_EnumLabel(OpenThreads::Thread::THREAD_SCHEDULE_ROUND_ROBIN);
I_EnumLabel(OpenThreads::Thread::THREAD_SCHEDULE_TIME_SHARE);
@@ -37,6 +39,7 @@ BEGIN_ENUM_REFLECTOR(OpenThreads::Thread::ThreadPolicy)
END_REFLECTOR
BEGIN_ABSTRACT_OBJECT_REFLECTOR(OpenThreads::Thread)
I_DeclaringFile("OpenThreads/Thread");
I_Constructor0(____Thread,
"Constructor. ",
"");

View File

@@ -25,6 +25,7 @@
#endif
BEGIN_ENUM_REFLECTOR(osg::AlphaFunc::ComparisonFunction)
I_DeclaringFile("osg/AlphaFunc");
I_EnumLabel(osg::AlphaFunc::NEVER);
I_EnumLabel(osg::AlphaFunc::LESS);
I_EnumLabel(osg::AlphaFunc::EQUAL);
@@ -36,6 +37,7 @@ BEGIN_ENUM_REFLECTOR(osg::AlphaFunc::ComparisonFunction)
END_REFLECTOR
BEGIN_OBJECT_REFLECTOR(osg::AlphaFunc)
I_DeclaringFile("osg/AlphaFunc");
I_BaseType(osg::StateAttribute);
I_Constructor0(____AlphaFunc,
"",

View File

@@ -31,12 +31,14 @@
TYPE_NAME_ALIAS(std::map< double COMMA osg::AnimationPath::ControlPoint >, osg::AnimationPath::TimeControlPointMap)
BEGIN_ENUM_REFLECTOR(osg::AnimationPath::LoopMode)
I_DeclaringFile("osg/AnimationPath");
I_EnumLabel(osg::AnimationPath::SWING);
I_EnumLabel(osg::AnimationPath::LOOP);
I_EnumLabel(osg::AnimationPath::NO_LOOPING);
END_REFLECTOR
BEGIN_OBJECT_REFLECTOR(osg::AnimationPath)
I_DeclaringFile("osg/AnimationPath");
I_VirtualBaseType(osg::Object);
I_Constructor0(____AnimationPath,
"",
@@ -173,6 +175,7 @@ BEGIN_OBJECT_REFLECTOR(osg::AnimationPath)
END_REFLECTOR
BEGIN_VALUE_REFLECTOR(osg::AnimationPath::ControlPoint)
I_DeclaringFile("osg/AnimationPath");
I_Constructor0(____ControlPoint,
"",
"");
@@ -261,6 +264,7 @@ BEGIN_VALUE_REFLECTOR(osg::AnimationPath::ControlPoint)
END_REFLECTOR
BEGIN_OBJECT_REFLECTOR(osg::AnimationPathCallback)
I_DeclaringFile("osg/AnimationPath");
I_BaseType(osg::NodeCallback);
I_Constructor0(____AnimationPathCallback,
"",

View File

@@ -23,12 +23,14 @@
TYPE_NAME_ALIAS(std::map< std::string COMMA std::string >, osg::ApplicationUsage::UsageMap)
BEGIN_ENUM_REFLECTOR(osg::ApplicationUsage::Type)
I_DeclaringFile("osg/ApplicationUsage");
I_EnumLabel(osg::ApplicationUsage::COMMAND_LINE_OPTION);
I_EnumLabel(osg::ApplicationUsage::ENVIRONMENTAL_VARIABLE);
I_EnumLabel(osg::ApplicationUsage::KEYBOARD_MOUSE_BINDING);
END_REFLECTOR
BEGIN_OBJECT_REFLECTOR(osg::ApplicationUsage)
I_DeclaringFile("osg/ApplicationUsage");
I_BaseType(osg::Referenced);
I_Constructor0(____ApplicationUsage,
"",
@@ -189,6 +191,7 @@ BEGIN_OBJECT_REFLECTOR(osg::ApplicationUsage)
END_REFLECTOR
BEGIN_VALUE_REFLECTOR(osg::ApplicationUsageProxy)
I_DeclaringFile("osg/ApplicationUsage");
I_Constructor3(IN, osg::ApplicationUsage::Type, type, IN, const std::string &, option, IN, const std::string &, explanation,
____ApplicationUsageProxy__ApplicationUsage_Type__C5_std_string_R1__C5_std_string_R1,
"register an explanation of commandline/evironmentalvaraible/keyboard mouse usage. ",

View File

@@ -24,11 +24,13 @@
TYPE_NAME_ALIAS(std::map< std::string COMMA osg::ArgumentParser::ErrorSeverity >, osg::ArgumentParser::ErrorMessageMap)
BEGIN_ENUM_REFLECTOR(osg::ArgumentParser::ErrorSeverity)
I_DeclaringFile("osg/ArgumentParser");
I_EnumLabel(osg::ArgumentParser::BENIGN);
I_EnumLabel(osg::ArgumentParser::CRITICAL);
END_REFLECTOR
BEGIN_VALUE_REFLECTOR(osg::ArgumentParser)
I_DeclaringFile("osg/ArgumentParser");
I_Constructor2(IN, int *, argc, IN, char **, argv,
____ArgumentParser__int_P1__char_P1P1,
"",
@@ -242,6 +244,7 @@ BEGIN_VALUE_REFLECTOR(osg::ArgumentParser)
END_REFLECTOR
BEGIN_ENUM_REFLECTOR(osg::ArgumentParser::Parameter::ParameterType)
I_DeclaringFile("osg/ArgumentParser");
I_EnumLabel(osg::ArgumentParser::Parameter::FLOAT_PARAMETER);
I_EnumLabel(osg::ArgumentParser::Parameter::DOUBLE_PARAMETER);
I_EnumLabel(osg::ArgumentParser::Parameter::INT_PARAMETER);
@@ -250,6 +253,7 @@ BEGIN_ENUM_REFLECTOR(osg::ArgumentParser::Parameter::ParameterType)
END_REFLECTOR
BEGIN_VALUE_REFLECTOR(osg::ArgumentParser::Parameter)
I_DeclaringFile("osg/ArgumentParser");
I_Constructor1(IN, float &, value,
Properties::NON_EXPLICIT,
____Parameter__float_R1,

View File

@@ -34,6 +34,7 @@
#endif
BEGIN_ENUM_REFLECTOR(osg::Array::Type)
I_DeclaringFile("osg/Array");
I_EnumLabel(osg::Array::ArrayType);
I_EnumLabel(osg::Array::ByteArrayType);
I_EnumLabel(osg::Array::ShortArrayType);
@@ -55,6 +56,7 @@ BEGIN_ENUM_REFLECTOR(osg::Array::Type)
END_REFLECTOR
BEGIN_ABSTRACT_OBJECT_REFLECTOR(osg::Array)
I_DeclaringFile("osg/Array");
I_BaseType(osg::Object);
I_ConstructorWithDefaults3(IN, osg::Array::Type, arrayType, osg::Array::ArrayType, IN, GLint, dataSize, 0, IN, GLenum, dataType, 0,
____Array__Type__GLint__GLenum,
@@ -206,6 +208,7 @@ BEGIN_ABSTRACT_OBJECT_REFLECTOR(osg::Array)
END_REFLECTOR
BEGIN_VALUE_REFLECTOR(osg::ArrayVisitor)
I_DeclaringFile("osg/Array");
I_Constructor0(____ArrayVisitor,
"",
"");
@@ -302,6 +305,7 @@ BEGIN_VALUE_REFLECTOR(osg::ArrayVisitor)
END_REFLECTOR
BEGIN_VALUE_REFLECTOR(osg::ConstArrayVisitor)
I_DeclaringFile("osg/Array");
I_Constructor0(____ConstArrayVisitor,
"",
"");
@@ -398,6 +402,7 @@ BEGIN_VALUE_REFLECTOR(osg::ConstArrayVisitor)
END_REFLECTOR
BEGIN_VALUE_REFLECTOR(osg::ConstValueVisitor)
I_DeclaringFile("osg/Array");
I_Constructor0(____ConstValueVisitor,
"",
"");
@@ -489,6 +494,7 @@ BEGIN_VALUE_REFLECTOR(osg::ConstValueVisitor)
END_REFLECTOR
BEGIN_ABSTRACT_OBJECT_REFLECTOR(osg::IndexArray)
I_DeclaringFile("osg/Array");
I_BaseType(osg::Array);
I_ConstructorWithDefaults3(IN, osg::Array::Type, arrayType, osg::Array::ArrayType, IN, GLint, dataSize, 0, IN, GLenum, dataType, 0,
____IndexArray__Type__GLint__GLenum,
@@ -511,6 +517,7 @@ BEGIN_ABSTRACT_OBJECT_REFLECTOR(osg::IndexArray)
END_REFLECTOR
BEGIN_VALUE_REFLECTOR(osg::ValueVisitor)
I_DeclaringFile("osg/Array");
I_Constructor0(____ValueVisitor,
"",
"");
@@ -636,6 +643,7 @@ TYPE_NAME_ALIAS(osg::TemplateArray< osg::Vec3b COMMA osg::Array::Vec3bArrayType
TYPE_NAME_ALIAS(osg::TemplateArray< osg::Vec4b COMMA osg::Array::Vec4bArrayType COMMA 4 COMMA GL_BYTE >, osg::Vec4bArray)
BEGIN_OBJECT_REFLECTOR(osg::TemplateArray< GLfloat COMMA osg::Array::FloatArrayType COMMA 1 COMMA GL_FLOAT >)
I_DeclaringFile("osg/Array");
I_BaseType(osg::Array);
I_BaseType(std::vector<GLfloat>);
I_Constructor0(____TemplateArray,
@@ -718,6 +726,7 @@ BEGIN_OBJECT_REFLECTOR(osg::TemplateArray< GLfloat COMMA osg::Array::FloatArray
END_REFLECTOR
BEGIN_OBJECT_REFLECTOR(osg::TemplateArray< osg::Vec2 COMMA osg::Array::Vec2ArrayType COMMA 2 COMMA GL_FLOAT >)
I_DeclaringFile("osg/Array");
I_BaseType(osg::Array);
I_BaseType(std::vector<osg::Vec2>);
I_Constructor0(____TemplateArray,
@@ -800,6 +809,7 @@ BEGIN_OBJECT_REFLECTOR(osg::TemplateArray< osg::Vec2 COMMA osg::Array::Vec2Arra
END_REFLECTOR
BEGIN_OBJECT_REFLECTOR(osg::TemplateArray< osg::Vec2b COMMA osg::Array::Vec2bArrayType COMMA 2 COMMA GL_BYTE >)
I_DeclaringFile("osg/Array");
I_BaseType(osg::Array);
I_BaseType(std::vector<osg::Vec2b>);
I_Constructor0(____TemplateArray,
@@ -882,6 +892,7 @@ BEGIN_OBJECT_REFLECTOR(osg::TemplateArray< osg::Vec2b COMMA osg::Array::Vec2bAr
END_REFLECTOR
BEGIN_OBJECT_REFLECTOR(osg::TemplateArray< osg::Vec2s COMMA osg::Array::Vec2sArrayType COMMA 2 COMMA GL_SHORT >)
I_DeclaringFile("osg/Array");
I_BaseType(osg::Array);
I_BaseType(std::vector<osg::Vec2s>);
I_Constructor0(____TemplateArray,
@@ -964,6 +975,7 @@ BEGIN_OBJECT_REFLECTOR(osg::TemplateArray< osg::Vec2s COMMA osg::Array::Vec2sAr
END_REFLECTOR
BEGIN_OBJECT_REFLECTOR(osg::TemplateArray< osg::Vec3 COMMA osg::Array::Vec3ArrayType COMMA 3 COMMA GL_FLOAT >)
I_DeclaringFile("osg/Array");
I_BaseType(osg::Array);
I_BaseType(std::vector<osg::Vec3>);
I_Constructor0(____TemplateArray,
@@ -1046,6 +1058,7 @@ BEGIN_OBJECT_REFLECTOR(osg::TemplateArray< osg::Vec3 COMMA osg::Array::Vec3Arra
END_REFLECTOR
BEGIN_OBJECT_REFLECTOR(osg::TemplateArray< osg::Vec3b COMMA osg::Array::Vec3bArrayType COMMA 3 COMMA GL_BYTE >)
I_DeclaringFile("osg/Array");
I_BaseType(osg::Array);
I_BaseType(std::vector<osg::Vec3b>);
I_Constructor0(____TemplateArray,
@@ -1128,6 +1141,7 @@ BEGIN_OBJECT_REFLECTOR(osg::TemplateArray< osg::Vec3b COMMA osg::Array::Vec3bAr
END_REFLECTOR
BEGIN_OBJECT_REFLECTOR(osg::TemplateArray< osg::Vec3s COMMA osg::Array::Vec3sArrayType COMMA 3 COMMA GL_SHORT >)
I_DeclaringFile("osg/Array");
I_BaseType(osg::Array);
I_BaseType(std::vector<osg::Vec3s>);
I_Constructor0(____TemplateArray,
@@ -1210,6 +1224,7 @@ BEGIN_OBJECT_REFLECTOR(osg::TemplateArray< osg::Vec3s COMMA osg::Array::Vec3sAr
END_REFLECTOR
BEGIN_OBJECT_REFLECTOR(osg::TemplateArray< osg::Vec4 COMMA osg::Array::Vec4ArrayType COMMA 4 COMMA GL_FLOAT >)
I_DeclaringFile("osg/Array");
I_BaseType(osg::Array);
I_BaseType(std::vector<osg::Vec4>);
I_Constructor0(____TemplateArray,
@@ -1292,6 +1307,7 @@ BEGIN_OBJECT_REFLECTOR(osg::TemplateArray< osg::Vec4 COMMA osg::Array::Vec4Arra
END_REFLECTOR
BEGIN_OBJECT_REFLECTOR(osg::TemplateArray< osg::Vec4b COMMA osg::Array::Vec4bArrayType COMMA 4 COMMA GL_BYTE >)
I_DeclaringFile("osg/Array");
I_BaseType(osg::Array);
I_BaseType(std::vector<osg::Vec4b>);
I_Constructor0(____TemplateArray,
@@ -1374,6 +1390,7 @@ BEGIN_OBJECT_REFLECTOR(osg::TemplateArray< osg::Vec4b COMMA osg::Array::Vec4bAr
END_REFLECTOR
BEGIN_OBJECT_REFLECTOR(osg::TemplateArray< osg::Vec4s COMMA osg::Array::Vec4sArrayType COMMA 4 COMMA GL_SHORT >)
I_DeclaringFile("osg/Array");
I_BaseType(osg::Array);
I_BaseType(std::vector<osg::Vec4s>);
I_Constructor0(____TemplateArray,
@@ -1456,6 +1473,7 @@ BEGIN_OBJECT_REFLECTOR(osg::TemplateArray< osg::Vec4s COMMA osg::Array::Vec4sAr
END_REFLECTOR
BEGIN_OBJECT_REFLECTOR(osg::TemplateArray< osg::Vec4ub COMMA osg::Array::Vec4ubArrayType COMMA 4 COMMA GL_UNSIGNED_BYTE >)
I_DeclaringFile("osg/Array");
I_BaseType(osg::Array);
I_BaseType(std::vector<osg::Vec4ub>);
I_Constructor0(____TemplateArray,
@@ -1538,6 +1556,7 @@ BEGIN_OBJECT_REFLECTOR(osg::TemplateArray< osg::Vec4ub COMMA osg::Array::Vec4ub
END_REFLECTOR
BEGIN_OBJECT_REFLECTOR(osg::TemplateIndexArray< GLbyte COMMA osg::Array::ByteArrayType COMMA 1 COMMA GL_BYTE >)
I_DeclaringFile("osg/Array");
I_BaseType(osg::IndexArray);
I_BaseType(std::vector<GLbyte>);
I_Constructor0(____TemplateIndexArray,
@@ -1625,6 +1644,7 @@ BEGIN_OBJECT_REFLECTOR(osg::TemplateIndexArray< GLbyte COMMA osg::Array::ByteAr
END_REFLECTOR
BEGIN_OBJECT_REFLECTOR(osg::TemplateIndexArray< GLint COMMA osg::Array::IntArrayType COMMA 1 COMMA GL_INT >)
I_DeclaringFile("osg/Array");
I_BaseType(osg::IndexArray);
I_BaseType(std::vector<GLint>);
I_Constructor0(____TemplateIndexArray,
@@ -1712,6 +1732,7 @@ BEGIN_OBJECT_REFLECTOR(osg::TemplateIndexArray< GLint COMMA osg::Array::IntArra
END_REFLECTOR
BEGIN_OBJECT_REFLECTOR(osg::TemplateIndexArray< GLshort COMMA osg::Array::ShortArrayType COMMA 1 COMMA GL_SHORT >)
I_DeclaringFile("osg/Array");
I_BaseType(osg::IndexArray);
I_BaseType(std::vector<GLshort>);
I_Constructor0(____TemplateIndexArray,
@@ -1799,6 +1820,7 @@ BEGIN_OBJECT_REFLECTOR(osg::TemplateIndexArray< GLshort COMMA osg::Array::Short
END_REFLECTOR
BEGIN_OBJECT_REFLECTOR(osg::TemplateIndexArray< GLubyte COMMA osg::Array::UByteArrayType COMMA 1 COMMA GL_UNSIGNED_BYTE >)
I_DeclaringFile("osg/Array");
I_BaseType(osg::IndexArray);
I_BaseType(std::vector<GLubyte>);
I_Constructor0(____TemplateIndexArray,
@@ -1886,6 +1908,7 @@ BEGIN_OBJECT_REFLECTOR(osg::TemplateIndexArray< GLubyte COMMA osg::Array::UByte
END_REFLECTOR
BEGIN_OBJECT_REFLECTOR(osg::TemplateIndexArray< GLuint COMMA osg::Array::UIntArrayType COMMA 1 COMMA GL_UNSIGNED_INT >)
I_DeclaringFile("osg/Array");
I_BaseType(osg::IndexArray);
I_BaseType(std::vector<GLuint>);
I_Constructor0(____TemplateIndexArray,
@@ -1973,6 +1996,7 @@ BEGIN_OBJECT_REFLECTOR(osg::TemplateIndexArray< GLuint COMMA osg::Array::UIntAr
END_REFLECTOR
BEGIN_OBJECT_REFLECTOR(osg::TemplateIndexArray< GLushort COMMA osg::Array::UShortArrayType COMMA 1 COMMA GL_UNSIGNED_SHORT >)
I_DeclaringFile("osg/Array");
I_BaseType(osg::IndexArray);
I_BaseType(std::vector<GLushort>);
I_Constructor0(____TemplateIndexArray,

View File

@@ -28,12 +28,14 @@
#endif
BEGIN_ENUM_REFLECTOR(osg::AutoTransform::AutoRotateMode)
I_DeclaringFile("osg/AutoTransform");
I_EnumLabel(osg::AutoTransform::NO_ROTATION);
I_EnumLabel(osg::AutoTransform::ROTATE_TO_SCREEN);
I_EnumLabel(osg::AutoTransform::ROTATE_TO_CAMERA);
END_REFLECTOR
BEGIN_OBJECT_REFLECTOR(osg::AutoTransform)
I_DeclaringFile("osg/AutoTransform");
I_BaseType(osg::Transform);
I_Constructor0(____AutoTransform,
"",

View File

@@ -30,12 +30,14 @@
TYPE_NAME_ALIAS(std::vector< osg::Vec3 >, osg::Billboard::PositionList)
BEGIN_ENUM_REFLECTOR(osg::Billboard::Mode)
I_DeclaringFile("osg/Billboard");
I_EnumLabel(osg::Billboard::POINT_ROT_EYE);
I_EnumLabel(osg::Billboard::POINT_ROT_WORLD);
I_EnumLabel(osg::Billboard::AXIAL_ROT);
END_REFLECTOR
BEGIN_OBJECT_REFLECTOR(osg::Billboard)
I_DeclaringFile("osg/Billboard");
I_BaseType(osg::Geode);
I_Constructor0(____Billboard,
"",

View File

@@ -26,6 +26,7 @@
#endif
BEGIN_OBJECT_REFLECTOR(osg::BlendColor)
I_DeclaringFile("osg/BlendColor");
I_BaseType(osg::StateAttribute);
I_Constructor0(____BlendColor,
"",
@@ -116,6 +117,7 @@ BEGIN_OBJECT_REFLECTOR(osg::BlendColor)
END_REFLECTOR
BEGIN_OBJECT_REFLECTOR(osg::BlendColor::Extensions)
I_DeclaringFile("osg/BlendColor");
I_BaseType(osg::Referenced);
I_Constructor1(IN, unsigned int, contextID,
Properties::NON_EXPLICIT,

View File

@@ -25,6 +25,7 @@
#endif
BEGIN_ENUM_REFLECTOR(osg::BlendEquation::Equation)
I_DeclaringFile("osg/BlendEquation");
I_EnumLabel(osg::BlendEquation::RGBA_MIN);
I_EnumLabel(osg::BlendEquation::RGBA_MAX);
I_EnumLabel(osg::BlendEquation::ALPHA_MIN);
@@ -36,6 +37,7 @@ BEGIN_ENUM_REFLECTOR(osg::BlendEquation::Equation)
END_REFLECTOR
BEGIN_OBJECT_REFLECTOR(osg::BlendEquation)
I_DeclaringFile("osg/BlendEquation");
I_BaseType(osg::StateAttribute);
I_Constructor0(____BlendEquation,
"",
@@ -121,6 +123,7 @@ BEGIN_OBJECT_REFLECTOR(osg::BlendEquation)
END_REFLECTOR
BEGIN_OBJECT_REFLECTOR(osg::BlendEquation::Extensions)
I_DeclaringFile("osg/BlendEquation");
I_BaseType(osg::Referenced);
I_Constructor1(IN, unsigned int, contextID,
Properties::NON_EXPLICIT,

View File

@@ -25,6 +25,7 @@
#endif
BEGIN_ENUM_REFLECTOR(osg::BlendFunc::BlendFuncMode)
I_DeclaringFile("osg/BlendFunc");
I_EnumLabel(osg::BlendFunc::DST_ALPHA);
I_EnumLabel(osg::BlendFunc::DST_COLOR);
I_EnumLabel(osg::BlendFunc::ONE);
@@ -43,6 +44,7 @@ BEGIN_ENUM_REFLECTOR(osg::BlendFunc::BlendFuncMode)
END_REFLECTOR
BEGIN_OBJECT_REFLECTOR(osg::BlendFunc)
I_DeclaringFile("osg/BlendFunc");
I_BaseType(osg::StateAttribute);
I_Constructor0(____BlendFunc,
"",
@@ -206,6 +208,7 @@ BEGIN_OBJECT_REFLECTOR(osg::BlendFunc)
END_REFLECTOR
BEGIN_OBJECT_REFLECTOR(osg::BlendFunc::Extensions)
I_DeclaringFile("osg/BlendFunc");
I_BaseType(osg::Referenced);
I_Constructor1(IN, unsigned int, contextID,
Properties::NON_EXPLICIT,

View File

@@ -23,6 +23,7 @@
#endif
BEGIN_VALUE_REFLECTOR(osg::BoundingBox)
I_DeclaringFile("osg/BoundingBox");
I_Constructor0(____BoundingBox,
"Creates an uninitialized bounding box. ",
"");

View File

@@ -23,6 +23,7 @@
#endif
BEGIN_VALUE_REFLECTOR(osg::BoundingSphere)
I_DeclaringFile("osg/BoundingSphere");
I_Constructor0(____BoundingSphere,
"Construct a default bounding sphere with radius to -1.0f, representing an invalid/unset bounding sphere. ",
"");

View File

@@ -27,6 +27,7 @@
#endif
BEGIN_ABSTRACT_OBJECT_REFLECTOR(osg::BufferObject)
I_DeclaringFile("osg/BufferObject");
I_BaseType(osg::Object);
I_Constructor0(____BufferObject,
"",
@@ -119,6 +120,7 @@ BEGIN_ABSTRACT_OBJECT_REFLECTOR(osg::BufferObject)
END_REFLECTOR
BEGIN_VALUE_REFLECTOR(osg::BufferObject::BufferEntry)
I_DeclaringFile("osg/BufferObject");
I_Constructor0(____BufferEntry,
"",
"");
@@ -133,6 +135,7 @@ BEGIN_VALUE_REFLECTOR(osg::BufferObject::BufferEntry)
END_REFLECTOR
BEGIN_OBJECT_REFLECTOR(osg::BufferObject::Extensions)
I_DeclaringFile("osg/BufferObject");
I_BaseType(osg::Referenced);
I_Constructor1(IN, unsigned int, contextID,
Properties::NON_EXPLICIT,
@@ -236,6 +239,7 @@ TYPE_NAME_ALIAS(std::pair< osg::BufferObject::BufferEntry COMMA osg::DrawElemen
TYPE_NAME_ALIAS(std::vector< osg::ElementBufferObject::BufferEntryDrawElementstPair >, osg::ElementBufferObject::BufferEntryDrawElementsPairs)
BEGIN_OBJECT_REFLECTOR(osg::ElementBufferObject)
I_DeclaringFile("osg/BufferObject");
I_BaseType(osg::BufferObject);
I_Constructor0(____ElementBufferObject,
"",
@@ -318,6 +322,7 @@ END_REFLECTOR
TYPE_NAME_ALIAS(std::pair< osg::BufferObject::BufferEntry COMMA osg::Image * >, osg::PixelBufferObject::BufferEntryImagePair)
BEGIN_OBJECT_REFLECTOR(osg::PixelBufferObject)
I_DeclaringFile("osg/BufferObject");
I_BaseType(osg::BufferObject);
I_ConstructorWithDefaults1(IN, osg::Image *, image, 0,
Properties::NON_EXPLICIT,
@@ -393,6 +398,7 @@ TYPE_NAME_ALIAS(std::pair< osg::BufferObject::BufferEntry COMMA osg::Array * >,
TYPE_NAME_ALIAS(std::vector< osg::VertexBufferObject::BufferEntryArrayPair >, osg::VertexBufferObject::BufferEntryArrayPairs)
BEGIN_OBJECT_REFLECTOR(osg::VertexBufferObject)
I_DeclaringFile("osg/BufferObject");
I_BaseType(osg::BufferObject);
I_Constructor0(____VertexBufferObject,
"",

View File

@@ -41,23 +41,27 @@
TYPE_NAME_ALIAS(std::map< osg::Camera::BufferComponent COMMA osg::Camera::Attachment >, osg::Camera::BufferAttachmentMap)
BEGIN_ENUM_REFLECTOR(osg::Camera::TransformOrder)
I_DeclaringFile("osg/Camera");
I_EnumLabel(osg::Camera::PRE_MULTIPLY);
I_EnumLabel(osg::Camera::POST_MULTIPLY);
END_REFLECTOR
BEGIN_ENUM_REFLECTOR(osg::Camera::ProjectionResizePolicy)
I_DeclaringFile("osg/Camera");
I_EnumLabel(osg::Camera::FIXED);
I_EnumLabel(osg::Camera::HORIZONTAL);
I_EnumLabel(osg::Camera::VERTICAL);
END_REFLECTOR
BEGIN_ENUM_REFLECTOR(osg::Camera::RenderOrder)
I_DeclaringFile("osg/Camera");
I_EnumLabel(osg::Camera::PRE_RENDER);
I_EnumLabel(osg::Camera::NESTED_RENDER);
I_EnumLabel(osg::Camera::POST_RENDER);
END_REFLECTOR
BEGIN_ENUM_REFLECTOR(osg::Camera::RenderTargetImplementation)
I_DeclaringFile("osg/Camera");
I_EnumLabel(osg::Camera::FRAME_BUFFER_OBJECT);
I_EnumLabel(osg::Camera::PIXEL_BUFFER_RTT);
I_EnumLabel(osg::Camera::PIXEL_BUFFER);
@@ -66,6 +70,7 @@ BEGIN_ENUM_REFLECTOR(osg::Camera::RenderTargetImplementation)
END_REFLECTOR
BEGIN_ENUM_REFLECTOR(osg::Camera::BufferComponent)
I_DeclaringFile("osg/Camera");
I_EnumLabel(osg::Camera::DEPTH_BUFFER);
I_EnumLabel(osg::Camera::STENCIL_BUFFER);
I_EnumLabel(osg::Camera::COLOR_BUFFER);
@@ -80,6 +85,7 @@ BEGIN_ENUM_REFLECTOR(osg::Camera::BufferComponent)
END_REFLECTOR
BEGIN_OBJECT_REFLECTOR(osg::Camera)
I_DeclaringFile("osg/Camera");
I_BaseType(osg::Transform);
I_BaseType(osg::CullSettings);
I_Constructor0(____Camera,
@@ -603,6 +609,7 @@ BEGIN_OBJECT_REFLECTOR(osg::Camera)
END_REFLECTOR
BEGIN_VALUE_REFLECTOR(osg::Camera::Attachment)
I_DeclaringFile("osg/Camera");
I_Constructor0(____Attachment,
"",
"");
@@ -630,6 +637,7 @@ BEGIN_VALUE_REFLECTOR(osg::Camera::Attachment)
END_REFLECTOR
BEGIN_OBJECT_REFLECTOR(osg::Camera::DrawCallback)
I_DeclaringFile("osg/Camera");
I_VirtualBaseType(osg::Object);
I_Constructor0(____DrawCallback,
"",

View File

@@ -27,12 +27,14 @@
#endif
BEGIN_ENUM_REFLECTOR(osg::CameraView::FieldOfViewMode)
I_DeclaringFile("osg/CameraView");
I_EnumLabel(osg::CameraView::UNCONSTRAINED);
I_EnumLabel(osg::CameraView::HORIZONTAL);
I_EnumLabel(osg::CameraView::VERTICAL);
END_REFLECTOR
BEGIN_OBJECT_REFLECTOR(osg::CameraView)
I_DeclaringFile("osg/CameraView");
I_BaseType(osg::Transform);
I_Constructor0(____CameraView,
"",

View File

@@ -25,6 +25,7 @@
#endif
BEGIN_OBJECT_REFLECTOR(osg::ClampColor)
I_DeclaringFile("osg/ClampColor");
I_BaseType(osg::StateAttribute);
I_Constructor0(____ClampColor,
"",
@@ -130,6 +131,7 @@ BEGIN_OBJECT_REFLECTOR(osg::ClampColor)
END_REFLECTOR
BEGIN_OBJECT_REFLECTOR(osg::ClampColor::Extensions)
I_DeclaringFile("osg/ClampColor");
I_BaseType(osg::Referenced);
I_Constructor1(IN, unsigned int, contextID,
Properties::NON_EXPLICIT,

View File

@@ -25,6 +25,7 @@
#endif
BEGIN_OBJECT_REFLECTOR(osg::ClearNode)
I_DeclaringFile("osg/ClearNode");
I_BaseType(osg::Group);
I_Constructor0(____ClearNode,
"",

View File

@@ -31,6 +31,7 @@
TYPE_NAME_ALIAS(std::vector< osg::ref_ptr< osg::ClipPlane > >, osg::ClipNode::ClipPlaneList)
BEGIN_OBJECT_REFLECTOR(osg::ClipNode)
I_DeclaringFile("osg/ClipNode");
I_BaseType(osg::Group);
I_Constructor0(____ClipNode,
"",
@@ -150,6 +151,7 @@ BEGIN_OBJECT_REFLECTOR(osg::ClipNode)
END_REFLECTOR
BEGIN_VALUE_REFLECTOR(osg::ref_ptr< osg::ClipPlane >)
I_DeclaringFile("osg/ref_ptr");
I_Constructor0(____ref_ptr,
"",
"");

View File

@@ -27,6 +27,7 @@
#endif
BEGIN_OBJECT_REFLECTOR(osg::ClipPlane)
I_DeclaringFile("osg/ClipPlane");
I_BaseType(osg::StateAttribute);
I_Constructor0(____ClipPlane,
"",

View File

@@ -29,6 +29,7 @@
#endif
BEGIN_OBJECT_REFLECTOR(osg::ClusterCullingCallback)
I_DeclaringFile("osg/ClusterCullingCallback");
I_BaseType(osg::Drawable::CullCallback);
I_BaseType(osg::NodeCallback);
I_Constructor0(____ClusterCullingCallback,

View File

@@ -30,6 +30,7 @@
TYPE_NAME_ALIAS(std::set< osg::ShadowVolumeOccluder >, osg::CollectOccludersVisitor::ShadowVolumeOccluderSet)
BEGIN_OBJECT_REFLECTOR(osg::CollectOccludersVisitor)
I_DeclaringFile("osg/CollectOccludersVisitor");
I_BaseType(osg::NodeVisitor);
I_BaseType(osg::CullStack);
I_Constructor0(____CollectOccludersVisitor,

View File

@@ -25,6 +25,7 @@
#endif
BEGIN_OBJECT_REFLECTOR(osg::ColorMask)
I_DeclaringFile("osg/ColorMask");
I_BaseType(osg::StateAttribute);
I_Constructor0(____ColorMask,
"",

View File

@@ -26,6 +26,7 @@
#endif
BEGIN_OBJECT_REFLECTOR(osg::ColorMatrix)
I_DeclaringFile("osg/ColorMatrix");
I_BaseType(osg::StateAttribute);
I_Constructor0(____ColorMatrix,
"",

View File

@@ -29,6 +29,7 @@
#endif
BEGIN_OBJECT_REFLECTOR(osg::ComputeBoundsVisitor)
I_DeclaringFile("osg/ComputeBoundsVisitor");
I_BaseType(osg::NodeVisitor);
I_ConstructorWithDefaults1(IN, osg::NodeVisitor::TraversalMode, traversalMode, osg::NodeVisitor::TRAVERSE_ALL_CHILDREN,
Properties::NON_EXPLICIT,

View File

@@ -26,6 +26,7 @@
TYPE_NAME_ALIAS(std::vector< osg::ConvexPlanarPolygon >, osg::ConvexPlanarOccluder::HoleList)
BEGIN_OBJECT_REFLECTOR(osg::ConvexPlanarOccluder)
I_DeclaringFile("osg/ConvexPlanarOccluder");
I_BaseType(osg::Object);
I_Constructor0(____ConvexPlanarOccluder,
"",

View File

@@ -24,6 +24,7 @@
TYPE_NAME_ALIAS(std::vector< osg::Vec3 >, osg::ConvexPlanarPolygon::VertexList)
BEGIN_VALUE_REFLECTOR(osg::ConvexPlanarPolygon)
I_DeclaringFile("osg/ConvexPlanarPolygon");
I_Constructor0(____ConvexPlanarPolygon,
"",
"");

View File

@@ -26,6 +26,7 @@
#endif
BEGIN_OBJECT_REFLECTOR(osg::CoordinateSystemNode)
I_DeclaringFile("osg/CoordinateSystemNode");
I_BaseType(osg::Group);
I_Constructor0(____CoordinateSystemNode,
"",
@@ -130,6 +131,7 @@ BEGIN_OBJECT_REFLECTOR(osg::CoordinateSystemNode)
END_REFLECTOR
BEGIN_OBJECT_REFLECTOR(osg::EllipsoidModel)
I_DeclaringFile("osg/CoordinateSystemNode");
I_BaseType(osg::Object);
I_ConstructorWithDefaults2(IN, double, radiusEquator, osg::WGS_84_RADIUS_EQUATOR, IN, double, radiusPolar, osg::WGS_84_RADIUS_POLAR,
____EllipsoidModel__double__double,

View File

@@ -35,6 +35,7 @@
TYPE_NAME_ALIAS(unsigned int, osg::CopyOp::CopyFlags)
BEGIN_ENUM_REFLECTOR(osg::CopyOp::Options)
I_DeclaringFile("osg/CopyOp");
I_EnumLabel(osg::CopyOp::SHALLOW_COPY);
I_EnumLabel(osg::CopyOp::DEEP_COPY_OBJECTS);
I_EnumLabel(osg::CopyOp::DEEP_COPY_NODES);
@@ -51,6 +52,7 @@ BEGIN_ENUM_REFLECTOR(osg::CopyOp::Options)
END_REFLECTOR
BEGIN_VALUE_REFLECTOR(osg::CopyOp)
I_DeclaringFile("osg/CopyOp");
I_ConstructorWithDefaults1(IN, osg::CopyOp::CopyFlags, flags, osg::CopyOp::SHALLOW_COPY,
Properties::NON_EXPLICIT,
____CopyOp__CopyFlags,

View File

@@ -25,12 +25,14 @@
#endif
BEGIN_ENUM_REFLECTOR(osg::CullFace::Mode)
I_DeclaringFile("osg/CullFace");
I_EnumLabel(osg::CullFace::FRONT);
I_EnumLabel(osg::CullFace::BACK);
I_EnumLabel(osg::CullFace::FRONT_AND_BACK);
END_REFLECTOR
BEGIN_OBJECT_REFLECTOR(osg::CullFace)
I_DeclaringFile("osg/CullFace");
I_BaseType(osg::StateAttribute);
I_ConstructorWithDefaults1(IN, osg::CullFace::Mode, mode, osg::CullFace::BACK,
Properties::NON_EXPLICIT,

View File

@@ -27,6 +27,7 @@
TYPE_NAME_ALIAS(unsigned int, osg::CullSettings::CullingMode)
BEGIN_ENUM_REFLECTOR(osg::CullSettings::VariablesMask)
I_DeclaringFile("osg/CullSettings");
I_EnumLabel(osg::CullSettings::COMPUTE_NEAR_FAR_MODE);
I_EnumLabel(osg::CullSettings::CULLING_MODE);
I_EnumLabel(osg::CullSettings::LOD_SCALE);
@@ -48,12 +49,14 @@ BEGIN_ENUM_REFLECTOR(osg::CullSettings::VariablesMask)
END_REFLECTOR
BEGIN_ENUM_REFLECTOR(osg::CullSettings::ComputeNearFarMode)
I_DeclaringFile("osg/CullSettings");
I_EnumLabel(osg::CullSettings::DO_NOT_COMPUTE_NEAR_FAR);
I_EnumLabel(osg::CullSettings::COMPUTE_NEAR_FAR_USING_BOUNDING_VOLUMES);
I_EnumLabel(osg::CullSettings::COMPUTE_NEAR_FAR_USING_PRIMITIVES);
END_REFLECTOR
BEGIN_ENUM_REFLECTOR(osg::CullSettings::CullingModeValues)
I_DeclaringFile("osg/CullSettings");
I_EnumLabel(osg::CullSettings::NO_CULLING);
I_EnumLabel(osg::CullSettings::VIEW_FRUSTUM_SIDES_CULLING);
I_EnumLabel(osg::CullSettings::NEAR_PLANE_CULLING);
@@ -67,6 +70,7 @@ BEGIN_ENUM_REFLECTOR(osg::CullSettings::CullingModeValues)
END_REFLECTOR
BEGIN_VALUE_REFLECTOR(osg::CullSettings)
I_DeclaringFile("osg/CullSettings");
I_Constructor0(____CullSettings,
"",
"");
@@ -303,6 +307,7 @@ BEGIN_VALUE_REFLECTOR(osg::CullSettings)
END_REFLECTOR
BEGIN_ABSTRACT_OBJECT_REFLECTOR(osg::CullSettings::ClampProjectionMatrixCallback)
I_DeclaringFile("osg/CullSettings");
I_BaseType(osg::Referenced);
I_Constructor0(____ClampProjectionMatrixCallback,
"",

View File

@@ -34,6 +34,7 @@ TYPE_NAME_ALIAS(std::vector< osg::ShadowVolumeOccluder >, osg::CullStack::Occlud
TYPE_NAME_ALIAS(std::vector< osg::CullingSet >, osg::CullStack::CullingStack)
BEGIN_OBJECT_REFLECTOR(osg::CullStack)
I_DeclaringFile("osg/CullStack");
I_BaseType(osg::CullSettings);
I_Constructor0(____CullStack,
"",

View File

@@ -39,6 +39,7 @@ TYPE_NAME_ALIAS(std::vector< osg::ShadowVolumeOccluder >, osg::CullingSet::Occlu
TYPE_NAME_ALIAS(unsigned int, osg::CullingSet::Mask)
BEGIN_ENUM_REFLECTOR(osg::CullingSet::MaskValues)
I_DeclaringFile("osg/CullingSet");
I_EnumLabel(osg::CullingSet::NO_CULLING);
I_EnumLabel(osg::CullingSet::VIEW_FRUSTUM_SIDES_CULLING);
I_EnumLabel(osg::CullingSet::NEAR_PLANE_CULLING);
@@ -51,6 +52,7 @@ BEGIN_ENUM_REFLECTOR(osg::CullingSet::MaskValues)
END_REFLECTOR
BEGIN_OBJECT_REFLECTOR(osg::CullingSet)
I_DeclaringFile("osg/CullingSet");
I_BaseType(osg::Referenced);
I_Constructor0(____CullingSet,
"",
@@ -226,6 +228,7 @@ BEGIN_OBJECT_REFLECTOR(osg::CullingSet)
END_REFLECTOR
BEGIN_VALUE_REFLECTOR(osg::ref_ptr< osg::StateSet >)
I_DeclaringFile("osg/ref_ptr");
I_Constructor0(____ref_ptr,
"",
"");

View File

@@ -26,6 +26,7 @@ TYPE_NAME_ALIAS(std::pair< int COMMA const osg::Referenced * >, osg::DeleteHand
TYPE_NAME_ALIAS(std::list< osg::DeleteHandler::FrameNumberObjectPair >, osg::DeleteHandler::ObjectsToDeleteList)
BEGIN_OBJECT_REFLECTOR(osg::DeleteHandler)
I_DeclaringFile("osg/DeleteHandler");
I_ConstructorWithDefaults1(IN, int, numberOfFramesToRetainObjects, 0,
Properties::NON_EXPLICIT,
____DeleteHandler__int,

View File

@@ -25,6 +25,7 @@
#endif
BEGIN_ENUM_REFLECTOR(osg::Depth::Function)
I_DeclaringFile("osg/Depth");
I_EnumLabel(osg::Depth::NEVER);
I_EnumLabel(osg::Depth::LESS);
I_EnumLabel(osg::Depth::EQUAL);
@@ -36,6 +37,7 @@ BEGIN_ENUM_REFLECTOR(osg::Depth::Function)
END_REFLECTOR
BEGIN_OBJECT_REFLECTOR(osg::Depth)
I_DeclaringFile("osg/Depth");
I_BaseType(osg::StateAttribute);
I_ConstructorWithDefaults4(IN, osg::Depth::Function, func, osg::Depth::LESS, IN, double, zNear, 0.0, IN, double, zFar, 1.0, IN, bool, writeMask, true,
____Depth__Function__double__double__bool,

View File

@@ -22,6 +22,7 @@
#endif
BEGIN_ENUM_REFLECTOR(osg::DisplaySettings::DisplayType)
I_DeclaringFile("osg/DisplaySettings");
I_EnumLabel(osg::DisplaySettings::MONITOR);
I_EnumLabel(osg::DisplaySettings::POWERWALL);
I_EnumLabel(osg::DisplaySettings::REALITY_CENTER);
@@ -29,6 +30,7 @@ BEGIN_ENUM_REFLECTOR(osg::DisplaySettings::DisplayType)
END_REFLECTOR
BEGIN_ENUM_REFLECTOR(osg::DisplaySettings::StereoMode)
I_DeclaringFile("osg/DisplaySettings");
I_EnumLabel(osg::DisplaySettings::QUAD_BUFFER);
I_EnumLabel(osg::DisplaySettings::ANAGLYPHIC);
I_EnumLabel(osg::DisplaySettings::HORIZONTAL_SPLIT);
@@ -40,16 +42,19 @@ BEGIN_ENUM_REFLECTOR(osg::DisplaySettings::StereoMode)
END_REFLECTOR
BEGIN_ENUM_REFLECTOR(osg::DisplaySettings::SplitStereoHorizontalEyeMapping)
I_DeclaringFile("osg/DisplaySettings");
I_EnumLabel(osg::DisplaySettings::LEFT_EYE_LEFT_VIEWPORT);
I_EnumLabel(osg::DisplaySettings::LEFT_EYE_RIGHT_VIEWPORT);
END_REFLECTOR
BEGIN_ENUM_REFLECTOR(osg::DisplaySettings::SplitStereoVerticalEyeMapping)
I_DeclaringFile("osg/DisplaySettings");
I_EnumLabel(osg::DisplaySettings::LEFT_EYE_TOP_VIEWPORT);
I_EnumLabel(osg::DisplaySettings::LEFT_EYE_BOTTOM_VIEWPORT);
END_REFLECTOR
BEGIN_OBJECT_REFLECTOR(osg::DisplaySettings)
I_DeclaringFile("osg/DisplaySettings");
I_BaseType(osg::Referenced);
I_Constructor0(____DisplaySettings,
"",

View File

@@ -27,6 +27,7 @@
#endif
BEGIN_OBJECT_REFLECTOR(osg::DrawPixels)
I_DeclaringFile("osg/DrawPixels");
I_BaseType(osg::Drawable);
I_Constructor0(____DrawPixels,
"",

View File

@@ -40,6 +40,7 @@ TYPE_NAME_ALIAS(std::vector< osg::Node * >, osg::Drawable::ParentList)
TYPE_NAME_ALIAS(unsigned int, osg::Drawable::AttributeType)
BEGIN_ENUM_REFLECTOR(osg::Drawable::AttributeTypes)
I_DeclaringFile("osg/Drawable");
I_EnumLabel(osg::Drawable::VERTICES);
I_EnumLabel(osg::Drawable::WEIGHTS);
I_EnumLabel(osg::Drawable::NORMALS);
@@ -60,6 +61,7 @@ BEGIN_ENUM_REFLECTOR(osg::Drawable::AttributeTypes)
END_REFLECTOR
BEGIN_ABSTRACT_OBJECT_REFLECTOR(osg::Drawable)
I_DeclaringFile("osg/Drawable");
I_BaseType(osg::Object);
I_Constructor0(____Drawable,
"",
@@ -520,6 +522,7 @@ BEGIN_ABSTRACT_OBJECT_REFLECTOR(osg::Drawable)
END_REFLECTOR
BEGIN_VALUE_REFLECTOR(osg::Drawable::AttributeFunctor)
I_DeclaringFile("osg/Drawable");
I_Constructor0(____AttributeFunctor,
"",
"");
@@ -581,6 +584,7 @@ BEGIN_VALUE_REFLECTOR(osg::Drawable::AttributeFunctor)
END_REFLECTOR
BEGIN_OBJECT_REFLECTOR(osg::Drawable::ComputeBoundingBoxCallback)
I_DeclaringFile("osg/Drawable");
I_BaseType(osg::Object);
I_Constructor0(____ComputeBoundingBoxCallback,
"",
@@ -622,6 +626,7 @@ BEGIN_OBJECT_REFLECTOR(osg::Drawable::ComputeBoundingBoxCallback)
END_REFLECTOR
BEGIN_VALUE_REFLECTOR(osg::Drawable::ConstAttributeFunctor)
I_DeclaringFile("osg/Drawable");
I_Constructor0(____ConstAttributeFunctor,
"",
"");
@@ -683,6 +688,7 @@ BEGIN_VALUE_REFLECTOR(osg::Drawable::ConstAttributeFunctor)
END_REFLECTOR
BEGIN_OBJECT_REFLECTOR(osg::Drawable::CullCallback)
I_DeclaringFile("osg/Drawable");
I_VirtualBaseType(osg::Object);
I_Constructor0(____CullCallback,
"",
@@ -729,6 +735,7 @@ BEGIN_OBJECT_REFLECTOR(osg::Drawable::CullCallback)
END_REFLECTOR
BEGIN_OBJECT_REFLECTOR(osg::Drawable::DrawCallback)
I_DeclaringFile("osg/Drawable");
I_VirtualBaseType(osg::Object);
I_Constructor0(____DrawCallback,
"",
@@ -770,6 +777,7 @@ BEGIN_OBJECT_REFLECTOR(osg::Drawable::DrawCallback)
END_REFLECTOR
BEGIN_OBJECT_REFLECTOR(osg::Drawable::EventCallback)
I_DeclaringFile("osg/Drawable");
I_VirtualBaseType(osg::Object);
I_Constructor0(____EventCallback,
"",
@@ -811,6 +819,7 @@ BEGIN_OBJECT_REFLECTOR(osg::Drawable::EventCallback)
END_REFLECTOR
BEGIN_OBJECT_REFLECTOR(osg::Drawable::Extensions)
I_DeclaringFile("osg/Drawable");
I_BaseType(osg::Referenced);
I_Constructor1(IN, unsigned int, contextID,
Properties::NON_EXPLICIT,
@@ -1167,6 +1176,7 @@ BEGIN_OBJECT_REFLECTOR(osg::Drawable::Extensions)
END_REFLECTOR
BEGIN_OBJECT_REFLECTOR(osg::Drawable::UpdateCallback)
I_DeclaringFile("osg/Drawable");
I_VirtualBaseType(osg::Object);
I_Constructor0(____UpdateCallback,
"",

View File

@@ -21,6 +21,7 @@
#endif
BEGIN_ENUM_REFLECTOR(osg::Endian)
I_DeclaringFile("osg/Endian");
I_EnumLabel(osg::BigEndian);
I_EnumLabel(osg::LittleEndian);
END_REFLECTOR

View File

@@ -26,17 +26,20 @@
#endif
BEGIN_ENUM_REFLECTOR(osg::Fog::Mode)
I_DeclaringFile("osg/Fog");
I_EnumLabel(osg::Fog::LINEAR);
I_EnumLabel(osg::Fog::EXP);
I_EnumLabel(osg::Fog::EXP2);
END_REFLECTOR
BEGIN_ENUM_REFLECTOR(osg::Fog::FogCoordinateSource)
I_DeclaringFile("osg/Fog");
I_EnumLabel(osg::Fog::FOG_COORDINATE);
I_EnumLabel(osg::Fog::FRAGMENT_DEPTH);
END_REFLECTOR
BEGIN_OBJECT_REFLECTOR(osg::Fog)
I_DeclaringFile("osg/Fog");
I_BaseType(osg::StateAttribute);
I_Constructor0(____Fog,
"",

View File

@@ -31,6 +31,7 @@ TYPE_NAME_ALIAS(std::map< GLuint COMMA osg::Vec4 >, osg::FragmentProgram::Local
TYPE_NAME_ALIAS(std::map< GLenum COMMA osg::Matrix >, osg::FragmentProgram::MatrixList)
BEGIN_OBJECT_REFLECTOR(osg::FragmentProgram)
I_DeclaringFile("osg/FragmentProgram");
I_BaseType(osg::StateAttribute);
I_Constructor0(____FragmentProgram,
"",
@@ -195,6 +196,7 @@ BEGIN_OBJECT_REFLECTOR(osg::FragmentProgram)
END_REFLECTOR
BEGIN_OBJECT_REFLECTOR(osg::FragmentProgram::Extensions)
I_DeclaringFile("osg/FragmentProgram");
I_BaseType(osg::Referenced);
I_Constructor1(IN, unsigned int, contextID,
Properties::NON_EXPLICIT,

View File

@@ -57,6 +57,7 @@ TYPE_NAME_ALIAS(void , osg::FBOExtensions::TglFramebufferRenderbufferEXT)
TYPE_NAME_ALIAS(void , osg::FBOExtensions::TglGenerateMipmapEXT)
BEGIN_OBJECT_REFLECTOR(osg::FBOExtensions)
I_DeclaringFile("osg/FrameBufferObject");
I_BaseType(osg::Referenced);
I_Method0(bool, isSupported,
Properties::NON_VIRTUAL,
@@ -88,6 +89,7 @@ BEGIN_OBJECT_REFLECTOR(osg::FBOExtensions)
END_REFLECTOR
BEGIN_VALUE_REFLECTOR(osg::FrameBufferAttachment)
I_DeclaringFile("osg/FrameBufferObject");
I_Constructor0(____FrameBufferAttachment,
"",
"");
@@ -147,6 +149,7 @@ END_REFLECTOR
TYPE_NAME_ALIAS(std::map< GLenum COMMA osg::FrameBufferAttachment >, osg::FrameBufferObject::AttachmentMap)
BEGIN_OBJECT_REFLECTOR(osg::FrameBufferObject)
I_DeclaringFile("osg/FrameBufferObject");
I_BaseType(osg::StateAttribute);
I_Constructor0(____FrameBufferObject,
"",
@@ -242,6 +245,7 @@ BEGIN_OBJECT_REFLECTOR(osg::FrameBufferObject)
END_REFLECTOR
BEGIN_OBJECT_REFLECTOR(osg::RenderBuffer)
I_DeclaringFile("osg/FrameBufferObject");
I_BaseType(osg::Object);
I_Constructor0(____RenderBuffer,
"",

View File

@@ -21,6 +21,7 @@
#endif
BEGIN_OBJECT_REFLECTOR(osg::FrameStamp)
I_DeclaringFile("osg/FrameStamp");
I_BaseType(osg::Referenced);
I_Constructor0(____FrameStamp,
"",

View File

@@ -25,11 +25,13 @@
#endif
BEGIN_ENUM_REFLECTOR(osg::FrontFace::Mode)
I_DeclaringFile("osg/FrontFace");
I_EnumLabel(osg::FrontFace::CLOCKWISE);
I_EnumLabel(osg::FrontFace::COUNTER_CLOCKWISE);
END_REFLECTOR
BEGIN_OBJECT_REFLECTOR(osg::FrontFace)
I_DeclaringFile("osg/FrontFace");
I_BaseType(osg::StateAttribute);
I_ConstructorWithDefaults1(IN, osg::FrontFace::Mode, face, osg::FrontFace::COUNTER_CLOCKWISE,
Properties::NON_EXPLICIT,

View File

@@ -21,6 +21,7 @@
#endif
BEGIN_OBJECT_REFLECTOR(osg::GL2Extensions)
I_DeclaringFile("osg/GL2Extensions");
I_BaseType(osg::Referenced);
I_Constructor1(IN, unsigned int, contextID,
Properties::NON_EXPLICIT,

View File

@@ -31,6 +31,7 @@
TYPE_NAME_ALIAS(std::vector< osg::ref_ptr< osg::Drawable > >, osg::Geode::DrawableList)
BEGIN_OBJECT_REFLECTOR(osg::Geode)
I_DeclaringFile("osg/Geode");
I_BaseType(osg::Node);
I_Constructor0(____Geode,
"",
@@ -173,6 +174,7 @@ BEGIN_OBJECT_REFLECTOR(osg::Geode)
END_REFLECTOR
BEGIN_VALUE_REFLECTOR(osg::ref_ptr< osg::Drawable >)
I_DeclaringFile("osg/ref_ptr");
I_Constructor0(____ref_ptr,
"",
"");

View File

@@ -37,6 +37,7 @@ TYPE_NAME_ALIAS(std::vector< osg::Array * >, osg::Geometry::ArrayList)
TYPE_NAME_ALIAS(std::vector< osg::DrawElements * >, osg::Geometry::DrawElementsList)
BEGIN_ENUM_REFLECTOR(osg::Geometry::AttributeBinding)
I_DeclaringFile("osg/Geometry");
I_EnumLabel(osg::Geometry::BIND_OFF);
I_EnumLabel(osg::Geometry::BIND_OVERALL);
I_EnumLabel(osg::Geometry::BIND_PER_PRIMITIVE_SET);
@@ -45,6 +46,7 @@ BEGIN_ENUM_REFLECTOR(osg::Geometry::AttributeBinding)
END_REFLECTOR
BEGIN_OBJECT_REFLECTOR(osg::Geometry)
I_DeclaringFile("osg/Geometry");
I_BaseType(osg::Drawable);
I_Constructor0(____Geometry,
"",
@@ -888,6 +890,7 @@ BEGIN_OBJECT_REFLECTOR(osg::Geometry)
END_REFLECTOR
BEGIN_VALUE_REFLECTOR(osg::Geometry::ArrayData)
I_DeclaringFile("osg/Geometry");
I_Constructor0(____ArrayData,
"",
"");
@@ -915,6 +918,7 @@ BEGIN_VALUE_REFLECTOR(osg::Geometry::ArrayData)
END_REFLECTOR
BEGIN_VALUE_REFLECTOR(osg::Geometry::Vec3ArrayData)
I_DeclaringFile("osg/Geometry");
I_Constructor0(____Vec3ArrayData,
"",
"");
@@ -942,6 +946,7 @@ BEGIN_VALUE_REFLECTOR(osg::Geometry::Vec3ArrayData)
END_REFLECTOR
BEGIN_VALUE_REFLECTOR(osg::ref_ptr< osg::PrimitiveSet >)
I_DeclaringFile("osg/ref_ptr");
I_Constructor0(____ref_ptr,
"",
"");

View File

@@ -31,6 +31,7 @@ TYPE_NAME_ALIAS(std::list< osg::ref_ptr< osg::Operation > >, osg::GraphicsContex
TYPE_NAME_ALIAS(std::list< osg::Camera * >, osg::GraphicsContext::Cameras)
BEGIN_ABSTRACT_OBJECT_REFLECTOR(osg::GraphicsContext)
I_DeclaringFile("osg/GraphicsContext");
I_BaseType(osg::Object);
I_Method1(void, add, IN, osg::Operation *, operation,
Properties::NON_VIRTUAL,
@@ -376,6 +377,7 @@ BEGIN_ABSTRACT_OBJECT_REFLECTOR(osg::GraphicsContext)
END_REFLECTOR
BEGIN_ABSTRACT_OBJECT_REFLECTOR(osg::GraphicsContext::ResizedCallback)
I_DeclaringFile("osg/GraphicsContext");
I_BaseType(osg::Referenced);
I_Constructor0(____ResizedCallback,
"",
@@ -388,6 +390,7 @@ BEGIN_ABSTRACT_OBJECT_REFLECTOR(osg::GraphicsContext::ResizedCallback)
END_REFLECTOR
BEGIN_VALUE_REFLECTOR(osg::GraphicsContext::ScreenIdentifier)
I_DeclaringFile("osg/GraphicsContext");
I_Constructor0(____ScreenIdentifier,
"",
"");
@@ -411,6 +414,7 @@ BEGIN_VALUE_REFLECTOR(osg::GraphicsContext::ScreenIdentifier)
END_REFLECTOR
BEGIN_OBJECT_REFLECTOR(osg::GraphicsContext::Traits)
I_DeclaringFile("osg/GraphicsContext");
I_BaseType(osg::Referenced);
I_BaseType(osg::GraphicsContext::ScreenIdentifier);
I_Constructor0(____Traits,
@@ -447,6 +451,7 @@ BEGIN_OBJECT_REFLECTOR(osg::GraphicsContext::Traits)
END_REFLECTOR
BEGIN_ABSTRACT_OBJECT_REFLECTOR(osg::GraphicsContext::WindowingSystemInterface)
I_DeclaringFile("osg/GraphicsContext");
I_BaseType(osg::Referenced);
I_Constructor0(____WindowingSystemInterface,
"",
@@ -479,6 +484,7 @@ BEGIN_ABSTRACT_OBJECT_REFLECTOR(osg::GraphicsContext::WindowingSystemInterface)
END_REFLECTOR
BEGIN_VALUE_REFLECTOR(osg::ref_ptr< osg::Operation >)
I_DeclaringFile("osg/ref_ptr");
I_Constructor0(____ref_ptr,
"",
"");

View File

@@ -22,12 +22,14 @@
#endif
BEGIN_ENUM_REFLECTOR(osg::BarrierOperation::PreBlockOp)
I_DeclaringFile("osg/GraphicsThread");
I_EnumLabel(osg::BarrierOperation::NO_OPERATION);
I_EnumLabel(osg::BarrierOperation::GL_FLUSH);
I_EnumLabel(osg::BarrierOperation::GL_FINISH);
END_REFLECTOR
BEGIN_OBJECT_REFLECTOR(osg::BarrierOperation)
I_DeclaringFile("osg/GraphicsThread");
I_BaseType(osg::Operation);
I_BaseType(OpenThreads::Barrier);
I_ConstructorWithDefaults2(IN, int, numThreads, , IN, osg::BarrierOperation::PreBlockOp, op, osg::BarrierOperation::NO_OPERATION,
@@ -43,6 +45,7 @@ BEGIN_OBJECT_REFLECTOR(osg::BarrierOperation)
END_REFLECTOR
BEGIN_ABSTRACT_OBJECT_REFLECTOR(osg::Operation)
I_DeclaringFile("osg/GraphicsThread");
I_VirtualBaseType(osg::Referenced);
I_Constructor2(IN, const std::string &, name, IN, bool, keep,
____Operation__C5_std_string_R1__bool,
@@ -84,6 +87,7 @@ BEGIN_ABSTRACT_OBJECT_REFLECTOR(osg::Operation)
END_REFLECTOR
BEGIN_OBJECT_REFLECTOR(osg::OperationsThread)
I_DeclaringFile("osg/GraphicsThread");
I_BaseType(osg::Referenced);
I_BaseType(OpenThreads::Thread);
I_Constructor0(____OperationsThread,
@@ -161,6 +165,7 @@ BEGIN_OBJECT_REFLECTOR(osg::OperationsThread)
END_REFLECTOR
BEGIN_OBJECT_REFLECTOR(osg::RefBlock)
I_DeclaringFile("osg/GraphicsThread");
I_VirtualBaseType(osg::Referenced);
I_BaseType(OpenThreads::Block);
I_Constructor0(____RefBlock,
@@ -169,6 +174,7 @@ BEGIN_OBJECT_REFLECTOR(osg::RefBlock)
END_REFLECTOR
BEGIN_OBJECT_REFLECTOR(osg::ReleaseContext_Block_MakeCurrentOperation)
I_DeclaringFile("osg/GraphicsThread");
I_BaseType(osg::Operation);
I_BaseType(osg::RefBlock);
I_Constructor0(____ReleaseContext_Block_MakeCurrentOperation,
@@ -182,6 +188,7 @@ BEGIN_OBJECT_REFLECTOR(osg::ReleaseContext_Block_MakeCurrentOperation)
END_REFLECTOR
BEGIN_OBJECT_REFLECTOR(osg::SwapBuffersOperation)
I_DeclaringFile("osg/GraphicsThread");
I_BaseType(osg::Operation);
I_Constructor0(____SwapBuffersOperation,
"",

View File

@@ -27,6 +27,7 @@
#endif
BEGIN_OBJECT_REFLECTOR(osg::Group)
I_DeclaringFile("osg/Group");
I_BaseType(osg::Node);
I_Constructor0(____Group,
"",
@@ -187,6 +188,7 @@ END_REFLECTOR
TYPE_NAME_ALIAS(std::vector< osg::ref_ptr< osg::Node > >, osg::NodeList)
BEGIN_VALUE_REFLECTOR(osg::ref_ptr< osg::Node >)
I_DeclaringFile("osg/ref_ptr");
I_Constructor0(____ref_ptr,
"",
"");

View File

@@ -25,6 +25,7 @@
#endif
BEGIN_OBJECT_REFLECTOR(osg::Hint)
I_DeclaringFile("osg/Hint");
I_BaseType(osg::StateAttribute);
I_Constructor0(____Hint,
"",

View File

@@ -26,12 +26,14 @@
TYPE_NAME_ALIAS(std::vector< unsigned int >, osg::Image::MipmapDataType)
BEGIN_ENUM_REFLECTOR(osg::Image::AllocationMode)
I_DeclaringFile("osg/Image");
I_EnumLabel(osg::Image::NO_DELETE);
I_EnumLabel(osg::Image::USE_NEW_DELETE);
I_EnumLabel(osg::Image::USE_MALLOC_FREE);
END_REFLECTOR
BEGIN_OBJECT_REFLECTOR(osg::Image)
I_DeclaringFile("osg/Image");
I_BaseType(osg::Object);
I_Constructor0(____Image,
"",

View File

@@ -24,6 +24,7 @@
#endif
BEGIN_ENUM_REFLECTOR(osg::ImageStream::StreamStatus)
I_DeclaringFile("osg/ImageStream");
I_EnumLabel(osg::ImageStream::INVALID);
I_EnumLabel(osg::ImageStream::PLAYING);
I_EnumLabel(osg::ImageStream::PAUSED);
@@ -31,11 +32,13 @@ BEGIN_ENUM_REFLECTOR(osg::ImageStream::StreamStatus)
END_REFLECTOR
BEGIN_ENUM_REFLECTOR(osg::ImageStream::LoopingMode)
I_DeclaringFile("osg/ImageStream");
I_EnumLabel(osg::ImageStream::NO_LOOPING);
I_EnumLabel(osg::ImageStream::LOOPING);
END_REFLECTOR
BEGIN_OBJECT_REFLECTOR(osg::ImageStream)
I_DeclaringFile("osg/ImageStream");
I_BaseType(osg::Image);
I_Constructor0(____ImageStream,
"",

View File

@@ -31,16 +31,19 @@ TYPE_NAME_ALIAS(std::pair< float COMMA float >, osg::LOD::MinMaxPair)
TYPE_NAME_ALIAS(std::vector< osg::LOD::MinMaxPair >, osg::LOD::RangeList)
BEGIN_ENUM_REFLECTOR(osg::LOD::CenterMode)
I_DeclaringFile("osg/LOD");
I_EnumLabel(osg::LOD::USE_BOUNDING_SPHERE_CENTER);
I_EnumLabel(osg::LOD::USER_DEFINED_CENTER);
END_REFLECTOR
BEGIN_ENUM_REFLECTOR(osg::LOD::RangeMode)
I_DeclaringFile("osg/LOD");
I_EnumLabel(osg::LOD::DISTANCE_FROM_EYE_POINT);
I_EnumLabel(osg::LOD::PIXEL_SIZE_ON_SCREEN);
END_REFLECTOR
BEGIN_OBJECT_REFLECTOR(osg::LOD)
I_DeclaringFile("osg/LOD");
I_BaseType(osg::Group);
I_Constructor0(____LOD,
"",

View File

@@ -27,6 +27,7 @@
#endif
BEGIN_OBJECT_REFLECTOR(osg::Light)
I_DeclaringFile("osg/Light");
I_BaseType(osg::StateAttribute);
I_Constructor0(____Light,
"",

View File

@@ -26,11 +26,13 @@
#endif
BEGIN_ENUM_REFLECTOR(osg::LightModel::ColorControl)
I_DeclaringFile("osg/LightModel");
I_EnumLabel(osg::LightModel::SEPARATE_SPECULAR_COLOR);
I_EnumLabel(osg::LightModel::SINGLE_COLOR);
END_REFLECTOR
BEGIN_OBJECT_REFLECTOR(osg::LightModel)
I_DeclaringFile("osg/LightModel");
I_BaseType(osg::StateAttribute);
I_Constructor0(____LightModel,
"",

View File

@@ -28,11 +28,13 @@
#endif
BEGIN_ENUM_REFLECTOR(osg::LightSource::ReferenceFrame)
I_DeclaringFile("osg/LightSource");
I_EnumLabel(osg::LightSource::RELATIVE_RF);
I_EnumLabel(osg::LightSource::ABSOLUTE_RF);
END_REFLECTOR
BEGIN_OBJECT_REFLECTOR(osg::LightSource)
I_DeclaringFile("osg/LightSource");
I_BaseType(osg::Group);
I_Constructor0(____LightSource,
"",

View File

@@ -25,6 +25,7 @@
#endif
BEGIN_OBJECT_REFLECTOR(osg::LineSegment)
I_DeclaringFile("osg/LineSegment");
I_BaseType(osg::Referenced);
I_Constructor0(____LineSegment,
"",

View File

@@ -25,6 +25,7 @@
#endif
BEGIN_OBJECT_REFLECTOR(osg::LineStipple)
I_DeclaringFile("osg/LineStipple");
I_BaseType(osg::StateAttribute);
I_Constructor0(____LineStipple,
"",

View File

@@ -25,6 +25,7 @@
#endif
BEGIN_OBJECT_REFLECTOR(osg::LineWidth)
I_DeclaringFile("osg/LineWidth");
I_BaseType(osg::StateAttribute);
I_ConstructorWithDefaults1(IN, float, width, 1.0f,
Properties::NON_EXPLICIT,

View File

@@ -25,6 +25,7 @@
#endif
BEGIN_ENUM_REFLECTOR(osg::LogicOp::Opcode)
I_DeclaringFile("osg/LogicOp");
I_EnumLabel(osg::LogicOp::CLEAR);
I_EnumLabel(osg::LogicOp::SET);
I_EnumLabel(osg::LogicOp::COPY);
@@ -44,6 +45,7 @@ BEGIN_ENUM_REFLECTOR(osg::LogicOp::Opcode)
END_REFLECTOR
BEGIN_OBJECT_REFLECTOR(osg::LogicOp)
I_DeclaringFile("osg/LogicOp");
I_BaseType(osg::StateAttribute);
I_Constructor0(____LogicOp,
"",

View File

@@ -26,12 +26,14 @@
#endif
BEGIN_ENUM_REFLECTOR(osg::Material::Face)
I_DeclaringFile("osg/Material");
I_EnumLabel(osg::Material::FRONT);
I_EnumLabel(osg::Material::BACK);
I_EnumLabel(osg::Material::FRONT_AND_BACK);
END_REFLECTOR
BEGIN_ENUM_REFLECTOR(osg::Material::ColorMode)
I_DeclaringFile("osg/Material");
I_EnumLabel(osg::Material::AMBIENT);
I_EnumLabel(osg::Material::DIFFUSE);
I_EnumLabel(osg::Material::SPECULAR);
@@ -41,6 +43,7 @@ BEGIN_ENUM_REFLECTOR(osg::Material::ColorMode)
END_REFLECTOR
BEGIN_OBJECT_REFLECTOR(osg::Material)
I_DeclaringFile("osg/Material");
I_BaseType(osg::StateAttribute);
I_Constructor0(____Material,
"",

View File

@@ -25,6 +25,7 @@
#endif
BEGIN_OBJECT_REFLECTOR(osg::MatrixTransform)
I_DeclaringFile("osg/MatrixTransform");
I_BaseType(osg::Transform);
I_Constructor0(____MatrixTransform,
"",

View File

@@ -31,6 +31,7 @@
TYPE_NAME_ALIAS(double, osg::Matrixd::value_type)
BEGIN_VALUE_REFLECTOR(osg::Matrixd)
I_DeclaringFile("osg/Matrixd");
I_Constructor0(____Matrixd,
"",
"");
@@ -493,6 +494,7 @@ BEGIN_VALUE_REFLECTOR(osg::Matrixd)
END_REFLECTOR
BEGIN_OBJECT_REFLECTOR(osg::RefMatrixd)
I_DeclaringFile("osg/Matrixd");
I_BaseType(osg::Object);
I_BaseType(osg::Matrixd);
I_Constructor0(____RefMatrixd,

View File

@@ -31,6 +31,7 @@
TYPE_NAME_ALIAS(float, osg::Matrixf::value_type)
BEGIN_VALUE_REFLECTOR(osg::Matrixf)
I_DeclaringFile("osg/Matrixf");
I_Constructor0(____Matrixf,
"",
"");
@@ -493,6 +494,7 @@ BEGIN_VALUE_REFLECTOR(osg::Matrixf)
END_REFLECTOR
BEGIN_OBJECT_REFLECTOR(osg::RefMatrixf)
I_DeclaringFile("osg/Matrixf");
I_BaseType(osg::Object);
I_BaseType(osg::Matrixf);
I_Constructor0(____RefMatrixf,

View File

@@ -25,12 +25,14 @@
#endif
BEGIN_ENUM_REFLECTOR(osg::Multisample::Mode)
I_DeclaringFile("osg/Multisample");
I_EnumLabel(osg::Multisample::FASTEST);
I_EnumLabel(osg::Multisample::NICEST);
I_EnumLabel(osg::Multisample::DONT_CARE);
END_REFLECTOR
BEGIN_OBJECT_REFLECTOR(osg::Multisample)
I_DeclaringFile("osg/Multisample");
I_BaseType(osg::StateAttribute);
I_Constructor0(____Multisample,
"",
@@ -137,6 +139,7 @@ BEGIN_OBJECT_REFLECTOR(osg::Multisample)
END_REFLECTOR
BEGIN_OBJECT_REFLECTOR(osg::Multisample::Extensions)
I_DeclaringFile("osg/Multisample");
I_BaseType(osg::Referenced);
I_Constructor1(IN, unsigned int, contextID,
Properties::NON_EXPLICIT,

View File

@@ -36,6 +36,7 @@ TYPE_NAME_ALIAS(unsigned int, osg::Node::NodeMask)
TYPE_NAME_ALIAS(std::vector< std::string >, osg::Node::DescriptionList)
BEGIN_OBJECT_REFLECTOR(osg::Node)
I_DeclaringFile("osg/Node");
I_BaseType(osg::Object);
I_Constructor0(____Node,
"Construct a node. ",
@@ -433,6 +434,7 @@ BEGIN_OBJECT_REFLECTOR(osg::Node)
END_REFLECTOR
BEGIN_OBJECT_REFLECTOR(osg::Node::ComputeBoundingSphereCallback)
I_DeclaringFile("osg/Node");
I_BaseType(osg::Object);
I_Constructor0(____ComputeBoundingSphereCallback,
"",

View File

@@ -25,6 +25,7 @@
#endif
BEGIN_OBJECT_REFLECTOR(osg::NodeCallback)
I_DeclaringFile("osg/NodeCallback");
I_VirtualBaseType(osg::Object);
I_Constructor0(____NodeCallback,
"",

View File

@@ -25,6 +25,7 @@
TYPE_NAME_ALIAS(std::vector< osg::observer_ptr< osg::Node > >, osg::NodeTrackerCallback::ObserveredNodePath)
BEGIN_OBJECT_REFLECTOR(osg::NodeTrackerCallback)
I_DeclaringFile("osg/NodeTrackerCallback");
I_BaseType(osg::NodeCallback);
I_Constructor0(____NodeTrackerCallback,
"",
@@ -78,6 +79,7 @@ BEGIN_OBJECT_REFLECTOR(osg::NodeTrackerCallback)
END_REFLECTOR
BEGIN_OBJECT_REFLECTOR(osg::observer_ptr< osg::Node >)
I_DeclaringFile("osg/observer_ptr");
I_BaseType(osg::Observer);
I_Constructor0(____observer_ptr,
"",

View File

@@ -45,6 +45,7 @@
#endif
BEGIN_VALUE_REFLECTOR(osg::NodeAcceptOp)
I_DeclaringFile("osg/NodeVisitor");
I_Constructor1(IN, osg::NodeVisitor &, nv,
Properties::NON_EXPLICIT,
____NodeAcceptOp__NodeVisitor_R1,
@@ -53,6 +54,7 @@ BEGIN_VALUE_REFLECTOR(osg::NodeAcceptOp)
END_REFLECTOR
BEGIN_ENUM_REFLECTOR(osg::NodeVisitor::TraversalMode)
I_DeclaringFile("osg/NodeVisitor");
I_EnumLabel(osg::NodeVisitor::TRAVERSE_NONE);
I_EnumLabel(osg::NodeVisitor::TRAVERSE_PARENTS);
I_EnumLabel(osg::NodeVisitor::TRAVERSE_ALL_CHILDREN);
@@ -60,6 +62,7 @@ BEGIN_ENUM_REFLECTOR(osg::NodeVisitor::TraversalMode)
END_REFLECTOR
BEGIN_ENUM_REFLECTOR(osg::NodeVisitor::VisitorType)
I_DeclaringFile("osg/NodeVisitor");
I_EnumLabel(osg::NodeVisitor::NODE_VISITOR);
I_EnumLabel(osg::NodeVisitor::UPDATE_VISITOR);
I_EnumLabel(osg::NodeVisitor::EVENT_VISITOR);
@@ -68,6 +71,7 @@ BEGIN_ENUM_REFLECTOR(osg::NodeVisitor::VisitorType)
END_REFLECTOR
BEGIN_OBJECT_REFLECTOR(osg::NodeVisitor)
I_DeclaringFile("osg/NodeVisitor");
I_VirtualBaseType(osg::Referenced);
I_ConstructorWithDefaults1(IN, osg::NodeVisitor::TraversalMode, tm, osg::NodeVisitor::TRAVERSE_NONE,
Properties::NON_EXPLICIT,
@@ -369,6 +373,7 @@ BEGIN_OBJECT_REFLECTOR(osg::NodeVisitor)
END_REFLECTOR
BEGIN_ABSTRACT_OBJECT_REFLECTOR(osg::NodeVisitor::DatabaseRequestHandler)
I_DeclaringFile("osg/NodeVisitor");
I_BaseType(osg::Referenced);
I_Constructor0(____DatabaseRequestHandler,
"",

View File

@@ -21,6 +21,7 @@
#endif
BEGIN_ENUM_REFLECTOR(osg::NotifySeverity)
I_DeclaringFile("osg/Notify");
I_EnumLabel(osg::ALWAYS);
I_EnumLabel(osg::FATAL);
I_EnumLabel(osg::WARN);

View File

@@ -24,12 +24,14 @@
#endif
BEGIN_ENUM_REFLECTOR(osg::Object::DataVariance)
I_DeclaringFile("osg/Object");
I_EnumLabel(osg::Object::DYNAMIC);
I_EnumLabel(osg::Object::STATIC);
I_EnumLabel(osg::Object::UNSPECIFIED);
END_REFLECTOR
BEGIN_ABSTRACT_OBJECT_REFLECTOR(osg::Object)
I_DeclaringFile("osg/Object");
I_BaseType(osg::Referenced);
I_Constructor0(____Object,
"Construct an object. ",

View File

@@ -26,6 +26,7 @@
#endif
BEGIN_OBJECT_REFLECTOR(osg::OccluderNode)
I_DeclaringFile("osg/OccluderNode");
I_BaseType(osg::Group);
I_Constructor0(____OccluderNode,
"",

View File

@@ -28,6 +28,7 @@
TYPE_NAME_ALIAS(std::vector< osg::PagedLOD::PerRangeData >, osg::PagedLOD::PerRangeDataList)
BEGIN_OBJECT_REFLECTOR(osg::PagedLOD)
I_DeclaringFile("osg/PagedLOD");
I_BaseType(osg::LOD);
I_Constructor0(____PagedLOD,
"",
@@ -232,6 +233,7 @@ BEGIN_OBJECT_REFLECTOR(osg::PagedLOD)
END_REFLECTOR
BEGIN_VALUE_REFLECTOR(osg::PagedLOD::PerRangeData)
I_DeclaringFile("osg/PagedLOD");
I_Constructor0(____PerRangeData,
"",
"");

View File

@@ -39,6 +39,7 @@ TYPE_NAME_ALIAS(osg::Vec4d, osg::Plane::Vec4_type)
BEGIN_VALUE_REFLECTOR(osg::Plane)
I_ReaderWriter(osgIntrospection::StdReaderWriter<reflected_type>); // user-defined
I_Comparator(osgIntrospection::PartialOrderComparator<reflected_type>); // user-defined
I_DeclaringFile("osg/Plane");
I_Constructor0(____Plane,
"",
"");

View File

@@ -26,6 +26,7 @@
#endif
BEGIN_OBJECT_REFLECTOR(osg::Point)
I_DeclaringFile("osg/Point");
I_BaseType(osg::StateAttribute);
I_Constructor0(____Point,
"",
@@ -158,6 +159,7 @@ BEGIN_OBJECT_REFLECTOR(osg::Point)
END_REFLECTOR
BEGIN_OBJECT_REFLECTOR(osg::Point::Extensions)
I_DeclaringFile("osg/Point");
I_BaseType(osg::Referenced);
I_Constructor1(IN, unsigned int, contextID,
Properties::NON_EXPLICIT,

View File

@@ -25,11 +25,13 @@
#endif
BEGIN_ENUM_REFLECTOR(osg::PointSprite::CoordOriginMode)
I_DeclaringFile("osg/PointSprite");
I_EnumLabel(osg::PointSprite::UPPER_LEFT);
I_EnumLabel(osg::PointSprite::LOWER_LEFT);
END_REFLECTOR
BEGIN_OBJECT_REFLECTOR(osg::PointSprite)
I_DeclaringFile("osg/PointSprite");
I_BaseType(osg::StateAttribute);
I_Constructor0(____PointSprite,
"",

View File

@@ -25,18 +25,21 @@
#endif
BEGIN_ENUM_REFLECTOR(osg::PolygonMode::Mode)
I_DeclaringFile("osg/PolygonMode");
I_EnumLabel(osg::PolygonMode::POINT);
I_EnumLabel(osg::PolygonMode::LINE);
I_EnumLabel(osg::PolygonMode::FILL);
END_REFLECTOR
BEGIN_ENUM_REFLECTOR(osg::PolygonMode::Face)
I_DeclaringFile("osg/PolygonMode");
I_EnumLabel(osg::PolygonMode::FRONT_AND_BACK);
I_EnumLabel(osg::PolygonMode::FRONT);
I_EnumLabel(osg::PolygonMode::BACK);
END_REFLECTOR
BEGIN_OBJECT_REFLECTOR(osg::PolygonMode)
I_DeclaringFile("osg/PolygonMode");
I_BaseType(osg::StateAttribute);
I_Constructor0(____PolygonMode,
"",

View File

@@ -25,6 +25,7 @@
#endif
BEGIN_OBJECT_REFLECTOR(osg::PolygonOffset)
I_DeclaringFile("osg/PolygonOffset");
I_BaseType(osg::StateAttribute);
I_Constructor0(____PolygonOffset,
"",

View File

@@ -25,6 +25,7 @@
#endif
BEGIN_OBJECT_REFLECTOR(osg::PolygonStipple)
I_DeclaringFile("osg/PolygonStipple");
I_BaseType(osg::StateAttribute);
I_Constructor0(____PolygonStipple,
"",

View File

@@ -34,6 +34,7 @@ TYPE_NAME_ALIAS(std::vector< osg::Vec3 >, osg::Polytope::VertexList)
TYPE_NAME_ALIAS(osg::fast_back_stack< osg::Polytope::ClippingMask >, osg::Polytope::MaskStack)
BEGIN_VALUE_REFLECTOR(osg::Polytope)
I_DeclaringFile("osg/Polytope");
I_Constructor0(____Polytope,
"",
"");
@@ -218,6 +219,7 @@ BEGIN_VALUE_REFLECTOR(osg::Polytope)
END_REFLECTOR
BEGIN_VALUE_REFLECTOR(osg::fast_back_stack< osg::Polytope::ClippingMask >)
I_DeclaringFile("osg/fast_back_stack");
I_Constructor0(____fast_back_stack,
"",
"");

View File

@@ -27,6 +27,7 @@
#endif
BEGIN_OBJECT_REFLECTOR(osg::PositionAttitudeTransform)
I_DeclaringFile("osg/PositionAttitudeTransform");
I_BaseType(osg::Transform);
I_Constructor0(____PositionAttitudeTransform,
"",

View File

@@ -30,6 +30,7 @@
TYPE_NAME_ALIAS(osg::VectorGLsizei, osg::DrawArrayLengths::vector_type)
BEGIN_OBJECT_REFLECTOR(osg::DrawArrayLengths)
I_DeclaringFile("osg/PrimitiveSet");
I_BaseType(osg::PrimitiveSet);
I_BaseType(osg::VectorGLsizei);
I_ConstructorWithDefaults1(IN, GLenum, mode, 0,
@@ -129,6 +130,7 @@ BEGIN_OBJECT_REFLECTOR(osg::DrawArrayLengths)
END_REFLECTOR
BEGIN_OBJECT_REFLECTOR(osg::DrawArrays)
I_DeclaringFile("osg/PrimitiveSet");
I_BaseType(osg::PrimitiveSet);
I_ConstructorWithDefaults1(IN, GLenum, mode, 0,
Properties::NON_EXPLICIT,
@@ -232,6 +234,7 @@ BEGIN_OBJECT_REFLECTOR(osg::DrawArrays)
END_REFLECTOR
BEGIN_ABSTRACT_OBJECT_REFLECTOR(osg::DrawElements)
I_DeclaringFile("osg/PrimitiveSet");
I_BaseType(osg::PrimitiveSet);
I_ConstructorWithDefaults2(IN, osg::PrimitiveSet::Type, primType, osg::PrimitiveSet::PrimitiveType, IN, GLenum, mode, 0,
____DrawElements__Type__GLenum,
@@ -305,6 +308,7 @@ END_REFLECTOR
TYPE_NAME_ALIAS(osg::VectorGLubyte, osg::DrawElementsUByte::vector_type)
BEGIN_OBJECT_REFLECTOR(osg::DrawElementsUByte)
I_DeclaringFile("osg/PrimitiveSet");
I_BaseType(osg::DrawElements);
I_BaseType(osg::VectorGLubyte);
I_ConstructorWithDefaults1(IN, GLenum, mode, 0,
@@ -410,6 +414,7 @@ END_REFLECTOR
TYPE_NAME_ALIAS(osg::VectorGLuint, osg::DrawElementsUInt::vector_type)
BEGIN_OBJECT_REFLECTOR(osg::DrawElementsUInt)
I_DeclaringFile("osg/PrimitiveSet");
I_BaseType(osg::DrawElements);
I_BaseType(osg::VectorGLuint);
I_ConstructorWithDefaults1(IN, GLenum, mode, 0,
@@ -515,6 +520,7 @@ END_REFLECTOR
TYPE_NAME_ALIAS(osg::VectorGLushort, osg::DrawElementsUShort::vector_type)
BEGIN_OBJECT_REFLECTOR(osg::DrawElementsUShort)
I_DeclaringFile("osg/PrimitiveSet");
I_BaseType(osg::DrawElements);
I_BaseType(osg::VectorGLushort);
I_ConstructorWithDefaults1(IN, GLenum, mode, 0,
@@ -618,6 +624,7 @@ BEGIN_OBJECT_REFLECTOR(osg::DrawElementsUShort)
END_REFLECTOR
BEGIN_ABSTRACT_OBJECT_REFLECTOR(osg::PrimitiveFunctor)
I_DeclaringFile("osg/PrimitiveSet");
I_Constructor0(____PrimitiveFunctor,
"",
"");
@@ -699,6 +706,7 @@ BEGIN_ABSTRACT_OBJECT_REFLECTOR(osg::PrimitiveFunctor)
END_REFLECTOR
BEGIN_ABSTRACT_OBJECT_REFLECTOR(osg::PrimitiveIndexFunctor)
I_DeclaringFile("osg/PrimitiveSet");
I_Constructor0(____PrimitiveIndexFunctor,
"",
"");
@@ -755,6 +763,7 @@ BEGIN_ABSTRACT_OBJECT_REFLECTOR(osg::PrimitiveIndexFunctor)
END_REFLECTOR
BEGIN_ENUM_REFLECTOR(osg::PrimitiveSet::Type)
I_DeclaringFile("osg/PrimitiveSet");
I_EnumLabel(osg::PrimitiveSet::PrimitiveType);
I_EnumLabel(osg::PrimitiveSet::DrawArraysPrimitiveType);
I_EnumLabel(osg::PrimitiveSet::DrawArrayLengthsPrimitiveType);
@@ -764,6 +773,7 @@ BEGIN_ENUM_REFLECTOR(osg::PrimitiveSet::Type)
END_REFLECTOR
BEGIN_ENUM_REFLECTOR(osg::PrimitiveSet::Mode)
I_DeclaringFile("osg/PrimitiveSet");
I_EnumLabel(osg::PrimitiveSet::POINTS);
I_EnumLabel(osg::PrimitiveSet::LINES);
I_EnumLabel(osg::PrimitiveSet::LINE_STRIP);
@@ -777,6 +787,7 @@ BEGIN_ENUM_REFLECTOR(osg::PrimitiveSet::Mode)
END_REFLECTOR
BEGIN_ABSTRACT_OBJECT_REFLECTOR(osg::PrimitiveSet)
I_DeclaringFile("osg/PrimitiveSet");
I_BaseType(osg::Object);
I_ConstructorWithDefaults2(IN, osg::PrimitiveSet::Type, primType, osg::PrimitiveSet::PrimitiveType, IN, GLenum, mode, 0,
____PrimitiveSet__Type__GLenum,
@@ -927,6 +938,7 @@ BEGIN_ABSTRACT_OBJECT_REFLECTOR(osg::PrimitiveSet)
END_REFLECTOR
BEGIN_OBJECT_REFLECTOR(osg::VectorGLsizei)
I_DeclaringFile("osg/PrimitiveSet");
I_BaseType(std::vector<GLsizei>);
I_Constructor0(____VectorGLsizei,
"",
@@ -948,6 +960,7 @@ BEGIN_OBJECT_REFLECTOR(osg::VectorGLsizei)
END_REFLECTOR
BEGIN_OBJECT_REFLECTOR(osg::VectorGLubyte)
I_DeclaringFile("osg/PrimitiveSet");
I_BaseType(std::vector<GLubyte>);
I_Constructor0(____VectorGLubyte,
"",
@@ -969,6 +982,7 @@ BEGIN_OBJECT_REFLECTOR(osg::VectorGLubyte)
END_REFLECTOR
BEGIN_OBJECT_REFLECTOR(osg::VectorGLuint)
I_DeclaringFile("osg/PrimitiveSet");
I_BaseType(std::vector<GLuint>);
I_Constructor0(____VectorGLuint,
"",
@@ -990,6 +1004,7 @@ BEGIN_OBJECT_REFLECTOR(osg::VectorGLuint)
END_REFLECTOR
BEGIN_OBJECT_REFLECTOR(osg::VectorGLushort)
I_DeclaringFile("osg/PrimitiveSet");
I_BaseType(std::vector<GLushort>);
I_Constructor0(____VectorGLushort,
"",

View File

@@ -31,6 +31,7 @@ TYPE_NAME_ALIAS(std::map< std::string COMMA GLuint >, osg::Program::AttribBindi
TYPE_NAME_ALIAS(std::map< std::string COMMA osg::Program::ActiveVarInfo >, osg::Program::ActiveVarInfoMap)
BEGIN_OBJECT_REFLECTOR(osg::Program)
I_DeclaringFile("osg/Program");
I_BaseType(osg::StateAttribute);
I_Constructor0(____Program,
"",
@@ -196,6 +197,7 @@ BEGIN_OBJECT_REFLECTOR(osg::Program)
END_REFLECTOR
BEGIN_VALUE_REFLECTOR(osg::Program::ActiveVarInfo)
I_DeclaringFile("osg/Program");
I_Constructor0(____ActiveVarInfo,
"",
"");
@@ -209,6 +211,7 @@ BEGIN_VALUE_REFLECTOR(osg::Program::ActiveVarInfo)
END_REFLECTOR
BEGIN_OBJECT_REFLECTOR(osg::Program::PerContextProgram)
I_DeclaringFile("osg/Program");
I_BaseType(osg::Referenced);
I_Constructor2(IN, const osg::Program *, program, IN, unsigned int, contextID,
____PerContextProgram__C5_Program_P1__unsigned_int,

View File

@@ -25,6 +25,7 @@
#endif
BEGIN_OBJECT_REFLECTOR(osg::Projection)
I_DeclaringFile("osg/Projection");
I_BaseType(osg::Group);
I_Constructor0(____Projection,
"",

View File

@@ -29,11 +29,13 @@
TYPE_NAME_ALIAS(std::vector< std::string >, osg::ProxyNode::FileNameList)
BEGIN_ENUM_REFLECTOR(osg::ProxyNode::CenterMode)
I_DeclaringFile("osg/ProxyNode");
I_EnumLabel(osg::ProxyNode::USE_BOUNDING_SPHERE_CENTER);
I_EnumLabel(osg::ProxyNode::USER_DEFINED_CENTER);
END_REFLECTOR
BEGIN_OBJECT_REFLECTOR(osg::ProxyNode)
I_DeclaringFile("osg/ProxyNode");
I_BaseType(osg::Group);
I_Constructor0(____ProxyNode,
"",

View File

@@ -33,6 +33,7 @@ TYPE_NAME_ALIAS(double, osg::Quat::value_type)
BEGIN_VALUE_REFLECTOR(osg::Quat)
I_ReaderWriter(osgIntrospection::StdReaderWriter<reflected_type>); // user-defined
I_Comparator(osgIntrospection::PartialOrderComparator<reflected_type>); // user-defined
I_DeclaringFile("osg/Quat");
I_Constructor0(____Quat,
"",
"");

View File

@@ -23,6 +23,7 @@
#endif
BEGIN_OBJECT_REFLECTOR(osg::Referenced)
I_DeclaringFile("osg/Referenced");
I_Constructor0(____Referenced,
"",
"");

View File

@@ -24,6 +24,7 @@
#endif
BEGIN_VALUE_REFLECTOR(osg::RenderInfo)
I_DeclaringFile("osg/RenderInfo");
I_Constructor0(____RenderInfo,
"",
"");

View File

@@ -25,6 +25,7 @@
#endif
BEGIN_OBJECT_REFLECTOR(osg::Scissor)
I_DeclaringFile("osg/Scissor");
I_BaseType(osg::StateAttribute);
I_Constructor0(____Scissor,
"",

View File

@@ -25,11 +25,13 @@
#endif
BEGIN_ENUM_REFLECTOR(osg::Sequence::LoopMode)
I_DeclaringFile("osg/Sequence");
I_EnumLabel(osg::Sequence::LOOP);
I_EnumLabel(osg::Sequence::SWING);
END_REFLECTOR
BEGIN_ENUM_REFLECTOR(osg::Sequence::SequenceMode)
I_DeclaringFile("osg/Sequence");
I_EnumLabel(osg::Sequence::START);
I_EnumLabel(osg::Sequence::STOP);
I_EnumLabel(osg::Sequence::PAUSE);
@@ -37,6 +39,7 @@ BEGIN_ENUM_REFLECTOR(osg::Sequence::SequenceMode)
END_REFLECTOR
BEGIN_OBJECT_REFLECTOR(osg::Sequence)
I_DeclaringFile("osg/Sequence");
I_BaseType(osg::Group);
I_Constructor0(____Sequence,
"",

View File

@@ -25,11 +25,13 @@
#endif
BEGIN_ENUM_REFLECTOR(osg::ShadeModel::Mode)
I_DeclaringFile("osg/ShadeModel");
I_EnumLabel(osg::ShadeModel::FLAT);
I_EnumLabel(osg::ShadeModel::SMOOTH);
END_REFLECTOR
BEGIN_OBJECT_REFLECTOR(osg::ShadeModel)
I_DeclaringFile("osg/ShadeModel");
I_BaseType(osg::StateAttribute);
I_ConstructorWithDefaults1(IN, osg::ShadeModel::Mode, mode, osg::ShadeModel::SMOOTH,
Properties::NON_EXPLICIT,

View File

@@ -24,12 +24,14 @@
#endif
BEGIN_ENUM_REFLECTOR(osg::Shader::Type)
I_DeclaringFile("osg/Shader");
I_EnumLabel(osg::Shader::VERTEX);
I_EnumLabel(osg::Shader::FRAGMENT);
I_EnumLabel(osg::Shader::UNDEFINED);
END_REFLECTOR
BEGIN_OBJECT_REFLECTOR(osg::Shader)
I_DeclaringFile("osg/Shader");
I_BaseType(osg::Object);
I_ConstructorWithDefaults1(IN, osg::Shader::Type, type, osg::Shader::UNDEFINED,
Properties::NON_EXPLICIT,

View File

@@ -31,6 +31,7 @@
TYPE_NAME_ALIAS(std::vector< osg::Polytope >, osg::ShadowVolumeOccluder::HoleList)
BEGIN_VALUE_REFLECTOR(osg::ShadowVolumeOccluder)
I_DeclaringFile("osg/ShadowVolumeOccluder");
I_Constructor1(IN, const osg::ShadowVolumeOccluder &, svo,
Properties::NON_EXPLICIT,
____ShadowVolumeOccluder__C5_ShadowVolumeOccluder_R1,

Some files were not shown because too many files have changed in this diff Show More