#include "vtkFiltersPointsModule.h"
#include "vtkPolyDataAlgorithm.h"
Go to the source code of this file.
|
| perform segmentation based on geometric proximity and optional scalar threshold More...
|
◆ VTK_EXTRACT_POINT_SEEDED_CLUSTERS
#define VTK_EXTRACT_POINT_SEEDED_CLUSTERS 1 |
◆ VTK_EXTRACT_SPECIFIED_CLUSTERS
#define VTK_EXTRACT_SPECIFIED_CLUSTERS 2 |
◆ VTK_EXTRACT_LARGEST_CLUSTER
#define VTK_EXTRACT_LARGEST_CLUSTER 3 |
◆ VTK_EXTRACT_ALL_CLUSTERS
#define VTK_EXTRACT_ALL_CLUSTERS 4 |
◆ VTK_EXTRACT_CLOSEST_POINT_CLUSTER
#define VTK_EXTRACT_CLOSEST_POINT_CLUSTER 5 |