WSF
src
core
wsf_space
source
WsfScriptPiecewiseExponentialAtmosphere.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 2020 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 WSFSCRIPTPIECEWISEEXPONENTIALATMOSPHERE_HPP
13
#define WSFSCRIPTPIECEWISEEXPONENTIALATMOSPHERE_HPP
14
15
#include "
WsfScriptAtmosphere.hpp
"
16
17
class
WsfScriptPiecewiseExponentialAtmosphere
:
public
WsfScriptAtmosphere
18
{
19
public
:
20
WsfScriptPiecewiseExponentialAtmosphere
(
const
std::string& aClassName, UtScriptTypes* aScriptTypesPtr);
21
~WsfScriptPiecewiseExponentialAtmosphere
()
override
=
default
;
22
23
UT_DECLARE_SCRIPT_METHOD
(Construct);
24
};
25
26
#endif
// WSFSCRIPTPIECEWISEEXPONENTIALATMOSPHERE_HPP
WsfScriptAtmosphere.hpp
WsfScriptAtmosphere::WsfScriptAtmosphere
WsfScriptAtmosphere(const std::string &aClassName, UtScriptTypes *aScriptTypesPtr)
Definition
WsfScriptAtmosphere.cpp:19
WsfScriptPiecewiseExponentialAtmosphere::WsfScriptPiecewiseExponentialAtmosphere
WsfScriptPiecewiseExponentialAtmosphere(const std::string &aClassName, UtScriptTypes *aScriptTypesPtr)
Definition
WsfScriptPiecewiseExponentialAtmosphere.cpp:16
WsfScriptPiecewiseExponentialAtmosphere::~WsfScriptPiecewiseExponentialAtmosphere
~WsfScriptPiecewiseExponentialAtmosphere() override=default
WsfScriptPiecewiseExponentialAtmosphere::UT_DECLARE_SCRIPT_METHOD
UT_DECLARE_SCRIPT_METHOD(Construct)
Copyrights Multiple, All Rights Reserved