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