\( \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 4.8 - CGAL and Boost Property Maps
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
CGAL and Boost Property Maps Reference

property_map.png
Andreas Fabri and Laurent Saboret
This package provides a framework for interfacing CGAL data structures with algorithms expecting Boost Property Maps.


Introduced in: CGAL 3.5
BibTeX: cgal:fs-cbpm-16a
License: GPL

Classes

struct  CGAL::Dereference_property_map< T >
 Property map that converts a T* pointer (or in general an iterator over T elements) to the T object. More...
 
struct  CGAL::Identity_property_map< T >
 A LvaluePropertyMap property map mapping a key to itself (by reference). More...
 
struct  CGAL::First_of_pair_property_map< Pair >
 Property map that accesses the first item of a std::pair. More...
 
struct  CGAL::Second_of_pair_property_map< Pair >
 Property map that accesses the second item of a std::pair. More...
 
struct  CGAL::Nth_of_tuple_property_map< N, Tuple >
 Property map that accesses the Nth item of a boost::tuple. More...