35 #ifndef __vtkClustering2DLayoutStrategy_h
36 #define __vtkClustering2DLayoutStrategy_h
38 #include "vtkInfovisLayoutModule.h"
61 vtkGetMacro(RandomSeed,
int);
71 vtkGetMacro(MaxNumberOfIterations,
int);
80 vtkGetMacro(IterationsPerLayout,
int);
87 vtkSetClampMacro(InitialTemperature,
float, 0.0,
VTK_FLOAT_MAX);
88 vtkGetMacro(InitialTemperature,
float);
97 vtkGetMacro(CoolDownRate,
double);
103 vtkSetMacro(RestDistance,
float);
104 vtkGetMacro(RestDistance,
float);
153 vtkLayoutEdge *EdgeArray;
156 int IterationsPerLayout;
161 float CuttingThreshold;
164 void GenerateCircularSplat(
vtkImageData *splat,
int x,
int y);
165 void GenerateGaussianSplat(
vtkImageData *splat,
int x,
int y);
166 void ResolveCoincidentVertices();