40 #ifndef __vtkOutEdgeIterator_h
41 #define __vtkOutEdgeIterator_h
43 #include "vtkCommonDataModelModule.h"
88 return this->Current != this->End;
97 virtual void SetGraph(
vtkGraph *graph);
abstract base class for most VTK objects
Representation of a single graph edge.
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.