37 #ifndef __vtkInEdgeIterator_h
38 #define __vtkInEdgeIterator_h
54 void Initialize(vtkGraph *g,
vtkIdType v);
58 vtkGetObjectMacro(Graph, vtkGraph);
65 inline vtkInEdgeType
Next()
67 vtkInEdgeType e = *this->Current;
78 vtkGraphEdge *NextGraphEdge();
84 return this->Current != this->End;
93 virtual void SetGraph(vtkGraph *graph);
97 const vtkInEdgeType *
End;
abstract base class for most VTK objects
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