65 #ifndef vtkSpanTreeLayoutStrategy_h 66 #define vtkSpanTreeLayoutStrategy_h 68 #include "vtkInfovisLayoutModule.h" 87 vtkSetMacro(DepthFirstSpanningTree,
bool);
88 vtkGetMacro(DepthFirstSpanningTree,
bool);
89 vtkBooleanMacro(DepthFirstSpanningTree,
bool);
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
abstract superclass for all graph layout strategies
bool DepthFirstSpanningTree
a simple class to control print indentation
vtkGraphLayoutStrategy * TreeLayout
vtkSpanTreeLayout is a strategy for drawing directed graphs that works by first extracting a spanning...
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...
virtual void Layout()=0
This is the layout method where the graph that was set in SetGraph() is laid out. ...