Go to the documentation of this file.
38 #ifndef vtkInEdgeIterator_h
39 #define vtkInEdgeIterator_h
41 #include "vtkCommonDataModelModule.h"
94 return this->Current != this->End;
105 virtual void SetGraph(
vtkGraph *graph);
const vtkInEdgeType * Current
vtkInEdgeType 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.
bool HasNext()
Whether this iterator has more edges.
abstract base class for most VTK objects
Iterates through all incoming edges to a vertex.
Representation of a single graph edge.
a simple class to control print indentation
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
const vtkInEdgeType * End
Base class for graph data types.