8 #ifndef __VRV_BREATH_H__
9 #define __VRV_BREATH_H__
12 #include "controlelement.h"
13 #include "timeinterface.h"
34 void Reset()
override;
35 std::string GetClassName()
const override {
return "breath"; }
41 TimePointInterface *GetTimePointInterface()
override {
return vrv_cast<TimePointInterface *>(
this); }
43 const TimePointInterface *GetTimePointInterface()
const override
45 return vrv_cast<const TimePointInterface *>(
this);
56 FunctorCode
Accept(Functor &functor)
override;
58 FunctorCode
Accept(ConstFunctor &functor)
const override;
59 FunctorCode AcceptEnd(Functor &functor)
override;
60 FunctorCode AcceptEnd(ConstFunctor &functor)
const override;