DirUGraphAdaptorBase< _UGraph, _DirectionMap > Class Template Reference
Detailed Description
template<typename _UGraph, typename _DirectionMap>
 class lemon::DirUGraphAdaptorBase< _UGraph, _DirectionMap >
Base class of the direct undirected graph adaptor. All public member of this class can be used with the 
DirUGraphAdaptor too. 
- See also:
- DirUGraphAdaptor 
#include <lemon/ugraph_adaptor.h>
List of all members.
|  | 
| 
 Public Member Functions | 
| void | reverseEdge (const Edge &edge) | 
|  | Reverse edge. 
 | 
Member Function Documentation
      
        
          | void reverseEdge | ( | const Edge & | edge | ) |  [inline] | 
      
 
It reverse the given edge. It simply negate the direction in the map.