$search
#include <undirected_graph.hh>
Public Member Functions | |
PropertyMap const & | map () const |
PropertyMap & | map () |
undirected_property_map (PropertyMap pmap) | |
Private Attributes | |
PropertyMap | m_map |
This class adapts a property map on the edges of a graph to a property map on the edges of the corresponding undirected graph
Definition at line 314 of file undirected_graph.hh.
utilmm::undirected_property_map< PropertyMap >::undirected_property_map | ( | PropertyMap | pmap | ) | [inline] |
Definition at line 317 of file undirected_graph.hh.
PropertyMap const& utilmm::undirected_property_map< PropertyMap >::map | ( | ) | const [inline] |
Definition at line 321 of file undirected_graph.hh.
PropertyMap& utilmm::undirected_property_map< PropertyMap >::map | ( | ) | [inline] |
Definition at line 320 of file undirected_graph.hh.
PropertyMap utilmm::undirected_property_map< PropertyMap >::m_map [private] |
Definition at line 324 of file undirected_graph.hh.