From Marco Jez, improvements to osgIntrospection, and new automatically generated

osgWrappers/osg set.
This commit is contained in:
Robert Osfield
2005-04-07 20:00:17 +00:00
parent 5b4482c70d
commit 7a27a0bef7
132 changed files with 8608 additions and 301 deletions

View File

@@ -0,0 +1,45 @@
// ***************************************************************************
//
// Generated automatically by genwrapper.
// Please DO NOT EDIT this file!
//
// ***************************************************************************
#include <osgIntrospection/ReflectionMacros>
#include <osgIntrospection/TypedMethodInfo>
#include <osgIntrospection/Attributes>
#include <osg/Array>
#include <osg/CopyOp>
#include <osg/Drawable>
#include <osg/Image>
#include <osg/Node>
#include <osg/Object>
#include <osg/PrimitiveSet>
#include <osg/Referenced>
#include <osg/Shape>
#include <osg/StateAttribute>
#include <osg/StateSet>
#include <osg/Texture>
TYPE_NAME_ALIAS(unsigned int, osg::CopyOp::CopyFlags);
BEGIN_ENUM_REFLECTOR(osg::CopyOp::Options)
EnumLabel(osg::CopyOp::SHALLOW_COPY);
EnumLabel(osg::CopyOp::DEEP_COPY_OBJECTS);
EnumLabel(osg::CopyOp::DEEP_COPY_NODES);
EnumLabel(osg::CopyOp::DEEP_COPY_DRAWABLES);
EnumLabel(osg::CopyOp::DEEP_COPY_STATESETS);
EnumLabel(osg::CopyOp::DEEP_COPY_STATEATTRIBUTES);
EnumLabel(osg::CopyOp::DEEP_COPY_TEXTURES);
EnumLabel(osg::CopyOp::DEEP_COPY_IMAGES);
EnumLabel(osg::CopyOp::DEEP_COPY_ARRAYS);
EnumLabel(osg::CopyOp::DEEP_COPY_PRIMITIVES);
EnumLabel(osg::CopyOp::DEEP_COPY_SHAPES);
EnumLabel(osg::CopyOp::DEEP_COPY_ALL);
END_REFLECTOR
BEGIN_VALUE_REFLECTOR(osg::CopyOp)
ConstructorWithDefaults1(IN, osg::CopyOp::CopyFlags, flags, osg::CopyOp::SHALLOW_COPY);
END_REFLECTOR