35 #ifndef vtkOutEdgeIterator_h
36 #define vtkOutEdgeIterator_h
38 #include "vtkCommonDataModelModule.h"
91 return this->Current != this->End;
102 virtual
void SetGraph(
vtkGraph *graph);
abstract base class for most VTK objects
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkOutEdgeType Next()
Returns the next edge in the graph.
Representation of a single graph edge.
bool HasNext()
Whether this iterator has more edges.
Base class for graph data types.
a simple class to control print indentation
Iterates through all outgoing edges from a vertex.
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...