36 #ifndef SortableListDRGEP_H 37 #define SortableListDRGEP_H 79 return values_[a] < values_[
b];
less(const UList< Type > &values)
Less function class used by the sort function.
void sort()
Sort the list (if changed after construction time)
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
SortableListDRGEP(const List< Type > &)
Construct from List, sorting the elements. Starts with indices set.
const dimensionedScalar b
Wien displacement law constant: default SI units: [m K].
A list that is sorted upon construction or when explicitly requested with the sort() method...
void setSize(const label)
Size the list. If grow can cause undefined indices (until next sort)
bool operator()(const label a, const label b)
void operator=(const SortableListDRGEP< Type > &)
const labelList & indices() const
Return the list of sorted indices. Updated every sort.
void partialSort(int M)
Partial sort the list (if changed after construction time)
label size() const
Return the number of elements in the UList.
void stableSort()
Sort the list (if changed after construction time)