VTK  9.3.0
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
127#ifndef vtkPConnectivityFilter_h
128#define vtkPConnectivityFilter_h
129
131#include "vtkFiltersParallelGeometryModule.h" // For export macro
132
133VTK_ABI_NAMESPACE_BEGIN
134class VTKFILTERSPARALLELGEOMETRY_EXPORT vtkPConnectivityFilter : public vtkConnectivityFilter
135{
136public:
138 void PrintSelf(ostream& os, vtkIndent indent) override;
139
141
142protected:
145
147
148private:
150 void operator=(const vtkPConnectivityFilter&) = delete;
151};
152
153VTK_ABI_NAMESPACE_END
154#endif
extract data based on geometric connectivity
a simple class to control print indentation
Definition vtkIndent.h:29
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
This is called by the superclass.
static vtkPConnectivityFilter * New()