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