Updated wrappers

This commit is contained in:
Robert Osfield
2007-03-05 17:46:50 +00:00
parent 579700bedf
commit 62ac5301c9
26 changed files with 66 additions and 66 deletions

View File

@@ -85,8 +85,8 @@ BEGIN_OBJECT_REFLECTOR(osg::AlphaFunc)
"");
I_Method1(bool, getModeUsage, IN, osg::StateAttribute::ModeUsage &, usage,
Properties::VIRTUAL,
__bool__getModeUsage__ModeUsage_R1,
"",
__bool__getModeUsage__StateAttribute_ModeUsage_R1,
"Return the modes associated with this StateAttribute. ",
"");
I_Method2(void, setFunction, IN, osg::AlphaFunc::ComparisonFunction, func, IN, float, ref,
Properties::NON_VIRTUAL,

View File

@@ -76,8 +76,8 @@ BEGIN_OBJECT_REFLECTOR(osg::BlendColor)
"");
I_Method1(bool, getModeUsage, IN, osg::StateAttribute::ModeUsage &, usage,
Properties::VIRTUAL,
__bool__getModeUsage__ModeUsage_R1,
"",
__bool__getModeUsage__StateAttribute_ModeUsage_R1,
"Return the modes associated with this StateAttribute. ",
"");
I_Method1(void, setConstantColor, IN, const osg::Vec4 &, color,
Properties::NON_VIRTUAL,

View File

@@ -86,8 +86,8 @@ BEGIN_OBJECT_REFLECTOR(osg::BlendEquation)
"");
I_Method1(bool, getModeUsage, IN, osg::StateAttribute::ModeUsage &, usage,
Properties::VIRTUAL,
__bool__getModeUsage__ModeUsage_R1,
"",
__bool__getModeUsage__StateAttribute_ModeUsage_R1,
"Return the modes associated with this StateAttribute. ",
"");
I_Method1(void, setEquation, IN, osg::BlendEquation::Equation, equation,
Properties::NON_VIRTUAL,

View File

@@ -96,8 +96,8 @@ BEGIN_OBJECT_REFLECTOR(osg::BlendFunc)
"");
I_Method1(bool, getModeUsage, IN, osg::StateAttribute::ModeUsage &, usage,
Properties::VIRTUAL,
__bool__getModeUsage__ModeUsage_R1,
"",
__bool__getModeUsage__StateAttribute_ModeUsage_R1,
"Return the modes associated with this StateAttribute. ",
"");
I_Method2(void, setFunction, IN, GLenum, source, IN, GLenum, destination,
Properties::NON_VIRTUAL,

View File

@@ -89,8 +89,8 @@ BEGIN_OBJECT_REFLECTOR(osg::ClipPlane)
"Used for light number/clip plane number etc. ");
I_Method1(bool, getModeUsage, IN, osg::StateAttribute::ModeUsage &, usage,
Properties::VIRTUAL,
__bool__getModeUsage__ModeUsage_R1,
"",
__bool__getModeUsage__StateAttribute_ModeUsage_R1,
"Return the modes associated with this StateAttribute. ",
"");
I_Method1(void, setClipPlane, IN, const osg::Plane &, plane,
Properties::NON_VIRTUAL,

View File

@@ -78,8 +78,8 @@ BEGIN_OBJECT_REFLECTOR(osg::CullFace)
"");
I_Method1(bool, getModeUsage, IN, osg::StateAttribute::ModeUsage &, usage,
Properties::VIRTUAL,
__bool__getModeUsage__ModeUsage_R1,
"",
__bool__getModeUsage__StateAttribute_ModeUsage_R1,
"Return the modes associated with this StateAttribute. ",
"");
I_Method1(void, setMode, IN, osg::CullFace::Mode, mode,
Properties::NON_VIRTUAL,

View File

@@ -82,8 +82,8 @@ BEGIN_OBJECT_REFLECTOR(osg::Depth)
"");
I_Method1(bool, getModeUsage, IN, osg::StateAttribute::ModeUsage &, usage,
Properties::VIRTUAL,
__bool__getModeUsage__ModeUsage_R1,
"",
__bool__getModeUsage__StateAttribute_ModeUsage_R1,
"Return the modes associated with this StateAttribute. ",
"");
I_Method1(void, setFunction, IN, osg::Depth::Function, func,
Properties::NON_VIRTUAL,

View File

@@ -82,8 +82,8 @@ BEGIN_OBJECT_REFLECTOR(osg::Fog)
"");
I_Method1(bool, getModeUsage, IN, osg::StateAttribute::ModeUsage &, usage,
Properties::VIRTUAL,
__bool__getModeUsage__ModeUsage_R1,
"",
__bool__getModeUsage__StateAttribute_ModeUsage_R1,
"Return the modes associated with this StateAttribute. ",
"");
I_Method1(void, setMode, IN, osg::Fog::Mode, mode,
Properties::NON_VIRTUAL,

View File

@@ -76,8 +76,8 @@ BEGIN_OBJECT_REFLECTOR(osg::FragmentProgram)
"");
I_Method1(bool, getModeUsage, IN, osg::StateAttribute::ModeUsage &, usage,
Properties::VIRTUAL,
__bool__getModeUsage__ModeUsage_R1,
"",
__bool__getModeUsage__StateAttribute_ModeUsage_R1,
"Return the modes associated with this StateAttribute. ",
"");
I_Method1(GLuint &, getFragmentProgramID, IN, unsigned int, contextID,
Properties::NON_VIRTUAL,

View File

@@ -624,23 +624,23 @@ BEGIN_OBJECT_REFLECTOR(osg::Geometry)
"This is the internal draw method which does the drawing itself, and is the method to override when deriving from Geometry for user-drawn objects.");
I_Method1(bool, supports, IN, const osg::Drawable::AttributeFunctor &, x,
Properties::VIRTUAL,
__bool__supports__C5_AttributeFunctor_R1,
"Return true, osg::Geometry does support accept(AttributeFunctor&). ",
__bool__supports__C5_Drawable_AttributeFunctor_R1,
"Return true, osg::Geometry does support accept(Drawable::AttributeFunctor&). ",
"");
I_Method1(void, accept, IN, osg::Drawable::AttributeFunctor &, af,
Properties::VIRTUAL,
__void__accept__AttributeFunctor_R1,
"Accept an AttributeFunctor and call its methods to tell it about the interal attributes that this Drawable has. ",
__void__accept__Drawable_AttributeFunctor_R1,
"Accept an Drawable::AttributeFunctor and call its methods to tell it about the interal attributes that this Drawable has. ",
"");
I_Method1(bool, supports, IN, const osg::Drawable::ConstAttributeFunctor &, x,
Properties::VIRTUAL,
__bool__supports__C5_ConstAttributeFunctor_R1,
"Return true, osg::Geometry does support accept(ConstAttributeFunctor&). ",
__bool__supports__C5_Drawable_ConstAttributeFunctor_R1,
"Return true, osg::Geometry does support accept(Drawable::ConstAttributeFunctor&). ",
"");
I_Method1(void, accept, IN, osg::Drawable::ConstAttributeFunctor &, af,
Properties::VIRTUAL,
__void__accept__ConstAttributeFunctor_R1,
"Accept a ConstAttributeFunctor and call its methods to tell it about the interal attributes that this Drawable has. ",
__void__accept__Drawable_ConstAttributeFunctor_R1,
"Accept a Drawable::ConstAttributeFunctor and call its methods to tell it about the interal attributes that this Drawable has. ",
"");
I_Method1(bool, supports, IN, const osg::PrimitiveFunctor &, x,
Properties::VIRTUAL,

View File

@@ -77,8 +77,8 @@ BEGIN_OBJECT_REFLECTOR(osg::Light)
"Used for light number/clip plane number etc. ");
I_Method1(bool, getModeUsage, IN, osg::StateAttribute::ModeUsage &, usage,
Properties::VIRTUAL,
__bool__getModeUsage__ModeUsage_R1,
"",
__bool__getModeUsage__StateAttribute_ModeUsage_R1,
"Return the modes associated with this StateAttribute. ",
"");
I_Method1(void, setLightNum, IN, int, num,
Properties::NON_VIRTUAL,

View File

@@ -70,8 +70,8 @@ BEGIN_OBJECT_REFLECTOR(osg::LineStipple)
"");
I_Method1(bool, getModeUsage, IN, osg::StateAttribute::ModeUsage &, usage,
Properties::VIRTUAL,
__bool__getModeUsage__ModeUsage_R1,
"",
__bool__getModeUsage__StateAttribute_ModeUsage_R1,
"Return the modes associated with this StateAttribute. ",
"");
I_Method1(void, setFactor, IN, GLint, factor,
Properties::NON_VIRTUAL,

View File

@@ -94,8 +94,8 @@ BEGIN_OBJECT_REFLECTOR(osg::LogicOp)
"");
I_Method1(bool, getModeUsage, IN, osg::StateAttribute::ModeUsage &, usage,
Properties::VIRTUAL,
__bool__getModeUsage__ModeUsage_R1,
"",
__bool__getModeUsage__StateAttribute_ModeUsage_R1,
"Return the modes associated with this StateAttribute. ",
"");
I_Method1(void, setOpcode, IN, osg::LogicOp::Opcode, opcode,
Properties::NON_VIRTUAL,

View File

@@ -86,8 +86,8 @@ BEGIN_OBJECT_REFLECTOR(osg::Material)
"");
I_Method1(bool, getModeUsage, IN, osg::StateAttribute::ModeUsage &, x,
Properties::VIRTUAL,
__bool__getModeUsage__ModeUsage_R1,
"",
__bool__getModeUsage__StateAttribute_ModeUsage_R1,
"Return the modes associated with this StateAttribute. ",
"");
I_Method1(void, apply, IN, osg::State &, state,
Properties::VIRTUAL,

View File

@@ -71,8 +71,8 @@ BEGIN_OBJECT_REFLECTOR(osg::Point)
"");
I_Method1(bool, getModeUsage, IN, osg::StateAttribute::ModeUsage &, usage,
Properties::VIRTUAL,
__bool__getModeUsage__ModeUsage_R1,
"",
__bool__getModeUsage__StateAttribute_ModeUsage_R1,
"Return the modes associated with this StateAttribute. ",
"");
I_Method1(void, setSize, IN, float, size,
Properties::NON_VIRTUAL,

View File

@@ -75,8 +75,8 @@ BEGIN_OBJECT_REFLECTOR(osg::PointSprite)
"");
I_Method1(bool, getModeUsage, IN, osg::StateAttribute::ModeUsage &, usage,
Properties::VIRTUAL,
__bool__getModeUsage__ModeUsage_R1,
"",
__bool__getModeUsage__StateAttribute_ModeUsage_R1,
"Return the modes associated with this StateAttribute. ",
"");
I_Method1(bool, checkValidityOfAssociatedModes, IN, osg::State &, x,
Properties::VIRTUAL,

View File

@@ -74,8 +74,8 @@ BEGIN_OBJECT_REFLECTOR(osg::PolygonOffset)
"");
I_Method1(bool, getModeUsage, IN, osg::StateAttribute::ModeUsage &, usage,
Properties::VIRTUAL,
__bool__getModeUsage__ModeUsage_R1,
"",
__bool__getModeUsage__StateAttribute_ModeUsage_R1,
"Return the modes associated with this StateAttribute. ",
"");
I_Method1(void, setFactor, IN, float, factor,
Properties::NON_VIRTUAL,

View File

@@ -70,8 +70,8 @@ BEGIN_OBJECT_REFLECTOR(osg::PolygonStipple)
"");
I_Method1(bool, getModeUsage, IN, osg::StateAttribute::ModeUsage &, usage,
Properties::VIRTUAL,
__bool__getModeUsage__ModeUsage_R1,
"",
__bool__getModeUsage__StateAttribute_ModeUsage_R1,
"Return the modes associated with this StateAttribute. ",
"");
I_Method1(void, setMask, IN, const GLubyte *, mask,
Properties::NON_VIRTUAL,

View File

@@ -74,8 +74,8 @@ BEGIN_OBJECT_REFLECTOR(osg::Scissor)
"");
I_Method1(bool, getModeUsage, IN, osg::StateAttribute::ModeUsage &, usage,
Properties::VIRTUAL,
__bool__getModeUsage__ModeUsage_R1,
"",
__bool__getModeUsage__StateAttribute_ModeUsage_R1,
"Return the modes associated with this StateAttribute. ",
"");
I_Method4(void, setScissor, IN, int, x, IN, int, y, IN, int, width, IN, int, height,
Properties::NON_VIRTUAL,

View File

@@ -103,13 +103,13 @@ BEGIN_OBJECT_REFLECTOR(osg::ShapeDrawable)
"");
I_Method1(bool, supports, IN, const osg::Drawable::ConstAttributeFunctor &, x,
Properties::VIRTUAL,
__bool__supports__C5_ConstAttributeFunctor_R1,
"Return true, osg::ShapeDrawable does support accept(ConstAttributeFunctor&). ",
__bool__supports__C5_Drawable_ConstAttributeFunctor_R1,
"Return true, osg::ShapeDrawable does support accept(Drawable::ConstAttributeFunctor&). ",
"");
I_Method1(void, accept, IN, osg::Drawable::ConstAttributeFunctor &, af,
Properties::VIRTUAL,
__void__accept__ConstAttributeFunctor_R1,
"Accept a ConstAttributeFunctor and call its methods to tell it about the interal attributes that this Drawable has. ",
__void__accept__Drawable_ConstAttributeFunctor_R1,
"Accept a Drawable::ConstAttributeFunctor and call its methods to tell it about the interal attributes that this Drawable has. ",
"");
I_Method1(bool, supports, IN, const osg::PrimitiveFunctor &, x,
Properties::VIRTUAL,

View File

@@ -92,8 +92,8 @@ BEGIN_OBJECT_REFLECTOR(osg::Stencil)
"");
I_Method1(bool, getModeUsage, IN, osg::StateAttribute::ModeUsage &, usage,
Properties::VIRTUAL,
__bool__getModeUsage__ModeUsage_R1,
"",
__bool__getModeUsage__StateAttribute_ModeUsage_R1,
"Return the modes associated with this StateAttribute. ",
"");
I_Method3(void, setFunction, IN, osg::Stencil::Function, func, IN, int, ref, IN, unsigned int, mask,
Properties::NON_VIRTUAL,

View File

@@ -97,8 +97,8 @@ BEGIN_OBJECT_REFLECTOR(osg::StencilTwoSided)
"");
I_Method1(bool, getModeUsage, IN, osg::StateAttribute::ModeUsage &, usage,
Properties::VIRTUAL,
__bool__getModeUsage__ModeUsage_R1,
"",
__bool__getModeUsage__StateAttribute_ModeUsage_R1,
"Return the modes associated with this StateAttribute. ",
"");
I_Method4(void, setFunction, IN, osg::StencilTwoSided::Face, face, IN, osg::StencilTwoSided::Function, func, IN, int, ref, IN, unsigned int, mask,
Properties::NON_VIRTUAL,

View File

@@ -92,8 +92,8 @@ BEGIN_OBJECT_REFLECTOR(osg::TexGen)
"");
I_Method1(bool, getModeUsage, IN, osg::StateAttribute::ModeUsage &, usage,
Properties::VIRTUAL,
__bool__getModeUsage__ModeUsage_R1,
"",
__bool__getModeUsage__StateAttribute_ModeUsage_R1,
"Return the modes associated with this StateAttribute. ",
"");
I_Method1(void, apply, IN, osg::State &, state,
Properties::VIRTUAL,

View File

@@ -130,8 +130,8 @@ BEGIN_ABSTRACT_OBJECT_REFLECTOR(osg::Texture)
"");
I_Method1(bool, getModeUsage, IN, osg::StateAttribute::ModeUsage &, usage,
Properties::VIRTUAL,
__bool__getModeUsage__ModeUsage_R1,
"",
__bool__getModeUsage__StateAttribute_ModeUsage_R1,
"Return the modes associated with this StateAttribute. ",
"");
I_Method0(int, getTextureWidth,
Properties::VIRTUAL,

View File

@@ -76,8 +76,8 @@ BEGIN_OBJECT_REFLECTOR(osg::VertexProgram)
"");
I_Method1(bool, getModeUsage, IN, osg::StateAttribute::ModeUsage &, usage,
Properties::VIRTUAL,
__bool__getModeUsage__ModeUsage_R1,
"",
__bool__getModeUsage__StateAttribute_ModeUsage_R1,
"Return the modes associated with this StateAttribute. ",
"");
I_Method1(GLuint &, getVertexProgramID, IN, unsigned int, contextID,
Properties::NON_VIRTUAL,

View File

@@ -165,23 +165,23 @@ BEGIN_OBJECT_REFLECTOR(osgSim::ImpostorSprite)
"");
I_Method1(bool, supports, IN, const osg::Drawable::AttributeFunctor &, x,
Properties::VIRTUAL,
__bool__supports__C5_AttributeFunctor_R1,
"Return true, osg::ImpostorSprite does support accept(AttributeFunctor&). ",
__bool__supports__C5_Drawable_AttributeFunctor_R1,
"Return true, osg::ImpostorSprite does support accept(Drawable::AttributeFunctor&). ",
"");
I_Method1(void, accept, IN, osg::Drawable::AttributeFunctor &, af,
Properties::VIRTUAL,
__void__accept__AttributeFunctor_R1,
"Accept an AttributeFunctor and call its methods to tell it about the interal attributes that this Drawable has. ",
__void__accept__Drawable_AttributeFunctor_R1,
"Accept an Drawable::AttributeFunctor and call its methods to tell it about the interal attributes that this Drawable has. ",
"");
I_Method1(bool, supports, IN, const osg::Drawable::ConstAttributeFunctor &, x,
Properties::VIRTUAL,
__bool__supports__C5_ConstAttributeFunctor_R1,
"Return true, osg::ImpostorSprite does support accept(ConstAttributeFunctor&). ",
__bool__supports__C5_Drawable_ConstAttributeFunctor_R1,
"Return true, osg::ImpostorSprite does support accept(Drawable::ConstAttributeFunctor&). ",
"");
I_Method1(void, accept, IN, osg::Drawable::ConstAttributeFunctor &, af,
Properties::VIRTUAL,
__void__accept__ConstAttributeFunctor_R1,
"Accept a ConstAttributeFunctor and call its methods to tell it about the interal attributes that this Drawable has. ",
__void__accept__Drawable_ConstAttributeFunctor_R1,
"Accept a Drawable::ConstAttributeFunctor and call its methods to tell it about the interal attributes that this Drawable has. ",
"");
I_Method1(bool, supports, IN, const osg::PrimitiveFunctor &, x,
Properties::VIRTUAL,