UGraphAdaptorExtender Class Template Reference
[Tools to Make It Easier to Make Graphs]

#include <lemon/bits/graph_adaptor_extender.h>

Inherited by AlterableUndirGraphAdaptor, AlterableUndirGraphAdaptor< _Graph, typename enable_if< typename _Graph::EdgeNotifier::Notifier >::type >, SubUGraphAdaptor, SubUGraphAdaptor< _UGraph, lemon::ConstMap< _UGraph::Node, bool >, UEdgeFilterMap, false >, SubUGraphAdaptor< _UGraph, NodeFilterMap, lemon::ConstMap< _UGraph::UEdge, bool >, checked >, and UGraphAdaptor.

Inheritance diagram for UGraphAdaptorExtender:

Inheritance graph
[legend]
List of all members.

template<typename _UGraph>
class lemon::UGraphAdaptorExtender< _UGraph >


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

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

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


The documentation for this class was generated from the following file:
Generated on Tue Oct 31 09:51:28 2006 for LEMON by  doxygen 1.5.1