45#ifndef vtkSpanTreeLayoutStrategy_h
46#define vtkSpanTreeLayoutStrategy_h
49#include "vtkInfovisLayoutModule.h"
51VTK_ABI_NAMESPACE_BEGIN
68 vtkSetMacro(DepthFirstSpanningTree,
bool);
69 vtkGetMacro(DepthFirstSpanningTree,
bool);
70 vtkBooleanMacro(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()
void Layout() override
Perform the layout.
bool DepthFirstSpanningTree
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkGraphLayoutStrategy * TreeLayout
static vtkSpanTreeLayoutStrategy * New()
~vtkSpanTreeLayoutStrategy() override