33 #ifndef vtkClustering2DLayoutStrategy_h
34 #define vtkClustering2DLayoutStrategy_h
37 #include "vtkInfovisLayoutModule.h"
61 vtkGetMacro(RandomSeed,
int);
74 vtkGetMacro(MaxNumberOfIterations,
int);
86 vtkGetMacro(IterationsPerLayout,
int);
97 vtkGetMacro(InitialTemperature,
float);
110 vtkGetMacro(CoolDownRate,
double);
118 vtkSetMacro(RestDistance,
float);
119 vtkGetMacro(RestDistance,
float);
171 vtkLayoutEdge* EdgeArray;
174 int IterationsPerLayout;
179 float CuttingThreshold;
182 void GenerateCircularSplat(
vtkImageData* splat,
int x,
int y);
183 void GenerateGaussianSplat(
vtkImageData* splat,
int x,
int y);
184 void ResolveCoincidentVertices();