Go to the documentation of this file.
36 #ifndef __vtkGraphLayoutStrategy_h
37 #define __vtkGraphLayoutStrategy_h
39 #include "vtkInfovisLayoutModule.h"
51 virtual void SetGraph(
vtkGraph *graph);
61 virtual void Layout()=0;
69 virtual void SetWeightEdges(
bool state);
70 vtkGetMacro(WeightEdges,
bool);
75 virtual void SetEdgeWeightField(
const char*
field);