Go to the documentation of this file.
35 #ifndef vtkRandomLayoutStrategy_h
36 #define vtkRandomLayoutStrategy_h
38 #include "vtkInfovisLayoutModule.h"
56 vtkGetMacro(RandomSeed,
int);
65 vtkSetVector6Macro(GraphBounds,
double);
66 vtkGetVectorMacro(GraphBounds,
double,6);
76 vtkGetMacro(AutomaticBoundsComputation,
int);
87 vtkGetMacro(ThreeDimensionalLayout,
int);
106 double GraphBounds[6];
int AutomaticBoundsComputation
int ThreeDimensionalLayout
abstract superclass for all graph layout strategies
void Layout()
Perform the random layout.
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
static vtkRandomLayoutStrategy * New()
vtkRandomLayoutStrategy()
randomly places vertices in 2 or 3 dimensions
a simple class to control print indentation
vtkBooleanMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
void SetGraph(vtkGraph *graph)
Set the graph to layout.
Base class for graph data types.
~vtkRandomLayoutStrategy()