62#ifndef vtkSpanTreeLayoutStrategy_h
63#define vtkSpanTreeLayoutStrategy_h
66#include "vtkInfovisLayoutModule.h"
84 vtkSetMacro(DepthFirstSpanningTree,
bool);
85 vtkGetMacro(DepthFirstSpanningTree,
bool);
86 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