casacore
|
This is the complete list of members for casacore::Sort, including all inherited members.
addKey(const void *data, DataType, uInt increment, int options) | casacore::Sort | private |
addKey(SortKey *) | casacore::Sort | private |
Ascending enum value | casacore::Sort | |
compare(T index1, T index2) const | casacore::Sort | private |
compareChangeIdx(T i1, T i2, size_t &idxComp) const | casacore::Sort | private |
copy(const Sort &that) | casacore::Sort | private |
data_p | casacore::Sort | private |
DefaultSort enum value | casacore::Sort | |
Descending enum value | casacore::Sort | |
doSort(Vector< T > &indexVector, T nrrec, int options=DefaultSort, Bool tryGenSort=True) const | casacore::Sort | private |
doUnique(Vector< T > &uniqueVector, T nrrec) const | casacore::Sort | private |
doUnique(Vector< T > &uniqueVector, const Vector< T > &indexVector) const | casacore::Sort | private |
doUnique(Vector< T > &uniqueVector, Vector< size_t > &changeKey, const Vector< T > &indexVector) const | casacore::Sort | private |
heapSort(T nr, T *indices) const | casacore::Sort | private |
HeapSort enum value | casacore::Sort | |
heapSortNoDup(T nr, T *indices) const | casacore::Sort | private |
InsSort enum value | casacore::Sort | |
insSort(T nr, T *indices) const | casacore::Sort | private |
insSortNoDup(T nr, T *indices) const | casacore::Sort | private |
keys_p | casacore::Sort | private |
merge(T *inx, T *tmp, T size, T *index, T nparts) const | casacore::Sort | private |
NoDuplicates enum value | casacore::Sort | |
nrkey_p | casacore::Sort | private |
operator=(const Sort &) | casacore::Sort | |
Option enum name | casacore::Sort | |
Order enum name | casacore::Sort | |
order_p | casacore::Sort | private |
ParSort enum value | casacore::Sort | |
parSort(int nthr, T nrrec, T *inx) const | casacore::Sort | private |
qkSort(T nr, T *indices) const | casacore::Sort | private |
QuickSort enum value | casacore::Sort | |
quickSort(T nr, T *indices) const | casacore::Sort | private |
quickSortNoDup(T nr, T *indices) const | casacore::Sort | private |
siftDown(T low, T up, T *indices) const | casacore::Sort | private |
size_p | casacore::Sort | private |
sort(Vector< uInt > &indexVector, uInt nrrec, int options=DefaultSort, Bool tryGenSort=True) const | casacore::Sort | |
sort(Vector< uInt64 > &indexVector, uInt64 nrrec, int options=DefaultSort, Bool tryGenSort=True) const | casacore::Sort | |
Sort() | casacore::Sort | |
Sort(const void *data, uInt elementSize) | casacore::Sort | |
Sort(const Sort &) | casacore::Sort | |
sortKey(const void *data, DataType, uInt increment=0, Order=Ascending) | casacore::Sort | |
sortKey(const void *data, const CountedPtr< BaseCompare > &, uInt increment, Order=Ascending) | casacore::Sort | |
sortKey(uInt offset, DataType, Order=Ascending) | casacore::Sort | |
sortKey(uInt offset, const CountedPtr< BaseCompare > &, Order=Ascending) | casacore::Sort | |
swap(T index1, T index2, T *indices) const | casacore::Sort | inlineprivate |
unique(Vector< uInt > &uniqueVector, uInt nrrec) const | casacore::Sort | |
unique(Vector< uInt > &uniqueVector, const Vector< uInt > &indexVector) const | casacore::Sort | |
unique(Vector< uInt > &uniqueVector, Vector< size_t > &changeKey, const Vector< uInt > &indexVector) const | casacore::Sort | |
unique(Vector< uInt64 > &uniqueVector, uInt64 nrrec) const | casacore::Sort | |
unique(Vector< uInt64 > &uniqueVector, const Vector< uInt64 > &indexVector) const | casacore::Sort | |
unique(Vector< uInt64 > &uniqueVector, Vector< size_t > &changeKey, const Vector< uInt64 > &indexVector) const | casacore::Sort | |
~Sort() | casacore::Sort |