93 #ifndef vtkForceDirectedLayoutStrategy_h
94 #define vtkForceDirectedLayoutStrategy_h
97 #include "vtkInfovisLayoutModule.h"
114 vtkGetMacro(RandomSeed,
int);
123 vtkSetVector6Macro(GraphBounds,
double);
124 vtkGetVectorMacro(GraphBounds,
double, 6);
146 vtkGetMacro(MaxNumberOfIterations,
int);
157 vtkGetMacro(IterationsPerLayout,
int);
167 vtkGetMacro(CoolDownRate,
double);
196 vtkGetMacro(InitialTemperature,
float);
224 double GraphBounds[6];
233 struct vtkLayoutVertex_t
238 using vtkLayoutVertex =
struct vtkLayoutVertex_t;
242 struct vtkLayoutEdge_t
247 using vtkLayoutEdge =
struct vtkLayoutEdge_t;
250 int IterationsPerLayout;