8 #ifndef __VRV_PITCH_INFLECTION_H__
9 #define __VRV_PITCH_INFLECTION_H__
11 #include "controlelement.h"
12 #include "timeinterface.h"
34 std::string GetClassName()
const override {
return "pitchInflection"; }
41 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);
63 FunctorCode AcceptEnd(
Functor &functor)
override;
64 FunctorCode AcceptEnd(
ConstFunctor &functor)
const override;
This abstract class is the base class for all const functors.
Definition: functor.h:126
This class represents elements appearing within a measure.
Definition: controlelement.h:33
This abstract class is the base class for all mutable functors.
Definition: functor.h:101
This class represents a basic object.
Definition: object.h:61
This class models the MEI <dir> element.
Definition: pitchinflection.h:23
Object * Clone() const override
Method call for copying child classes.
Definition: pitchinflection.h:32
FunctorCode Accept(Functor &functor) override
Interface for class functor visitation.
void Reset() override
Virtual reset method.
This class is an interface for elements having a single time point, such as tempo,...
Definition: timeinterface.h:39
This class is an interface for spanning elements, such as slur, hairpin, etc.
Definition: timeinterface.h:145