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
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
abstract superclass for all graph layout strategies
virtual void Layout()=0
This is the layout method where the graph that was set in SetGraph() is laid out.
randomly places vertices in 2 or 3 dimensions
a simple class to control print indentation
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
virtual void SetGraph(vtkGraph *graph)
Setting the graph for the layout strategy.
vtkBooleanMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
Base class for graph data types.