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