VTK
dox
Filters
ParallelGeometry
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
:
139
vtkTypeMacro(
vtkPConnectivityFilter
,
vtkConnectivityFilter
);
140
void
PrintSelf
(ostream& os,
vtkIndent
indent)
override
;
141
142
static
vtkPConnectivityFilter
*
New
();
143
144
protected
:
145
vtkPConnectivityFilter
();
146
~
vtkPConnectivityFilter
()
override
;
147
148
int
RequestData
(
vtkInformation
*,
vtkInformationVector
**,
vtkInformationVector
*)
override
;
149
150
private
:
151
vtkPConnectivityFilter
(
const
vtkPConnectivityFilter
&) =
delete
;
152
void
operator=(
const
vtkPConnectivityFilter
&) =
delete
;
153
};
154
155
#endif
vtkConnectivityFilter::New
static vtkConnectivityFilter * New()
Construct with default extraction mode to extract largest regions.
vtkConnectivityFilter.h
vtkInformationVector
Store zero or more vtkInformation instances.
Definition:
vtkInformationVector.h:41
vtkConnectivityFilter
extract data based on geometric connectivity
Definition:
vtkConnectivityFilter.h:84
vtkPConnectivityFilter
Parallel version of vtkConnectivityFilter.
Definition:
vtkPConnectivityFilter.h:136
vtkConnectivityFilter::RequestData
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
vtkIndent
a simple class to control print indentation
Definition:
vtkIndent.h:39
vtkInformation
Store vtkAlgorithm input/output information.
Definition:
vtkInformation.h:86
vtkConnectivityFilter::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
Generated by
1.8.16