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

📄 readerwriter.cpp

📁 最新osg包
💻 CPP
📖 第 1 页 / 共 2 页
字号:
	          "");	I_Method0(osgDB::ReaderWriter::Options::CacheHintOptions, getObjectCacheHint,	          Properties::NON_VIRTUAL,	          __CacheHintOptions__getObjectCacheHint,	          "Get whether the Registry::ObjectCache should be used by default. ",	          "");	I_Method1(void, setBuildKdTreesHint, IN, osgDB::ReaderWriter::Options::BuildKdTreesHint, hint,	          Properties::NON_VIRTUAL,	          __void__setBuildKdTreesHint__BuildKdTreesHint,	          "Set whether the KdTrees should be built for geometry in the loader model. ",	          "");	I_Method0(osgDB::ReaderWriter::Options::BuildKdTreesHint, getBuildKdTreesHint,	          Properties::NON_VIRTUAL,	          __BuildKdTreesHint__getBuildKdTreesHint,	          "Get whether the KdTrees should be built for geometry in the loader model. ",	          "");	I_Method1(void, setAuthenticationMap, IN, osgDB::AuthenticationMap *, authenticationMap,	          Properties::NON_VIRTUAL,	          __void__setAuthenticationMap__AuthenticationMap_P1,	          "Set the password map to be used by plugins when access files from secure locations. ",	          "");	I_Method0(const osgDB::AuthenticationMap *, getAuthenticationMap,	          Properties::NON_VIRTUAL,	          __C5_AuthenticationMap_P1__getAuthenticationMap,	          "Get the password map to be used by plugins when access files from secure locations. ",	          "");	I_Method2(void, setPluginData, IN, const std::string &, s, IN, void *, v,	          Properties::NON_VIRTUAL,	          __void__setPluginData__C5_std_string_R1__void_P1,	          "Sets a plugindata value PluginData with a string. ",	          "");	I_Method1(void *, getPluginData, IN, const std::string &, s,	          Properties::NON_VIRTUAL,	          __void_P1__getPluginData__C5_std_string_R1,	          "Get a value from the PluginData. ",	          "");	I_Method1(const void *, getPluginData, IN, const std::string &, s,	          Properties::NON_VIRTUAL,	          __C5_void_P1__getPluginData__C5_std_string_R1,	          "Get a value from the PluginData. ",	          "");	I_Method1(void, removePluginData, IN, const std::string &, s,	          Properties::NON_VIRTUAL,	          __void__removePluginData__C5_std_string_R1,	          "Remove a value from the PluginData. ",	          "");	I_SimpleProperty(osgDB::AuthenticationMap *, AuthenticationMap, 	                 0, 	                 __void__setAuthenticationMap__AuthenticationMap_P1);	I_SimpleProperty(osgDB::ReaderWriter::Options::BuildKdTreesHint, BuildKdTreesHint, 	                 __BuildKdTreesHint__getBuildKdTreesHint, 	                 __void__setBuildKdTreesHint__BuildKdTreesHint);	I_SimpleProperty(const std::string &, DatabasePath, 	                 0, 	                 __void__setDatabasePath__C5_std_string_R1);	I_SimpleProperty(osgDB::FilePathList &, DatabasePathList, 	                 __FilePathList_R1__getDatabasePathList, 	                 0);	I_SimpleProperty(osgDB::ReaderWriter::Options::CacheHintOptions, ObjectCacheHint, 	                 __CacheHintOptions__getObjectCacheHint, 	                 __void__setObjectCacheHint__CacheHintOptions);	I_SimpleProperty(const std::string &, OptionString, 	                 __C5_std_string_R1__getOptionString, 	                 __void__setOptionString__C5_std_string_R1);	I_IndexedProperty(void *, PluginData, 	                  __void_P1__getPluginData__C5_std_string_R1, 	                  __void__setPluginData__C5_std_string_R1__void_P1, 	                  0);END_REFLECTORBEGIN_ENUM_REFLECTOR(osgDB::ReaderWriter::ReadResult::ReadStatus)	I_DeclaringFile("osgDB/ReaderWriter");	I_EnumLabel(osgDB::ReaderWriter::ReadResult::FILE_NOT_HANDLED);	I_EnumLabel(osgDB::ReaderWriter::ReadResult::FILE_NOT_FOUND);	I_EnumLabel(osgDB::ReaderWriter::ReadResult::FILE_LOADED);	I_EnumLabel(osgDB::ReaderWriter::ReadResult::FILE_LOADED_FROM_CACHE);	I_EnumLabel(osgDB::ReaderWriter::ReadResult::ERROR_IN_READING_FILE);	I_EnumLabel(osgDB::ReaderWriter::ReadResult::FILE_REQUESTED);END_REFLECTORBEGIN_VALUE_REFLECTOR(osgDB::ReaderWriter::ReadResult)	I_DeclaringFile("osgDB/ReaderWriter");	I_ConstructorWithDefaults1(IN, osgDB::ReaderWriter::ReadResult::ReadStatus, status, osgDB::ReaderWriter::ReadResult::FILE_NOT_HANDLED,	                           Properties::NON_EXPLICIT,	                           ____ReadResult__ReadStatus,	                           "",	                           "");	I_Constructor1(IN, const std::string &, m,	               Properties::NON_EXPLICIT,	               ____ReadResult__C5_std_string_R1,	               "",	               "");	I_ConstructorWithDefaults2(IN, osg::Object *, obj, , IN, osgDB::ReaderWriter::ReadResult::ReadStatus, status, osgDB::ReaderWriter::ReadResult::FILE_LOADED,	                           ____ReadResult__osg_Object_P1__ReadStatus,	                           "",	                           "");	I_Constructor1(IN, const osgDB::ReaderWriter::ReadResult &, rr,	               Properties::NON_EXPLICIT,	               ____ReadResult__C5_ReadResult_R1,	               "",	               "");	I_Method0(osg::Object *, getObject,	          Properties::NON_VIRTUAL,	          __osg_Object_P1__getObject,	          "",	          "");	I_Method0(osg::Image *, getImage,	          Properties::NON_VIRTUAL,	          __osg_Image_P1__getImage,	          "",	          "");	I_Method0(osg::HeightField *, getHeightField,	          Properties::NON_VIRTUAL,	          __osg_HeightField_P1__getHeightField,	          "",	          "");	I_Method0(osg::Node *, getNode,	          Properties::NON_VIRTUAL,	          __osg_Node_P1__getNode,	          "",	          "");	I_Method0(osgDB::Archive *, getArchive,	          Properties::NON_VIRTUAL,	          __osgDB_Archive_P1__getArchive,	          "",	          "");	I_Method0(osg::Shader *, getShader,	          Properties::NON_VIRTUAL,	          __osg_Shader_P1__getShader,	          "",	          "");	I_Method0(bool, validObject,	          Properties::NON_VIRTUAL,	          __bool__validObject,	          "",	          "");	I_Method0(bool, validImage,	          Properties::NON_VIRTUAL,	          __bool__validImage,	          "",	          "");	I_Method0(bool, validHeightField,	          Properties::NON_VIRTUAL,	          __bool__validHeightField,	          "",	          "");	I_Method0(bool, validNode,	          Properties::NON_VIRTUAL,	          __bool__validNode,	          "",	          "");	I_Method0(bool, validArchive,	          Properties::NON_VIRTUAL,	          __bool__validArchive,	          "",	          "");	I_Method0(bool, validShader,	          Properties::NON_VIRTUAL,	          __bool__validShader,	          "",	          "");	I_Method0(osg::Object *, takeObject,	          Properties::NON_VIRTUAL,	          __osg_Object_P1__takeObject,	          "",	          "");	I_Method0(osg::Image *, takeImage,	          Properties::NON_VIRTUAL,	          __osg_Image_P1__takeImage,	          "",	          "");	I_Method0(osg::HeightField *, takeHeightField,	          Properties::NON_VIRTUAL,	          __osg_HeightField_P1__takeHeightField,	          "",	          "");	I_Method0(osg::Node *, takeNode,	          Properties::NON_VIRTUAL,	          __osg_Node_P1__takeNode,	          "",	          "");	I_Method0(osgDB::Archive *, takeArchive,	          Properties::NON_VIRTUAL,	          __osgDB_Archive_P1__takeArchive,	          "",	          "");	I_Method0(osg::Shader *, takeShader,	          Properties::NON_VIRTUAL,	          __osg_Shader_P1__takeShader,	          "",	          "");	I_Method0(std::string &, message,	          Properties::NON_VIRTUAL,	          __std_string_R1__message,	          "",	          "");	I_Method0(const std::string &, message,	          Properties::NON_VIRTUAL,	          __C5_std_string_R1__message,	          "",	          "");	I_Method0(osgDB::ReaderWriter::ReadResult::ReadStatus, status,	          Properties::NON_VIRTUAL,	          __ReadStatus__status,	          "",	          "");	I_Method0(bool, success,	          Properties::NON_VIRTUAL,	          __bool__success,	          "",	          "");	I_Method0(bool, loadedFromCache,	          Properties::NON_VIRTUAL,	          __bool__loadedFromCache,	          "",	          "");	I_Method0(bool, error,	          Properties::NON_VIRTUAL,	          __bool__error,	          "",	          "");	I_Method0(bool, notHandled,	          Properties::NON_VIRTUAL,	          __bool__notHandled,	          "",	          "");	I_Method0(bool, notFound,	          Properties::NON_VIRTUAL,	          __bool__notFound,	          "",	          "");	I_SimpleProperty(osgDB::Archive *, Archive, 	                 __osgDB_Archive_P1__getArchive, 	                 0);	I_SimpleProperty(osg::HeightField *, HeightField, 	                 __osg_HeightField_P1__getHeightField, 	                 0);	I_SimpleProperty(osg::Image *, Image, 	                 __osg_Image_P1__getImage, 	                 0);	I_SimpleProperty(osg::Node *, Node, 	                 __osg_Node_P1__getNode, 	                 0);	I_SimpleProperty(osg::Object *, Object, 	                 __osg_Object_P1__getObject, 	                 0);	I_SimpleProperty(osg::Shader *, Shader, 	                 __osg_Shader_P1__getShader, 	                 0);END_REFLECTORBEGIN_ENUM_REFLECTOR(osgDB::ReaderWriter::WriteResult::WriteStatus)	I_DeclaringFile("osgDB/ReaderWriter");	I_EnumLabel(osgDB::ReaderWriter::WriteResult::FILE_NOT_HANDLED);	I_EnumLabel(osgDB::ReaderWriter::WriteResult::FILE_SAVED);	I_EnumLabel(osgDB::ReaderWriter::WriteResult::ERROR_IN_WRITING_FILE);END_REFLECTORBEGIN_VALUE_REFLECTOR(osgDB::ReaderWriter::WriteResult)	I_DeclaringFile("osgDB/ReaderWriter");	I_ConstructorWithDefaults1(IN, osgDB::ReaderWriter::WriteResult::WriteStatus, status, osgDB::ReaderWriter::WriteResult::FILE_NOT_HANDLED,	                           Properties::NON_EXPLICIT,	                           ____WriteResult__WriteStatus,	                           "",	                           "");	I_Constructor1(IN, const std::string &, m,	               Properties::NON_EXPLICIT,	               ____WriteResult__C5_std_string_R1,	               "",	               "");	I_Constructor1(IN, const osgDB::ReaderWriter::WriteResult &, rr,	               Properties::NON_EXPLICIT,	               ____WriteResult__C5_WriteResult_R1,	               "",	               "");	I_Method0(std::string &, message,	          Properties::NON_VIRTUAL,	          __std_string_R1__message,	          "",	          "");	I_Method0(const std::string &, message,	          Properties::NON_VIRTUAL,	          __C5_std_string_R1__message,	          "",	          "");	I_Method0(osgDB::ReaderWriter::WriteResult::WriteStatus, status,	          Properties::NON_VIRTUAL,	          __WriteStatus__status,	          "",	          "");	I_Method0(bool, success,	          Properties::NON_VIRTUAL,	          __bool__success,	          "",	          "");	I_Method0(bool, error,	          Properties::NON_VIRTUAL,	          __bool__error,	          "",	          "");	I_Method0(bool, notHandled,	          Properties::NON_VIRTUAL,	          __bool__notHandled,	          "",	          "");END_REFLECTORTYPE_NAME_ALIAS(std::deque< std::string >, osgDB::FilePathList)STD_VECTOR_REFLECTOR(std::deque< std::string >)

⌨️ 快捷键说明

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