65 #ifndef vtkSpanTreeLayoutStrategy_h
66 #define vtkSpanTreeLayoutStrategy_h
68 #include "vtkInfovisLayoutModule.h"
88 vtkGetMacro(DepthFirstSpanningTree,
bool);
abstract superclass for all graph layout strategies
a simple class to control print indentation
vtkSpanTreeLayout is a strategy for drawing directed graphs that works by first extracting a spanning...
vtkSpanTreeLayoutStrategy()
~vtkSpanTreeLayoutStrategy()
static vtkSpanTreeLayoutStrategy * New()
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
bool DepthFirstSpanningTree
vtkGraphLayoutStrategy * TreeLayout
void Layout()
Perform the layout.
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkBooleanMacro(IgnoreDriverBugs, bool)
Updates the extensions string.