22#ifndef vtkHilbertCurveSorter_h
23#define vtkHilbertCurveSorter_h
25#include "vtkFiltersPointsModule.h"
28VTK_ABI_NAMESPACE_BEGIN
55 vtkSetMacro(ComputePermutationOnly,
bool);
56 vtkBooleanMacro(ComputePermutationOnly,
bool);
57 vtkGetMacro(ComputePermutationOnly,
bool);
73 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.