58 vtkGetMacro(RandomSeed,
int);
67 vtkSetVector6Macro(GraphBounds,
double);
68 vtkGetVectorMacro(GraphBounds,
double, 6);
90 vtkGetMacro(MaxNumberOfIterations,
int);
101 vtkGetMacro(IterationsPerLayout,
int);
111 vtkGetMacro(CoolDownRate,
double);
140 vtkGetMacro(InitialTemperature,
float);
168 double GraphBounds[6];
177 struct vtkLayoutVertex_t
182 using vtkLayoutVertex =
struct vtkLayoutVertex_t;
186 struct vtkLayoutEdge_t
191 using vtkLayoutEdge =
struct vtkLayoutEdge_t;
194 int IterationsPerLayout;