VTK  9.3.20240420
vtkPointConnectivityFilter.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
18#ifndef vtkPointConnectivityFilter_h
19#define vtkPointConnectivityFilter_h
20
21#include "vtkDataSetAlgorithm.h"
22#include "vtkFiltersGeneralModule.h" // For export macro
23
24VTK_ABI_NAMESPACE_BEGIN
25class VTKFILTERSGENERAL_EXPORT vtkPointConnectivityFilter : public vtkDataSetAlgorithm
26{
27public:
29
35 void PrintSelf(ostream& os, vtkIndent indent) override;
37
38protected:
41
43
44private:
46 void operator=(const vtkPointConnectivityFilter&) = delete;
47};
48
49VTK_ABI_NAMESPACE_END
50#endif
Superclass for algorithms that produce output of the same type as input.
a simple class to control print indentation
Definition vtkIndent.h:108
Store zero or more vtkInformation instances.
Store vtkAlgorithm input/output information.
output a scalar field indicating point connectivity
void PrintSelf(ostream &os, vtkIndent indent) override
Standard methods for instantiation, obtaining type information and printing.
static vtkPointConnectivityFilter * New()
Standard methods for instantiation, obtaining type information and printing.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called within ProcessRequest when a request asks the algorithm to do its work.
~vtkPointConnectivityFilter() override