WSF
Efflevel.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 EFFLEVEL_HPP
13#define EFFLEVEL_HPP
14
15#include "usmtf_export.h"
16
17#include <memory>
18#include <string>
19
20#include "Field.hpp"
21#include "Set.hpp"
22#include "VerticalDimension.hpp"
23
24namespace usmtf
25{
28
31
35
38class USMTF_EXPORT Efflevel : public Set
39{
40public:
41 Efflevel(const std::string& aSTF, const std::vector<Field>& aFields) noexcept;
42 const VerticalDimension& GetVerticalDimension() const noexcept;
43
44private:
45 VerticalDimension mVerticalDimension;
46};
47} // namespace usmtf
48
49#endif
Efflevel(const std::string &aSTF, const std::vector< Field > &aFields) noexcept
Definition Efflevel.cpp:19
const VerticalDimension & GetVerticalDimension() const noexcept
Definition Efflevel.cpp:37
Set(const std::string &aSTF, const std::vector< Field > &aFields) noexcept
Definition Set.cpp:22
Definition VerticalDimension.hpp:37
Definition Acmid.cpp:17
Copyrights Multiple, All Rights Reserved