Sort indices to a block of data
#include "dip_sort.h"
dip_Error dip_QuickSortIndices ( data, indices, size, dataType )
Sort a list of indices rather than the data itself using the quick sort algorithm.
Data type | Name | Description |
void * | data | Data |
dip_sint32 * | indices | Indices |
dip_int | size | Size |
dip_DataType | dataType | Data type. See DIPlib's data types |
General information about sorting
QuickSort, QuickSortIndices16, Sort, ImageSort, SortIndices, SortIndices16, ImageSortIndices