43 #ifndef __vtkEdgeListIterator_h
44 #define __vtkEdgeListIterator_h
46 #include "vtkCommonDataModelModule.h"
53 struct vtkOutEdgeType;
62 vtkGetObjectMacro(Graph, vtkGraph);
63 virtual void SetGraph(vtkGraph *graph);
76 vtkGraphEdge *NextGraphEdge();
89 const vtkOutEdgeType *
End;
abstract base class for most VTK objects
const vtkOutEdgeType * Current
Iterates through all edges in a graph.
virtual void PrintSelf(ostream &os, vtkIndent indent)
a simple class to control print indentation
const vtkOutEdgeType * End