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

@@ -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,