Go to the documentation of this file.
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);
abstract superclass for all graph layout strategies
abstract base class for most VTK objects
virtual int IsLayoutComplete()
If your concrete class is iterative than you should overload IsLayoutComplete() otherwise it simply r...
a simple class to control print indentation
virtual void Initialize()
This method allows the layout strategy to do initialization of data structures or whatever else it mi...
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkGetStringMacro(ExtensionsString)
Returns a string listing all available extensions.
Base class for graph data types.