CGAL 5.5 - CGAL and the Boost Graph Library
CGAL::Graph_with_descriptor_with_graph_property_map< Graph, PM, Category > Struct Template Reference

#include <CGAL/boost/graph/Graph_with_descriptor_with_graph.h>

Definition

template<typename Graph, typename PM, typename Category = typename boost::property_traits<PM>::category>
struct CGAL::Graph_with_descriptor_with_graph_property_map< Graph, PM, Category >

Graph_with_descriptor_with_graph_property_map enables to forward properties from a Graph to a Graph_with_descriptor_with_graph.

Is Model Of:
Graph_with_descriptor_with_graph_property_map the same property map concept as PM
Template Parameters
Grapha model of the FaceListGraph and HalfedgeListGraph concepts.
PMa property_map of a Graph.