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 2091 of file AdaptiveKDTree.cpp.
moab::SimpleStat< T >::SimpleStat |
void moab::SimpleStat< T >::add | ( | T | value | ) |
Definition at line 2120 of file AdaptiveKDTree.cpp.
References moab::sum().
Referenced by moab::AdaptiveKDTree::print().
|
inline |
Definition at line 2097 of file AdaptiveKDTree.cpp.
References moab::SimpleStat< T >::count, and moab::SimpleStat< T >::sum.
Referenced by moab::AdaptiveKDTree::print().
|
inline |
Definition at line 2105 of file AdaptiveKDTree.cpp.
References moab::SimpleStat< T >::count, moab::SimpleStat< T >::sqr, and moab::SimpleStat< T >::sum.
Referenced by moab::AdaptiveKDTree::print().
|
inline |
Definition at line 2101 of file AdaptiveKDTree.cpp.
References moab::SimpleStat< T >::count, and moab::SimpleStat< T >::sqr.
Referenced by moab::AdaptiveKDTree::print().
size_t moab::SimpleStat< T >::count |
Definition at line 2094 of file AdaptiveKDTree.cpp.
Referenced by moab::SimpleStat< T >::avg(), moab::SimpleStat< T >::dev(), moab::AdaptiveKDTree::print(), and moab::SimpleStat< T >::rms().
T moab::SimpleStat< T >::max |
Definition at line 2093 of file AdaptiveKDTree.cpp.
Referenced by moab::AdaptiveKDTree::print().
T moab::SimpleStat< T >::min |
Definition at line 2093 of file AdaptiveKDTree.cpp.
Referenced by moab::AdaptiveKDTree::print().
T moab::SimpleStat< T >::sqr |
Definition at line 2093 of file AdaptiveKDTree.cpp.
Referenced by moab::SimpleStat< T >::dev(), and moab::SimpleStat< T >::rms().
T moab::SimpleStat< T >::sum |
Definition at line 2093 of file AdaptiveKDTree.cpp.
Referenced by moab::SimpleStat< T >::avg(), moab::SimpleStat< T >::dev(), and moab::AdaptiveKDTree::print().