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);
77 vtkSetMacro(AutomaticBoundsComputation,
vtkTypeBool);
78 vtkGetMacro(AutomaticBoundsComputation,
vtkTypeBool);
79 vtkBooleanMacro(AutomaticBoundsComputation,
vtkTypeBool);
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);
122 vtkBooleanMacro(ThreeDimensionalLayout,
vtkTypeBool);
139 vtkSetClampMacro(InitialTemperature,
float, 0.0,
VTK_FLOAT_MAX);
140 vtkGetMacro(InitialTemperature,
float);
168 double GraphBounds[6];
193 int IterationsPerLayout;