34 #ifndef vtkForceDirectedLayoutStrategy_h
35 #define vtkForceDirectedLayoutStrategy_h
38 #include "vtkInfovisLayoutModule.h"
55 vtkGetMacro(RandomSeed,
int);
64 vtkSetVector6Macro(GraphBounds,
double);
65 vtkGetVectorMacro(GraphBounds,
double, 6);
87 vtkGetMacro(MaxNumberOfIterations,
int);
98 vtkGetMacro(IterationsPerLayout,
int);
108 vtkGetMacro(CoolDownRate,
double);
137 vtkGetMacro(InitialTemperature,
float);
165 double GraphBounds[6];
189 int IterationsPerLayout;