VTK  9.3.20240425
Classes | Macros
vtkConnectedPointsFilter.h File Reference
#include "vtkFiltersPointsModule.h"
#include "vtkPolyDataAlgorithm.h"
Include dependency graph for vtkConnectedPointsFilter.h:

Go to the source code of this file.

Classes

class  vtkConnectedPointsFilter
 extract / segment points based on geometric connectivity More...
 

Macros

#define VTK_EXTRACT_POINT_SEEDED_REGIONS   1
 
#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
 

Macro Definition Documentation

◆ VTK_EXTRACT_POINT_SEEDED_REGIONS

#define VTK_EXTRACT_POINT_SEEDED_REGIONS   1

Definition at line 49 of file vtkConnectedPointsFilter.h.

◆ VTK_EXTRACT_SPECIFIED_REGIONS

#define VTK_EXTRACT_SPECIFIED_REGIONS   3

Definition at line 50 of file vtkConnectedPointsFilter.h.

◆ VTK_EXTRACT_LARGEST_REGION

#define VTK_EXTRACT_LARGEST_REGION   4

Definition at line 51 of file vtkConnectedPointsFilter.h.

◆ VTK_EXTRACT_ALL_REGIONS

#define VTK_EXTRACT_ALL_REGIONS   5

Definition at line 52 of file vtkConnectedPointsFilter.h.

◆ VTK_EXTRACT_CLOSEST_POINT_REGION

#define VTK_EXTRACT_CLOSEST_POINT_REGION   6

Definition at line 53 of file vtkConnectedPointsFilter.h.