VTK  9.2.6
vtkPConnectivityFilter.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkPConnectivityFilter.h
5 
6  Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
7  All rights reserved.
8  See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
9 
10  This software is distributed WITHOUT ANY WARRANTY; without even
11  the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
12  PURPOSE. See the above copyright notice for more information.
13 
14 =========================================================================*/
139 #ifndef vtkPConnectivityFilter_h
140 #define vtkPConnectivityFilter_h
141 
142 #include "vtkConnectivityFilter.h"
143 #include "vtkFiltersParallelGeometryModule.h" // For export macro
144 
145 class VTKFILTERSPARALLELGEOMETRY_EXPORT vtkPConnectivityFilter : public vtkConnectivityFilter
146 {
147 public:
149  void PrintSelf(ostream& os, vtkIndent indent) override;
150 
151  static vtkPConnectivityFilter* New();
152 
153 protected:
155  ~vtkPConnectivityFilter() override;
156 
158 
159 private:
161  void operator=(const vtkPConnectivityFilter&) = delete;
162 };
163 
164 #endif
Store vtkAlgorithm input/output information.
extract data based on geometric connectivity
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
a simple class to control print indentation
Definition: vtkIndent.h:39
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
static vtkConnectivityFilter * New()
Construct with default extraction mode to extract largest regions.
Parallel version of vtkConnectivityFilter.
Store zero or more vtkInformation instances.