From 62ac5301c9081fa387ea77be8b05611397b428ca Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Mon, 5 Mar 2007 17:46:50 +0000 Subject: [PATCH] Updated wrappers --- src/osgWrappers/osg/AlphaFunc.cpp | 4 ++-- src/osgWrappers/osg/BlendColor.cpp | 4 ++-- src/osgWrappers/osg/BlendEquation.cpp | 4 ++-- src/osgWrappers/osg/BlendFunc.cpp | 4 ++-- src/osgWrappers/osg/ClipPlane.cpp | 4 ++-- src/osgWrappers/osg/CullFace.cpp | 4 ++-- src/osgWrappers/osg/Depth.cpp | 4 ++-- src/osgWrappers/osg/Fog.cpp | 4 ++-- src/osgWrappers/osg/FragmentProgram.cpp | 4 ++-- src/osgWrappers/osg/Geometry.cpp | 16 ++++++++-------- src/osgWrappers/osg/Light.cpp | 4 ++-- src/osgWrappers/osg/LineStipple.cpp | 4 ++-- src/osgWrappers/osg/LogicOp.cpp | 4 ++-- src/osgWrappers/osg/Material.cpp | 4 ++-- src/osgWrappers/osg/Point.cpp | 4 ++-- src/osgWrappers/osg/PointSprite.cpp | 4 ++-- src/osgWrappers/osg/PolygonOffset.cpp | 4 ++-- src/osgWrappers/osg/PolygonStipple.cpp | 4 ++-- src/osgWrappers/osg/Scissor.cpp | 4 ++-- src/osgWrappers/osg/ShapeDrawable.cpp | 8 ++++---- src/osgWrappers/osg/Stencil.cpp | 4 ++-- src/osgWrappers/osg/StencilTwoSided.cpp | 4 ++-- src/osgWrappers/osg/TexGen.cpp | 4 ++-- src/osgWrappers/osg/Texture.cpp | 4 ++-- src/osgWrappers/osg/VertexProgram.cpp | 4 ++-- src/osgWrappers/osgSim/ImpostorSprite.cpp | 16 ++++++++-------- 26 files changed, 66 insertions(+), 66 deletions(-) diff --git a/src/osgWrappers/osg/AlphaFunc.cpp b/src/osgWrappers/osg/AlphaFunc.cpp index a5923c456..31c71ed95 100644 --- a/src/osgWrappers/osg/AlphaFunc.cpp +++ b/src/osgWrappers/osg/AlphaFunc.cpp @@ -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, diff --git a/src/osgWrappers/osg/BlendColor.cpp b/src/osgWrappers/osg/BlendColor.cpp index dcf177949..a35dd9220 100644 --- a/src/osgWrappers/osg/BlendColor.cpp +++ b/src/osgWrappers/osg/BlendColor.cpp @@ -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, diff --git a/src/osgWrappers/osg/BlendEquation.cpp b/src/osgWrappers/osg/BlendEquation.cpp index 43dfc3418..61848d83c 100644 --- a/src/osgWrappers/osg/BlendEquation.cpp +++ b/src/osgWrappers/osg/BlendEquation.cpp @@ -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, diff --git a/src/osgWrappers/osg/BlendFunc.cpp b/src/osgWrappers/osg/BlendFunc.cpp index a8d817a89..b4ae8bc6a 100644 --- a/src/osgWrappers/osg/BlendFunc.cpp +++ b/src/osgWrappers/osg/BlendFunc.cpp @@ -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, diff --git a/src/osgWrappers/osg/ClipPlane.cpp b/src/osgWrappers/osg/ClipPlane.cpp index 6d22112b5..1a3c8b651 100644 --- a/src/osgWrappers/osg/ClipPlane.cpp +++ b/src/osgWrappers/osg/ClipPlane.cpp @@ -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, diff --git a/src/osgWrappers/osg/CullFace.cpp b/src/osgWrappers/osg/CullFace.cpp index e74796098..d0acca533 100644 --- a/src/osgWrappers/osg/CullFace.cpp +++ b/src/osgWrappers/osg/CullFace.cpp @@ -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, diff --git a/src/osgWrappers/osg/Depth.cpp b/src/osgWrappers/osg/Depth.cpp index 15a20ee45..eb65d1113 100644 --- a/src/osgWrappers/osg/Depth.cpp +++ b/src/osgWrappers/osg/Depth.cpp @@ -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, diff --git a/src/osgWrappers/osg/Fog.cpp b/src/osgWrappers/osg/Fog.cpp index d218f2561..232588573 100644 --- a/src/osgWrappers/osg/Fog.cpp +++ b/src/osgWrappers/osg/Fog.cpp @@ -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, diff --git a/src/osgWrappers/osg/FragmentProgram.cpp b/src/osgWrappers/osg/FragmentProgram.cpp index 661148db7..6a3526bf0 100644 --- a/src/osgWrappers/osg/FragmentProgram.cpp +++ b/src/osgWrappers/osg/FragmentProgram.cpp @@ -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, diff --git a/src/osgWrappers/osg/Geometry.cpp b/src/osgWrappers/osg/Geometry.cpp index 29f751893..415e5390a 100644 --- a/src/osgWrappers/osg/Geometry.cpp +++ b/src/osgWrappers/osg/Geometry.cpp @@ -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, diff --git a/src/osgWrappers/osg/Light.cpp b/src/osgWrappers/osg/Light.cpp index 92c2bd354..5a59648ee 100644 --- a/src/osgWrappers/osg/Light.cpp +++ b/src/osgWrappers/osg/Light.cpp @@ -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, diff --git a/src/osgWrappers/osg/LineStipple.cpp b/src/osgWrappers/osg/LineStipple.cpp index 3bd6c7bd7..5d768985f 100644 --- a/src/osgWrappers/osg/LineStipple.cpp +++ b/src/osgWrappers/osg/LineStipple.cpp @@ -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, diff --git a/src/osgWrappers/osg/LogicOp.cpp b/src/osgWrappers/osg/LogicOp.cpp index cd9dc237b..de0324d0e 100644 --- a/src/osgWrappers/osg/LogicOp.cpp +++ b/src/osgWrappers/osg/LogicOp.cpp @@ -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, diff --git a/src/osgWrappers/osg/Material.cpp b/src/osgWrappers/osg/Material.cpp index 3af6695e8..f5decdaa7 100644 --- a/src/osgWrappers/osg/Material.cpp +++ b/src/osgWrappers/osg/Material.cpp @@ -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, diff --git a/src/osgWrappers/osg/Point.cpp b/src/osgWrappers/osg/Point.cpp index 0b0c8af79..8ac7feb25 100644 --- a/src/osgWrappers/osg/Point.cpp +++ b/src/osgWrappers/osg/Point.cpp @@ -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, diff --git a/src/osgWrappers/osg/PointSprite.cpp b/src/osgWrappers/osg/PointSprite.cpp index 542e308f6..9a5c8f784 100644 --- a/src/osgWrappers/osg/PointSprite.cpp +++ b/src/osgWrappers/osg/PointSprite.cpp @@ -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, diff --git a/src/osgWrappers/osg/PolygonOffset.cpp b/src/osgWrappers/osg/PolygonOffset.cpp index ca26a81cf..614f823e0 100644 --- a/src/osgWrappers/osg/PolygonOffset.cpp +++ b/src/osgWrappers/osg/PolygonOffset.cpp @@ -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, diff --git a/src/osgWrappers/osg/PolygonStipple.cpp b/src/osgWrappers/osg/PolygonStipple.cpp index ee35a1f0f..03b023fb6 100644 --- a/src/osgWrappers/osg/PolygonStipple.cpp +++ b/src/osgWrappers/osg/PolygonStipple.cpp @@ -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, diff --git a/src/osgWrappers/osg/Scissor.cpp b/src/osgWrappers/osg/Scissor.cpp index 914d98d6a..926509218 100644 --- a/src/osgWrappers/osg/Scissor.cpp +++ b/src/osgWrappers/osg/Scissor.cpp @@ -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, diff --git a/src/osgWrappers/osg/ShapeDrawable.cpp b/src/osgWrappers/osg/ShapeDrawable.cpp index ccf9402d6..118eb1646 100644 --- a/src/osgWrappers/osg/ShapeDrawable.cpp +++ b/src/osgWrappers/osg/ShapeDrawable.cpp @@ -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, diff --git a/src/osgWrappers/osg/Stencil.cpp b/src/osgWrappers/osg/Stencil.cpp index 4bf605e0e..68a5f44ba 100644 --- a/src/osgWrappers/osg/Stencil.cpp +++ b/src/osgWrappers/osg/Stencil.cpp @@ -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, diff --git a/src/osgWrappers/osg/StencilTwoSided.cpp b/src/osgWrappers/osg/StencilTwoSided.cpp index b70ea5658..5ac95697b 100644 --- a/src/osgWrappers/osg/StencilTwoSided.cpp +++ b/src/osgWrappers/osg/StencilTwoSided.cpp @@ -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, diff --git a/src/osgWrappers/osg/TexGen.cpp b/src/osgWrappers/osg/TexGen.cpp index ed39a342c..0a29ce3a2 100644 --- a/src/osgWrappers/osg/TexGen.cpp +++ b/src/osgWrappers/osg/TexGen.cpp @@ -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, diff --git a/src/osgWrappers/osg/Texture.cpp b/src/osgWrappers/osg/Texture.cpp index 6853c893c..083fc733b 100644 --- a/src/osgWrappers/osg/Texture.cpp +++ b/src/osgWrappers/osg/Texture.cpp @@ -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, diff --git a/src/osgWrappers/osg/VertexProgram.cpp b/src/osgWrappers/osg/VertexProgram.cpp index 8ea8272cf..5ea0b2c02 100644 --- a/src/osgWrappers/osg/VertexProgram.cpp +++ b/src/osgWrappers/osg/VertexProgram.cpp @@ -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, diff --git a/src/osgWrappers/osgSim/ImpostorSprite.cpp b/src/osgWrappers/osgSim/ImpostorSprite.cpp index 1a9f0ca97..99b13ebd2 100644 --- a/src/osgWrappers/osgSim/ImpostorSprite.cpp +++ b/src/osgWrappers/osgSim/ImpostorSprite.cpp @@ -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,