28#ifndef vtkArcParallelEdgeStrategy_h
29#define vtkArcParallelEdgeStrategy_h
32#include "vtkInfovisLayoutModule.h"
53 vtkGetMacro(NumberOfSubdivisions,
int);
54 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