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