61#ifndef vtkEuclideanClusterExtraction_h
62#define vtkEuclideanClusterExtraction_h
64#include "vtkFiltersPointsModule.h"
67#define VTK_EXTRACT_POINT_SEEDED_CLUSTERS 1
68#define VTK_EXTRACT_SPECIFIED_CLUSTERS 2
69#define VTK_EXTRACT_LARGEST_CLUSTER 3
70#define VTK_EXTRACT_ALL_CLUSTERS 4
71#define VTK_EXTRACT_CLOSEST_POINT_CLUSTER 5
73VTK_ABI_NAMESPACE_BEGIN
140 const char* GetExtractionModeAsString();
258 return "ExtractPointSeededClusters";
262 return "ExtractSpecifiedClusters";
266 return "ExtractAllClusters";
270 return "ExtractClosestPointCluster";
274 return "ExtractLargestCluster";
abstract class to quickly locate points in 3-space
dynamic, self-adjusting array of float
list of point or cell ids
dynamic, self-adjusting array of vtkIdType
a simple class to control print indentation
represent and manipulate 3D points