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

Go to the source code of this file.

Classes

class  vtkEuclideanClusterExtraction
 perform segmentation based on geometric proximity and optional scalar threshold More...
 

Macros

#define VTK_EXTRACT_POINT_SEEDED_CLUSTERS   1
 
#define VTK_EXTRACT_SPECIFIED_CLUSTERS   2
 
#define VTK_EXTRACT_LARGEST_CLUSTER   3
 
#define VTK_EXTRACT_ALL_CLUSTERS   4
 
#define VTK_EXTRACT_CLOSEST_POINT_CLUSTER   5
 

Macro Definition Documentation

◆ VTK_EXTRACT_POINT_SEEDED_CLUSTERS

#define VTK_EXTRACT_POINT_SEEDED_CLUSTERS   1

Definition at line 76 of file vtkEuclideanClusterExtraction.h.

◆ VTK_EXTRACT_SPECIFIED_CLUSTERS

#define VTK_EXTRACT_SPECIFIED_CLUSTERS   2

Definition at line 77 of file vtkEuclideanClusterExtraction.h.

◆ VTK_EXTRACT_LARGEST_CLUSTER

#define VTK_EXTRACT_LARGEST_CLUSTER   3

Definition at line 78 of file vtkEuclideanClusterExtraction.h.

◆ VTK_EXTRACT_ALL_CLUSTERS

#define VTK_EXTRACT_ALL_CLUSTERS   4

Definition at line 79 of file vtkEuclideanClusterExtraction.h.

◆ VTK_EXTRACT_CLOSEST_POINT_CLUSTER

#define VTK_EXTRACT_CLOSEST_POINT_CLUSTER   5

Definition at line 80 of file vtkEuclideanClusterExtraction.h.