MOAB: Mesh Oriented datABase
(version 5.4.1)
|
Public Member Functions | |
Stat () | |
void | accum (T v) |
Public Attributes | |
T | min |
T | max |
double | sum |
double | sqr |
Definition at line 1765 of file OrientedBoxTreeTool.cpp.
moab::StatData::Stat< T >::Stat | ( | ) | [inline] |
void moab::StatData::Stat< T >::accum | ( | T | v | ) | [inline] |
Definition at line 1778 of file OrientedBoxTreeTool.cpp.
Referenced by moab::OrientedBoxTreeTool::recursive_stats().
T moab::StatData::Stat< T >::max |
Definition at line 1767 of file OrientedBoxTreeTool.cpp.
Referenced by moab::OrientedBoxTreeTool::stats().
T moab::StatData::Stat< T >::min |
Definition at line 1767 of file OrientedBoxTreeTool.cpp.
Referenced by moab::OrientedBoxTreeTool::stats().
double moab::StatData::Stat< T >::sqr |
Definition at line 1768 of file OrientedBoxTreeTool.cpp.
Referenced by moab::OrientedBoxTreeTool::stats().
double moab::StatData::Stat< T >::sum |
Definition at line 1768 of file OrientedBoxTreeTool.cpp.
Referenced by moab::OrientedBoxTreeTool::stats().