41 #ifndef __vtkConstrained2DLayoutStrategy_h
42 #define __vtkConstrained2DLayoutStrategy_h
65 vtkGetMacro(RandomSeed,
int);
75 vtkGetMacro(MaxNumberOfIterations,
int);
84 vtkGetMacro(IterationsPerLayout,
int);
91 vtkSetClampMacro(InitialTemperature,
float, 0.0,
VTK_FLOAT_MAX);
92 vtkGetMacro(InitialTemperature,
float);
101 vtkGetMacro(CoolDownRate,
double);
108 vtkSetMacro(RestDistance,
float);
109 vtkGetMacro(RestDistance,
float);
129 vtkSetStringMacro(InputArrayName);
130 vtkGetStringMacro(InputArrayName);
161 vtkLayoutEdge *EdgeArray;
164 int IterationsPerLayout;
170 char* InputArrayName;
173 void GenerateCircularSplat(
vtkImageData *splat,
int x,
int y);
174 void GenerateGaussianSplat(
vtkImageData *splat,
int x,
int y);
175 void ResolveCoincidentVertices();