12#ifndef HORIZONTALCOVERAGEFUNCTION_HPP
13#define HORIZONTALCOVERAGEFUNCTION_HPP
39 std::string mOutputBase;
40 std::string mOutputFile;
43 double mLargeRangeStep;
44 double mSmallRangeStep;
48 std::vector<double> mAltValues;
49 std::string mAltUnitsStr;
50 std::string mRangeUnitsStr;
51 std::string mX_UnitsStr;
52 std::string mY_UnitsStr;
Function(const Function &)=default
bool Execute(WsfSimulation &aSimulation) override
Definition HorizontalCoverageFunction.cpp:62
HorizontalCoverageFunction(WsfScenario &aScenario)
Definition HorizontalCoverageFunction.cpp:37
bool ProcessInput(UtInput &aInput) override
Definition HorizontalCoverageFunction.cpp:249
static const double cUNDEFINED
Definition HorizontalCoverageFunction.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