VTK  9.4.20241112
vtkPConnectivityFilter.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
3
4// clang-format off
123// clang-format on
124
125#ifndef vtkPConnectivityFilter_h
126#define vtkPConnectivityFilter_h
127
129#include "vtkFiltersParallelGeometryModule.h" // For export macro
130
131VTK_ABI_NAMESPACE_BEGIN
132class VTKFILTERSPARALLELGEOMETRY_EXPORT vtkPConnectivityFilter : public vtkConnectivityFilter
133{
134public:
136 void PrintSelf(ostream& os, vtkIndent indent) override;
137
139
140protected:
143
145
146private:
148 void operator=(const vtkPConnectivityFilter&) = delete;
149};
150
151VTK_ABI_NAMESPACE_END
152#endif
extract data based on geometric connectivity
a simple class to control print indentation
Definition vtkIndent.h:108
Store zero or more vtkInformation instances.
Store vtkAlgorithm input/output information.
Parallel version of vtkConnectivityFilter.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
~vtkPConnectivityFilter() override
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
Usual vtkAlgorithm method implementations.
static vtkPConnectivityFilter * New()