37 #ifndef __vtkInEdgeIterator_h
38 #define __vtkInEdgeIterator_h
78 vtkGraphEdge *NextGraphEdge();
84 return this->Current != this->End;
93 virtual void SetGraph(
vtkGraph *graph);
abstract base class for most VTK objects
Base class for graph data types.
virtual void PrintSelf(ostream &os, vtkIndent indent)
a simple class to control print indentation
Iterates through all incoming edges to a vertex.
const vtkInEdgeType * End
const vtkInEdgeType * Current