12#ifndef WSFCOVERAGEMEASUREGRIDSTATS_HPP
13#define WSFCOVERAGEMEASUREGRIDSTATS_HPP
15#include "wsf_coverage_export.h"
46 double mMinValue{std::numeric_limits<double>::max()};
47 double mMaxValue{std::numeric_limits<double>::lowest()};
Definition WsfCoverage.hpp:57
double GetMeanValue() const
Return the mean value over the grid.
Definition WsfCoverageMeasureGridStats.hpp:40
double GetMaxValue() const
Return the maximum value over the grid.
Definition WsfCoverageMeasureGridStats.hpp:37
int GetCount() const
Return the number of values from which the statistics were computed.
Definition WsfCoverageMeasureGridStats.hpp:43
double GetMinValue() const
Return the minimum value over the grid.
Definition WsfCoverageMeasureGridStats.hpp:34
MeasureGridStats(const Coverage &aCoverage, const Measure &aMeasure)
Definition WsfCoverageMeasureGridStats.cpp:24
Definition WsfCoverageMeasure.hpp:43
Definition WsfCoverage.cpp:35
Function definitions for those who need run-time access to the version.
Definition WsfComm.cpp:32