29 #ifndef vtkEdgeLayout_h 30 #define vtkEdgeLayout_h 32 #include "vtkInfovisLayoutModule.h" 60 ~vtkEdgeLayout() VTK_OVERRIDE;
70 unsigned long ObserverTag;
76 vtkInformationVector *) VTK_OVERRIDE;
82 vtkEdgeLayout(const vtkEdgeLayout&) VTK_DELETE_FUNCTION;
83 void operator=(const vtkEdgeLayout&) VTK_DELETE_FUNCTION;
a simple event forwarder command
static vtkGraphAlgorithm * New()
vtkTypeUInt32 vtkMTimeType
Superclass for algorithms that produce only graph as output.
Base class for graph data types.
a simple class to control print indentation
virtual vtkMTimeType GetMTime()
Return this object's modified time.
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