69 void count(
const List& bins,
const List& l);
72 Histogram(
const Histogram&) =
delete;
75 void operator=(
const Histogram&) =
delete;
83 Histogram(
const List& bins,
const List& l);
105 inline label
nLow()
const
112 inline label
nHigh()
const
label nHigh() const
Return the number of elements > bins[bins.size()-1].
const labelList & counts() const
Return the counts per bin.
label nLow() const
Return the number of elements <= bins[0].
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
const T & const_reference
The type used for reading from constant value_type objects.
label max(const labelHashSet &set, label maxValue=labelMin)
Find the max value in labelHashSet, optionally limited by second argument.
List< label > labelList
A List of labels.
label min(const labelHashSet &set, label minValue=labelMax)
Find the min value in labelHashSet, optionally limited by second argument.