VTK  9.4.20250406
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
27VTK_ABI_NAMESPACE_BEGIN
28class VTKFILTERSGENERAL_EXPORT vtkCleanUnstructuredGridCells : public vtkUnstructuredGridAlgorithm
29{
30public:
32
34
35 void PrintSelf(ostream& os, vtkIndent indent) override;
36
37protected:
40
42 int FillInputPortInformation(int port, vtkInformation* info) override;
43
44private:
46 void operator=(const vtkCleanUnstructuredGridCells&) = delete;
47};
48VTK_ABI_NAMESPACE_END
49#endif
remove duplicate/degenerate cells
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
Definition vtkIndent.h:108
Store zero or more vtkInformation instances.
Store vtkAlgorithm input/output information.
Superclass for algorithms that produce only unstructured grid as output.