36 #ifndef __vtkGraphLayoutStrategy_h
37 #define __vtkGraphLayoutStrategy_h
51 virtual void SetGraph(
vtkGraph *graph);
61 virtual void Layout()=0;
69 virtual void SetWeightEdges(
bool state);
75 virtual void SetEdgeWeightField(
const char*
field);
abstract base class for most VTK objects
#define VTKINFOVISLAYOUT_EXPORT
#define vtkGetMacro(name, type)
#define vtkTypeMacro(thisClass, superclass)
abstract superclass for all graph layout strategies
Base class for graph data types.
virtual void PrintSelf(ostream &os, vtkIndent indent)
a simple class to control print indentation
#define vtkGetStringMacro(name)
virtual int IsLayoutComplete()
virtual void Initialize()