WSF
WsfScriptTerrainClass.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 2003-2015 The Boeing 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 WsfScriptTerrainClass_HPP
13#define WsfScriptTerrainClass_HPP
14
15#include "wsf_export.h"
16
17#include "UtScriptBasicTypes.hpp"
18
21
22class WSF_EXPORT WsfScriptTerrainClass : public UtScriptClass
23{
24public:
25 WsfScriptTerrainClass(const std::string& aClassName, UtScriptTypes* aTypesPtr);
26
27 ~WsfScriptTerrainClass() override;
28
29 // See the base class for a description of Create, Clone, and Destroy.
30
31 void* Create(const UtScriptContext& aInstance) override;
32 void Destroy(void* aObjectPtr) override;
33
34 UT_DECLARE_SCRIPT_METHOD(BathymetryElevApprox);
35 UT_DECLARE_SCRIPT_METHOD(BathymetryElevInterp);
36 UT_DECLARE_SCRIPT_METHOD(TerrainElevApprox);
37 UT_DECLARE_SCRIPT_METHOD(TerrainElevInterp);
38 UT_DECLARE_SCRIPT_METHOD(VegetationElevApprox);
39 UT_DECLARE_SCRIPT_METHOD(VegetationElevInterp);
40 UT_DECLARE_SCRIPT_METHOD(MaskedByTerrain);
41 UT_DECLARE_SCRIPT_METHOD(MaskedByVegetation);
42 UT_DECLARE_SCRIPT_METHOD(MaskedByUnderwaterTerrain);
43};
44
45#endif
#define WSF_EXPORT
Definition WsfXIO_Export.hpp:35
WsfScriptTerrainClass(const std::string &aClassName, UtScriptTypes *aTypesPtr)
Definition WsfScriptTerrainClass.cpp:19
UT_DECLARE_SCRIPT_METHOD(MaskedByUnderwaterTerrain)
void * Create(const UtScriptContext &aInstance) override
Definition WsfScriptTerrainClass.cpp:43
UT_DECLARE_SCRIPT_METHOD(VegetationElevInterp)
UT_DECLARE_SCRIPT_METHOD(TerrainElevApprox)
UT_DECLARE_SCRIPT_METHOD(MaskedByVegetation)
UT_DECLARE_SCRIPT_METHOD(BathymetryElevInterp)
void Destroy(void *aObjectPtr) override
Definition WsfScriptTerrainClass.cpp:49
UT_DECLARE_SCRIPT_METHOD(BathymetryElevApprox)
UT_DECLARE_SCRIPT_METHOD(MaskedByTerrain)
UT_DECLARE_SCRIPT_METHOD(TerrainElevInterp)
UT_DECLARE_SCRIPT_METHOD(VegetationElevApprox)
Copyrights Multiple, All Rights Reserved