37 #ifndef __vtkInEdgeIterator_h
38 #define __vtkInEdgeIterator_h
40 #include "vtkCommonDataModelModule.h"
41 #include "vtkObject.h"
52 void PrintSelf(ostream& os, vtkIndent indent);
55 void Initialize(
vtkGraph *g, vtkIdType v);
60 vtkGetMacro(Vertex, vtkIdType);
85 return this->Current != this->End;
94 virtual void SetGraph(
vtkGraph *graph);
Representation of a single graph edge.
Base class for graph data types.
Iterates through all incoming edges to a vertex.
const vtkInEdgeType * End
const vtkInEdgeType * Current