51#ifndef vtkEuclideanClusterExtraction_h
52#define vtkEuclideanClusterExtraction_h
54#include "vtkFiltersPointsModule.h"
57#define VTK_EXTRACT_POINT_SEEDED_CLUSTERS 1
58#define VTK_EXTRACT_SPECIFIED_CLUSTERS 2
59#define VTK_EXTRACT_LARGEST_CLUSTER 3
60#define VTK_EXTRACT_ALL_CLUSTERS 4
61#define VTK_EXTRACT_CLOSEST_POINT_CLUSTER 5
129 const char* GetExtractionModeAsString();
247 return "ExtractPointSeededClusters";
251 return "ExtractSpecifiedClusters";
255 return "ExtractAllClusters";
259 return "ExtractClosestPointCluster";
263 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