VTK
|
extract polygonal data based on geometric connectivity More...
#include <vtkPolyDataConnectivityFilter.h>
Public Types | |
typedef vtkPolyDataAlgorithm | Superclass |
![]() | |
typedef vtkAlgorithm | Superclass |
![]() | |
typedef vtkObject | Superclass |
enum | DesiredOutputPrecision { SINGLE_PRECISION, DOUBLE_PRECISION, DEFAULT_PRECISION } |
Public Member Functions | |
virtual int | IsA (const char *type) |
vtkPolyDataConnectivityFilter * | NewInstance () const |
void | PrintSelf (ostream &os, vtkIndent indent) |
void | InitializeSeedList () |
void | AddSeed (int id) |
void | DeleteSeed (int id) |
void | InitializeSpecifiedRegionList () |
void | AddSpecifiedRegion (int id) |
void | DeleteSpecifiedRegion (int id) |
int | GetNumberOfExtractedRegions () |
virtual vtkIdTypeArray * | GetRegionSizes () |
virtual void | SetScalarConnectivity (int) |
virtual int | GetScalarConnectivity () |
virtual void | ScalarConnectivityOn () |
virtual void | ScalarConnectivityOff () |
virtual void | SetFullScalarConnectivity (int) |
virtual int | GetFullScalarConnectivity () |
virtual void | FullScalarConnectivityOn () |
virtual void | FullScalarConnectivityOff () |
virtual void | SetScalarRange (double, double) |
void | SetScalarRange (double[2]) |
virtual double * | GetScalarRange () |
virtual void | GetScalarRange (double &, double &) |
virtual void | GetScalarRange (double[2]) |
virtual void | SetExtractionMode (int) |
virtual int | GetExtractionMode () |
void | SetExtractionModeToPointSeededRegions () |
void | SetExtractionModeToCellSeededRegions () |
void | SetExtractionModeToLargestRegion () |
void | SetExtractionModeToSpecifiedRegions () |
void | SetExtractionModeToClosestPointRegion () |
void | SetExtractionModeToAllRegions () |
const char * | GetExtractionModeAsString () |
virtual void | SetClosestPoint (double, double, double) |
virtual void | SetClosestPoint (double[3]) |
virtual double * | GetClosestPoint () |
virtual void | GetClosestPoint (double data[3]) |
virtual void | SetColorRegions (int) |
virtual int | GetColorRegions () |
virtual void | ColorRegionsOn () |
virtual void | ColorRegionsOff () |
virtual void | SetMarkVisitedPointIds (int) |
virtual int | GetMarkVisitedPointIds () |
virtual void | MarkVisitedPointIdsOn () |
virtual void | MarkVisitedPointIdsOff () |
virtual vtkIdList * | GetVisitedPointIds () |
![]() | |
vtkPolyDataAlgorithm * | NewInstance () const |
void | PrintSelf (ostream &os, vtkIndent indent) |
vtkDataObject * | GetInput () |
vtkDataObject * | GetInput (int port) |
vtkPolyData * | GetPolyDataInput (int port) |
vtkPolyData * | GetOutput () |
vtkPolyData * | GetOutput (int) |
virtual void | SetOutput (vtkDataObject *d) |
virtual int | ProcessRequest (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
void | SetInputData (vtkDataObject *) |
void | SetInputData (int, vtkDataObject *) |
void | AddInputData (vtkDataObject *) |
void | AddInputData (int, vtkDataObject *) |
![]() | |
vtkAlgorithm * | NewInstance () const |
void | PrintSelf (ostream &os, vtkIndent indent) |
int | HasExecutive () |
vtkExecutive * | GetExecutive () |
virtual void | SetExecutive (vtkExecutive *executive) |
virtual int | ModifyRequest (vtkInformation *request, int when) |
vtkInformation * | GetInputPortInformation (int port) |
vtkInformation * | GetOutputPortInformation (int port) |
int | GetNumberOfInputPorts () |
int | GetNumberOfOutputPorts () |
void | UpdateProgress (double amount) |
vtkInformation * | GetInputArrayInformation (int idx) |
void | RemoveAllInputs () |
vtkDataObject * | GetOutputDataObject (int port) |
virtual void | RemoveInputConnection (int port, vtkAlgorithmOutput *input) |
virtual void | RemoveInputConnection (int port, int idx) |
virtual void | RemoveAllInputConnections (int port) |
int | GetNumberOfInputConnections (int port) |
int | GetTotalNumberOfInputConnections () |
vtkAlgorithmOutput * | GetInputConnection (int port, int index) |
vtkAlgorithm * | GetInputAlgorithm (int port, int index, int &algPort) |
vtkAlgorithm * | GetInputAlgorithm (int port, int index) |
vtkExecutive * | GetInputExecutive (int port, int index) |
vtkInformation * | GetInputInformation (int port, int index) |
vtkInformation * | GetOutputInformation (int port) |
virtual void | UpdateInformation () |
virtual void | PropagateUpdateExtent () |
virtual void | UpdateWholeExtent () |
void | ConvertTotalInputToPortConnection (int ind, int &port, int &conn) |
virtual double | ComputePriority () |
int | SetUpdateExtentToWholeExtent (int port) |
int | SetUpdateExtentToWholeExtent () |
void | SetUpdateExtent (int port, int extent[6]) |
int | ProcessRequest (vtkInformation *request, vtkCollection *inInfo, vtkInformationVector *outInfo) |
virtual int | ComputePipelineMTime (vtkInformation *request, vtkInformationVector **inInfoVec, vtkInformationVector *outInfoVec, int requestFromOutputPort, unsigned long *mtime) |
virtual vtkInformation * | GetInformation () |
virtual void | SetInformation (vtkInformation *) |
virtual void | Register (vtkObjectBase *o) |
virtual void | UnRegister (vtkObjectBase *o) |
virtual void | SetAbortExecute (int) |
virtual int | GetAbortExecute () |
virtual void | AbortExecuteOn () |
virtual void | AbortExecuteOff () |
virtual void | SetProgress (double) |
virtual double | GetProgress () |
void | SetProgressText (const char *ptext) |
virtual char * | GetProgressText () |
virtual unsigned long | GetErrorCode () |
virtual void | SetInputArrayToProcess (int idx, int port, int connection, int fieldAssociation, const char *name) |
virtual void | SetInputArrayToProcess (int idx, int port, int connection, int fieldAssociation, int fieldAttributeType) |
virtual void | SetInputArrayToProcess (int idx, vtkInformation *info) |
virtual void | SetInputArrayToProcess (int idx, int port, int connection, const char *fieldAssociation, const char *attributeTypeorName) |
vtkDataObject * | GetInputDataObject (int port, int connection) |
virtual void | SetInputConnection (int port, vtkAlgorithmOutput *input) |
virtual void | SetInputConnection (vtkAlgorithmOutput *input) |
virtual void | AddInputConnection (int port, vtkAlgorithmOutput *input) |
virtual void | AddInputConnection (vtkAlgorithmOutput *input) |
virtual void | SetInputDataObject (int port, vtkDataObject *data) |
virtual void | SetInputDataObject (vtkDataObject *data) |
virtual void | AddInputDataObject (int port, vtkDataObject *data) |
virtual void | AddInputDataObject (vtkDataObject *data) |
vtkAlgorithmOutput * | GetOutputPort (int index) |
vtkAlgorithmOutput * | GetOutputPort () |
vtkAlgorithm * | GetInputAlgorithm () |
vtkExecutive * | GetInputExecutive () |
vtkInformation * | GetInputInformation () |
virtual void | Update (int port) |
virtual void | Update () |
virtual void | SetReleaseDataFlag (int) |
virtual int | GetReleaseDataFlag () |
void | ReleaseDataFlagOn () |
void | ReleaseDataFlagOff () |
int | UpdateExtentIsEmpty (vtkInformation *pinfo, vtkDataObject *output) |
int | UpdateExtentIsEmpty (vtkInformation *pinfo, int extentType) |
void | SetUpdateExtent (int port, int piece, int numPieces, int ghostLevel) |
void | SetUpdateExtent (int piece, int numPieces, int ghostLevel) |
void | SetUpdateExtent (int extent[6]) |
int * | GetUpdateExtent () |
int * | GetUpdateExtent (int port) |
void | GetUpdateExtent (int &x0, int &x1, int &y0, int &y1, int &z0, int &z1) |
void | GetUpdateExtent (int port, int &x0, int &x1, int &y0, int &y1, int &z0, int &z1) |
void | GetUpdateExtent (int extent[6]) |
void | GetUpdateExtent (int port, int extent[6]) |
int | GetUpdatePiece () |
int | GetUpdatePiece (int port) |
int | GetUpdateNumberOfPieces () |
int | GetUpdateNumberOfPieces (int port) |
int | GetUpdateGhostLevel () |
int | GetUpdateGhostLevel (int port) |
Static Public Member Functions | |
static int | IsTypeOf (const char *type) |
static vtkPolyDataConnectivityFilter * | SafeDownCast (vtkObjectBase *o) |
static vtkPolyDataConnectivityFilter * | New () |
![]() | |
static vtkPolyDataAlgorithm * | New () |
static int | IsTypeOf (const char *type) |
static vtkPolyDataAlgorithm * | SafeDownCast (vtkObjectBase *o) |
![]() | |
static vtkAlgorithm * | New () |
static int | IsTypeOf (const char *type) |
static vtkAlgorithm * | SafeDownCast (vtkObjectBase *o) |
static void | SetDefaultExecutivePrototype (vtkExecutive *proto) |
static vtkInformationIntegerKey * | INPUT_IS_OPTIONAL () |
static vtkInformationIntegerKey * | INPUT_IS_REPEATABLE () |
static vtkInformationInformationVectorKey * | INPUT_REQUIRED_FIELDS () |
static vtkInformationStringVectorKey * | INPUT_REQUIRED_DATA_TYPE () |
static vtkInformationInformationVectorKey * | INPUT_ARRAYS_TO_PROCESS () |
static vtkInformationIntegerKey * | INPUT_PORT () |
static vtkInformationIntegerKey * | INPUT_CONNECTION () |
static vtkInformationIntegerKey * | PRESERVES_DATASET () |
static vtkInformationIntegerKey * | PRESERVES_GEOMETRY () |
static vtkInformationIntegerKey * | PRESERVES_BOUNDS () |
static vtkInformationIntegerKey * | PRESERVES_TOPOLOGY () |
static vtkInformationIntegerKey * | PRESERVES_ATTRIBUTES () |
static vtkInformationIntegerKey * | PRESERVES_RANGES () |
static vtkInformationIntegerKey * | MANAGES_METAINFORMATION () |
Protected Member Functions | |
virtual vtkObjectBase * | NewInstanceInternal () const |
vtkPolyDataConnectivityFilter () | |
~vtkPolyDataConnectivityFilter () | |
int | RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
int | IsScalarConnected (vtkIdType cellId) |
void | TraverseAndMark () |
![]() | |
vtkPolyDataAlgorithm () | |
~vtkPolyDataAlgorithm () | |
virtual int | RequestInformation (vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) |
virtual int | FillOutputPortInformation (int port, vtkInformation *info) |
virtual int | FillInputPortInformation (int port, vtkInformation *info) |
virtual int | RequestUpdateExtent (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
![]() | |
vtkAlgorithm () | |
~vtkAlgorithm () | |
virtual void | SetNumberOfInputPorts (int n) |
virtual void | SetNumberOfOutputPorts (int n) |
int | InputPortIndexInRange (int index, const char *action) |
int | OutputPortIndexInRange (int index, const char *action) |
int | GetInputArrayAssociation (int idx, vtkInformationVector **inputVector) |
virtual vtkExecutive * | CreateDefaultExecutive () |
virtual void | ReportReferences (vtkGarbageCollector *) |
virtual void | SetNumberOfInputConnections (int port, int n) |
int | GetInputArrayAssociation (int idx, int connection, vtkInformationVector **inputVector) |
int | GetInputArrayAssociation (int idx, vtkDataObject *input) |
vtkDataArray * | GetInputArrayToProcess (int idx, vtkInformationVector **inputVector) |
vtkDataArray * | GetInputArrayToProcess (int idx, vtkInformationVector **inputVector, int &association) |
vtkDataArray * | GetInputArrayToProcess (int idx, int connection, vtkInformationVector **inputVector) |
vtkDataArray * | GetInputArrayToProcess (int idx, int connection, vtkInformationVector **inputVector, int &association) |
vtkDataArray * | GetInputArrayToProcess (int idx, vtkDataObject *input) |
vtkDataArray * | GetInputArrayToProcess (int idx, vtkDataObject *input, int &association) |
vtkAbstractArray * | GetInputAbstractArrayToProcess (int idx, vtkInformationVector **inputVector) |
vtkAbstractArray * | GetInputAbstractArrayToProcess (int idx, vtkInformationVector **inputVector, int &association) |
vtkAbstractArray * | GetInputAbstractArrayToProcess (int idx, int connection, vtkInformationVector **inputVector) |
vtkAbstractArray * | GetInputAbstractArrayToProcess (int idx, int connection, vtkInformationVector **inputVector, int &association) |
vtkAbstractArray * | GetInputAbstractArrayToProcess (int idx, vtkDataObject *input) |
vtkAbstractArray * | GetInputAbstractArrayToProcess (int idx, vtkDataObject *input, int &association) |
vtkInformation * | GetInputArrayFieldInformation (int idx, vtkInformationVector **inputVector) |
virtual void | SetNthInputConnection (int port, int index, vtkAlgorithmOutput *input) |
void | SetInputDataInternal (int port, vtkDataObject *input) |
void | AddInputDataInternal (int port, vtkDataObject *input) |
virtual void | SetErrorCode (unsigned long) |
Protected Attributes | |
int | ColorRegions |
int | ExtractionMode |
vtkIdList * | Seeds |
vtkIdList * | SpecifiedRegionIds |
vtkIdTypeArray * | RegionSizes |
double | ClosestPoint [3] |
int | ScalarConnectivity |
int | FullScalarConnectivity |
double | ScalarRange [2] |
vtkDataArray * | CellScalars |
vtkIdList * | NeighborCellPointIds |
vtkIdType * | Visited |
vtkIdType * | PointMap |
vtkDataArray * | NewScalars |
vtkIdType | RegionNumber |
vtkIdType | PointNumber |
vtkIdType | NumCellsInRegion |
vtkDataArray * | InScalars |
vtkPolyData * | Mesh |
vtkIdList * | Wave |
vtkIdList * | Wave2 |
vtkIdList * | PointIds |
vtkIdList * | CellIds |
vtkIdList * | VisitedPointIds |
int | MarkVisitedPointIds |
![]() | |
vtkInformation * | Information |
double | Progress |
char * | ProgressText |
unsigned long | ErrorCode |
Additional Inherited Members | |
![]() | |
int | AbortExecute |
![]() | |
static vtkInformationIntegerKey * | PORT_REQUIREMENTS_FILLED () |
![]() | |
static vtkExecutive * | DefaultExecutivePrototype |
extract polygonal data based on geometric connectivity
vtkPolyDataConnectivityFilter is a filter that extracts cells that share common points and/or satisfy a scalar threshold criterion. (Such a group of cells is called a region.) The filter works in one of six ways: 1) extract the largest (most points) connected region in the dataset; 2) extract specified region numbers; 3) extract all regions sharing specified point ids; 4) extract all regions sharing specified cell ids; 5) extract the region closest to the specified point; or 6) extract all regions (used to color regions).
This filter is specialized for polygonal data. This means it runs a bit faster and is easier to construct visualization networks that process polygonal data.
The behavior of vtkPolyDataConnectivityFilter can be modified by turning on the boolean ivar ScalarConnectivity. If this flag is on, the connectivity algorithm is modified so that cells are considered connected only if 1) they are geometrically connected (share a point) and 2) the scalar values of the cell's points falls in the scalar range specified. If ScalarConnectivity and FullScalarConnectivity is ON, all the cell's points must lie in the scalar range specified for the cell to qualify as being connected. If FullScalarConnectivity is OFF, any one of the cell's points may lie in the user specified scalar range for the cell to qualify as being connected.
This use of ScalarConnectivity is particularly useful for selecting cells for later processing.
Definition at line 69 of file vtkPolyDataConnectivityFilter.h.
Definition at line 72 of file vtkPolyDataConnectivityFilter.h.
|
protected |
|
protected |
|
static |
|
virtual |
Reimplemented from vtkPolyDataAlgorithm.
|
static |
|
protectedvirtual |
Reimplemented from vtkPolyDataAlgorithm.
vtkPolyDataConnectivityFilter* vtkPolyDataConnectivityFilter::NewInstance | ( | ) | const |
void vtkPolyDataConnectivityFilter::PrintSelf | ( | ostream & | os, |
vtkIndent | indent | ||
) |
|
virtual |
Obtain the array containing the region sizes of the extracted regions
|
static |
Construct with default extraction mode to extract largest regions.
|
virtual |
Turn on/off connectivity based on scalar value. If on, cells are connected only if they share points AND one of the cells scalar values falls in the scalar range specified.
|
virtual |
Turn on/off connectivity based on scalar value. If on, cells are connected only if they share points AND one of the cells scalar values falls in the scalar range specified.
|
virtual |
Turn on/off connectivity based on scalar value. If on, cells are connected only if they share points AND one of the cells scalar values falls in the scalar range specified.
|
virtual |
Turn on/off connectivity based on scalar value. If on, cells are connected only if they share points AND one of the cells scalar values falls in the scalar range specified.
|
virtual |
Turn on/off the use of Fully connected scalar connectivity. This is off by default. The flag is used only if ScalarConnectivity is on. If FullScalarConnectivity is ON, all the cell's points must lie in the scalar range specified for the cell to qualify as being connected. If FullScalarConnectivity is OFF, any one of the cell's points may lie in the user specified scalar range for the cell to qualify as being connected.
|
virtual |
Turn on/off the use of Fully connected scalar connectivity. This is off by default. The flag is used only if ScalarConnectivity is on. If FullScalarConnectivity is ON, all the cell's points must lie in the scalar range specified for the cell to qualify as being connected. If FullScalarConnectivity is OFF, any one of the cell's points may lie in the user specified scalar range for the cell to qualify as being connected.
|
virtual |
Turn on/off the use of Fully connected scalar connectivity. This is off by default. The flag is used only if ScalarConnectivity is on. If FullScalarConnectivity is ON, all the cell's points must lie in the scalar range specified for the cell to qualify as being connected. If FullScalarConnectivity is OFF, any one of the cell's points may lie in the user specified scalar range for the cell to qualify as being connected.
|
virtual |
Turn on/off the use of Fully connected scalar connectivity. This is off by default. The flag is used only if ScalarConnectivity is on. If FullScalarConnectivity is ON, all the cell's points must lie in the scalar range specified for the cell to qualify as being connected. If FullScalarConnectivity is OFF, any one of the cell's points may lie in the user specified scalar range for the cell to qualify as being connected.
|
virtual |
Set the scalar range to use to extract cells based on scalar connectivity.
void vtkPolyDataConnectivityFilter::SetScalarRange | ( | double | [2] | ) |
Set the scalar range to use to extract cells based on scalar connectivity.
|
virtual |
Set the scalar range to use to extract cells based on scalar connectivity.
|
virtual |
Set the scalar range to use to extract cells based on scalar connectivity.
|
virtual |
Set the scalar range to use to extract cells based on scalar connectivity.
|
virtual |
Control the extraction of connected surfaces.
|
virtual |
Control the extraction of connected surfaces.
|
inline |
Control the extraction of connected surfaces.
Definition at line 118 of file vtkPolyDataConnectivityFilter.h.
|
inline |
Control the extraction of connected surfaces.
Definition at line 120 of file vtkPolyDataConnectivityFilter.h.
|
inline |
Control the extraction of connected surfaces.
Definition at line 122 of file vtkPolyDataConnectivityFilter.h.
|
inline |
Control the extraction of connected surfaces.
Definition at line 124 of file vtkPolyDataConnectivityFilter.h.
|
inline |
Control the extraction of connected surfaces.
Definition at line 126 of file vtkPolyDataConnectivityFilter.h.
|
inline |
Control the extraction of connected surfaces.
Definition at line 128 of file vtkPolyDataConnectivityFilter.h.
|
inline |
Return the method of extraction as a string.
Definition at line 233 of file vtkPolyDataConnectivityFilter.h.
void vtkPolyDataConnectivityFilter::InitializeSeedList | ( | ) |
Initialize list of point ids/cell ids used to seed regions.
void vtkPolyDataConnectivityFilter::AddSeed | ( | int | id | ) |
Add a seed id (point or cell id). Note: ids are 0-offset.
void vtkPolyDataConnectivityFilter::DeleteSeed | ( | int | id | ) |
Delete a seed id (point or cell id). Note: ids are 0-offset.
void vtkPolyDataConnectivityFilter::InitializeSpecifiedRegionList | ( | ) |
Initialize list of region ids to extract.
void vtkPolyDataConnectivityFilter::AddSpecifiedRegion | ( | int | id | ) |
Add a region id to extract. Note: ids are 0-offset.
void vtkPolyDataConnectivityFilter::DeleteSpecifiedRegion | ( | int | id | ) |
Delete a region id to extract. Note: ids are 0-offset.
|
virtual |
Use to specify x-y-z point coordinates when extracting the region closest to a specified point.
|
virtual |
Use to specify x-y-z point coordinates when extracting the region closest to a specified point.
|
virtual |
Use to specify x-y-z point coordinates when extracting the region closest to a specified point.
|
virtual |
Use to specify x-y-z point coordinates when extracting the region closest to a specified point.
int vtkPolyDataConnectivityFilter::GetNumberOfExtractedRegions | ( | ) |
Obtain the number of connected regions.
|
virtual |
Turn on/off the coloring of connected regions.
|
virtual |
Turn on/off the coloring of connected regions.
|
virtual |
Turn on/off the coloring of connected regions.
|
virtual |
Turn on/off the coloring of connected regions.
|
virtual |
Mark visited point ids ? It may be useful to extract the visited point ids for use by a downstream filter. Default is OFF.
|
virtual |
Mark visited point ids ? It may be useful to extract the visited point ids for use by a downstream filter. Default is OFF.
|
virtual |
Mark visited point ids ? It may be useful to extract the visited point ids for use by a downstream filter. Default is OFF.
|
virtual |
Mark visited point ids ? It may be useful to extract the visited point ids for use by a downstream filter. Default is OFF.
|
virtual |
Get the visited point ids. This is valid only if MarkVisitedPointIds has been set.
|
protectedvirtual |
This is called by the superclass. This is the method you should override.
Reimplemented from vtkPolyDataAlgorithm.
|
protected |
|
protected |
|
protected |
Definition at line 189 of file vtkPolyDataConnectivityFilter.h.
|
protected |
Definition at line 190 of file vtkPolyDataConnectivityFilter.h.
|
protected |
Definition at line 191 of file vtkPolyDataConnectivityFilter.h.
|
protected |
Definition at line 192 of file vtkPolyDataConnectivityFilter.h.
|
protected |
Definition at line 193 of file vtkPolyDataConnectivityFilter.h.
|
protected |
Definition at line 195 of file vtkPolyDataConnectivityFilter.h.
|
protected |
Definition at line 197 of file vtkPolyDataConnectivityFilter.h.
|
protected |
Definition at line 198 of file vtkPolyDataConnectivityFilter.h.
|
protected |
Definition at line 203 of file vtkPolyDataConnectivityFilter.h.
|
protected |
Definition at line 208 of file vtkPolyDataConnectivityFilter.h.
|
protected |
Definition at line 209 of file vtkPolyDataConnectivityFilter.h.
|
protected |
Definition at line 210 of file vtkPolyDataConnectivityFilter.h.
|
protected |
Definition at line 211 of file vtkPolyDataConnectivityFilter.h.
|
protected |
Definition at line 212 of file vtkPolyDataConnectivityFilter.h.
|
protected |
Definition at line 213 of file vtkPolyDataConnectivityFilter.h.
|
protected |
Definition at line 214 of file vtkPolyDataConnectivityFilter.h.
|
protected |
Definition at line 215 of file vtkPolyDataConnectivityFilter.h.
|
protected |
Definition at line 216 of file vtkPolyDataConnectivityFilter.h.
|
protected |
Definition at line 217 of file vtkPolyDataConnectivityFilter.h.
|
protected |
Definition at line 218 of file vtkPolyDataConnectivityFilter.h.
|
protected |
Definition at line 219 of file vtkPolyDataConnectivityFilter.h.
|
protected |
Definition at line 220 of file vtkPolyDataConnectivityFilter.h.
|
protected |
Definition at line 221 of file vtkPolyDataConnectivityFilter.h.
|
protected |
Definition at line 222 of file vtkPolyDataConnectivityFilter.h.
|
protected |
Definition at line 224 of file vtkPolyDataConnectivityFilter.h.