36 #ifndef SortableListEFA_H 37 #define SortableListEFA_H 79 return values_[a] > values_[
b];
bool operator()(const label a, const label b)
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
SortableListEFA(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...
const labelList & indices() const
Return the list of sorted indices. Updated every sort.
void operator=(const SortableListEFA< Type > &)
Less function class used by the sort function.
void setSize(const label)
Size the list. If grow can cause undefined indices (until next sort)
more(const UList< Type > &values)
void partialSort(int M, int start)
Partial sort the list (if changed after construction time)
void stableSort()
Sort the list (if changed after construction time)
label size() const
Return the number of elements in the UList.
void sort()
Sort the list (if changed after construction time)