ARTS
2.2.66
|
Contains sorting routines. More...
Go to the source code of this file.
Classes | |
class | IndexComp< T > |
IndexComp. More... | |
Functions | |
template<typename T > | |
void | get_sorted_indexes (ArrayOfIndex &sorted, const T &data) |
get_sorted_indexes More... | |
void get_sorted_indexes | ( | ArrayOfIndex & | sorted, |
const T & | data | ||
) |
get_sorted_indexes
The output array contains the sorted indexes of the input data.
The following member functions must be defined for the input data type: T.begin, T.end, T.operator[], T.operator<
Furthermore, it must provide the type T::const_iterator.
sorted | Output array with sorted indexes |
data | Data to sort |
Definition at line 79 of file sorting.h.
Referenced by find_effective_channel_boundaries(), pnd_fieldF07ML(), pnd_fieldF07TR(), pnd_fieldGM58(), pnd_fieldH11(), pnd_fieldH13(), pnd_fieldH13Shape(), pnd_fieldH98(), pnd_fieldMGD_IWC(), pnd_fieldMGD_LWC(), pnd_fieldMH97(), pnd_fieldMP48(), pnd_fieldSS70(), testVector(), VectorInsertGridPoints(), and za_gridOpt().