Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

Graphics/vtkConnectivityFilter.h File Reference

#include "vtkDataSetToUnstructuredGridFilter.h"

Include dependency graph for vtkConnectivityFilter.h:

Include dependency graph

Go to the source code of this file.

Compounds

class  vtkConnectivityFilter
 extract data based on geometric connectivity More...


Defines

#define VTK_EXTRACT_POINT_SEEDED_REGIONS   1
#define VTK_EXTRACT_CELL_SEEDED_REGIONS   2
#define VTK_EXTRACT_SPECIFIED_REGIONS   3
#define VTK_EXTRACT_LARGEST_REGION   4
#define VTK_EXTRACT_ALL_REGIONS   5
#define VTK_EXTRACT_CLOSEST_POINT_REGION   6


Define Documentation

#define VTK_EXTRACT_POINT_SEEDED_REGIONS   1
 

Definition at line 75 of file vtkConnectivityFilter.h.

Referenced by vtkConnectivityFilter::GetExtractionModeAsString(), and vtkConnectivityFilter::SetExtractionModeToPointSeededRegions().

#define VTK_EXTRACT_CELL_SEEDED_REGIONS   2
 

Definition at line 76 of file vtkConnectivityFilter.h.

Referenced by vtkConnectivityFilter::GetExtractionModeAsString(), and vtkConnectivityFilter::SetExtractionModeToCellSeededRegions().

#define VTK_EXTRACT_SPECIFIED_REGIONS   3
 

Definition at line 77 of file vtkConnectivityFilter.h.

Referenced by vtkConnectivityFilter::GetExtractionModeAsString(), and vtkConnectivityFilter::SetExtractionModeToSpecifiedRegions().

#define VTK_EXTRACT_LARGEST_REGION   4
 

Definition at line 78 of file vtkConnectivityFilter.h.

Referenced by vtkConnectivityFilter::SetExtractionModeToLargestRegion().

#define VTK_EXTRACT_ALL_REGIONS   5
 

Definition at line 79 of file vtkConnectivityFilter.h.

Referenced by vtkConnectivityFilter::GetExtractionModeAsString(), and vtkConnectivityFilter::SetExtractionModeToAllRegions().

#define VTK_EXTRACT_CLOSEST_POINT_REGION   6
 

Definition at line 80 of file vtkConnectivityFilter.h.

Referenced by vtkConnectivityFilter::GetExtractionModeAsString(), and vtkConnectivityFilter::SetExtractionModeToClosestPointRegion().