62 #ifndef vtkSpanTreeLayoutStrategy_h
63 #define vtkSpanTreeLayoutStrategy_h
65 #include "vtkInfovisLayoutModule.h"
85 vtkGetMacro(DepthFirstSpanningTree,
bool);
92 void Layout() VTK_OVERRIDE;
96 ~vtkSpanTreeLayoutStrategy() VTK_OVERRIDE;
99 bool DepthFirstSpanningTree;
102 vtkSpanTreeLayoutStrategy(const vtkSpanTreeLayoutStrategy&) VTK_DELETE_FUNCTION;
103 void operator=(const vtkSpanTreeLayoutStrategy&) VTK_DELETE_FUNCTION;
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
a simple class to control print indentation
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
vtkSpanTreeLayout is a strategy for drawing directed graphs that works by first extracting a spanning...
vtkBooleanMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
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. ...