33 #ifndef vtkGeoEdgeStrategy_h 34 #define vtkGeoEdgeStrategy_h 36 #include "vtkInfovisLayoutModule.h" 52 vtkSetMacro(GlobeRadius,
double);
53 vtkGetMacro(GlobeRadius,
double);
64 vtkSetMacro(ExplodeFactor,
double);
65 vtkGetMacro(ExplodeFactor,
double);
73 vtkSetMacro(NumberOfSubdivisions,
int);
74 vtkGetMacro(NumberOfSubdivisions,
int);
~vtkGeoEdgeStrategy() override
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...
Layout graph edges on a globe as arcs.