19 #ifndef vtkRandomLayoutStrategy_h
20 #define vtkRandomLayoutStrategy_h
23 #include "vtkInfovisLayoutModule.h"
25 VTK_ABI_NAMESPACE_BEGIN
41 vtkGetMacro(RandomSeed,
int);
50 vtkSetVector6Macro(GraphBounds,
double);
51 vtkGetVectorMacro(GraphBounds,
double, 6);
60 vtkSetMacro(AutomaticBoundsComputation,
vtkTypeBool);
61 vtkGetMacro(AutomaticBoundsComputation,
vtkTypeBool);
62 vtkBooleanMacro(AutomaticBoundsComputation,
vtkTypeBool);
73 vtkBooleanMacro(ThreeDimensionalLayout,
vtkTypeBool);
91 double GraphBounds[6];
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
virtual void SetGraph(vtkGraph *graph)
Setting the graph for the layout strategy.
randomly places vertices in 2 or 3 dimensions
abstract superclass for all graph layout strategies
Base class for graph data types.
vtkTypeBool ThreeDimensionalLayout
a simple class to control print indentation
vtkTypeBool AutomaticBoundsComputation
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...
virtual void Layout()=0
This is the layout method where the graph that was set in SetGraph() is laid out. ...