WSF
WsfScriptPointMassSixDOF_Mover.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 WSFSCRIPTPOINTMASSSIXDOFMOVER_HPP
13#define WSFSCRIPTPOINTMASSSIXDOFMOVER_HPP
14
15#include "wsf_six_dof_export.h"
16
18
19namespace wsf
20{
21namespace six_dof
22{
23namespace script
24{
27class WSF_SIX_DOF_EXPORT PointMassMover : public Mover
28{
29public:
30 PointMassMover(const std::string& aClassName, UtScriptTypes* aTypesPtr);
31
32 // -----------------------------------------------------------------------
33
34 // TESTING SUPPORT
35
36 // The following functions are for Testing and should not be documented,
37 // to hide them from normal users
38 UT_DECLARE_SCRIPT_METHOD(GetPointMassTestSupportObject);
39};
40} // namespace script
41} // namespace six_dof
42} // namespace wsf
43
44#endif
Mover(const std::string &aClassName, UtScriptTypes *aTypesPtr)
Definition WsfScriptSixDOF_Mover.cpp:29
PointMassMover(const std::string &aClassName, UtScriptTypes *aTypesPtr)
Definition WsfScriptPointMassSixDOF_Mover.cpp:26
UT_DECLARE_SCRIPT_METHOD(GetPointMassTestSupportObject)
Definition WsfScriptPointMassSixDOF_Mover.cpp:25
Definition WsfSA_Processor.hpp:35
Function definitions for those who need run-time access to the version.
Definition WsfComm.cpp:32
Copyrights Multiple, All Rights Reserved