VTK  9.3.20240417
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 
130 #include "vtkConnectivityFilter.h"
131 #include "vtkFiltersParallelGeometryModule.h" // For export macro
132 
133 VTK_ABI_NAMESPACE_BEGIN
134 class VTKFILTERSPARALLELGEOMETRY_EXPORT vtkPConnectivityFilter : public vtkConnectivityFilter
135 {
136 public:
138  void PrintSelf(ostream& os, vtkIndent indent) override;
139 
141 
142 protected:
145 
147 
148 private:
150  void operator=(const vtkPConnectivityFilter&) = delete;
151 };
152 
153 VTK_ABI_NAMESPACE_END
154 #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
static vtkPConnectivityFilter * New()
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.