47#ifndef vtkSortFieldData_h
48#define vtkSortFieldData_h
50#include "vtkCommonDataModelModule.h"
85 int k,
int returnIndices)
109 int k,
int returnIndices,
int dir);
represent and manipulate fields of data
a simple class to control print indentation
provides several methods for sorting VTK arrays.
provides a method for sorting field data
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...
~vtkSortFieldData() override
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, int dir)
Given field data (and derived classes such as point data and cell data), sort all the arrays in the f...
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.