16#ifndef vtkPassThroughEdgeStrategy_h 
   17#define vtkPassThroughEdgeStrategy_h 
   20#include "vtkInfovisLayoutModule.h"  
   22VTK_ABI_NAMESPACE_BEGIN
 
abstract superclass for all edge layout strategies
 
a simple class to control print indentation
 
passes edge routing information through
 
~vtkPassThroughEdgeStrategy() override
 
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
 
void Layout() override
This is the layout method where the graph that was set in SetGraph() is laid out.
 
vtkPassThroughEdgeStrategy()
 
static vtkPassThroughEdgeStrategy * New()