Go to the documentation of this file.
36 #ifndef vtkAdjacentVertexIterator_h
37 #define vtkAdjacentVertexIterator_h
76 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
~vtkAdjacentVertexIterator()
vtkAdjacentVertexIterator()
void Initialize(vtkGraph *g, vtkIdType v)
virtual void SetGraph(vtkGraph *graph)
Representation of a single graph edge.
a simple class to control print indentation
static vtkAdjacentVertexIterator * New()
const vtkOutEdgeType * End
#define vtkGetMacro(name, type)
Iterates through adjacent vertices in a graph.
const vtkOutEdgeType * Current
#define VTKCOMMONDATAMODEL_EXPORT
Base class for graph data types.