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

80 lines
2.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 <osgSim/GeographicLocation>
// Must undefine IN and OUT macros defined in Windows headers
#ifdef IN
#undef IN
#endif
#ifdef OUT
#undef OUT
#endif
BEGIN_OBJECT_REFLECTOR(osgSim::GeographicLocation)
I_DeclaringFile("osgSim/GeographicLocation");
I_BaseType(osg::Referenced);
I_Constructor0(____GeographicLocation,
"",
"");
I_Constructor2(IN, double, lat, IN, double, lon,
____GeographicLocation__double__double,
"",
"");
I_Method0(double *, ptr,
Properties::NON_VIRTUAL,
__double_P1__ptr,
"",
"");
I_Method0(const double *, ptr,
Properties::NON_VIRTUAL,
__C5_double_P1__ptr,
"",
"");
I_Method2(void, set, IN, double, lat, IN, double, lon,
Properties::NON_VIRTUAL,
__void__set__double__double,
"",
"");
I_Method0(double &, latitude,
Properties::NON_VIRTUAL,
__double_R1__latitude,
"",
"");
I_Method0(double &, longitude,
Properties::NON_VIRTUAL,
__double_R1__longitude,
"",
"");
I_Method0(double, latitude,
Properties::NON_VIRTUAL,
__double__latitude,
"",
"");
I_Method0(double, longitude,
Properties::NON_VIRTUAL,
__double__longitude,
"",
"");
I_Method0(bool, valid,
Properties::NON_VIRTUAL,
__bool__valid,
"",
"");
I_Method0(bool, isNaN,
Properties::NON_VIRTUAL,
__bool__isNaN,
"",
"");
END_REFLECTOR