#include <lemon/bits/graph_adaptor_extender.h>
| 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. | |
| Node | baseNode (const IncEdgeIt &e) const | 
| Node | runningNode (const IncEdgeIt &e) const | 
| 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
| Node baseNode | ( | const IncEdgeIt & | e | ) | const  [inline] | 
Base node of the iterator
Returns the base node of the iterator
| Node runningNode | ( | const IncEdgeIt & | e | ) | const  [inline] | 
Running node of the iterator
Returns the running node of the iterator
 1.5.9
 1.5.9