#include <lemon/graph_adaptor.h>
Inherits SubGraphAdaptor< Graph, NodeFilterMap, ConstMap< Graph::Edge, bool >, checked >.
Inheritance diagram for NodeSubGraphAdaptor:
[legend]List of all members.
Detailed Description
template<typename Graph, typename NodeFilterMap, bool checked = true>
class lemon::NodeSubGraphAdaptor< Graph, NodeFilterMap, checked >
- 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 nodes from a graph. This adaptor specializes SubGraphAdaptor in the way that only the node-set can be filtered. In usual case the checked parameter is true, we get the induced subgraph. But if the checked parameter is false then we can only filter only isolated nodes. - Author:
- Marton Makai
The documentation for this class was generated from the following file:
Generated on Fri Feb 3 18:41:34 2006 for LEMON by
1.4.6