VTK  9.0.2
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 =========================================================================*/
136 #ifndef vtkPConnectivityFilter_h
137 #define vtkPConnectivityFilter_h
138 
139 #include "vtkConnectivityFilter.h"
140 #include "vtkFiltersParallelGeometryModule.h" // For export macro
141 
142 class VTKFILTERSPARALLELGEOMETRY_EXPORT vtkPConnectivityFilter : public vtkConnectivityFilter
143 {
144 public:
146  void PrintSelf(ostream& os, vtkIndent indent) override;
147 
149 
150 protected:
153 
155 
156 private:
158  void operator=(const vtkPConnectivityFilter&) = delete;
159 };
160 
161 #endif
extract data based on geometric connectivity
a simple class to control print indentation
Definition: vtkIndent.h:34
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.