VTK  9.3.1
vtkCleanUnstructuredGridCells.h
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
2 // SPDX-FileCopyrightText: Copyright (c) Kitware, Inc.
3 // SPDX-License-Identifier: BSD-3-Clause
21 #ifndef vtkCleanUnstructuredGridCells_h
22 #define vtkCleanUnstructuredGridCells_h
23 
24 #include "vtkFiltersGeneralModule.h" // For export macro
26 
27 VTK_ABI_NAMESPACE_BEGIN
28 class VTKFILTERSGENERAL_EXPORT vtkCleanUnstructuredGridCells : public vtkUnstructuredGridAlgorithm
29 {
30 public:
32 
34 
35  void PrintSelf(ostream& os, vtkIndent indent) override;
36 
37 protected:
40 
43 
44 private:
46  void operator=(const vtkCleanUnstructuredGridCells&) = delete;
47 };
48 VTK_ABI_NAMESPACE_END
49 #endif
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
Store vtkAlgorithm input/output information.
static vtkUnstructuredGridAlgorithm * New()
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.
a simple class to control print indentation
Definition: vtkIndent.h:28
Superclass for algorithms that produce only unstructured grid as output.
remove duplicate/degenerate cells
Store zero or more vtkInformation instances.