types.cpp
来自「最新osg包」· C++ 代码 · 共 47 行
CPP
47 行
// ***************************************************************************//// Generated automatically by genwrapper.// Please DO NOT EDIT this file!//// ***************************************************************************#include <osgIntrospection/ReflectionMacros>#include <osgIntrospection/TypedMethodInfo>#include <osgIntrospection/StaticMethodInfo>#include <osgIntrospection/Attributes>#include <osgWidget/Types>// Must undefine IN and OUT macros defined in Windows headers#ifdef IN#undef IN#endif#ifdef OUT#undef OUT#endifTYPE_NAME_ALIAS(osg::Vec2Array, osgWidget::TexCoordArray)TYPE_NAME_ALIAS(osg::Vec3Array, osgWidget::PointArray)TYPE_NAME_ALIAS(osg::Vec4Array, osgWidget::ColorArray)TYPE_NAME_ALIAS(osgWidget::TexCoordArray::value_type, osgWidget::TexCoord)TYPE_NAME_ALIAS(osgWidget::PointArray::value_type, osgWidget::Point)TYPE_NAME_ALIAS(osgWidget::ColorArray::value_type, osgWidget::Color)TYPE_NAME_ALIAS(osgWidget::TexCoord::value_type, osgWidget::texcoord_type)TYPE_NAME_ALIAS(osgWidget::Point::value_type, osgWidget::point_type)TYPE_NAME_ALIAS(osgWidget::Color::value_type, osgWidget::color_type)TYPE_NAME_ALIAS(osg::Vec2, osgWidget::XYCoord)TYPE_NAME_ALIAS(osg::Vec4, osgWidget::Quad)TYPE_NAME_ALIAS(osg::Matrix::value_type, osgWidget::matrix_type)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?