36 #ifndef __vtkGraphLayoutFilter_h
37 #define __vtkGraphLayoutFilter_h
53 vtkSetVector6Macro(GraphBounds,
double);
54 vtkGetVectorMacro(GraphBounds,
double,6);
61 vtkSetMacro(AutomaticBoundsComputation,
int);
62 vtkGetMacro(AutomaticBoundsComputation,
int);
63 vtkBooleanMacro(AutomaticBoundsComputation,
int);
71 vtkGetMacro(MaxNumberOfIterations,
int);
79 vtkGetMacro(CoolDownRate,
double);
85 vtkSetMacro(ThreeDimensionalLayout,
int);
86 vtkGetMacro(ThreeDimensionalLayout,
int);
87 vtkBooleanMacro(ThreeDimensionalLayout,
int);
95 double GraphBounds[6];