geographiclocation.cpp

来自「最新osg包」· C++ 代码 · 共 80 行

CPP
80
字号
// ***************************************************************************////   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#endifBEGIN_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

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?