template<typename _Graph>
class lemon::RevGraphWrapper< _Graph >
Warning:
Graph wrappers are in even more experimental state than the other parts of the lib. Use them at you own risk.
Let be a directed graph and suppose that a graph instange g of type ListGraph implements .
ListGraph g;
For each directed edge , let denote the edge obtained by reversing its orientation. Then RevGraphWrapper implements the graph structure with node-set and edge-set , i.e. the graph obtained from be reversing the orientation of its edges. The following code shows how such an instance can be constructed.