28 #ifndef vtkPassThroughEdgeStrategy_h
29 #define vtkPassThroughEdgeStrategy_h
31 #include "vtkInfovisLayoutModule.h"
45 void Layout() VTK_OVERRIDE;
49 ~vtkPassThroughEdgeStrategy() VTK_OVERRIDE;
52 vtkPassThroughEdgeStrategy(const vtkPassThroughEdgeStrategy&) VTK_DELETE_FUNCTION;
53 void operator=(const vtkPassThroughEdgeStrategy&) VTK_DELETE_FUNCTION;
passes edge routing information through
virtual void Layout()=0
This is the layout method where the graph that was set in SetGraph() is laid out. ...
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.
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...