utilmm::undirected_property_map< PropertyMap > Class Template Reference

#include <utilmm/undirected_graph.hh>

List of all members.

Public Member Functions

 undirected_property_map (PropertyMap pmap)
PropertyMap & map ()
PropertyMap const & map () const


Detailed Description

template<typename PropertyMap>
class utilmm::undirected_property_map< PropertyMap >

This class adapts a property map on the edges of a graph to a property map on the edges of the corresponding undirected graph

Constructor & Destructor Documentation

template<typename PropertyMap>
utilmm::undirected_property_map< PropertyMap >::undirected_property_map ( PropertyMap  pmap  )  [inline]


Member Function Documentation

template<typename PropertyMap>
PropertyMap& utilmm::undirected_property_map< PropertyMap >::map (  )  [inline]

template<typename PropertyMap>
PropertyMap const& utilmm::undirected_property_map< PropertyMap >::map (  )  const [inline]


The documentation for this class was generated from the following file:
Generated on Tue Feb 19 10:51:01 2008 for Util-- by doxygen 1.5.3
SourceForge.net Project Page