Util--  1.1
Public Member Functions | List of all members
utilmm::undirected_property_map< PropertyMap > Class Template Reference

#include <utilmm/undirected_graph.hh>

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

Referenced by utilmm::put().

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 Oct 9 2018 10:12:46 for Util-- by doxygen 1.8.6
SourceForge.net Project Page