WSF
WsfCodedZone.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 2003-2015 The Boeing 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 WSFCODEDZONE_HPP
13#define WSFCODEDZONE_HPP
14
15#include "wsf_export.h"
16
17#include "UtSpan.hpp"
18#include "WsfZoneDefinition.hpp"
19
22
24{
25public:
26 WsfCodedZone() = default;
27 WsfCodedZone(ut::span<const Point> aLL_Points);
28 ~WsfCodedZone() override = default;
29
30 WsfZone* Clone() const override;
31
32 bool ProcessInput(UtInput& aInput) override;
33
34protected:
36 WsfCodedZone(const WsfCodedZone& aSrc) = default;
37};
38
39#endif
#define WSF_EXPORT
Definition WsfXIO_Export.hpp:35
~WsfCodedZone() override=default
WsfCodedZone(const WsfCodedZone &aSrc)=default
Copy constructor (for Clone()).
WsfCodedZone()=default
bool ProcessInput(UtInput &aInput) override
Definition WsfZoneDefinition.cpp:213
WsfZone * Clone() const override
The standard Clone() method (virtual copy constructor).
Definition WsfZoneDefinition.cpp:127
WsfZoneDefinition()
Definition WsfZoneDefinition.cpp:64
WsfZone()
Definition WsfZone.cpp:21
Copyrights Multiple, All Rights Reserved