Files
OpenSceneGraph/src/osgWrappers/osgManipulator/TrackballDragger.cpp
Robert Osfield c8a5db6a71 Updated wrappers
2007-06-08 10:42:52 +00:00

38 lines
1.1 KiB
C++

// ***************************************************************************
//
// Generated automatically by genwrapper.
// Please DO NOT EDIT this file!
//
// ***************************************************************************
#include <osgIntrospection/ReflectionMacros>
#include <osgIntrospection/TypedMethodInfo>
#include <osgIntrospection/StaticMethodInfo>
#include <osgIntrospection/Attributes>
#include <osgManipulator/TrackballDragger>
// Must undefine IN and OUT macros defined in Windows headers
#ifdef IN
#undef IN
#endif
#ifdef OUT
#undef OUT
#endif
BEGIN_OBJECT_REFLECTOR(osgManipulator::TrackballDragger)
I_DeclaringFile("osgManipulator/TrackballDragger");
I_BaseType(osgManipulator::CompositeDragger);
I_ConstructorWithDefaults1(IN, bool, useAutoTransform, false,
Properties::NON_EXPLICIT,
____TrackballDragger__bool,
"",
"");
I_Method0(void, setupDefaultGeometry,
Properties::NON_VIRTUAL,
__void__setupDefaultGeometry,
"Setup default geometry for dragger. ",
"");
END_REFLECTOR