12#ifndef SECTORGEOMETRY_HPP
13#define SECTORGEOMETRY_HPP
15#include "usmtf_export.h"
Definition InnerOuterRange.hpp:33
Definition RangeValidator.hpp:28
const std::string & GetAngleOrientation() const noexcept
Definition SectorGeometry.cpp:106
std::string mSectorStartAngle
Definition SectorGeometry.hpp:41
InnerOuterRange mRange
Definition SectorGeometry.hpp:44
std::string mAngularOrientation
Definition SectorGeometry.hpp:43
std::string mSectorStopAngle
Definition SectorGeometry.hpp:42
const std::string & GetSectorStopAngle() const noexcept
Definition SectorGeometry.cpp:101
const InnerOuterRange & GetRange() const noexcept
Definition SectorGeometry.cpp:111
SectorGeometry()
Definition SectorGeometry.cpp:18
bool ParseAndValidate(const Field &aField) override
Definition SectorGeometry.cpp:24
const std::string & GetSectorStartAngle() const noexcept
Definition SectorGeometry.cpp:96