74 vtkGetMacro(ClosedLoop,
bool);
75 vtkSetMacro(ClosedLoop,
bool);
77 vtkGetMacro(NumberOfIterations,
int);
78 vtkSetMacro(NumberOfIterations,
int);
95 vtkInformationVector **inputVector,
96 vtkInformationVector *outputVector)
override;
99 bool ClosedLoop{
false};
100 int NumberOfIterations{0};
102 int processPoints(vtkUnstructuredGrid *input, vtkUnstructuredGrid *output);
104 int processTriangles(vtkUnstructuredGrid *input, vtkUnstructuredGrid *output);