vec4ub.cpp
来自「最新osg包」· C++ 代码 · 共 95 行
CPP
95 行
// ***************************************************************************//// Generated automatically by genwrapper.// Please DO NOT EDIT this file!//// ***************************************************************************#include <osgIntrospection/ReflectionMacros>#include <osgIntrospection/TypedMethodInfo>#include <osgIntrospection/StaticMethodInfo>#include <osgIntrospection/Attributes>#include <osg/Vec4ub>// Must undefine IN and OUT macros defined in Windows headers#ifdef IN#undef IN#endif#ifdef OUT#undef OUT#endif#include <osg/io_utils> TYPE_NAME_ALIAS(unsigned char, osg::Vec4ub::value_type)BEGIN_VALUE_REFLECTOR(osg::Vec4ub) I_ReaderWriter(osgIntrospection::StdReaderWriter<reflected_type>); // user-defined I_Comparator(osgIntrospection::PartialOrderComparator<reflected_type>); // user-defined I_DeclaringFile("osg/Vec4ub"); I_Constructor0(____Vec4ub, "", ""); I_Constructor4(IN, osg::Vec4ub::value_type, x, IN, osg::Vec4ub::value_type, y, IN, osg::Vec4ub::value_type, z, IN, osg::Vec4ub::value_type, w, ____Vec4ub__value_type__value_type__value_type__value_type, "", ""); I_Method0(unsigned char *, ptr, Properties::NON_VIRTUAL, __unsigned_char_P1__ptr, "", ""); I_Method0(const unsigned char *, ptr, Properties::NON_VIRTUAL, __C5_unsigned_char_P1__ptr, "", ""); I_Method4(void, set, IN, unsigned char, r, IN, unsigned char, g, IN, unsigned char, b, IN, unsigned char, a, Properties::NON_VIRTUAL, __void__set__unsigned_char__unsigned_char__unsigned_char__unsigned_char, "", ""); I_Method0(unsigned char &, r, Properties::NON_VIRTUAL, __unsigned_char_R1__r, "", ""); I_Method0(unsigned char &, g, Properties::NON_VIRTUAL, __unsigned_char_R1__g, "", ""); I_Method0(unsigned char &, b, Properties::NON_VIRTUAL, __unsigned_char_R1__b, "", ""); I_Method0(unsigned char &, a, Properties::NON_VIRTUAL, __unsigned_char_R1__a, "", ""); I_Method0(unsigned char, r, Properties::NON_VIRTUAL, __unsigned_char__r, "", ""); I_Method0(unsigned char, g, Properties::NON_VIRTUAL, __unsigned_char__g, "", ""); I_Method0(unsigned char, b, Properties::NON_VIRTUAL, __unsigned_char__b, "", ""); I_Method0(unsigned char, a, Properties::NON_VIRTUAL, __unsigned_char__a, "", "");END_REFLECTOR
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?