VTK  9.3.0
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
remove duplicate/degenerate cells
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
static vtkCleanUnstructuredGridCells * 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.
~vtkCleanUnstructuredGridCells() override
a simple class to control print indentation
Definition: vtkIndent.h:29
Store zero or more vtkInformation instances.
Store vtkAlgorithm input/output information.
Superclass for algorithms that produce only unstructured grid as output.
@ info
Definition: vtkX3D.h:376
@ port
Definition: vtkX3D.h:447