Updated wrappers
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user