⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 framestamp.cpp

📁 最新osg包
💻 CPP
字号:
// ***************************************************************************////   Generated automatically by genwrapper.//   Please DO NOT EDIT this file!//// ***************************************************************************#include <osgIntrospection/ReflectionMacros>#include <osgIntrospection/TypedMethodInfo>#include <osgIntrospection/StaticMethodInfo>#include <osgIntrospection/Attributes>#include <osg/FrameStamp>// Must undefine IN and OUT macros defined in Windows headers#ifdef IN#undef IN#endif#ifdef OUT#undef OUT#endifBEGIN_OBJECT_REFLECTOR(osg::FrameStamp)	I_DeclaringFile("osg/FrameStamp");	I_BaseType(osg::Referenced);	I_Constructor0(____FrameStamp,	               "",	               "");	I_Constructor1(IN, const osg::FrameStamp &, fs,	               Properties::NON_EXPLICIT,	               ____FrameStamp__C5_FrameStamp_R1,	               "",	               "");	I_Method1(void, setFrameNumber, IN, int, fnum,	          Properties::NON_VIRTUAL,	          __void__setFrameNumber__int,	          "",	          "");	I_Method0(int, getFrameNumber,	          Properties::NON_VIRTUAL,	          __int__getFrameNumber,	          "",	          "");	I_Method1(void, setReferenceTime, IN, double, refTime,	          Properties::NON_VIRTUAL,	          __void__setReferenceTime__double,	          "",	          "");	I_Method0(double, getReferenceTime,	          Properties::NON_VIRTUAL,	          __double__getReferenceTime,	          "",	          "");	I_Method1(void, setSimulationTime, IN, double, refTime,	          Properties::NON_VIRTUAL,	          __void__setSimulationTime__double,	          "",	          "");	I_Method0(double, getSimulationTime,	          Properties::NON_VIRTUAL,	          __double__getSimulationTime,	          "",	          "");	I_Method1(void, setCalendarTime, IN, const tm &, calendarTime,	          Properties::NON_VIRTUAL,	          __void__setCalendarTime__C5_tm_R1,	          "",	          "");	I_Method1(void, getCalendarTime, IN, tm &, calendarTime,	          Properties::NON_VIRTUAL,	          __void__getCalendarTime__tm_R1,	          "",	          "");	I_SimpleProperty(const tm &, CalendarTime, 	                 0, 	                 __void__setCalendarTime__C5_tm_R1);	I_SimpleProperty(int, FrameNumber, 	                 __int__getFrameNumber, 	                 __void__setFrameNumber__int);	I_SimpleProperty(double, ReferenceTime, 	                 __double__getReferenceTime, 	                 __void__setReferenceTime__double);	I_SimpleProperty(double, SimulationTime, 	                 __double__getSimulationTime, 	                 __void__setSimulationTime__double);END_REFLECTOR

⌨️ 快捷键说明

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