NodeSubGraphAdaptor< Graph, NodeFilterMap, checked > Class Template Reference
[Adaptor Classes for Graphs]
Detailed Description
template<typename Graph, typename NodeFilterMap, bool checked = true>
class lemon::NodeSubGraphAdaptor< Graph, NodeFilterMap, checked >
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 filter only isolated nodes.
- Author:
- Marton Makai
#include <lemon/graph_adaptor.h>
List of all members.