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

📄 insertimpostorsvisitor.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/Group>#include <osg/LOD>#include <osg/Node>#include <osgSim/InsertImpostorsVisitor>// Must undefine IN and OUT macros defined in Windows headers#ifdef IN#undef IN#endif#ifdef OUT#undef OUT#endifBEGIN_OBJECT_REFLECTOR(osgSim::InsertImpostorsVisitor)	I_DeclaringFile("osgSim/InsertImpostorsVisitor");	I_BaseType(osg::NodeVisitor);	I_Constructor0(____InsertImpostorsVisitor,	               "Default to traversing all children. ",	               "");	I_Method1(void, setImpostorThresholdRatio, IN, float, ratio,	          Properties::NON_VIRTUAL,	          __void__setImpostorThresholdRatio__float,	          "",	          "");	I_Method0(float, getImpostorThresholdRatio,	          Properties::NON_VIRTUAL,	          __float__getImpostorThresholdRatio,	          "",	          "");	I_Method1(void, setMaximumNumberOfNestedImpostors, IN, unsigned int, num,	          Properties::NON_VIRTUAL,	          __void__setMaximumNumberOfNestedImpostors__unsigned_int,	          "",	          "");	I_Method0(unsigned int, getMaximumNumberOfNestedImpostors,	          Properties::NON_VIRTUAL,	          __unsigned_int__getMaximumNumberOfNestedImpostors,	          "",	          "");	I_Method0(void, reset,	          Properties::VIRTUAL,	          __void__reset,	          "Empty visitor, make it ready for next traversal. ",	          "");	I_Method1(void, apply, IN, osg::Node &, node,	          Properties::VIRTUAL,	          __void__apply__osg_Node_R1,	          "",	          "");	I_Method1(void, apply, IN, osg::Group &, node,	          Properties::VIRTUAL,	          __void__apply__osg_Group_R1,	          "",	          "");	I_Method1(void, apply, IN, osg::LOD &, node,	          Properties::VIRTUAL,	          __void__apply__osg_LOD_R1,	          "",	          "");	I_Method0(void, insertImpostors,	          Properties::NON_VIRTUAL,	          __void__insertImpostors,	          "",	          "");	I_SimpleProperty(float, ImpostorThresholdRatio, 	                 __float__getImpostorThresholdRatio, 	                 __void__setImpostorThresholdRatio__float);	I_SimpleProperty(unsigned int, MaximumNumberOfNestedImpostors, 	                 __unsigned_int__getMaximumNumberOfNestedImpostors, 	                 __void__setMaximumNumberOfNestedImpostors__unsigned_int);END_REFLECTOR

⌨️ 快捷键说明

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