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