| 1 | |
|---|
| 2 | |
|---|
| 3 | |
|---|
| 4 | |
|---|
| 5 | |
|---|
| 6 | |
|---|
| 7 | |
|---|
| 8 | #include <osgIntrospection/ReflectionMacros> |
|---|
| 9 | #include <osgIntrospection/TypedMethodInfo> |
|---|
| 10 | #include <osgIntrospection/StaticMethodInfo> |
|---|
| 11 | #include <osgIntrospection/Attributes> |
|---|
| 12 | |
|---|
| 13 | #include <osg/CopyOp> |
|---|
| 14 | #include <osg/Object> |
|---|
| 15 | #include <osgSim/ObjectRecordData> |
|---|
| 16 | |
|---|
| 17 | |
|---|
| 18 | #ifdef IN |
|---|
| 19 | #undef IN |
|---|
| 20 | #endif |
|---|
| 21 | #ifdef OUT |
|---|
| 22 | #undef OUT |
|---|
| 23 | #endif |
|---|
| 24 | |
|---|
| 25 | BEGIN_OBJECT_REFLECTOR(osgSim::ObjectRecordData) |
|---|
| 26 | I_DeclaringFile("osgSim/ObjectRecordData"); |
|---|
| 27 | I_BaseType(osg::Object); |
|---|
| 28 | I_Constructor0(____ObjectRecordData, |
|---|
| 29 | "", |
|---|
| 30 | ""); |
|---|
| 31 | I_ConstructorWithDefaults2(IN, const osgSim::ObjectRecordData &, copy, , IN, const osg::CopyOp &, copyop, osg::CopyOp::SHALLOW_COPY, |
|---|
| 32 | ____ObjectRecordData__C5_ObjectRecordData_R1__C5_osg_CopyOp_R1, |
|---|
| 33 | "", |
|---|
| 34 | ""); |
|---|
| 35 | I_Method0(osg::Object *, cloneType, |
|---|
| 36 | Properties::VIRTUAL, |
|---|
| 37 | __osg_Object_P1__cloneType, |
|---|
| 38 | "Clone the type of an object, with Object* return type. ", |
|---|
| 39 | "Must be defined by derived classes. "); |
|---|
| 40 | I_Method1(osg::Object *, clone, IN, const osg::CopyOp &, x, |
|---|
| 41 | Properties::VIRTUAL, |
|---|
| 42 | __osg_Object_P1__clone__C5_osg_CopyOp_R1, |
|---|
| 43 | "Clone an object, with Object* return type. ", |
|---|
| 44 | "Must be defined by derived classes. "); |
|---|
| 45 | I_Method1(bool, isSameKindAs, IN, const osg::Object *, obj, |
|---|
| 46 | Properties::VIRTUAL, |
|---|
| 47 | __bool__isSameKindAs__C5_osg_Object_P1, |
|---|
| 48 | "", |
|---|
| 49 | ""); |
|---|
| 50 | I_Method0(const char *, libraryName, |
|---|
| 51 | Properties::VIRTUAL, |
|---|
| 52 | __C5_char_P1__libraryName, |
|---|
| 53 | "return the name of the object's library. ", |
|---|
| 54 | "Must be defined by derived classes. The OpenSceneGraph convention is that the namespace of a library is the same as the library name. "); |
|---|
| 55 | I_Method0(const char *, className, |
|---|
| 56 | Properties::VIRTUAL, |
|---|
| 57 | __C5_char_P1__className, |
|---|
| 58 | "return the name of the object's class type. ", |
|---|
| 59 | "Must be defined by derived classes. "); |
|---|
| 60 | I_PublicMemberProperty(unsigned int, _flags); |
|---|
| 61 | I_PublicMemberProperty(short, _relativePriority); |
|---|
| 62 | I_PublicMemberProperty(unsigned short, _transparency); |
|---|
| 63 | I_PublicMemberProperty(short, _effectID1); |
|---|
| 64 | I_PublicMemberProperty(short, _effectID2); |
|---|
| 65 | I_PublicMemberProperty(short, _significance); |
|---|
| 66 | END_REFLECTOR |
|---|