VTK  9.3.20240328
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
23 #include "vtkPolyDataAlgorithm.h"
24 
25 VTK_ABI_NAMESPACE_BEGIN
26 class VTKFILTERSCORE_EXPORT vtkRemoveDuplicatePolys : public vtkPolyDataAlgorithm
27 {
28 public:
30  void PrintSelf(ostream& os, vtkIndent indent) override;
32 
33 protected:
36 
37  // Usual data generation method.
39 
40 private:
42  void operator=(const vtkRemoveDuplicatePolys&) = delete;
43 };
44 
45 VTK_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.
~vtkRemoveDuplicatePolys() override
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
static vtkRemoveDuplicatePolys * New()