CombinedEdgeMap< GraphEdgeMap, GraphNodeMap > Class Template Reference


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. #include <lemon/graph_adaptor.h>

List of all members.

Public Member Functions

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


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.


Generated on Thu Jun 4 04:04:22 2009 for LEMON by  doxygen 1.5.9