23#ifndef vtkRemoveUnusedPoints_h
24#define vtkRemoveUnusedPoints_h
26#include "vtkFiltersCoreModule.h"
41 vtkSetMacro(GenerateOriginalPointIds,
bool);
42 vtkGetMacro(GenerateOriginalPointIds,
bool);
43 vtkBooleanMacro(GenerateOriginalPointIds,
bool);
51 vtkSetStringMacro(OriginalPointIdsArrayName);
52 vtkGetStringMacro(OriginalPointIdsArrayName);
66 bool GenerateOriginalPointIds;
67 char* OriginalPointIdsArrayName;
a simple class to control print indentation
remove points not used by any cell.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
static vtkRemoveUnusedPoints * New()
int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) override
This is called by the superclass.
~vtkRemoveUnusedPoints() override
Superclass for algorithms that produce only unstructured grid as output.