Mesh Oriented datABase
(version 5.4.1)
Array-based unstructured mesh datastructure
|
Public Member Functions | |
Ratio () | |
void | accum (double v) |
Public Attributes | |
double | min |
double | max |
double | sum |
double | sqr |
int | hist [10] |
Definition at line 1739 of file OrientedBoxTreeTool.cpp.
moab::StatData::Ratio::Ratio | ( | ) | [inline] |
void moab::StatData::Ratio::accum | ( | double | v | ) | [inline] |
Definition at line 1749 of file OrientedBoxTreeTool.cpp.
References moab::sum().
Referenced by moab::OrientedBoxTreeTool::recursive_stats().
int moab::StatData::Ratio::hist[10] |
Definition at line 1742 of file OrientedBoxTreeTool.cpp.
Referenced by moab::OrientedBoxTreeTool::stats().
double moab::StatData::Ratio::max |
Definition at line 1741 of file OrientedBoxTreeTool.cpp.
Referenced by moab::OrientedBoxTreeTool::stats().
double moab::StatData::Ratio::min |
Definition at line 1741 of file OrientedBoxTreeTool.cpp.
Referenced by moab::OrientedBoxTreeTool::stats().
double moab::StatData::Ratio::sqr |
Definition at line 1741 of file OrientedBoxTreeTool.cpp.
Referenced by moab::OrientedBoxTreeTool::stats().
double moab::StatData::Ratio::sum |
Definition at line 1741 of file OrientedBoxTreeTool.cpp.
Referenced by moab::OrientedBoxTreeTool::stats().