VTK  9.1.0
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
140#include "vtkFiltersParallelGeometryModule.h" // For export macro
141
142class VTKFILTERSPARALLELGEOMETRY_EXPORT vtkPConnectivityFilter : public vtkConnectivityFilter
143{
144public:
146 void PrintSelf(ostream& os, vtkIndent indent) override;
147
149
150protected:
153
155
156private:
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:113
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()