34 #ifndef __vtkRandomLayoutStrategy_h
35 #define __vtkRandomLayoutStrategy_h
52 vtkGetMacro(RandomSeed,
int);
59 vtkSetVector6Macro(GraphBounds,
double);
60 vtkGetVectorMacro(GraphBounds,
double,6);
67 vtkSetMacro(AutomaticBoundsComputation,
int);
68 vtkGetMacro(AutomaticBoundsComputation,
int);
69 vtkBooleanMacro(AutomaticBoundsComputation,
int);
75 vtkSetMacro(ThreeDimensionalLayout,
int);
76 vtkGetMacro(ThreeDimensionalLayout,
int);
77 vtkBooleanMacro(ThreeDimensionalLayout,
int);
91 double GraphBounds[6];