37 #ifndef vtkForceDirectedLayoutStrategy_h
38 #define vtkForceDirectedLayoutStrategy_h
40 #include "vtkInfovisLayoutModule.h"
58 vtkGetMacro(RandomSeed,
int);
67 vtkSetVector6Macro(GraphBounds,
double);
68 vtkGetVectorMacro(GraphBounds,
double,6);
78 vtkGetMacro(AutomaticBoundsComputation,
int);
89 vtkSetClampMacro(MaxNumberOfIterations,
int, 0,
VTK_INT_MAX);
90 vtkGetMacro(MaxNumberOfIterations,
int);
100 vtkSetClampMacro(IterationsPerLayout,
int, 0,
VTK_INT_MAX);
101 vtkGetMacro(IterationsPerLayout,
int);
111 vtkGetMacro(CoolDownRate,
double);
121 vtkGetMacro(ThreeDimensionalLayout,
int);
130 vtkGetMacro(RandomInitialPoints,
int);
139 vtkSetClampMacro(InitialTemperature,
float, 0.0,
VTK_FLOAT_MAX);
140 vtkGetMacro(InitialTemperature,
float);
168 double GraphBounds[6];
193 int IterationsPerLayout;