31 #ifndef vtkCircularLayoutStrategy_h 32 #define vtkCircularLayoutStrategy_h 34 #include "vtkInfovisLayoutModule.h" void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
Places vertices around a circle.
abstract superclass for all graph layout strategies
a simple class to control print indentation
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...
virtual void Layout()=0
This is the layout method where the graph that was set in SetGraph() is laid out. ...