34 #ifndef vtkRandomLayoutStrategy_h
35 #define vtkRandomLayoutStrategy_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];
virtual void SetGraph(vtkGraph *graph)
randomly places vertices in 2 or 3 dimensions
#define VTKINFOVISLAYOUT_EXPORT
int ThreeDimensionalLayout
abstract superclass for all graph layout strategies
Base class for graph data types.
a simple class to control print indentation
int AutomaticBoundsComputation
void PrintSelf(ostream &os, vtkIndent indent)