70#ifndef vtkEuclideanClusterExtraction_h
71#define vtkEuclideanClusterExtraction_h
73#include "vtkFiltersPointsModule.h"
76#define VTK_EXTRACT_POINT_SEEDED_CLUSTERS 1
77#define VTK_EXTRACT_SPECIFIED_CLUSTERS 2
78#define VTK_EXTRACT_LARGEST_CLUSTER 3
79#define VTK_EXTRACT_ALL_CLUSTERS 4
80#define VTK_EXTRACT_CLOSEST_POINT_CLUSTER 5
104 vtkGetMacro(Radius,
double);
114 vtkSetMacro(ScalarConnectivity,
bool);
115 vtkGetMacro(ScalarConnectivity,
bool);
116 vtkBooleanMacro(ScalarConnectivity,
bool);
123 vtkSetVector2Macro(ScalarRange,
double);
124 vtkGetVector2Macro(ScalarRange,
double);
133 vtkGetMacro(ExtractionMode,
int);
148 const char* GetExtractionModeAsString();
186 vtkSetVector3Macro(ClosestPoint,
double);
187 vtkGetVectorMacro(ClosestPoint,
double, 3);
199 vtkSetMacro(ColorClusters,
bool);
200 vtkGetMacro(ColorClusters,
bool);
201 vtkBooleanMacro(ColorClusters,
bool);
225 double ClosestPoint[3];
228 double ScalarRange[2];
266 return "ExtractPointSeededClusters";
270 return "ExtractSpecifiedClusters";
274 return "ExtractAllClusters";
278 return "ExtractClosestPointCluster";
282 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.