Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

SubBidirGraphAdaptorBase::Edge Class Reference

#include <lemon/graph_adaptor.h>

List of all members.


Detailed Description

template<typename _Graph, typename ForwardFilterMap, typename BackwardFilterMap>
class lemon::SubBidirGraphAdaptorBase< _Graph, ForwardFilterMap, BackwardFilterMap >::Edge

SubBidirGraphAdaptorBase<..., ..., ...>Edge is inherited from _Graph::Edge. It contains an extra bool flag which is true if and only if the edge is the backward version of the original edge.


Public Member Functions

 Edge (const typename _Graph::Edge &e, bool _backward)


Constructor & Destructor Documentation

Edge const typename _Graph::Edge &  e,
bool  _backward
[inline]
 

Todo:
=false is needed, or causes problems? If _backward is false, then we get an edge corresponding to the original one, otherwise its oppositely directed pair is obtained.


The documentation for this class was generated from the following file:
Generated on Sat Aug 27 14:15:33 2005 for LEMON by  doxygen 1.4.4