63#ifndef vtkEuclideanClusterExtraction_h
64#define vtkEuclideanClusterExtraction_h
66#include "vtkFiltersPointsModule.h"
69#define VTK_EXTRACT_POINT_SEEDED_CLUSTERS 1
70#define VTK_EXTRACT_SPECIFIED_CLUSTERS 2
71#define VTK_EXTRACT_LARGEST_CLUSTER 3
72#define VTK_EXTRACT_ALL_CLUSTERS 4
73#define VTK_EXTRACT_CLOSEST_POINT_CLUSTER 5
97 vtkGetMacro(Radius,
double);
107 vtkSetMacro(ScalarConnectivity,
bool);
108 vtkGetMacro(ScalarConnectivity,
bool);
109 vtkBooleanMacro(ScalarConnectivity,
bool);
116 vtkSetVector2Macro(ScalarRange,
double);
117 vtkGetVector2Macro(ScalarRange,
double);
126 vtkGetMacro(ExtractionMode,
int);
141 const char* GetExtractionModeAsString();
179 vtkSetVector3Macro(ClosestPoint,
double);
180 vtkGetVectorMacro(ClosestPoint,
double, 3);
192 vtkSetMacro(ColorClusters,
bool);
193 vtkGetMacro(ColorClusters,
bool);
194 vtkBooleanMacro(ColorClusters,
bool);
218 double ClosestPoint[3];
221 double ScalarRange[2];
259 return "ExtractPointSeededClusters";
263 return "ExtractSpecifiedClusters";
267 return "ExtractAllClusters";
271 return "ExtractClosestPointCluster";
275 return "ExtractLargestCluster";
abstract class to quickly locate points in 3-space
abstract superclass for arrays of numeric data
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
Superclass for algorithms that produce only polydata as output.