VTK
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 =========================================================================*/
145 #ifndef vtkPConnectivityFilter_h
146 #define vtkPConnectivityFilter_h
147 
148 #include "vtkFiltersParallelModule.h" // For export macro
149 #include "vtkConnectivityFilter.h"
150 
151 class VTKFILTERSPARALLEL_EXPORT vtkPConnectivityFilter : public vtkConnectivityFilter
152 {
153 public:
155  void PrintSelf(ostream& os, vtkIndent indent) override;
156 
157  static vtkPConnectivityFilter *New();
158 
159 protected:
161  ~vtkPConnectivityFilter() override;
162 
164 
165 private:
167  void operator=(const vtkPConnectivityFilter&) = delete;
168 };
169 
170 #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:33
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.