SplitGraphAdaptor::CombinedEdgeMap Class Template Reference

#include <lemon/graph_adaptor.h>

Inherits MapBase< Parent::Edge, GraphEdgeMap::Value >.

Inheritance diagram for SplitGraphAdaptor::CombinedEdgeMap:

Inheritance graph
[legend]
List of all members.

Detailed Description

template<typename _Graph>
template<typename GraphEdgeMap, typename GraphNodeMap>
class lemon::SplitGraphAdaptor< _Graph >::CombinedEdgeMap< GraphEdgeMap, GraphNodeMap >

This class adapt an original graph EdgeMap and NodeMap to get an edge map on the adapted graph.


Public Member Functions

 CombinedEdgeMap (GraphEdgeMap &_edge_map, GraphNodeMap &_node_map)
 Constructor.
void set (const Edge &edge, const Value &val)
 The subscript operator.
Value operator[] (const Key &edge) const
 The const subscript operator.
Value & operator[] (const Key &edge)
 The const subscript operator.


Constructor & Destructor Documentation

CombinedEdgeMap ( GraphEdgeMap &  _edge_map,
GraphNodeMap &  _node_map 
) [inline]

Constructor.


Member Function Documentation

void set ( const Edge &  edge,
const Value &  val 
) [inline]

The subscript operator.

Value operator[] ( const Key &  edge  )  const [inline]

The const subscript operator.

Value& operator[] ( const Key &  edge  )  [inline]

The const subscript operator.


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