40 #ifndef vtkOutEdgeIterator_h
41 #define vtkOutEdgeIterator_h
88 return this->Current != this->End;
97 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)
const vtkOutEdgeType * Current
Base class for graph data types.
virtual void PrintSelf(ostream &os, vtkIndent indent)
a simple class to control print indentation
#define vtkGetObjectMacro(name, type)
const vtkOutEdgeType * End
Iterates through all outgoing edges from a vertex.
#define VTKCOMMONDATAMODEL_EXPORT