43 #ifndef __vtkSimple2DLayoutStrategy_h
44 #define __vtkSimple2DLayoutStrategy_h
46 #include "vtkInfovisLayoutModule.h"
64 vtkGetMacro(RandomSeed,
int);
74 vtkGetMacro(MaxNumberOfIterations,
int);
83 vtkGetMacro(IterationsPerLayout,
int);
90 vtkSetClampMacro(InitialTemperature,
float, 0.0,
VTK_FLOAT_MAX);
91 vtkGetMacro(InitialTemperature,
float);
100 vtkGetMacro(CoolDownRate,
double);
107 vtkSetMacro(Jitter,
bool);
108 vtkGetMacro(Jitter,
bool);
114 vtkSetMacro(RestDistance,
float);
115 vtkGetMacro(RestDistance,
float);
155 vtkLayoutEdge *EdgeArray;
159 int IterationsPerLayout;