35 #ifndef vtkSortFieldData_h
36 #define vtkSortFieldData_h
38 #include "vtkCommonDataModelModule.h"
41 VTK_ABI_NAMESPACE_BEGIN
98 vtkFieldData* fd,
const char* arrayName,
int k,
int returnIndices,
int dir);
109 VTK_ABI_NAMESPACE_END
110 #endif // vtkSortFieldData_h
void PrintSelf(ostream &os, vtkIndent indent) override
Standard VTK methods for instantiating, managing type, and printing information about this class...
a simple class to control print indentation
static void Sort(vtkIdList *keys)
Sorts the given array in ascending order.
provides a method for sorting field data
static vtkSortDataArray * New()
Standard VTK methods for instantiating, managing type, and printing information about this class...
provides several methods for sorting VTK arrays.
static vtkIdType * Sort(vtkFieldData *fd, const char *arrayName, int k, int returnIndices)
Given field data (and derived classes such as point data and cell data), sort all the arrays in the f...
represent and manipulate fields of data