Public Member Functions | |
HailStats () | |
HailStats (code::DataRow inRow, code::Location thisLoc) | |
bool | isGood () |
void | buildRow () |
Public Attributes | |
float | max |
float | median |
float | min |
float | perc10 |
float | perc25 |
float | perc75 |
float | perc90 |
float | pointMatch |
int | num_points |
std::string | all_values |
std::string | unit |
code::DataRow | statsRow |
code::Location | loc |
hailtruth::HailStats::HailStats | ( | ) | [inline] |
hailtruth::HailStats::HailStats | ( | code::DataRow | inRow, | |
code::Location | thisLoc | |||
) | [inline] |
void hailtruth::HailStats::buildRow | ( | ) |
bool hailtruth::HailStats::isGood | ( | ) | [inline] |
std::string hailtruth::HailStats::all_values |
code::Location hailtruth::HailStats::loc |
code::DataRow hailtruth::HailStats::statsRow |
std::string hailtruth::HailStats::unit |