GraphAdaptorExtender Class Template Reference
[Tools for Graph Implementation]

#include <lemon/bits/graph_adaptor_extender.h>

Inheritance diagram for GraphAdaptorExtender:

Inheritance graph
[legend]

List of all members.

template<typename _Graph>
class lemon::GraphAdaptorExtender< _Graph >


Public Member Functions

Node baseNode (const OutEdgeIt &e) const
 Base node of the iterator.
Node runningNode (const OutEdgeIt &e) const
 Running node of the iterator.
Node baseNode (const InEdgeIt &e) const
 Base node of the iterator.
Node runningNode (const InEdgeIt &e) const
 Running node of the iterator.

Member Function Documentation

Node baseNode ( const OutEdgeIt &  e  )  const [inline]

Returns the base node (ie. the source in this case) of the iterator

Node runningNode ( const OutEdgeIt &  e  )  const [inline]

Returns the running node (ie. the target in this case) of the iterator

Node baseNode ( const InEdgeIt &  e  )  const [inline]

Returns the base node (ie. the target in this case) of the iterator

Node runningNode ( const InEdgeIt &  e  )  const [inline]

Returns the running node (ie. the source in this case) of the iterator


The documentation for this class was generated from the following file:

Generated on Sat Apr 19 14:21:31 2008 for LEMON by  doxygen 1.5.5