37 #ifndef vtkInEdgeIterator_h 
   38 #define vtkInEdgeIterator_h 
   85     return this->Current != this->End;
 
   94   virtual void SetGraph(
vtkGraph *graph);
 
abstract base class for most VTK objects 
 
Representation of a single graph edge. 
 
Base class for graph data types. 
 
virtual void PrintSelf(ostream &os, vtkIndent indent)
 
a simple class to control print indentation 
 
Iterates through all incoming edges to a vertex. 
 
const vtkInEdgeType * End
 
const vtkInEdgeType * Current
 
#define VTKCOMMONDATAMODEL_EXPORT