 |
VTK
9.0.1
|
Go to the documentation of this file.
44 #ifndef vtkSortFieldData_h
45 #define vtkSortFieldData_h
47 #include "vtkCommonDataModelModule.h"
106 vtkFieldData* fd,
const char* arrayName,
int k,
int returnIndices,
int dir);
117 #endif // vtkSortFieldData_h
provides several methods for sorting VTK arrays.
static vtkSortFieldData * New()
Standard VTK methods for instantiating, managing type, and printing information about this class.
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
~vtkSortFieldData() override
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
a simple class to control print indentation
static vtkIdType * Sort(vtkFieldData *fd, const char *arrayName, int k, int returnIndices, int dir)
Given field data (and derived classes such as point data and cell data), sort all the arrays in the f...
provides a method for sorting field data