registry.cpp

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

CPP
62
字号
// ***************************************************************************////   Generated automatically by genwrapper.//   Please DO NOT EDIT this file!//// ***************************************************************************#include <osgIntrospection/ReflectionMacros>#include <osgIntrospection/TypedMethodInfo>#include <osgIntrospection/StaticMethodInfo>#include <osgIntrospection/Attributes>#include <osgFX/Effect>#include <osgFX/Registry>// Must undefine IN and OUT macros defined in Windows headers#ifdef IN#undef IN#endif#ifdef OUT#undef OUT#endifTYPE_NAME_ALIAS(std::map< std::string COMMA  osg::ref_ptr< const osgFX::Effect > >, osgFX::Registry::EffectMap)BEGIN_OBJECT_REFLECTOR(osgFX::Registry)	I_DeclaringFile("osgFX/Registry");	I_BaseType(osg::Referenced);	I_Method1(void, registerEffect, IN, const osgFX::Effect *, effect,	          Properties::NON_VIRTUAL,	          __void__registerEffect__C5_Effect_P1,	          "",	          "");	I_Method0(const osgFX::Registry::EffectMap &, getEffectMap,	          Properties::NON_VIRTUAL,	          __C5_EffectMap_R1__getEffectMap,	          "",	          "");	I_StaticMethod0(osgFX::Registry *, instance,	                __Registry_P1__instance_S,	                "",	                "");	I_ProtectedConstructor0(____Registry,	                        "",	                        "");	I_SimpleProperty(const osgFX::Registry::EffectMap &, EffectMap, 	                 __C5_EffectMap_R1__getEffectMap, 	                 0);END_REFLECTORBEGIN_VALUE_REFLECTOR(osgFX::Registry::Proxy)	I_DeclaringFile("osgFX/Registry");	I_Constructor1(IN, const osgFX::Effect *, effect,	               Properties::NON_EXPLICIT,	               ____Proxy__C5_Effect_P1,	               "",	               "");END_REFLECTORSTD_MAP_REFLECTOR(std::map< std::string COMMA  osg::ref_ptr< const osgFX::Effect > >)

⌨️ 快捷键说明

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