40 #ifndef vtkOutEdgeIterator_h
41 #define vtkOutEdgeIterator_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.
#define VTKCOMMONDATAMODEL_EXPORT