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

#include <lemon/bits/edge_set_extender.h>

Inherited by ListEdgeSet, and SmartEdgeSet.

Inheritance diagram for EdgeSetExtender:

Inheritance graph
[legend]
List of all members.

template<typename Base>
class lemon::EdgeSetExtender< Base >


Public Types

typedef AlterationNotifier<
EdgeSetExtender, Edge > 
EdgeNotifier
 The edge observer registry.

Public Member Functions

EdgeNotifiergetNotifier (Edge) const
 Gives back the edge alteration notifier.
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

EdgeNotifier& getNotifier ( Edge   )  const [inline]

Gives back the edge alteration notifier.

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 Tue Oct 31 09:51:27 2006 for LEMON by  doxygen 1.5.1