43 vtkGetMacro(RandomSeed,
int);
52 vtkSetVector6Macro(GraphBounds,
double);
53 vtkGetVectorMacro(GraphBounds,
double, 6);
75 vtkGetMacro(MaxNumberOfIterations,
int);
86 vtkGetMacro(IterationsPerLayout,
int);
96 vtkGetMacro(CoolDownRate,
double);
125 vtkGetMacro(InitialTemperature,
float);
153 double GraphBounds[6];
162 struct vtkLayoutVertex_t
167 using vtkLayoutVertex =
struct vtkLayoutVertex_t;
171 struct vtkLayoutEdge_t
176 using vtkLayoutEdge =
struct vtkLayoutEdge_t;
179 int IterationsPerLayout;