WSF
WsfScriptRectangularFieldOfViewClass.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 2021 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 WSFSCRIPTRECTANGULARFIELDOFVIEWCLASS_HPP
13#define WSFSCRIPTRECTANGULARFIELDOFVIEWCLASS_HPP
14
15#include "wsf_export.h"
16
18
21{
22public:
23 WsfScriptRectangularFieldOfViewClass(const std::string& aClassName, UtScriptTypes* aScriptTypesPtr);
24
25 bool EqualTo(void* aLHS, void* aRHS) override;
26
28 UT_DECLARE_SCRIPT_METHOD(AzimuthFieldOfView);
29 UT_DECLARE_SCRIPT_METHOD(ElevationFieldOfView);
30};
31
32#endif
#define WSF_EXPORT
Definition WsfXIO_Export.hpp:35
WsfScriptFieldOfViewClass(const std::string &aClassName, UtScriptTypes *aScriptTypesPtr)
Definition WsfScriptFieldOfViewClass.cpp:17
UT_DECLARE_SCRIPT_METHOD(AzimuthFieldOfView)
bool EqualTo(void *aLHS, void *aRHS) override
Definition WsfScriptRectangularFieldOfViewClass.cpp:33
UT_DECLARE_SCRIPT_METHOD(ElevationFieldOfView)
WsfScriptRectangularFieldOfViewClass(const std::string &aClassName, UtScriptTypes *aScriptTypesPtr)
Definition WsfScriptRectangularFieldOfViewClass.cpp:18
Copyrights Multiple, All Rights Reserved