90 #ifndef vtkSimple2DLayoutStrategy_h
91 #define vtkSimple2DLayoutStrategy_h
94 #include "vtkInfovisLayoutModule.h"
113 vtkGetMacro(RandomSeed,
int);
126 vtkGetMacro(MaxNumberOfIterations,
int);
138 vtkGetMacro(IterationsPerLayout,
int);
149 vtkGetMacro(InitialTemperature,
float);
162 vtkGetMacro(CoolDownRate,
double);
173 vtkSetMacro(Jitter,
bool);
174 vtkGetMacro(Jitter,
bool);
182 vtkSetMacro(RestDistance,
float);
183 vtkGetMacro(RestDistance,
float);
218 struct vtkLayoutEdge_t
224 using vtkLayoutEdge =
struct vtkLayoutEdge_t;
229 vtkLayoutEdge* EdgeArray;
232 int IterationsPerLayout;