NodeSubUGraphAdaptor Class Template Reference
[Adaptor Classes for Graphs]

#include <lemon/ugraph_adaptor.h>

Inherits SubUGraphAdaptor< _UGraph, NodeFilterMap, lemon::ConstMap< _UGraph::UEdge, bool >, checked >.

Inheritance diagram for NodeSubUGraphAdaptor:

Inheritance graph
[legend]
List of all members.

Detailed Description

template<typename _UGraph, typename NodeFilterMap, bool checked = true>
class lemon::NodeSubUGraphAdaptor< _UGraph, NodeFilterMap, checked >

An adaptor for hiding nodes from an undirected graph. This adaptor specializes SubUGraphAdaptor 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.


The documentation for this class was generated from the following file:
Generated on Tue Oct 31 09:51:23 2006 for LEMON by  doxygen 1.5.1