Class DGraph::BiDirNodesIterator#

Nested Relationships#

This class is a nested type of Class DGraph.

Inheritance Relationships#

Base Type#

Class Documentation#

class BiDirNodesIterator : public BaseGraph::BiDirNodesIterator

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

Public Functions

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