11#ifndef vtkRemoveUnusedPoints_h
12#define vtkRemoveUnusedPoints_h
14#include "vtkFiltersCoreModule.h"
18VTK_ABI_NAMESPACE_BEGIN
32 vtkSetMacro(GenerateOriginalPointIds,
bool);
33 vtkGetMacro(GenerateOriginalPointIds,
bool);
34 vtkBooleanMacro(GenerateOriginalPointIds,
bool);
42 vtkSetStringMacro(OriginalPointIdsArrayName);
43 vtkGetStringMacro(OriginalPointIdsArrayName);
57 bool GenerateOriginalPointIds;
58 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.