34#ifndef vtkArcParallelEdgeStrategy_h
35#define vtkArcParallelEdgeStrategy_h
38#include "vtkInfovisLayoutModule.h"
59 vtkGetMacro(NumberOfSubdivisions,
int);
60 vtkSetMacro(NumberOfSubdivisions,
int);
routes parallel edges as arcs
~vtkArcParallelEdgeStrategy() override
vtkArcParallelEdgeStrategy()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
static vtkArcParallelEdgeStrategy * New()
void Layout() override
This is the layout method where the graph that was set in SetGraph() is laid out.
abstract superclass for all edge layout strategies
Base class for graph data types.
a simple class to control print indentation