43 #ifndef __vtkEdgeListIterator_h
44 #define __vtkEdgeListIterator_h
52 struct vtkOutEdgeType;
61 vtkGetObjectMacro(Graph, vtkGraph);
62 virtual void SetGraph(vtkGraph *graph);
75 vtkGraphEdge *NextGraphEdge();
88 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