8 #ifndef __VRV_PITCH_INFLECTION_H__
9 #define __VRV_PITCH_INFLECTION_H__
11 #include "controlelement.h"
12 #include "timeinterface.h"
33 void Reset()
override;
34 std::string GetClassName()
const override {
return "pitchInflection"; }
40 TimePointInterface *GetTimePointInterface()
override {
return vrv_cast<TimePointInterface *>(
this); }
42 const TimePointInterface *GetTimePointInterface()
const override
44 return vrv_cast<const TimePointInterface *>(
this);
46 TimeSpanningInterface *GetTimeSpanningInterface()
override {
return vrv_cast<TimeSpanningInterface *>(
this); }
47 const TimeSpanningInterface *GetTimeSpanningInterface()
const override
49 return vrv_cast<const TimeSpanningInterface *>(
this);
60 FunctorCode
Accept(Functor &functor)
override;
62 FunctorCode
Accept(ConstFunctor &functor)
const override;
63 FunctorCode AcceptEnd(Functor &functor)
override;
64 FunctorCode AcceptEnd(ConstFunctor &functor)
const override;