WSF
InnerOuterRange.hpp
Go to the documentation of this file.
1// ****************************************************************************
2// CUI
3//
4// The Advanced Framework for Simulation, Integration, and Modeling (AFSIM)
5//
6// Copyright 2019 Infoscitex, a DCS Company. All rights reserved.
7//
8// The use, dissemination or disclosure of data in this file is subject to
9// limitation or restriction. See accompanying README and LICENSE for details.
10// ****************************************************************************
11
12#ifndef INNEROUTERRANGE_HPP
13#define INNEROUTERRANGE_HPP
14
15#include "usmtf_export.h"
16
17#include <string>
18
19#include "FFIRN_Validator.hpp"
20#include "Radius.hpp"
21#include "UtCast.hpp"
22
23namespace usmtf
24{
32class USMTF_EXPORT InnerOuterRange : public Radius
33{
34public:
35 bool ParseAndValidate(const Field& aField) override;
36 const std::string& GetInnerRadiusValue() const noexcept;
37 double GetInnerRadius() const noexcept;
38 double GetInnerRadiusInMeters() const noexcept;
39 // All Radius Members represent outer radius.
40protected:
41 std::string mInnerRadius;
43 // outer will be cover by base class members
44};
45} // namespace usmtf
46#endif
Definition Field.hpp:48
Definition InnerOuterRange.hpp:33
std::string mInnerRadius
Definition InnerOuterRange.hpp:41
double GetInnerRadiusInMeters() const noexcept
Definition InnerOuterRange.cpp:72
const std::string & GetInnerRadiusValue() const noexcept
Definition InnerOuterRange.cpp:62
double GetInnerRadius() const noexcept
Definition InnerOuterRange.cpp:67
double mInnerRadiusDouble
Definition InnerOuterRange.hpp:42
bool ParseAndValidate(const Field &aField) override
Definition InnerOuterRange.cpp:17
Radius()
Definition Radius.cpp:21
Definition Acmid.cpp:17
Copyrights Multiple, All Rights Reserved