Updated wrappers

This commit is contained in:
Robert Osfield
2007-02-12 18:02:15 +00:00
parent d28a6011f1
commit 3a48c95fc5
304 changed files with 8597 additions and 376 deletions

View File

@@ -23,44 +23,53 @@
#undef OUT
#endif
BEGIN_OBJECT_REFLECTOR(osgSim::InsertImpostorsVisitor)
BEGIN_ABSTRACT_OBJECT_REFLECTOR(osgSim::InsertImpostorsVisitor)
I_BaseType(osg::NodeVisitor);
I_Constructor0(____InsertImpostorsVisitor,
"Default to traversing all children. ",
"");
I_Method1(void, setImpostorThresholdRatio, IN, float, ratio,
Properties::NON_VIRTUAL,
__void__setImpostorThresholdRatio__float,
"",
"");
I_Method0(float, getImpostorThresholdRatio,
Properties::NON_VIRTUAL,
__float__getImpostorThresholdRatio,
"",
"");
I_Method1(void, setMaximumNumberOfNestedImpostors, IN, unsigned int, num,
Properties::NON_VIRTUAL,
__void__setMaximumNumberOfNestedImpostors__unsigned_int,
"",
"");
I_Method0(unsigned int, getMaximumNumberOfNestedImpostors,
Properties::NON_VIRTUAL,
__unsigned_int__getMaximumNumberOfNestedImpostors,
"",
"");
I_Method0(void, reset,
Properties::VIRTUAL,
__void__reset,
"Empty visitor, make it ready for next traversal. ",
"");
I_Method1(void, apply, IN, osg::Node &, node,
Properties::VIRTUAL,
__void__apply__osg_Node_R1,
"",
"");
I_Method1(void, apply, IN, osg::Group &, node,
Properties::VIRTUAL,
__void__apply__osg_Group_R1,
"",
"");
I_Method1(void, apply, IN, osg::LOD &, node,
Properties::VIRTUAL,
__void__apply__osg_LOD_R1,
"",
"");
I_Method0(void, insertImpostors,
Properties::NON_VIRTUAL,
__void__insertImpostors,
"",
"");