All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
List of all members | Public Member Functions
PathNodeIt< Path > Class Template Reference

Detailed Description

template<typename Path>
class lemon::PathNodeIt< Path >

In a sense, the path can be treated as a list of arcs. The lemon path type stores only this list. As a consequence, it cannot enumerate the nodes in the path and the zero length paths cannot have a source node.

This class implements the node iterator of a path structure. To provide this feature, the underlying digraph should be passed to the constructor of the iterator.

#include <lemon/path.h>

Public Member Functions

 PathNodeIt ()
 Default constructor.
 
 PathNodeIt (Invalid)
 Invalid constructor.
 
 PathNodeIt (const Digraph &digraph, const Path &path)
 Constructor.
 
 PathNodeIt (const Digraph &digraph, const Path &path, const Node &src)
 Constructor.
 
 operator Node () const
 Conversion to Digraph::Node.
 
PathNodeItoperator++ ()
 Next node.
 
bool operator== (const PathNodeIt &n) const
 Comparison operator.
 
bool operator!= (const PathNodeIt &n) const
 Comparison operator.
 
bool operator< (const PathNodeIt &n) const
 Comparison operator.