Fixed osgAnimation wrappers

This commit is contained in:
Robert Osfield
2009-08-21 13:55:03 +00:00
parent 5d7d7137d2
commit a63dbc225e
3 changed files with 16 additions and 734 deletions

View File

@@ -58,94 +58,3 @@ TYPE_NAME_ALIAS(osgAnimation::TemplateCubicBezierInterpolator< osg::Vec3 COMMA
TYPE_NAME_ALIAS(osgAnimation::TemplateCubicBezierInterpolator< osg::Vec4 COMMA osgAnimation::Vec4CubicBezier >, osgAnimation::Vec4CubicBezierInterpolator)
BEGIN_OBJECT_REFLECTOR(osgAnimation::TemplateStepInterpolator< double COMMA double >)
I_DeclaringFile("osgAnimation/Interpolator");
I_BaseType(osgAnimation::TemplateInterpolatorBase);
I_Constructor0(____TemplateStepInterpolator,
"",
"");
I_Method3(void, getValue, IN, const osgAnimation::TemplateKeyframeContainer< KEY > &, keyframes, IN, float, time, IN, TYPE &, result,
Properties::NON_VIRTUAL,
__void__getValue__C5_TemplateKeyframeContainerT1_KEY__R1__float__TYPE_R1,
"",
"");
END_REFLECTOR
BEGIN_OBJECT_REFLECTOR(osgAnimation::TemplateStepInterpolator< float COMMA float >)
I_DeclaringFile("osgAnimation/Interpolator");
I_BaseType(osgAnimation::TemplateInterpolatorBase);
I_Constructor0(____TemplateStepInterpolator,
"",
"");
I_Method3(void, getValue, IN, const osgAnimation::TemplateKeyframeContainer< KEY > &, keyframes, IN, float, time, IN, TYPE &, result,
Properties::NON_VIRTUAL,
__void__getValue__C5_TemplateKeyframeContainerT1_KEY__R1__float__TYPE_R1,
"",
"");
END_REFLECTOR
BEGIN_OBJECT_REFLECTOR(osgAnimation::TemplateStepInterpolator< osg::Quat COMMA osg::Quat >)
I_DeclaringFile("osgAnimation/Interpolator");
I_BaseType(osgAnimation::TemplateInterpolatorBase);
I_Constructor0(____TemplateStepInterpolator,
"",
"");
I_Method3(void, getValue, IN, const osgAnimation::TemplateKeyframeContainer< KEY > &, keyframes, IN, float, time, IN, TYPE &, result,
Properties::NON_VIRTUAL,
__void__getValue__C5_TemplateKeyframeContainerT1_KEY__R1__float__TYPE_R1,
"",
"");
END_REFLECTOR
BEGIN_OBJECT_REFLECTOR(osgAnimation::TemplateStepInterpolator< osg::Vec2 COMMA osg::Vec2 >)
I_DeclaringFile("osgAnimation/Interpolator");
I_BaseType(osgAnimation::TemplateInterpolatorBase);
I_Constructor0(____TemplateStepInterpolator,
"",
"");
I_Method3(void, getValue, IN, const osgAnimation::TemplateKeyframeContainer< KEY > &, keyframes, IN, float, time, IN, TYPE &, result,
Properties::NON_VIRTUAL,
__void__getValue__C5_TemplateKeyframeContainerT1_KEY__R1__float__TYPE_R1,
"",
"");
END_REFLECTOR
BEGIN_OBJECT_REFLECTOR(osgAnimation::TemplateStepInterpolator< osg::Vec3 COMMA osg::Vec3 >)
I_DeclaringFile("osgAnimation/Interpolator");
I_BaseType(osgAnimation::TemplateInterpolatorBase);
I_Constructor0(____TemplateStepInterpolator,
"",
"");
I_Method3(void, getValue, IN, const osgAnimation::TemplateKeyframeContainer< KEY > &, keyframes, IN, float, time, IN, TYPE &, result,
Properties::NON_VIRTUAL,
__void__getValue__C5_TemplateKeyframeContainerT1_KEY__R1__float__TYPE_R1,
"",
"");
END_REFLECTOR
BEGIN_OBJECT_REFLECTOR(osgAnimation::TemplateStepInterpolator< osg::Vec3 COMMA osgAnimation::Vec3Packed >)
I_DeclaringFile("osgAnimation/Interpolator");
I_BaseType(osgAnimation::TemplateInterpolatorBase);
I_Constructor0(____TemplateStepInterpolator,
"",
"");
I_Method3(void, getValue, IN, const osgAnimation::TemplateKeyframeContainer< KEY > &, keyframes, IN, float, time, IN, TYPE &, result,
Properties::NON_VIRTUAL,
__void__getValue__C5_TemplateKeyframeContainerT1_KEY__R1__float__TYPE_R1,
"",
"");
END_REFLECTOR
BEGIN_OBJECT_REFLECTOR(osgAnimation::TemplateStepInterpolator< osg::Vec4 COMMA osg::Vec4 >)
I_DeclaringFile("osgAnimation/Interpolator");
I_BaseType(osgAnimation::TemplateInterpolatorBase);
I_Constructor0(____TemplateStepInterpolator,
"",
"");
I_Method3(void, getValue, IN, const osgAnimation::TemplateKeyframeContainer< KEY > &, keyframes, IN, float, time, IN, TYPE &, result,
Properties::NON_VIRTUAL,
__void__getValue__C5_TemplateKeyframeContainerT1_KEY__R1__float__TYPE_R1,
"",
"");
END_REFLECTOR