26 using Point = std::vector<double>;
37 const std::vector<double>& aRowValues,
38 const std::vector<double>& aColValues,
39 const std::vector<Point>& aVarValues);
43 void WritePdMapFile(
const std::vector<double>& aRowValues,
44 const std::vector<double>& aColValues,
45 const std::vector<Point>& aVarValues,
48 std::string GetPdMapFileJsonMetadata()
const;
55 double mGroundRangeMin;
56 double mGroundRangeMax;
57 double mGroundRangeStep;
58 std::string mGroundRangeUnits;
62 std::string mAltitudeUnits;
64 std::string mPdMapFile;
65 std::string mHeaderLine1;
66 std::string mHeaderLine2;
67 std::string mHeaderLine3;
68 size_t mOutputColumnLimit;
69 std::string mGnuPlotFile;
70 std::string mGnuPlotPlayerFile;
74 bool mFixedSensorPosition;
Contains the data required to create a simulation, and acts as the entry point for input file process...
Definition WsfScenario.hpp:111