// *************************************************************************** // // Generated automatically by genwrapper. // Please DO NOT EDIT this file! // // *************************************************************************** #include #include #include #include #include #include #include // Must undefine IN and OUT macros defined in Windows headers #ifdef IN #undef IN #endif #ifdef OUT #undef OUT #endif BEGIN_ENUM_REFLECTOR(osgDB::ImageOptions::ImageWindowMode) I_EnumLabel(osgDB::ImageOptions::ALL_IMAGE); I_EnumLabel(osgDB::ImageOptions::RATIO_WINDOW); I_EnumLabel(osgDB::ImageOptions::PIXEL_WINDOW); END_REFLECTOR BEGIN_ENUM_REFLECTOR(osgDB::ImageOptions::ImageSamplingMode) I_EnumLabel(osgDB::ImageOptions::NEAREST); I_EnumLabel(osgDB::ImageOptions::LINEAR); I_EnumLabel(osgDB::ImageOptions::CUBIC); END_REFLECTOR BEGIN_OBJECT_REFLECTOR(osgDB::ImageOptions) I_BaseType(osgDB::ReaderWriter::Options); I_Constructor0(); I_Constructor1(IN, const std::string &, str); I_ConstructorWithDefaults2(IN, const osgDB::ImageOptions &, options, , IN, const osg::CopyOp, copyop, osg::CopyOp::SHALLOW_COPY); I_Method0(osg::Object *, cloneType); I_Method1(osg::Object *, clone, IN, const osg::CopyOp &, copyop); I_Method1(bool, isSameKindAs, IN, const osg::Object *, obj); I_Method0(const char *, libraryName); I_Method0(const char *, className); I_Method0(void, init); I_PublicMemberProperty(osgDB::ImageOptions::ImageSamplingMode, _sourceImageSamplingMode); I_PublicMemberProperty(osgDB::ImageOptions::ImageWindowMode, _sourceImageWindowMode); I_PublicMemberProperty(osgDB::ImageOptions::RatioWindow, _sourceRatioWindow); I_PublicMemberProperty(osgDB::ImageOptions::PixelWindow, _sourcePixelWindow); I_PublicMemberProperty(osg::ref_ptr< osg::Image >, _destinationImage); I_PublicMemberProperty(osgDB::ImageOptions::ImageWindowMode, _destinationImageWindowMode); I_PublicMemberProperty(osgDB::ImageOptions::RatioWindow, _destinationRatioWindow); I_PublicMemberProperty(osgDB::ImageOptions::PixelWindow, _destinationPixelWindow); I_PublicMemberProperty(GLenum, _destinationDataType); I_PublicMemberProperty(GLenum, _destinationPixelFormat); END_REFLECTOR BEGIN_VALUE_REFLECTOR(osgDB::ImageOptions::PixelWindow) I_Constructor0(); I_Method4(void, set, IN, unsigned int, x, IN, unsigned int, y, IN, unsigned int, w, IN, unsigned int, h); I_PublicMemberProperty(unsigned int, windowX); I_PublicMemberProperty(unsigned int, windowY); I_PublicMemberProperty(unsigned int, windowWidth); I_PublicMemberProperty(unsigned int, windowHeight); END_REFLECTOR BEGIN_VALUE_REFLECTOR(osgDB::ImageOptions::RatioWindow) I_Constructor0(); I_Method4(void, set, IN, double, x, IN, double, y, IN, double, w, IN, double, h); I_PublicMemberProperty(double, windowX); I_PublicMemberProperty(double, windowY); I_PublicMemberProperty(double, windowWidth); I_PublicMemberProperty(double, windowHeight); END_REFLECTOR BEGIN_OBJECT_REFLECTOR(osgDB::ImageOptions::TexCoordRange) I_BaseType(osg::Referenced); I_Constructor0(); I_Method4(void, set, IN, double, x, IN, double, y, IN, double, w, IN, double, h); I_PublicMemberProperty(double, _x); I_PublicMemberProperty(double, _y); I_PublicMemberProperty(double, _w); I_PublicMemberProperty(double, _h); END_REFLECTOR