Files
OpenSceneGraph/src/osgWrappers/osg/Object.cpp
2005-04-07 20:00:17 +00:00

39 lines
1.4 KiB
C++

// ***************************************************************************
//
// Generated automatically by genwrapper.
// Please DO NOT EDIT this file!
//
// ***************************************************************************
#include <osgIntrospection/ReflectionMacros>
#include <osgIntrospection/TypedMethodInfo>
#include <osgIntrospection/Attributes>
#include <osg/CopyOp>
#include <osg/Object>
#include <osg/Referenced>
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