38 #ifndef vtkInEdgeIterator_h
39 #define vtkInEdgeIterator_h
41 #include "vtkCommonDataModelModule.h"
92 bool HasNext() {
return this->Current != this->End; }
102 virtual void SetGraph(
vtkGraph* graph);
vtkInEdgeType Next()
Returns the next edge in the 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.
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 incoming edges to a vertex.
const vtkInEdgeType * End
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...
const vtkInEdgeType * Current