VTK  9.5.20250927
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#include "vtkWrappingHints.h" // For VTK_MARSHALAUTO
25
26VTK_ABI_NAMESPACE_BEGIN
28{
29public:
31 void PrintSelf(ostream& os, vtkIndent indent) override;
33
34protected:
37
38 // Usual data generation method.
40
41private:
43 void operator=(const vtkRemoveDuplicatePolys&) = delete;
44};
45
46VTK_ABI_NAMESPACE_END
47#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.
#define VTK_MARSHALAUTO