21#ifndef vtkCleanUnstructuredGridCells_h 
   22#define vtkCleanUnstructuredGridCells_h 
   24#include "vtkFiltersGeneralModule.h"  
   27VTK_ABI_NAMESPACE_BEGIN
 
remove duplicate/degenerate cells
 
vtkCleanUnstructuredGridCells()
 
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
 
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
 
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
 
~vtkCleanUnstructuredGridCells() override
 
static vtkCleanUnstructuredGridCells * New()
 
a simple class to control print indentation
 
Superclass for algorithms that produce only unstructured grid as output.