34 #ifndef __vtkRandomLayoutStrategy_h
35 #define __vtkRandomLayoutStrategy_h
37 #include "vtkInfovisLayoutModule.h"
53 vtkGetMacro(RandomSeed,
int);
60 vtkSetVector6Macro(GraphBounds,
double);
61 vtkGetVectorMacro(GraphBounds,
double,6);
68 vtkSetMacro(AutomaticBoundsComputation,
int);
69 vtkGetMacro(AutomaticBoundsComputation,
int);
70 vtkBooleanMacro(AutomaticBoundsComputation,
int);
76 vtkSetMacro(ThreeDimensionalLayout,
int);
77 vtkGetMacro(ThreeDimensionalLayout,
int);
78 vtkBooleanMacro(ThreeDimensionalLayout,
int);
92 double GraphBounds[6];