29#include "common/Interval.h"
30#include "dim/DimensionedValues.h"
31#include "spat/Frame.h"
43 virtual ~Parser() =
default;
45 virtual bool ParsingStart()
noexcept(
false) {
return true; }
59 virtual void Interval(
62 m_Interval = interval;
65 virtual void DisplayName(
67 const std::string& )
noexcept {}
69 virtual void Description(
71 const std::string& )
noexcept {}
73 virtual void ParsingEnd()
noexcept {}
Value< Dimension< 2, 0, 0 > > Area
Area.
Definition DimensionedValues.h:325
Namespace of all the trax track libraries classes and methods.
Definition Collection.h:17
An interval describes the area between two numbers. It is understood to contain the near one and exlu...
Definition Interval.h:42
Axis aligned box.
Definition Box.h:41
A Frame ("TNBFrame") describes a location in 3d space and an orientation using a right handed coordin...
Definition Frame.h:52