// *************************************************************************** // // Generated automatically by genwrapper. // Please DO NOT EDIT this file! // // *************************************************************************** #include #include #include #include #include #include BEGIN_ENUM_REFLECTOR(osg::Object::DataVariance) EnumLabel(osg::Object::DYNAMIC); EnumLabel(osg::Object::STATIC); END_REFLECTOR BEGIN_ABSTRACT_OBJECT_REFLECTOR(osg::Object) BaseType(osg::Referenced); Constructor0(); ConstructorWithDefaults2(IN, const osg::Object &, x, , IN, const osg::CopyOp &, copyop, osg::CopyOp::SHALLOW_COPY); Method0(osg::Object *, cloneType); Method1(osg::Object *, clone, IN, const osg::CopyOp &, x); Method1(bool, isSameKindAs, IN, const osg::Object *, x); Method0(const char *, libraryName); Method0(const char *, className); Method1(void, setDataVariance, IN, osg::Object::DataVariance, dv); Method0(osg::Object::DataVariance, getDataVariance); Method1(void, setUserData, IN, osg::Referenced *, obj); Method0(osg::Referenced *, getUserData); Method0(const osg::Referenced *, getUserData); Property(osg::Object::DataVariance, DataVariance); Property(osg::Referenced *, UserData); END_REFLECTOR