Inheritance diagram for moab::StatData::Stat< T >: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.
|
inline |
|
inline |
Definition at line 1778 of file OrientedBoxTreeTool.cpp.
References moab::sum().
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().