12#ifndef WSFSCRIPTEQUATORIALFIELDOFVIEWCLASS_HPP
13#define WSFSCRIPTEQUATORIALFIELDOFVIEWCLASS_HPP
15#include "wsf_export.h"
25 bool EqualTo(
void* aLHS,
void* aRHS)
override;
#define WSF_EXPORT
Definition WsfXIO_Export.hpp:35
UT_DECLARE_SCRIPT_METHOD(PolarFieldOfView)
bool EqualTo(void *aLHS, void *aRHS) override
Definition WsfScriptEquatorialFieldOfViewClass.cpp:33
UT_DECLARE_SCRIPT_METHOD(Construct)
WsfScriptEquatorialFieldOfViewClass(const std::string &aClassName, UtScriptTypes *aScriptTypesPtr)
Definition WsfScriptEquatorialFieldOfViewClass.cpp:18
UT_DECLARE_SCRIPT_METHOD(EquatorialFieldOfView)
WsfScriptFieldOfViewClass(const std::string &aClassName, UtScriptTypes *aScriptTypesPtr)
Definition WsfScriptFieldOfViewClass.cpp:17