SubBidirGraphWrapper::Edge Class Reference

#include <graph_wrapper.h>

List of all members.


Detailed Description

template<typename Graph, typename ForwardFilterMap, typename BackwardFilterMap>
class lemon::SubBidirGraphWrapper< Graph, ForwardFilterMap, BackwardFilterMap >::Edge

SubBidirGraphWrapper<..., ..., ...>::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.

Definition at line 726 of file graph_wrapper.h.

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.
Definition at line 737 of file graph_wrapper.h.


The documentation for this class was generated from the following file:
Generated on Thu Sep 30 12:18:37 2004 for LEMON by doxygen 1.3.8