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];
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
int ThreeDimensionalLayout
static vtkRandomLayoutStrategy * New()
void Layout()
Perform the random layout.
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
vtkRandomLayoutStrategy()
~vtkRandomLayoutStrategy()
int AutomaticBoundsComputation
void SetGraph(vtkGraph *graph)
Set the graph to layout.
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkBooleanMacro(IgnoreDriverBugs, bool)
Updates the extensions string.