Go to the documentation of this file.
41 #ifndef vtkOutEdgeIterator_h
42 #define vtkOutEdgeIterator_h
44 #include "vtkCommonDataModelModule.h"
97 return this->Current != this->End;
vtkOutEdgeType Next()
Returns the next edge in the graph.
abstract base class for most VTK objects
vtkGraphEdge * NextGraphEdge()
Just like Next(), but returns heavy-weight vtkGraphEdge object instead of the vtkEdgeType struct,...
Representation of a single graph edge.
void Initialize(vtkGraph *g, vtkIdType v)
Initialize the iterator with a graph and vertex.
a simple class to control print indentation
bool HasNext()
Whether this iterator has more edges.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
static vtkOutEdgeIterator * New()
Iterates through all outgoing edges from a vertex.
Base class for graph data types.
~vtkOutEdgeIterator() override