VTK  9.4.20250129
vtkRemoveDuplicatePolys.h
Go to the documentation of this file.
1// SPDX-FileCopyrightText: Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
2// SPDX-License-Identifier: BSD-3-Clause
19#ifndef vtkRemoveDuplicatePolys_h
20#define vtkRemoveDuplicatePolys_h
21
22#include "vtkFiltersCoreModule.h" // For export macro
24
25VTK_ABI_NAMESPACE_BEGIN
26class VTKFILTERSCORE_EXPORT vtkRemoveDuplicatePolys : public vtkPolyDataAlgorithm
27{
28public:
30 void PrintSelf(ostream& os, vtkIndent indent) override;
32
33protected:
36
37 // Usual data generation method.
39
40private:
42 void operator=(const vtkRemoveDuplicatePolys&) = delete;
43};
44
45VTK_ABI_NAMESPACE_END
46#endif
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 polydata as output.
remove duplicate/degenerate polygons
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
static vtkRemoveDuplicatePolys * New()
~vtkRemoveDuplicatePolys() override
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.