22#ifndef vtkHilbertCurveSorter_h
23#define vtkHilbertCurveSorter_h
25#include "vtkFiltersCoreModule.h"
29VTK_ABI_NAMESPACE_BEGIN
56 vtkSetMacro(ComputePermutationOnly,
bool);
57 vtkBooleanMacro(ComputePermutationOnly,
bool);
58 vtkGetMacro(ComputePermutationOnly,
bool);
74 bool ComputePermutationOnly =
false;
void PrintSelf(ostream &os, vtkIndent indent) override
Standard VTK methods for instantiating, managing type, and printing information about this class.
vtkHilbertCurveSorter()=default
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called within ProcessRequest when a request asks the algorithm to do its work.
~vtkHilbertCurveSorter() override=default
static vtkHilbertCurveSorter * New()
Standard VTK methods for instantiating, managing type, and printing information about this class.
list of point or cell ids
a simple class to control print indentation
Allocate and hold a VTK object.