19#ifndef vtkRandomLayoutStrategy_h
20#define vtkRandomLayoutStrategy_h
23#include "vtkInfovisLayoutModule.h"
25VTK_ABI_NAMESPACE_BEGIN
41 vtkGetMacro(RandomSeed,
int);
50 vtkSetVector6Macro(GraphBounds,
double);
51 vtkGetVectorMacro(GraphBounds,
double, 6);
91 double GraphBounds[6];
abstract superclass for all graph layout strategies
Base class for graph data types.
a simple class to control print indentation
randomly places vertices in 2 or 3 dimensions
static vtkRandomLayoutStrategy * New()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void Layout() override
Perform the random layout.
void SetGraph(vtkGraph *graph) override
Set the graph to layout.
~vtkRandomLayoutStrategy() override
vtkTypeBool ThreeDimensionalLayout
vtkRandomLayoutStrategy()
vtkTypeBool AutomaticBoundsComputation