27 #ifndef vtkEdgeLayoutStrategy_h
28 #define vtkEdgeLayoutStrategy_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
#define VTKINFOVISLAYOUT_EXPORT
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