#include <lemon/ugraph_adaptor.h>
List of all members.
Detailed Description
template<typename _UGraph, typename UEdgeFilterMap>
class lemon::EdgeSubUGraphAdaptor< _UGraph, UEdgeFilterMap >
- Warning:
- Graph adaptors are in even more experimental state than the other parts of the lib. Use them at you own risk.
An adaptor for hiding undirected edges from an undirected graph. This adaptor specializes
SubUGraphAdaptor in the way that only the edge-set can be filtered.
The documentation for this class was generated from the following file: