ARB
|
Public Member Functions | |
ValueCounter () | |
ValueCounter (const ValueCounter< T > &other) | |
~ValueCounter () | |
DECLARE_ASSIGNMENT_OPERATOR (ValueCounter< T >) | |
void | count_value (T val) |
int | get_count () const |
T | get_min () const |
T | get_max () const |
double | get_mean () const |
const char * | mean_min_max () const |
const char * | mean_min_max_percent () const |
ValueCounter< T > & | operator+= (const T &inc) |
ValueCounter< T > & | operator+= (const ValueCounter< T > &other) |
Definition at line 993 of file AP_Tree.cxx.
|
inline |
Definition at line 1004 of file AP_Tree.cxx.
|
inline |
Definition at line 1011 of file AP_Tree.cxx.
|
inline |
Definition at line 1018 of file AP_Tree.cxx.
ValueCounter< T >::DECLARE_ASSIGNMENT_OPERATOR | ( | ValueCounter< T > | ) |
|
inline |
Definition at line 1022 of file AP_Tree.cxx.
Referenced by DistanceCounter::count_distance(), and DepthMarker::perform_marking().
|
inline |
Definition at line 1029 of file AP_Tree.cxx.
Referenced by DistanceCounter::get_count(), LongBranchMarker::get_report(), and DepthMarker::get_report().
|
inline |
Definition at line 1030 of file AP_Tree.cxx.
Referenced by DistanceCounter::count_distance().
|
inline |
Definition at line 1031 of file AP_Tree.cxx.
Referenced by DistanceCounter::count_distance(), LongBranchMarker::get_max_abs_diff(), DepthMarker::get_max_depth(), and DepthMarker::get_max_rootdist().
|
inline |
Definition at line 1032 of file AP_Tree.cxx.
Referenced by DistanceCounter::count_distance().
|
inline |
Definition at line 1034 of file AP_Tree.cxx.
Referenced by DepthMarker::get_report(), and DistanceCounter::get_report().
|
inline |
Definition at line 1035 of file AP_Tree.cxx.
|
inline |
Definition at line 1037 of file AP_Tree.cxx.
|
inline |
Definition at line 1043 of file AP_Tree.cxx.