34 #ifndef __vtkRandomLayoutStrategy_h
35 #define __vtkRandomLayoutStrategy_h
37 #include "vtkInfovisLayoutModule.h"
46 void PrintSelf(ostream& os, vtkIndent indent);
52 vtkSetClampMacro(RandomSeed,
int, 0, VTK_INT_MAX);
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
int ThreeDimensionalLayout
abstract superclass for all graph layout strategies
Base class for graph data types.
int AutomaticBoundsComputation
void PrintSelf(ostream &os, vtkIndent indent)