Updated wrappers

This commit is contained in:
Robert Osfield
2009-02-11 20:02:45 +00:00
parent b4e0acc7b3
commit 957708b4be
211 changed files with 973 additions and 3861 deletions

View File

@@ -77,7 +77,7 @@ BEGIN_OBJECT_REFLECTOR(osg::Switch)
__void__accept__osg_NodeVisitor_R1,
"Visitor Pattern : calls the apply method of a NodeVisitor with this node's type. ",
"");
I_Method1(void, traverse, IN, osg::NodeVisitor &, nv,
I_Method1(void, traverse, IN, osg::NodeVisitor &, x,
Properties::VIRTUAL,
__void__traverse__NodeVisitor_R1,
"Traverse downwards : calls children's accept method with NodeVisitor. ",