|
MOAB: Mesh Oriented datABase
(version 5.4.1)
|
Public Member Functions | |
| SimpleStat () | |
| void | add (T value) |
| double | avg () const |
| double | rms () const |
| double | dev () const |
Public Attributes | |
| T | min |
| T | max |
| T | sum |
| T | sqr |
| size_t | count |
Definition at line 384 of file obb_tree_tool.cpp.
| SimpleStat< T >::SimpleStat | ( | ) |
| void SimpleStat< T >::add | ( | T | value | ) |
| double SimpleStat< T >::avg | ( | ) | const [inline] |
Definition at line 390 of file obb_tree_tool.cpp.
References moab::SimpleStat< T >::count, and moab::SimpleStat< T >::sum.
| double SimpleStat< T >::dev | ( | ) | const [inline] |
Definition at line 398 of file obb_tree_tool.cpp.
References moab::SimpleStat< T >::count, moab::SimpleStat< T >::sqr, and moab::SimpleStat< T >::sum.
| double SimpleStat< T >::rms | ( | ) | const [inline] |
Definition at line 394 of file obb_tree_tool.cpp.
References moab::SimpleStat< T >::count, and moab::SimpleStat< T >::sqr.
| size_t SimpleStat< T >::count |
Definition at line 387 of file obb_tree_tool.cpp.
| T SimpleStat< T >::max |
Definition at line 386 of file obb_tree_tool.cpp.
| T SimpleStat< T >::min |
Definition at line 386 of file obb_tree_tool.cpp.
| T SimpleStat< T >::sqr |
Definition at line 386 of file obb_tree_tool.cpp.
| T SimpleStat< T >::sum |
Definition at line 386 of file obb_tree_tool.cpp.