11#ifndef vtkRemoveUnusedPoints_h 
   12#define vtkRemoveUnusedPoints_h 
   14#include "vtkFiltersCoreModule.h"  
   17VTK_ABI_NAMESPACE_BEGIN
 
   30  vtkSetMacro(GenerateOriginalPointIds, 
bool);
 
   31  vtkGetMacro(GenerateOriginalPointIds, 
bool);
 
   32  vtkBooleanMacro(GenerateOriginalPointIds, 
bool);
 
   40  vtkSetStringMacro(OriginalPointIdsArrayName);
 
   41  vtkGetStringMacro(OriginalPointIdsArrayName);
 
   55  bool GenerateOriginalPointIds;
 
   56  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.