WSF
WsfScriptAtmosphere.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 WSFSCRIPTATMOSPHEREMODEL_HPP
13#define WSFSCRIPTATMOSPHEREMODEL_HPP
14
15#include "UtScriptClass.hpp"
16#include "UtScriptClassDefine.hpp"
17
18class WsfScriptAtmosphere : public UtScriptClass
19{
20public:
21 WsfScriptAtmosphere(const std::string& aClassName, UtScriptTypes* aScriptTypesPtr);
22 ~WsfScriptAtmosphere() override = default;
23
24 void Destroy(void* aObjectPtr) override;
25
28};
29
30#endif // WSFSCRIPTATMOSPHEREMODEL_HPP
WsfScriptAtmosphere(const std::string &aClassName, UtScriptTypes *aScriptTypesPtr)
Definition WsfScriptAtmosphere.cpp:19
~WsfScriptAtmosphere() override=default
UT_DECLARE_SCRIPT_METHOD(ModelType)
void Destroy(void *aObjectPtr) override
Definition WsfScriptAtmosphere.cpp:31
UT_DECLARE_SCRIPT_METHOD(Density)
Copyrights Multiple, All Rights Reserved