40 #ifndef __vtkOutEdgeIterator_h
41 #define __vtkOutEdgeIterator_h
81 vtkGraphEdge *NextGraphEdge();
87 return this->Current != this->End;
96 virtual void SetGraph(
vtkGraph *graph);
abstract base class for most VTK objects
const vtkOutEdgeType * Current
Base class for graph data types.
virtual void PrintSelf(ostream &os, vtkIndent indent)
a simple class to control print indentation
const vtkOutEdgeType * End
Iterates through all outgoing edges from a vertex.