40 #ifndef __vtkOutEdgeIterator_h
41 #define __vtkOutEdgeIterator_h
57 void Initialize(vtkGraph *g,
vtkIdType v);
61 vtkGetObjectMacro(Graph, vtkGraph);
68 inline vtkOutEdgeType
Next()
70 vtkOutEdgeType e = *this->Current;
81 vtkGraphEdge *NextGraphEdge();
87 return this->Current != this->End;
96 virtual void SetGraph(vtkGraph *graph);
100 const vtkOutEdgeType *
End;
abstract base class for most VTK objects
const vtkOutEdgeType * Current
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.