28 #ifndef vtkArcParallelEdgeStrategy_h 29 #define vtkArcParallelEdgeStrategy_h 31 #include "vtkInfovisLayoutModule.h" 47 void Layout() VTK_OVERRIDE;
53 vtkGetMacro(NumberOfSubdivisions,
int);
59 ~vtkArcParallelEdgeStrategy() VTK_OVERRIDE;
61 int NumberOfSubdivisions;
64 vtkArcParallelEdgeStrategy(const vtkArcParallelEdgeStrategy&) VTK_DELETE_FUNCTION;
65 void operator=(const vtkArcParallelEdgeStrategy&) VTK_DELETE_FUNCTION;
virtual void Layout()=0
This is the layout method where the graph that was set in SetGraph() is laid out. ...
Base class for graph data types.
a simple class to control print indentation
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
routes parallel edges as arcs
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
abstract superclass for all edge layout strategies
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...