12#ifndef VERTICALCOVERAGEFUNCTION_HPP
13#define VERTICALCOVERAGEFUNCTION_HPP
33 bool mOutputMaxHeight;
39 std::string mOutputBase;
40 std::string mOutputFile;
42 double mLargeRangeStep;
43 double mSmallRangeStep;
46 double mElevationStep;
47 std::string mAltUnitsStr;
48 std::string mRangeUnitsStr;
49 std::string mX_UnitsStr;
50 std::string mY_UnitsStr;
Function(const Function &)=default
bool Execute(WsfSimulation &aSimulation) override
Definition VerticalCoverageFunction.cpp:60
VerticalCoverageFunction(const WsfScenario &aScenario)
Definition VerticalCoverageFunction.cpp:37
bool ProcessInput(UtInput &aInput) override
Definition VerticalCoverageFunction.cpp:277
static const double cUNDEFINED
Definition VerticalCoverageFunction.hpp:24
Contains the data required to create a simulation, and acts as the entry point for input file process...
Definition WsfScenario.hpp:111
The main controller for a simulation.
Definition WsfSimulation.hpp:109