diff --git a/src/osgWrappers/genwrapper.conf b/src/osgWrappers/genwrapper.conf index 1ae4bc63e..530c6d3ca 100644 --- a/src/osgWrappers/genwrapper.conf +++ b/src/osgWrappers/genwrapper.conf @@ -206,6 +206,14 @@ suppress reflector "osgAnimation::TemplateLinearInterpolator< osg::Vec3, osgAnim suppress reflector "osgAnimation::TemplateLinearInterpolator< osg::Vec4, osg::Vec4 >" suppress reflector "osgAnimation::TemplateSphericalLinearInterpolator< osg::Quat, osg::Quat >" +suppress reflector "osgAnimation::TemplateStepInterpolator< double, double >" +suppress reflector "osgAnimation::TemplateStepInterpolator< float, float >" +suppress reflector "osgAnimation::TemplateStepInterpolator< osg::Vec2, osg::Vec2 >" +suppress reflector "osgAnimation::TemplateStepInterpolator< osg::Vec3, osg::Vec3 >" +suppress reflector "osgAnimation::TemplateStepInterpolator< osg::Vec3, osgAnimation::Vec3Packed >" +suppress reflector "osgAnimation::TemplateStepInterpolator< osg::Vec4, osg::Vec4 >" +suppress reflector "osgAnimation::TemplateStepInterpolator< osg::Quat, osg::Quat >" + suppress reflector "osgAnimation::TemplateCubicBezierInterpolator< float, osgAnimation::FloatCubicBezier >" suppress reflector "osgAnimation::TemplateCubicBezierInterpolator< double, osgAnimation::DoubleCubicBezier >" suppress reflector "osgAnimation::TemplateCubicBezierInterpolator< osg::Vec2, osgAnimation::Vec2CubicBezier >" @@ -256,9 +264,16 @@ suppress reflector "osgAnimation::TemplateCubicBezier< osg::Vec4 >" suppress reflector "osgAnimation::std::vector< osg::ref_ptr< osgAnimation::Channel > >" + +suppress reflector "osgAnimation::TemplateChannel< osgAnimation::DoubleStepSampler >" +suppress reflector "osgAnimation::TemplateChannel< osgAnimation::FloatStepSampler >" +suppress reflector "osgAnimation::TemplateChannel< osgAnimation::Vec2StepSampler >" +suppress reflector "osgAnimation::TemplateChannel< osgAnimation::Vec3StepSampler >" +suppress reflector "osgAnimation::TemplateChannel< osgAnimation::Vec4StepSampler >" +suppress reflector "osgAnimation::TemplateChannel< osgAnimation::QuatStepSampler >" + suppress reflector "osgAnimation::TemplateChannel< osgAnimation::DoubleLinearSampler >" suppress reflector "osgAnimation::TemplateChannel< osgAnimation::FloatLinearSampler >" - suppress reflector "osgAnimation::TemplateChannel< osgAnimation::Vec2LinearSampler >" suppress reflector "osgAnimation::TemplateChannel< osgAnimation::Vec3LinearSampler >" suppress reflector "osgAnimation::TemplateChannel< osgAnimation::Vec4LinearSampler >" diff --git a/src/osgWrappers/osgAnimation/Channel.cpp b/src/osgWrappers/osgAnimation/Channel.cpp index a5b4122f9..68c43ddd1 100644 --- a/src/osgWrappers/osgAnimation/Channel.cpp +++ b/src/osgWrappers/osgAnimation/Channel.cpp @@ -207,647 +207,5 @@ BEGIN_VALUE_REFLECTOR(osg::ref_ptr< osgAnimation::Channel >) 0); END_REFLECTOR -BEGIN_OBJECT_REFLECTOR(osgAnimation::TemplateChannel< osgAnimation::DoubleStepSampler >) - I_DeclaringFile("osgAnimation/Channel"); - I_BaseType(osgAnimation::Channel); - I_Method0(osgAnimation::Channel *, clone, - Properties::VIRTUAL, - __Channel_P1__clone, - "", - ""); - I_Constructor1(IN, const osgAnimation::TemplateChannel< osgAnimation::DoubleStepSampler > &, channel, - Properties::NON_EXPLICIT, - ____TemplateChannel__C5_TemplateChannel_R1, - "", - ""); - I_ConstructorWithDefaults2(IN, SamplerType *, s, 0, IN, osgAnimation::TemplateChannel< osgAnimation::DoubleStepSampler >::TargetType *, target, 0, - ____TemplateChannel__SamplerType_P1__TargetType_P1, - "", - ""); - I_Method1(void, update, IN, float, time, - Properties::VIRTUAL, - __void__update__float, - "", - ""); - I_Method0(void, reset, - Properties::VIRTUAL, - __void__reset, - "", - ""); - I_Method0(osgAnimation::Target *, getTarget, - Properties::VIRTUAL, - __Target_P1__getTarget, - "", - ""); - I_Method1(bool, setTarget, IN, osgAnimation::Target *, target, - Properties::VIRTUAL, - __bool__setTarget__Target_P1, - "", - ""); - I_Method0(SamplerType *, getOrCreateSampler, - Properties::NON_VIRTUAL, - __SamplerType_P1__getOrCreateSampler, - "", - ""); - I_Method0(osgAnimation::Sampler *, getSampler, - Properties::VIRTUAL, - __Sampler_P1__getSampler, - "", - ""); - I_Method0(const osgAnimation::Sampler *, getSampler, - Properties::VIRTUAL, - __C5_Sampler_P1__getSampler, - "", - ""); - I_Method0(SamplerType *, getSamplerTyped, - Properties::NON_VIRTUAL, - __SamplerType_P1__getSamplerTyped, - "", - ""); - I_Method0(const SamplerType *, getSamplerTyped, - Properties::NON_VIRTUAL, - __C5_SamplerType_P1__getSamplerTyped, - "", - ""); - I_Method1(void, setSampler, IN, SamplerType *, sampler, - Properties::NON_VIRTUAL, - __void__setSampler__SamplerType_P1, - "", - ""); - I_Method0(osgAnimation::TemplateChannel< osgAnimation::DoubleStepSampler >::TargetType *, getTargetTyped, - Properties::NON_VIRTUAL, - __TargetType_P1__getTargetTyped, - "", - ""); - I_Method1(void, setTarget, IN, osgAnimation::TemplateChannel< osgAnimation::DoubleStepSampler >::TargetType *, target, - Properties::NON_VIRTUAL, - __void__setTarget__TargetType_P1, - "", - ""); - I_Method0(float, getStartTime, - Properties::VIRTUAL, - __float__getStartTime, - "", - ""); - I_Method0(float, getEndTime, - Properties::VIRTUAL, - __float__getEndTime, - "", - ""); - I_SimpleProperty(float, EndTime, - __float__getEndTime, - 0); - I_SimpleProperty(SamplerType *, Sampler, - 0, - __void__setSampler__SamplerType_P1); - I_SimpleProperty(SamplerType *, SamplerTyped, - __SamplerType_P1__getSamplerTyped, - 0); - I_SimpleProperty(float, StartTime, - __float__getStartTime, - 0); - I_SimpleProperty(osgAnimation::Target *, Target, - __Target_P1__getTarget, - __bool__setTarget__Target_P1); - I_SimpleProperty(osgAnimation::TemplateChannel< osgAnimation::DoubleStepSampler >::TargetType *, TargetTyped, - __TargetType_P1__getTargetTyped, - 0); -END_REFLECTOR - -BEGIN_OBJECT_REFLECTOR(osgAnimation::TemplateChannel< osgAnimation::FloatStepSampler >) - I_DeclaringFile("osgAnimation/Channel"); - I_BaseType(osgAnimation::Channel); - I_Method0(osgAnimation::Channel *, clone, - Properties::VIRTUAL, - __Channel_P1__clone, - "", - ""); - I_Constructor1(IN, const osgAnimation::TemplateChannel< osgAnimation::FloatStepSampler > &, channel, - Properties::NON_EXPLICIT, - ____TemplateChannel__C5_TemplateChannel_R1, - "", - ""); - I_ConstructorWithDefaults2(IN, SamplerType *, s, 0, IN, osgAnimation::TemplateChannel< osgAnimation::FloatStepSampler >::TargetType *, target, 0, - ____TemplateChannel__SamplerType_P1__TargetType_P1, - "", - ""); - I_Method1(void, update, IN, float, time, - Properties::VIRTUAL, - __void__update__float, - "", - ""); - I_Method0(void, reset, - Properties::VIRTUAL, - __void__reset, - "", - ""); - I_Method0(osgAnimation::Target *, getTarget, - Properties::VIRTUAL, - __Target_P1__getTarget, - "", - ""); - I_Method1(bool, setTarget, IN, osgAnimation::Target *, target, - Properties::VIRTUAL, - __bool__setTarget__Target_P1, - "", - ""); - I_Method0(SamplerType *, getOrCreateSampler, - Properties::NON_VIRTUAL, - __SamplerType_P1__getOrCreateSampler, - "", - ""); - I_Method0(osgAnimation::Sampler *, getSampler, - Properties::VIRTUAL, - __Sampler_P1__getSampler, - "", - ""); - I_Method0(const osgAnimation::Sampler *, getSampler, - Properties::VIRTUAL, - __C5_Sampler_P1__getSampler, - "", - ""); - I_Method0(SamplerType *, getSamplerTyped, - Properties::NON_VIRTUAL, - __SamplerType_P1__getSamplerTyped, - "", - ""); - I_Method0(const SamplerType *, getSamplerTyped, - Properties::NON_VIRTUAL, - __C5_SamplerType_P1__getSamplerTyped, - "", - ""); - I_Method1(void, setSampler, IN, SamplerType *, sampler, - Properties::NON_VIRTUAL, - __void__setSampler__SamplerType_P1, - "", - ""); - I_Method0(osgAnimation::TemplateChannel< osgAnimation::FloatStepSampler >::TargetType *, getTargetTyped, - Properties::NON_VIRTUAL, - __TargetType_P1__getTargetTyped, - "", - ""); - I_Method1(void, setTarget, IN, osgAnimation::TemplateChannel< osgAnimation::FloatStepSampler >::TargetType *, target, - Properties::NON_VIRTUAL, - __void__setTarget__TargetType_P1, - "", - ""); - I_Method0(float, getStartTime, - Properties::VIRTUAL, - __float__getStartTime, - "", - ""); - I_Method0(float, getEndTime, - Properties::VIRTUAL, - __float__getEndTime, - "", - ""); - I_SimpleProperty(float, EndTime, - __float__getEndTime, - 0); - I_SimpleProperty(SamplerType *, Sampler, - 0, - __void__setSampler__SamplerType_P1); - I_SimpleProperty(SamplerType *, SamplerTyped, - __SamplerType_P1__getSamplerTyped, - 0); - I_SimpleProperty(float, StartTime, - __float__getStartTime, - 0); - I_SimpleProperty(osgAnimation::Target *, Target, - __Target_P1__getTarget, - __bool__setTarget__Target_P1); - I_SimpleProperty(osgAnimation::TemplateChannel< osgAnimation::FloatStepSampler >::TargetType *, TargetTyped, - __TargetType_P1__getTargetTyped, - 0); -END_REFLECTOR - -BEGIN_OBJECT_REFLECTOR(osgAnimation::TemplateChannel< osgAnimation::QuatStepSampler >) - I_DeclaringFile("osgAnimation/Channel"); - I_BaseType(osgAnimation::Channel); - I_Method0(osgAnimation::Channel *, clone, - Properties::VIRTUAL, - __Channel_P1__clone, - "", - ""); - I_Constructor1(IN, const osgAnimation::TemplateChannel< osgAnimation::QuatStepSampler > &, channel, - Properties::NON_EXPLICIT, - ____TemplateChannel__C5_TemplateChannel_R1, - "", - ""); - I_ConstructorWithDefaults2(IN, SamplerType *, s, 0, IN, osgAnimation::TemplateChannel< osgAnimation::QuatStepSampler >::TargetType *, target, 0, - ____TemplateChannel__SamplerType_P1__TargetType_P1, - "", - ""); - I_Method1(void, update, IN, float, time, - Properties::VIRTUAL, - __void__update__float, - "", - ""); - I_Method0(void, reset, - Properties::VIRTUAL, - __void__reset, - "", - ""); - I_Method0(osgAnimation::Target *, getTarget, - Properties::VIRTUAL, - __Target_P1__getTarget, - "", - ""); - I_Method1(bool, setTarget, IN, osgAnimation::Target *, target, - Properties::VIRTUAL, - __bool__setTarget__Target_P1, - "", - ""); - I_Method0(SamplerType *, getOrCreateSampler, - Properties::NON_VIRTUAL, - __SamplerType_P1__getOrCreateSampler, - "", - ""); - I_Method0(osgAnimation::Sampler *, getSampler, - Properties::VIRTUAL, - __Sampler_P1__getSampler, - "", - ""); - I_Method0(const osgAnimation::Sampler *, getSampler, - Properties::VIRTUAL, - __C5_Sampler_P1__getSampler, - "", - ""); - I_Method0(SamplerType *, getSamplerTyped, - Properties::NON_VIRTUAL, - __SamplerType_P1__getSamplerTyped, - "", - ""); - I_Method0(const SamplerType *, getSamplerTyped, - Properties::NON_VIRTUAL, - __C5_SamplerType_P1__getSamplerTyped, - "", - ""); - I_Method1(void, setSampler, IN, SamplerType *, sampler, - Properties::NON_VIRTUAL, - __void__setSampler__SamplerType_P1, - "", - ""); - I_Method0(osgAnimation::TemplateChannel< osgAnimation::QuatStepSampler >::TargetType *, getTargetTyped, - Properties::NON_VIRTUAL, - __TargetType_P1__getTargetTyped, - "", - ""); - I_Method1(void, setTarget, IN, osgAnimation::TemplateChannel< osgAnimation::QuatStepSampler >::TargetType *, target, - Properties::NON_VIRTUAL, - __void__setTarget__TargetType_P1, - "", - ""); - I_Method0(float, getStartTime, - Properties::VIRTUAL, - __float__getStartTime, - "", - ""); - I_Method0(float, getEndTime, - Properties::VIRTUAL, - __float__getEndTime, - "", - ""); - I_SimpleProperty(float, EndTime, - __float__getEndTime, - 0); - I_SimpleProperty(SamplerType *, Sampler, - 0, - __void__setSampler__SamplerType_P1); - I_SimpleProperty(SamplerType *, SamplerTyped, - __SamplerType_P1__getSamplerTyped, - 0); - I_SimpleProperty(float, StartTime, - __float__getStartTime, - 0); - I_SimpleProperty(osgAnimation::Target *, Target, - __Target_P1__getTarget, - __bool__setTarget__Target_P1); - I_SimpleProperty(osgAnimation::TemplateChannel< osgAnimation::QuatStepSampler >::TargetType *, TargetTyped, - __TargetType_P1__getTargetTyped, - 0); -END_REFLECTOR - -BEGIN_OBJECT_REFLECTOR(osgAnimation::TemplateChannel< osgAnimation::Vec2StepSampler >) - I_DeclaringFile("osgAnimation/Channel"); - I_BaseType(osgAnimation::Channel); - I_Method0(osgAnimation::Channel *, clone, - Properties::VIRTUAL, - __Channel_P1__clone, - "", - ""); - I_Constructor1(IN, const osgAnimation::TemplateChannel< osgAnimation::Vec2StepSampler > &, channel, - Properties::NON_EXPLICIT, - ____TemplateChannel__C5_TemplateChannel_R1, - "", - ""); - I_ConstructorWithDefaults2(IN, SamplerType *, s, 0, IN, osgAnimation::TemplateChannel< osgAnimation::Vec2StepSampler >::TargetType *, target, 0, - ____TemplateChannel__SamplerType_P1__TargetType_P1, - "", - ""); - I_Method1(void, update, IN, float, time, - Properties::VIRTUAL, - __void__update__float, - "", - ""); - I_Method0(void, reset, - Properties::VIRTUAL, - __void__reset, - "", - ""); - I_Method0(osgAnimation::Target *, getTarget, - Properties::VIRTUAL, - __Target_P1__getTarget, - "", - ""); - I_Method1(bool, setTarget, IN, osgAnimation::Target *, target, - Properties::VIRTUAL, - __bool__setTarget__Target_P1, - "", - ""); - I_Method0(SamplerType *, getOrCreateSampler, - Properties::NON_VIRTUAL, - __SamplerType_P1__getOrCreateSampler, - "", - ""); - I_Method0(osgAnimation::Sampler *, getSampler, - Properties::VIRTUAL, - __Sampler_P1__getSampler, - "", - ""); - I_Method0(const osgAnimation::Sampler *, getSampler, - Properties::VIRTUAL, - __C5_Sampler_P1__getSampler, - "", - ""); - I_Method0(SamplerType *, getSamplerTyped, - Properties::NON_VIRTUAL, - __SamplerType_P1__getSamplerTyped, - "", - ""); - I_Method0(const SamplerType *, getSamplerTyped, - Properties::NON_VIRTUAL, - __C5_SamplerType_P1__getSamplerTyped, - "", - ""); - I_Method1(void, setSampler, IN, SamplerType *, sampler, - Properties::NON_VIRTUAL, - __void__setSampler__SamplerType_P1, - "", - ""); - I_Method0(osgAnimation::TemplateChannel< osgAnimation::Vec2StepSampler >::TargetType *, getTargetTyped, - Properties::NON_VIRTUAL, - __TargetType_P1__getTargetTyped, - "", - ""); - I_Method1(void, setTarget, IN, osgAnimation::TemplateChannel< osgAnimation::Vec2StepSampler >::TargetType *, target, - Properties::NON_VIRTUAL, - __void__setTarget__TargetType_P1, - "", - ""); - I_Method0(float, getStartTime, - Properties::VIRTUAL, - __float__getStartTime, - "", - ""); - I_Method0(float, getEndTime, - Properties::VIRTUAL, - __float__getEndTime, - "", - ""); - I_SimpleProperty(float, EndTime, - __float__getEndTime, - 0); - I_SimpleProperty(SamplerType *, Sampler, - 0, - __void__setSampler__SamplerType_P1); - I_SimpleProperty(SamplerType *, SamplerTyped, - __SamplerType_P1__getSamplerTyped, - 0); - I_SimpleProperty(float, StartTime, - __float__getStartTime, - 0); - I_SimpleProperty(osgAnimation::Target *, Target, - __Target_P1__getTarget, - __bool__setTarget__Target_P1); - I_SimpleProperty(osgAnimation::TemplateChannel< osgAnimation::Vec2StepSampler >::TargetType *, TargetTyped, - __TargetType_P1__getTargetTyped, - 0); -END_REFLECTOR - -BEGIN_OBJECT_REFLECTOR(osgAnimation::TemplateChannel< osgAnimation::Vec3StepSampler >) - I_DeclaringFile("osgAnimation/Channel"); - I_BaseType(osgAnimation::Channel); - I_Method0(osgAnimation::Channel *, clone, - Properties::VIRTUAL, - __Channel_P1__clone, - "", - ""); - I_Constructor1(IN, const osgAnimation::TemplateChannel< osgAnimation::Vec3StepSampler > &, channel, - Properties::NON_EXPLICIT, - ____TemplateChannel__C5_TemplateChannel_R1, - "", - ""); - I_ConstructorWithDefaults2(IN, SamplerType *, s, 0, IN, osgAnimation::TemplateChannel< osgAnimation::Vec3StepSampler >::TargetType *, target, 0, - ____TemplateChannel__SamplerType_P1__TargetType_P1, - "", - ""); - I_Method1(void, update, IN, float, time, - Properties::VIRTUAL, - __void__update__float, - "", - ""); - I_Method0(void, reset, - Properties::VIRTUAL, - __void__reset, - "", - ""); - I_Method0(osgAnimation::Target *, getTarget, - Properties::VIRTUAL, - __Target_P1__getTarget, - "", - ""); - I_Method1(bool, setTarget, IN, osgAnimation::Target *, target, - Properties::VIRTUAL, - __bool__setTarget__Target_P1, - "", - ""); - I_Method0(SamplerType *, getOrCreateSampler, - Properties::NON_VIRTUAL, - __SamplerType_P1__getOrCreateSampler, - "", - ""); - I_Method0(osgAnimation::Sampler *, getSampler, - Properties::VIRTUAL, - __Sampler_P1__getSampler, - "", - ""); - I_Method0(const osgAnimation::Sampler *, getSampler, - Properties::VIRTUAL, - __C5_Sampler_P1__getSampler, - "", - ""); - I_Method0(SamplerType *, getSamplerTyped, - Properties::NON_VIRTUAL, - __SamplerType_P1__getSamplerTyped, - "", - ""); - I_Method0(const SamplerType *, getSamplerTyped, - Properties::NON_VIRTUAL, - __C5_SamplerType_P1__getSamplerTyped, - "", - ""); - I_Method1(void, setSampler, IN, SamplerType *, sampler, - Properties::NON_VIRTUAL, - __void__setSampler__SamplerType_P1, - "", - ""); - I_Method0(osgAnimation::TemplateChannel< osgAnimation::Vec3StepSampler >::TargetType *, getTargetTyped, - Properties::NON_VIRTUAL, - __TargetType_P1__getTargetTyped, - "", - ""); - I_Method1(void, setTarget, IN, osgAnimation::TemplateChannel< osgAnimation::Vec3StepSampler >::TargetType *, target, - Properties::NON_VIRTUAL, - __void__setTarget__TargetType_P1, - "", - ""); - I_Method0(float, getStartTime, - Properties::VIRTUAL, - __float__getStartTime, - "", - ""); - I_Method0(float, getEndTime, - Properties::VIRTUAL, - __float__getEndTime, - "", - ""); - I_SimpleProperty(float, EndTime, - __float__getEndTime, - 0); - I_SimpleProperty(SamplerType *, Sampler, - 0, - __void__setSampler__SamplerType_P1); - I_SimpleProperty(SamplerType *, SamplerTyped, - __SamplerType_P1__getSamplerTyped, - 0); - I_SimpleProperty(float, StartTime, - __float__getStartTime, - 0); - I_SimpleProperty(osgAnimation::Target *, Target, - __Target_P1__getTarget, - __bool__setTarget__Target_P1); - I_SimpleProperty(osgAnimation::TemplateChannel< osgAnimation::Vec3StepSampler >::TargetType *, TargetTyped, - __TargetType_P1__getTargetTyped, - 0); -END_REFLECTOR - -BEGIN_OBJECT_REFLECTOR(osgAnimation::TemplateChannel< osgAnimation::Vec4StepSampler >) - I_DeclaringFile("osgAnimation/Channel"); - I_BaseType(osgAnimation::Channel); - I_Method0(osgAnimation::Channel *, clone, - Properties::VIRTUAL, - __Channel_P1__clone, - "", - ""); - I_Constructor1(IN, const osgAnimation::TemplateChannel< osgAnimation::Vec4StepSampler > &, channel, - Properties::NON_EXPLICIT, - ____TemplateChannel__C5_TemplateChannel_R1, - "", - ""); - I_ConstructorWithDefaults2(IN, SamplerType *, s, 0, IN, osgAnimation::TemplateChannel< osgAnimation::Vec4StepSampler >::TargetType *, target, 0, - ____TemplateChannel__SamplerType_P1__TargetType_P1, - "", - ""); - I_Method1(void, update, IN, float, time, - Properties::VIRTUAL, - __void__update__float, - "", - ""); - I_Method0(void, reset, - Properties::VIRTUAL, - __void__reset, - "", - ""); - I_Method0(osgAnimation::Target *, getTarget, - Properties::VIRTUAL, - __Target_P1__getTarget, - "", - ""); - I_Method1(bool, setTarget, IN, osgAnimation::Target *, target, - Properties::VIRTUAL, - __bool__setTarget__Target_P1, - "", - ""); - I_Method0(SamplerType *, getOrCreateSampler, - Properties::NON_VIRTUAL, - __SamplerType_P1__getOrCreateSampler, - "", - ""); - I_Method0(osgAnimation::Sampler *, getSampler, - Properties::VIRTUAL, - __Sampler_P1__getSampler, - "", - ""); - I_Method0(const osgAnimation::Sampler *, getSampler, - Properties::VIRTUAL, - __C5_Sampler_P1__getSampler, - "", - ""); - I_Method0(SamplerType *, getSamplerTyped, - Properties::NON_VIRTUAL, - __SamplerType_P1__getSamplerTyped, - "", - ""); - I_Method0(const SamplerType *, getSamplerTyped, - Properties::NON_VIRTUAL, - __C5_SamplerType_P1__getSamplerTyped, - "", - ""); - I_Method1(void, setSampler, IN, SamplerType *, sampler, - Properties::NON_VIRTUAL, - __void__setSampler__SamplerType_P1, - "", - ""); - I_Method0(osgAnimation::TemplateChannel< osgAnimation::Vec4StepSampler >::TargetType *, getTargetTyped, - Properties::NON_VIRTUAL, - __TargetType_P1__getTargetTyped, - "", - ""); - I_Method1(void, setTarget, IN, osgAnimation::TemplateChannel< osgAnimation::Vec4StepSampler >::TargetType *, target, - Properties::NON_VIRTUAL, - __void__setTarget__TargetType_P1, - "", - ""); - I_Method0(float, getStartTime, - Properties::VIRTUAL, - __float__getStartTime, - "", - ""); - I_Method0(float, getEndTime, - Properties::VIRTUAL, - __float__getEndTime, - "", - ""); - I_SimpleProperty(float, EndTime, - __float__getEndTime, - 0); - I_SimpleProperty(SamplerType *, Sampler, - 0, - __void__setSampler__SamplerType_P1); - I_SimpleProperty(SamplerType *, SamplerTyped, - __SamplerType_P1__getSamplerTyped, - 0); - I_SimpleProperty(float, StartTime, - __float__getStartTime, - 0); - I_SimpleProperty(osgAnimation::Target *, Target, - __Target_P1__getTarget, - __bool__setTarget__Target_P1); - I_SimpleProperty(osgAnimation::TemplateChannel< osgAnimation::Vec4StepSampler >::TargetType *, TargetTyped, - __TargetType_P1__getTargetTyped, - 0); -END_REFLECTOR - STD_VECTOR_REFLECTOR(std::vector< osg::ref_ptr< osgAnimation::Channel > >) diff --git a/src/osgWrappers/osgAnimation/Interpolator.cpp b/src/osgWrappers/osgAnimation/Interpolator.cpp index b0230a12d..3fcf811f6 100644 --- a/src/osgWrappers/osgAnimation/Interpolator.cpp +++ b/src/osgWrappers/osgAnimation/Interpolator.cpp @@ -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 -