39 #ifndef vtkFast2DLayoutStrategy_h
40 #define vtkFast2DLayoutStrategy_h
42 #include "vtkInfovisLayoutModule.h"
67 vtkGetMacro(RandomSeed,
int);
79 vtkSetClampMacro(MaxNumberOfIterations,
int, 0,
VTK_INT_MAX);
80 vtkGetMacro(MaxNumberOfIterations,
int);
91 vtkSetClampMacro(IterationsPerLayout,
int, 0,
VTK_INT_MAX);
92 vtkGetMacro(IterationsPerLayout,
int);
102 vtkSetClampMacro(InitialTemperature,
float, 0.0,
VTK_FLOAT_MAX);
103 vtkGetMacro(InitialTemperature,
float);
116 vtkGetMacro(CoolDownRate,
double);
124 vtkSetMacro(RestDistance,
float);
125 vtkGetMacro(RestDistance,
float);
175 vtkLayoutEdge *EdgeArray;
178 int IterationsPerLayout;
185 void GenerateCircularSplat(
vtkImageData *splat,
int x,
int y);
186 void GenerateGaussianSplat(
vtkImageData *splat,
int x,
int y);
187 void ResolveCoincidentVertices();