RevGraphAdaptor Class Template Reference
[Adaptor Classes for Graphs]

#include <lemon/graph_adaptor.h>

List of all members.


Detailed Description

template<typename _Graph>
class lemon::RevGraphAdaptor< _Graph >

Warning:
Graph adaptors are in even more experimental state than the other parts of the lib. Use them at you own risk.
If g is defined as
      ListGraph g;
then
      RevGraphAdaptor<ListGraph> gw(g);
implements the graph obtained from g by reversing the orientation of its edges.


The documentation for this class was generated from the following file:
Generated on Fri Feb 3 18:41:33 2006 for LEMON by  doxygen 1.4.6