41 #ifndef vtkSimple2DLayoutStrategy_h
42 #define vtkSimple2DLayoutStrategy_h
44 #include "vtkInfovisLayoutModule.h"
64 vtkGetMacro(RandomSeed,
int);
77 vtkGetMacro(MaxNumberOfIterations,
int);
89 vtkGetMacro(IterationsPerLayout,
int);
100 vtkGetMacro(InitialTemperature,
float);
113 vtkGetMacro(CoolDownRate,
double);
125 vtkGetMacro(Jitter,
bool);
134 vtkGetMacro(RestDistance,
float);
180 vtkLayoutEdge *EdgeArray;
183 int IterationsPerLayout;