Go to the documentation of this file.
37 #ifndef vtkInEdgeIterator_h
38 #define vtkInEdgeIterator_h
85 return this->Current != this->End;
#define vtkGetObjectMacro(name, type)
const vtkInEdgeType * Current
static vtkInEdgeIterator * New()
virtual void SetGraph(vtkGraph *graph)
#define vtkTypeMacro(thisClass, superclass)
abstract base class for most VTK objects
vtkGraphEdge * NextGraphEdge()
Iterates through all incoming edges to a vertex.
void PrintSelf(ostream &os, vtkIndent indent)
Representation of a single graph edge.
a simple class to control print indentation
#define vtkGetMacro(name, type)
void Initialize(vtkGraph *g, vtkIdType v)
const vtkInEdgeType * End
#define VTKCOMMONDATAMODEL_EXPORT
Base class for graph data types.