Updated wrappers
This commit is contained in:
33
src/osgWrappers/osgManipulator/ScaleAxisDragger.cpp
Normal file
33
src/osgWrappers/osgManipulator/ScaleAxisDragger.cpp
Normal 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
|
||||
|
||||
Reference in New Issue
Block a user