38 #ifndef vtkInEdgeIterator_h 
   39 #define vtkInEdgeIterator_h 
   41 #include "vtkCommonDataModelModule.h"  
   94     return this->Current != this->End;
 
  105   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. 
 
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...