DIPlib Documentation - ©1995-2017 Quantitative Imaging Group, Delft University of Technology.

QuickSortIndices

Sort indices to a block of data

SYNOPSIS

#include "dip_sort.h"

dip_Error dip_QuickSortIndices ( data, indices, size, dataType )

FUNCTION

Sort a list of indices rather than the data itself using the quick sort algorithm.

ARGUMENTS

Data typeNameDescription
void *dataData
dip_sint32 *indicesIndices
dip_intsizeSize
dip_DataTypedataTypeData type. See DIPlib's data types

SEE ALSO

General information about sorting

QuickSort, QuickSortIndices16, Sort, ImageSort, SortIndices, SortIndices16, ImageSortIndices