GraphAdaptorBase Class Template Reference

#include <lemon/graph_adaptor.h>

Inherited by EdgeSubGraphBase, EdgeSubGraphBase< lemon::ListGraph >, ErasingFirstGraphAdaptorBase, GraphAdaptorExtender< lemon::GraphAdaptorBase< _Graph > >, RevGraphAdaptorBase, SplitGraphAdaptorBase, SubGraphAdaptorBase, SubGraphAdaptorBase< _Graph, NodeFilterMap, EdgeFilterMap, false >, SubGraphBase, SubGraphBase< lemon::ListGraph >, and UndirGraphExtender< lemon::GraphAdaptorBase< _Graph > >.

Inheritance diagram for GraphAdaptorBase:

Inheritance graph
[legend]
List of all members.

Detailed Description

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

Base type for the Graph Adaptors

This is the base type for most of LEMON graph adaptors. This class implements a trivial graph adaptor i.e. it only wraps the functions and types of the graph. The purpose of this class is to make easier implementing graph adaptors. E.g. if an adaptor is considered which differs from the wrapped graph only in some of its functions or types, then it can be derived from GraphAdaptor, and only the differences should be implemented.

author Marton Makai


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