Go to the documentation of this file.
28 #ifndef vtkEdgeLayoutStrategy_h
29 #define vtkEdgeLayoutStrategy_h
31 #include "vtkInfovisLayoutModule.h"
64 vtkSetStringMacro(EdgeWeightArrayName);
65 vtkGetStringMacro(EdgeWeightArrayName);
virtual void Layout()=0
This is the layout method where the graph that was set in SetGraph() is laid out.
virtual void Initialize()
This method allows the layout strategy to do initialization of data structures or whatever else it mi...
virtual void SetGraph(vtkGraph *graph)
Setting the graph for the layout strategy.
abstract base class for most VTK objects
char * EdgeWeightArrayName
a simple class to control print indentation
~vtkEdgeLayoutStrategy() override
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
Base class for graph data types.