Go to the documentation of this file.
52 #ifndef vtkPolyDataConnectivityFilter_h
53 #define vtkPolyDataConnectivityFilter_h
58 #define VTK_EXTRACT_POINT_SEEDED_REGIONS 1
59 #define VTK_EXTRACT_CELL_SEEDED_REGIONS 2
60 #define VTK_EXTRACT_SPECIFIED_REGIONS 3
61 #define VTK_EXTRACT_LARGEST_REGION 4
62 #define VTK_EXTRACT_ALL_REGIONS 5
63 #define VTK_EXTRACT_CLOSEST_POINT_REGION 6
130 const char *GetExtractionModeAsString();
203 double ClosestPoint[3];
211 double ScalarRange[2];
246 return "ExtractPointSeededRegions";
250 return "ExtractCellSeededRegions";
254 return "ExtractSpecifiedRegions";
258 return "ExtractAllRegions";
262 return "ExtractClosestPointRegion";
266 return "ExtractLargestRegion";
int GetNumberOfExtractedRegions()
#define vtkGetObjectMacro(name, type)
void SetExtractionModeToSpecifiedRegions()
#define vtkSetVector2Macro(name, type)
int OutputPointsPrecision
#define vtkGetVector2Macro(name, type)
void PrintSelf(ostream &os, vtkIndent indent)
#define vtkSetVector3Macro(name, type)
extract polygonal data based on geometric connectivity
#define vtkTypeMacro(thisClass, superclass)
vtkIdList * NeighborCellPointIds
void InitializeSpecifiedRegionList()
int IsScalarConnected(vtkIdType cellId)
abstract superclass for arrays of numeric data
void InitializeSeedList()
#define vtkGetVectorMacro(name, type, count)
const char * GetExtractionModeAsString()
#define VTK_EXTRACT_CLOSEST_POINT_REGION
void DeleteSpecifiedRegion(int id)
vtkIdTypeArray * RegionSizes
#define VTK_EXTRACT_LARGEST_REGION
void SetExtractionModeToClosestPointRegion()
#define vtkSetClampMacro(name, type, min, max)
void SetExtractionModeToPointSeededRegions()
vtkIdList * VisitedPointIds
#define VTKFILTERSCORE_EXPORT
vtkDataArray * NewScalars
a simple class to control print indentation
vtkPolyDataConnectivityFilter()
list of point or cell ids
#define vtkGetMacro(name, type)
vtkDataArray * CellScalars
void SetExtractionModeToLargestRegion()
vtkBooleanMacro(IgnoreDriverBugs, bool)
vtkSetMacro(IgnoreDriverBugs, bool)
#define VTK_EXTRACT_ALL_REGIONS
dynamic, self-adjusting array of vtkIdType
#define VTK_EXTRACT_POINT_SEEDED_REGIONS
void AddSpecifiedRegion(int id)
concrete dataset represents vertices, lines, polygons, and triangle strips
vtkIdType NumCellsInRegion
void SetExtractionModeToAllRegions()
#define VTK_EXTRACT_SPECIFIED_REGIONS
~vtkPolyDataConnectivityFilter()
vtkIdList * SpecifiedRegionIds
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
#define VTK_EXTRACT_CELL_SEEDED_REGIONS
int FullScalarConnectivity
void SetExtractionModeToCellSeededRegions()
static vtkPolyDataConnectivityFilter * New()
Superclass for algorithms that produce only polydata as output.