12#ifndef WSFSCRIPTRECTANGULARFIELDOFVIEWCLASS_HPP
13#define WSFSCRIPTRECTANGULARFIELDOFVIEWCLASS_HPP
15#include "wsf_export.h"
25 bool EqualTo(
void* aLHS,
void* aRHS)
override;
#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)
UT_DECLARE_SCRIPT_METHOD(Construct)
WsfScriptRectangularFieldOfViewClass(const std::string &aClassName, UtScriptTypes *aScriptTypesPtr)
Definition WsfScriptRectangularFieldOfViewClass.cpp:18