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 =========================================================================*/
130 #ifndef vtkPConnectivityFilter_h
131 #define vtkPConnectivityFilter_h
132 
133 #include "vtkFiltersParallelGeometryModule.h" // For export macro
134 #include "vtkConnectivityFilter.h"
135 
136 class VTKFILTERSPARALLELGEOMETRY_EXPORT vtkPConnectivityFilter : public vtkConnectivityFilter
137 {
138 public:
140  void PrintSelf(ostream& os, vtkIndent indent) override;
141 
142  static vtkPConnectivityFilter *New();
143 
144 protected:
146  ~vtkPConnectivityFilter() override;
147 
149 
150 private:
152  void operator=(const vtkPConnectivityFilter&) = delete;
153 };
154 
155 #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.