| 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 <osgAnimation/Keyframe> |
|---|
| 14 | |
|---|
| 15 | |
|---|
| 16 | #ifdef IN |
|---|
| 17 | #undef IN |
|---|
| 18 | #endif |
|---|
| 19 | #ifdef OUT |
|---|
| 20 | #undef OUT |
|---|
| 21 | #endif |
|---|
| 22 | |
|---|
| 23 | BEGIN_VALUE_REFLECTOR(osgAnimation::Keyframe) |
|---|
| 24 | I_DeclaringFile("osgAnimation/Keyframe"); |
|---|
| 25 | I_Constructor0(____Keyframe, |
|---|
| 26 | "", |
|---|
| 27 | ""); |
|---|
| 28 | I_Method0(float, getTime, |
|---|
| 29 | Properties::NON_VIRTUAL, |
|---|
| 30 | __float__getTime, |
|---|
| 31 | "", |
|---|
| 32 | ""); |
|---|
| 33 | I_Method1(void, setTime, IN, float, time, |
|---|
| 34 | Properties::NON_VIRTUAL, |
|---|
| 35 | __void__setTime__float, |
|---|
| 36 | "", |
|---|
| 37 | ""); |
|---|
| 38 | I_SimpleProperty(float, Time, |
|---|
| 39 | __float__getTime, |
|---|
| 40 | __void__setTime__float); |
|---|
| 41 | END_REFLECTOR |
|---|
| 42 | |
|---|
| 43 | BEGIN_ABSTRACT_OBJECT_REFLECTOR(osgAnimation::KeyframeContainer) |
|---|
| 44 | I_DeclaringFile("osgAnimation/Keyframe"); |
|---|
| 45 | I_BaseType(osg::Referenced); |
|---|
| 46 | I_Constructor0(____KeyframeContainer, |
|---|
| 47 | "", |
|---|
| 48 | ""); |
|---|
| 49 | I_Method0(unsigned int, size, |
|---|
| 50 | Properties::PURE_VIRTUAL, |
|---|
| 51 | __unsigned_int__size, |
|---|
| 52 | "", |
|---|
| 53 | ""); |
|---|
| 54 | END_REFLECTOR |
|---|
| 55 | |
|---|
| 56 | TYPE_NAME_ALIAS(osgAnimation::TemplateKeyframe< float >, osgAnimation::FloatKeyframe) |
|---|
| 57 | |
|---|
| 58 | TYPE_NAME_ALIAS(osgAnimation::TemplateKeyframeContainer< float >, osgAnimation::FloatKeyframeContainer) |
|---|
| 59 | |
|---|
| 60 | TYPE_NAME_ALIAS(osgAnimation::TemplateKeyframe< double >, osgAnimation::DoubleKeyframe) |
|---|
| 61 | |
|---|
| 62 | TYPE_NAME_ALIAS(osgAnimation::TemplateKeyframeContainer< double >, osgAnimation::DoubleKeyframeContainer) |
|---|
| 63 | |
|---|
| 64 | TYPE_NAME_ALIAS(osgAnimation::TemplateKeyframe< osg::Vec2 >, osgAnimation::Vec2Keyframe) |
|---|
| 65 | |
|---|
| 66 | TYPE_NAME_ALIAS(osgAnimation::TemplateKeyframeContainer< osg::Vec2 >, osgAnimation::Vec2KeyframeContainer) |
|---|
| 67 | |
|---|
| 68 | TYPE_NAME_ALIAS(osgAnimation::TemplateKeyframe< osg::Vec3 >, osgAnimation::Vec3Keyframe) |
|---|
| 69 | |
|---|
| 70 | TYPE_NAME_ALIAS(osgAnimation::TemplateKeyframeContainer< osg::Vec3 >, osgAnimation::Vec3KeyframeContainer) |
|---|
| 71 | |
|---|
| 72 | TYPE_NAME_ALIAS(osgAnimation::TemplateKeyframe< osg::Vec4 >, osgAnimation::Vec4Keyframe) |
|---|
| 73 | |
|---|
| 74 | TYPE_NAME_ALIAS(osgAnimation::TemplateKeyframeContainer< osg::Vec4 >, osgAnimation::Vec4KeyframeContainer) |
|---|
| 75 | |
|---|
| 76 | TYPE_NAME_ALIAS(osgAnimation::TemplateKeyframe< osg::Quat >, osgAnimation::QuatKeyframe) |
|---|
| 77 | |
|---|
| 78 | TYPE_NAME_ALIAS(osgAnimation::TemplateKeyframeContainer< osg::Quat >, osgAnimation::QuatKeyframeContainer) |
|---|
| 79 | |
|---|
| 80 | TYPE_NAME_ALIAS(osgAnimation::TemplateKeyframe< osgAnimation::Vec3Packed >, osgAnimation::Vec3PackedKeyframe) |
|---|
| 81 | |
|---|
| 82 | TYPE_NAME_ALIAS(osgAnimation::TemplateKeyframeContainer< osgAnimation::Vec3Packed >, osgAnimation::Vec3PackedKeyframeContainer) |
|---|
| 83 | |
|---|
| 84 | TYPE_NAME_ALIAS(osgAnimation::TemplateKeyframe< osgAnimation::FloatCubicBezier >, osgAnimation::FloatCubicBezierKeyframe) |
|---|
| 85 | |
|---|
| 86 | TYPE_NAME_ALIAS(osgAnimation::TemplateKeyframeContainer< osgAnimation::FloatCubicBezier >, osgAnimation::FloatCubicBezierKeyframeContainer) |
|---|
| 87 | |
|---|
| 88 | TYPE_NAME_ALIAS(osgAnimation::TemplateKeyframe< osgAnimation::DoubleCubicBezier >, osgAnimation::DoubleCubicBezierKeyframe) |
|---|
| 89 | |
|---|
| 90 | TYPE_NAME_ALIAS(osgAnimation::TemplateKeyframeContainer< osgAnimation::DoubleCubicBezier >, osgAnimation::DoubleCubicBezierKeyframeContainer) |
|---|
| 91 | |
|---|
| 92 | TYPE_NAME_ALIAS(osgAnimation::TemplateKeyframe< osgAnimation::Vec2CubicBezier >, osgAnimation::Vec2CubicBezierKeyframe) |
|---|
| 93 | |
|---|
| 94 | TYPE_NAME_ALIAS(osgAnimation::TemplateKeyframeContainer< osgAnimation::Vec2CubicBezier >, osgAnimation::Vec2CubicBezierKeyframeContainer) |
|---|
| 95 | |
|---|
| 96 | TYPE_NAME_ALIAS(osgAnimation::TemplateKeyframe< osgAnimation::Vec3CubicBezier >, osgAnimation::Vec3CubicBezierKeyframe) |
|---|
| 97 | |
|---|
| 98 | TYPE_NAME_ALIAS(osgAnimation::TemplateKeyframeContainer< osgAnimation::Vec3CubicBezier >, osgAnimation::Vec3CubicBezierKeyframeContainer) |
|---|
| 99 | |
|---|
| 100 | TYPE_NAME_ALIAS(osgAnimation::TemplateKeyframe< osgAnimation::Vec4CubicBezier >, osgAnimation::Vec4CubicBezierKeyframe) |
|---|
| 101 | |
|---|
| 102 | TYPE_NAME_ALIAS(osgAnimation::TemplateKeyframeContainer< osgAnimation::Vec4CubicBezier >, osgAnimation::Vec4CubicBezierKeyframeContainer) |
|---|