Updated wrappers

This commit is contained in:
Robert Osfield
2007-02-11 12:23:19 +00:00
parent 1484ab515e
commit 29e2abca64
27 changed files with 2321 additions and 4 deletions

View File

@@ -0,0 +1,33 @@
// ***************************************************************************
//
// Generated automatically by genwrapper.
// Please DO NOT EDIT this file!
//
// ***************************************************************************
#include <osgIntrospection/ReflectionMacros>
#include <osgIntrospection/TypedMethodInfo>
#include <osgIntrospection/StaticMethodInfo>
#include <osgIntrospection/Attributes>
#include <osgManipulator/ScaleAxisDragger>
// Must undefine IN and OUT macros defined in Windows headers
#ifdef IN
#undef IN
#endif
#ifdef OUT
#undef OUT
#endif
BEGIN_OBJECT_REFLECTOR(osgManipulator::ScaleAxisDragger)
I_BaseType(osgManipulator::CompositeDragger);
I_Constructor0(____ScaleAxisDragger,
"",
"");
I_Method0(void, setupDefaultGeometry,
__void__setupDefaultGeometry,
"Setup default geometry for dragger. ",
"");
END_REFLECTOR