#include <vtkPolyDataConnectivityFilter.h>
Inheritance diagram for vtkPolyDataConnectivityFilter:
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 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 one of the cell's points falls in the scalar range specified. This use of ScalarConnectivity is particularly useful for selecting cells for later processing.
Definition at line 62 of file vtkPolyDataConnectivityFilter.h.
|
Reimplemented from vtkPolyDataAlgorithm. Definition at line 65 of file vtkPolyDataConnectivityFilter.h. |
|
|
|
|
|
Reimplemented from vtkPolyDataAlgorithm. |
|
Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkPolyDataAlgorithm. |
|
Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkPolyDataAlgorithm. |
|
Reimplemented from vtkPolyDataAlgorithm. |
|
Methods invoked by print to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes. Reimplemented from vtkPolyDataAlgorithm. |
|
Construct with default extraction mode to extract largest regions. Reimplemented from vtkPolyDataAlgorithm. |
|
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. |
|
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. |
|
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. |
|
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. |
|
Set the scalar range to use to extract cells based on scalar connectivity. |
|
Set the scalar range to use to extract cells based on scalar connectivity. |
|
Set the scalar range to use to extract cells based on scalar connectivity. |
|
Set the scalar range to use to extract cells based on scalar connectivity. |
|
Set the scalar range to use to extract cells based on scalar connectivity. |
|
Control the extraction of connected surfaces. |
|
Control the extraction of connected surfaces. |
|
Control the extraction of connected surfaces. Definition at line 93 of file vtkPolyDataConnectivityFilter.h. References VTK_EXTRACT_POINT_SEEDED_REGIONS. |
|
Control the extraction of connected surfaces. Definition at line 95 of file vtkPolyDataConnectivityFilter.h. References VTK_EXTRACT_CELL_SEEDED_REGIONS. |
|
Control the extraction of connected surfaces. Definition at line 97 of file vtkPolyDataConnectivityFilter.h. References VTK_EXTRACT_LARGEST_REGION. |
|
Control the extraction of connected surfaces. Definition at line 99 of file vtkPolyDataConnectivityFilter.h. References VTK_EXTRACT_SPECIFIED_REGIONS. |
|
Control the extraction of connected surfaces. Definition at line 101 of file vtkPolyDataConnectivityFilter.h. References VTK_EXTRACT_CLOSEST_POINT_REGION. |
|
Control the extraction of connected surfaces. Definition at line 103 of file vtkPolyDataConnectivityFilter.h. References VTK_EXTRACT_ALL_REGIONS. |
|
Return the method of extraction as a string. Definition at line 185 of file vtkPolyDataConnectivityFilter.h. References VTK_EXTRACT_ALL_REGIONS, VTK_EXTRACT_CELL_SEEDED_REGIONS, VTK_EXTRACT_CLOSEST_POINT_REGION, VTK_EXTRACT_POINT_SEEDED_REGIONS, and VTK_EXTRACT_SPECIFIED_REGIONS. |
|
Initialize list of point ids/cell ids used to seed regions. |
|
Add a seed id (point or cell id). Note: ids are 0-offset. |
|
Delete a seed id (point or cell id). Note: ids are 0-offset. |
|
Initialize list of region ids to extract. |
|
Add a region id to extract. Note: ids are 0-offset. |
|
Delete a region id to extract. Note: ids are 0-offset. |
|
Use to specify x-y-z point coordinates when extracting the region closest to a specified point. |
|
Delete a region id to extract. Note: ids are 0-offset. |
|
Delete a region id to extract. Note: ids are 0-offset. |
|
Delete a region id to extract. Note: ids are 0-offset. |
|
Obtain the number of connected regions. |
|
Turn on/off the coloring of connected regions. |
|
Obtain the number of connected regions. |
|
Obtain the number of connected regions. |
|
Obtain the number of connected regions. |
|
This is called by the superclass. This is the method you should override. Reimplemented from vtkPolyDataAlgorithm. |
|
|
|
Definition at line 150 of file vtkPolyDataConnectivityFilter.h. |
|
Definition at line 151 of file vtkPolyDataConnectivityFilter.h. |
|
Definition at line 152 of file vtkPolyDataConnectivityFilter.h. |
|
Definition at line 153 of file vtkPolyDataConnectivityFilter.h. |
|
Definition at line 154 of file vtkPolyDataConnectivityFilter.h. |
|
Definition at line 156 of file vtkPolyDataConnectivityFilter.h. |
|
Definition at line 158 of file vtkPolyDataConnectivityFilter.h. |
|
Definition at line 159 of file vtkPolyDataConnectivityFilter.h. |