Go to the documentation of this file.
38 #ifndef SortableListEFA_H
39 #define SortableListEFA_H
81 return values_[a] > values_[
b];
SortableListEFA(const List< Type > &)
more(const UList< Type > &values)
List< T > values(const HashTable< T, Key, Hash > &tbl, const bool doSort=false)
void setSize(const label)
bool operator()(const label a, const label b)
A list that is sorted upon construction or when explicitly requested with the sort() method.
const dimensionedScalar b
const labelList & indices() const
void operator=(const SortableListEFA< Type > &)
void partialSort(int M, int start)
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...