27 #ifndef __vtkEdgeLayoutStrategy_h
28 #define __vtkEdgeLayoutStrategy_h
41 virtual void SetGraph(
vtkGraph *graph);
49 virtual void Layout()=0;
53 vtkSetStringMacro(EdgeWeightArrayName);
54 vtkGetStringMacro(EdgeWeightArrayName);
abstract base class for most VTK objects
char * EdgeWeightArrayName
Base class for graph data types.
virtual void PrintSelf(ostream &os, vtkIndent indent)
a simple class to control print indentation
virtual void Initialize()
abstract superclass for all edge layout strategies