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 2093 of file AdaptiveKDTree.cpp.
SimpleStat< T >::SimpleStat | ( | ) |
void SimpleStat< T >::add | ( | T | value | ) |
Definition at line 2122 of file AdaptiveKDTree.cpp.
References moab::sum().
Referenced by moab::AdaptiveKDTree::print().
double moab::SimpleStat< T >::avg | ( | ) | const [inline] |
Definition at line 2099 of file AdaptiveKDTree.cpp.
References moab::sum().
Referenced by moab::AdaptiveKDTree::print().
double moab::SimpleStat< T >::dev | ( | ) | const [inline] |
Definition at line 2107 of file AdaptiveKDTree.cpp.
References moab::sum().
Referenced by moab::AdaptiveKDTree::print().
double moab::SimpleStat< T >::rms | ( | ) | const [inline] |
Definition at line 2103 of file AdaptiveKDTree.cpp.
Referenced by moab::AdaptiveKDTree::print().
size_t moab::SimpleStat< T >::count |
Definition at line 2096 of file AdaptiveKDTree.cpp.
Referenced by SimpleStat< T >::avg(), SimpleStat< T >::dev(), moab::AdaptiveKDTree::print(), and SimpleStat< T >::rms().
T moab::SimpleStat< T >::max |
Definition at line 2095 of file AdaptiveKDTree.cpp.
Referenced by moab::AdaptiveKDTree::print().
T moab::SimpleStat< T >::min |
Definition at line 2095 of file AdaptiveKDTree.cpp.
Referenced by moab::AdaptiveKDTree::print().
T moab::SimpleStat< T >::sqr |
Definition at line 2095 of file AdaptiveKDTree.cpp.
Referenced by SimpleStat< T >::dev(), and SimpleStat< T >::rms().
T moab::SimpleStat< T >::sum |
Definition at line 2095 of file AdaptiveKDTree.cpp.
Referenced by SimpleStat< T >::avg(), SimpleStat< T >::dev(), and moab::AdaptiveKDTree::print().