27 #ifndef __vtkEdgeLayoutStrategy_h
28 #define __vtkEdgeLayoutStrategy_h
30 #include "vtkInfovisLayoutModule.h"
42 virtual void SetGraph(
vtkGraph *graph);
50 virtual void Layout()=0;
54 vtkSetStringMacro(EdgeWeightArrayName);
55 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