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

📄 fieldreader.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 <osgDB/Field>#include <osgDB/FieldReader>// Must undefine IN and OUT macros defined in Windows headers#ifdef IN#undef IN#endif#ifdef OUT#undef OUT#endifBEGIN_VALUE_REFLECTOR(osgDB::FieldReader)	I_DeclaringFile("osgDB/FieldReader");	I_Constructor0(____FieldReader,	               "",	               "");	I_Constructor1(IN, const osgDB::FieldReader &, ic,	               Properties::NON_EXPLICIT,	               ____FieldReader__C5_FieldReader_R1,	               "",	               "");	I_Method1(void, attach, IN, std::istream *, input,	          Properties::NON_VIRTUAL,	          __void__attach__std_istream_P1,	          "",	          "");	I_Method0(void, detach,	          Properties::NON_VIRTUAL,	          __void__detach,	          "",	          "");	I_Method0(bool, eof,	          Properties::VIRTUAL,	          __bool__eof,	          "",	          "");	I_Method1(bool, readField, IN, osgDB::Field &, fieldPtr,	          Properties::NON_VIRTUAL,	          __bool__readField__Field_R1,	          "",	          "");	I_Method0(void, ignoreField,	          Properties::NON_VIRTUAL,	          __void__ignoreField,	          "",	          "");	I_Method0(int, getNoNestedBrackets,	          Properties::NON_VIRTUAL,	          __int__getNoNestedBrackets,	          "no of unmatched `{' encountered so far in file ",	          "");	I_SimpleProperty(int, NoNestedBrackets, 	                 __int__getNoNestedBrackets, 	                 0);END_REFLECTOR

⌨️ 快捷键说明

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