37 #ifndef vtkGraphLayoutStrategy_h 38 #define vtkGraphLayoutStrategy_h 40 #include "vtkInfovisLayoutModule.h" 54 virtual void SetGraph(
vtkGraph *graph);
70 virtual void Layout()=0;
83 virtual void SetWeightEdges(
bool state);
84 vtkGetMacro(WeightEdges,
bool);
91 virtual void SetEdgeWeightField(
const char*
field);
92 vtkGetStringMacro(EdgeWeightField);
abstract base class for most VTK objects
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
abstract superclass for all graph layout strategies
Base class for graph data types.
a simple class to control print indentation
virtual int IsLayoutComplete()
If your concrete class is iterative than you should overload IsLayoutComplete() otherwise it simply r...
virtual void Initialize()
This method allows the layout strategy to do initialization of data structures or whatever else it mi...