44 #ifndef vtkSimple2DLayoutStrategy_h
45 #define vtkSimple2DLayoutStrategy_h
48 #include "vtkInfovisLayoutModule.h"
67 vtkGetMacro(RandomSeed,
int);
80 vtkGetMacro(MaxNumberOfIterations,
int);
92 vtkGetMacro(IterationsPerLayout,
int);
103 vtkGetMacro(InitialTemperature,
float);
116 vtkGetMacro(CoolDownRate,
double);
127 vtkSetMacro(Jitter,
bool);
128 vtkGetMacro(Jitter,
bool);
136 vtkSetMacro(RestDistance,
float);
137 vtkGetMacro(RestDistance,
float);
182 vtkLayoutEdge* EdgeArray;
185 int IterationsPerLayout;