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