8 #ifndef __VRV_SPACE_H__
9 #define __VRV_SPACE_H__
11 #include "durationinterface.h"
12 #include "layerelement.h"
33 void Reset()
override;
34 std::string GetClassName()
const override {
return "space"; }
40 DurationInterface *GetDurationInterface()
override {
return vrv_cast<DurationInterface *>(
this); }
42 const DurationInterface *GetDurationInterface()
const override {
return vrv_cast<const DurationInterface *>(
this); }
52 FunctorCode
Accept(Functor &functor)
override;
54 FunctorCode
Accept(ConstFunctor &functor)
const override;
55 FunctorCode AcceptEnd(Functor &functor)
override;
56 FunctorCode AcceptEnd(ConstFunctor &functor)
const override;