8 #ifndef __VRV_GLISS_H__
9 #define __VRV_GLISS_H__
12 #include "controlelement.h"
13 #include "timeinterface.h"
27 public AttLineRendBase,
28 public AttNNumberLike {
38 void Reset()
override;
39 std::string GetClassName()
const override {
return "gliss"; }
45 TimePointInterface *GetTimePointInterface()
override {
return vrv_cast<TimePointInterface *>(
this); }
47 const TimePointInterface *GetTimePointInterface()
const override
49 return vrv_cast<const TimePointInterface *>(
this);
51 TimeSpanningInterface *GetTimeSpanningInterface()
override {
return vrv_cast<TimeSpanningInterface *>(
this); }
52 const TimeSpanningInterface *GetTimeSpanningInterface()
const override
54 return vrv_cast<const TimeSpanningInterface *>(
this);
65 FunctorCode
Accept(Functor &functor)
override;
67 FunctorCode
Accept(ConstFunctor &functor)
const override;
68 FunctorCode AcceptEnd(Functor &functor)
override;
69 FunctorCode AcceptEnd(ConstFunctor &functor)
const override;