SplitGraphAdaptor::CombinedEdgeMap Class Template Reference

#include <lemon/graph_adaptor.h>

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 Sat Apr 19 14:18:22 2008 for LEMON by  doxygen 1.5.5