Class Graph::BiDirNodesIterator#

Nested Relationships#

This class is a nested type of Class Graph.

Inheritance Relationships#

Base Type#

Class Documentation#

class BiDirNodesIterator : public BaseGraph::BiDirNodesIterator

The BiDirNodesIterator is just an extension of BaseGraph::BiDirNodesIterator to provide access to Graph nodes.

Public Functions

inline BiDirNodesIterator(Graph &g)
inline BiDirNodesIterator(Graph &g, dirType d)
inline virtual ~BiDirNodesIterator()
inline operator Node*()
inline Node *operator->()