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
#define vtkGetMacro(name, type)
Representation of a single graph edge.
#define vtkTypeMacro(thisClass, superclass)
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.
#define vtkGetObjectMacro(name, type)
const vtkInEdgeType * End
const vtkInEdgeType * Current
#define VTKCOMMONDATAMODEL_EXPORT