|
MOAB: Mesh Oriented datABase
(version 5.4.1)
|
Public Member Functions | |
| stat_set () | |
| void | add (double val) |
| void | add (const stat_set &stats) |
| void | clear () |
Public Attributes | |
| double | sum |
| double | sqr |
| double | min |
| double | max |
| long | count |
| stat_set::stat_set | ( | ) | [inline] |
| void stat_set::add | ( | double | val | ) | [inline] |
| void stat_set::add | ( | const stat_set & | stats | ) | [inline] |
| void stat_set::clear | ( | ) | [inline] |
| long stat_set::count |
Definition at line 73 of file size.cpp.
Referenced by add(), and print_stats().
| double stat_set::max |
Definition at line 72 of file size.cpp.
Referenced by add(), and print_stats().
| double stat_set::min |
Definition at line 71 of file size.cpp.
Referenced by add(), and print_stats().
| double stat_set::sqr |
Definition at line 70 of file size.cpp.
Referenced by add(), and print_stats().
| double stat_set::sum |
Definition at line 69 of file size.cpp.
Referenced by add(), and print_stats().