Loading [MathJax]/extensions/TeX/newcommand.js
\newcommand{\E}{\mathrm{E}} \newcommand{\A}{\mathrm{A}} \newcommand{\R}{\mathrm{R}} \newcommand{\N}{\mathrm{N}} \newcommand{\Q}{\mathrm{Q}} \newcommand{\Z}{\mathrm{Z}} \def\ccSum #1#2#3{ \sum_{#1}^{#2}{#3} } \def\ccProd #1#2#3{ \sum_{#1}^{#2}{#3} }
CGAL 5.0.2 - CGAL and the Boost Graph Library
All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends Modules Pages
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.