From Marco Jez, improvements to osgIntrospection, and new automatically generated
osgWrappers/osg set.
This commit is contained in:
45
src/osgWrappers/osg/CopyOp.cpp
Normal file
45
src/osgWrappers/osg/CopyOp.cpp
Normal 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
|
||||
|
||||
Reference in New Issue
Block a user