35 #ifndef vtkSimple2DLayoutStrategy_h
36 #define vtkSimple2DLayoutStrategy_h
39 #include "vtkInfovisLayoutModule.h"
58 vtkGetMacro(RandomSeed,
int);
71 vtkGetMacro(MaxNumberOfIterations,
int);
83 vtkGetMacro(IterationsPerLayout,
int);
94 vtkGetMacro(InitialTemperature,
float);
107 vtkGetMacro(CoolDownRate,
double);
118 vtkSetMacro(Jitter,
bool);
119 vtkGetMacro(Jitter,
bool);
127 vtkSetMacro(RestDistance,
float);
128 vtkGetMacro(RestDistance,
float);
173 vtkLayoutEdge* EdgeArray;
176 int IterationsPerLayout;