32 #ifndef __vtkGraphEdge_h
33 #define __vtkGraphEdge_h
35 #include "vtkCommonDataModelModule.h"
36 #include "vtkObject.h"
43 void PrintSelf(ostream& os, vtkIndent indent);
47 vtkSetMacro(Source, vtkIdType);
48 vtkGetMacro(Source, vtkIdType);
53 vtkSetMacro(Target, vtkIdType);
54 vtkGetMacro(Target, vtkIdType);
59 vtkSetMacro(Id, vtkIdType);
60 vtkGetMacro(Id, vtkIdType);
Representation of a single graph edge.