32#ifndef vtkRandomLayoutStrategy_h
33#define vtkRandomLayoutStrategy_h
36#include "vtkInfovisLayoutModule.h"
53 vtkGetMacro(RandomSeed,
int);
62 vtkSetVector6Macro(GraphBounds,
double);
63 vtkGetVectorMacro(GraphBounds,
double, 6);
103 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