49 #ifndef vtkSortDataArray_h
50 #define vtkSortDataArray_h
52 #include "vtkCommonCoreModule.h"
55 VTK_ABI_NAMESPACE_BEGIN
159 static void GenerateSortIndices(
161 static void ShuffleArray(
vtkIdType* idx,
int dataType,
vtkIdType numKeys,
int numComp,
163 static void ShuffleIdList(
173 static void GenerateSort1Indices(
int dataType,
void* dataIn,
vtkIdType numKeys,
vtkIdType* idx);
177 static void Shuffle1Array(
185 VTK_ABI_NAMESPACE_END
186 #endif // vtkSortDataArray_h
static void Sort(vtkAbstractArray *keys, vtkAbstractArray *values)
Sorts the given key/value pairs based on the keys (the keys are expected to be 1-tuples, values may have number of components >= 1).
abstract base class for most VTK objects
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
Abstract superclass for all arrays.
static void Sort(vtkAbstractArray *keys, vtkIdList *values)
static void SortArrayByComponent(vtkAbstractArray *arr, int k)
Sorts the given data array using the specified component as a key.
void Sort(RandomIt bitr, RandomIt eitr, BackToFront< T > &me)
a simple class to control print indentation
list of point or cell ids
static void Sort(vtkAbstractArray *keys)
static void Sort(vtkIdList *keys)
Sorts the given array in ascending order.
provides several methods for sorting VTK arrays.
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...