Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

NewEdgeSetAdaptor Class Template Reference
[Adaptor Classes for Graphs]

#include <lemon/graph_adaptor.h>

List of all members.


Detailed Description

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

This structure can be used to establish another graph over a node set of an existing one. The node iterator will go through the nodes of the original graph.

Parameters:
_Graph The type of the graph which shares its node set with this class. Its interface must conform to the StaticGraph concept.
In the edge extension and removing it conforms to the ExtendableGraph concept.


Public Member Functions

 NewEdgeSetAdaptor (const _Graph &_graph)
 Constructor of the adaptor.


Constructor & Destructor Documentation

NewEdgeSetAdaptor const _Graph &  _graph  )  [inline]
 

Constructor of the adaptor.


The documentation for this class was generated from the following file:
Generated on Sat Aug 27 14:15:35 2005 for LEMON by  doxygen 1.4.4