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 - CGAL and Boost Property Maps
All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends Modules Pages
Class and Concept List
Here is the list of all concepts and classes of this package. Classes are inside the namespace CGAL. Concepts are in the global namespace.
[detail level 12]
 NCGAL
 CBoolean_property_mapRead-write property map turning a set (such a std::set, boost::unordered_set, std::unordered_set) into a property map associating a Boolean to the value type of the set
 CCartesian_converter_property_mapRead-write property map doing on-the-fly conversions between two default constructible CGAL Cartesian kernels
 CConstant_property_mapProperty map that returns a fixed value
 CDereference_property_mapProperty map that converts a T* pointer (or in general an iterator over T elements) to the T object
 CFirst_of_pair_property_mapProperty map that accesses the first item of a std::pair
 CIdentity_property_mapA LvaluePropertyMap property map mapping a key to itself (by reference)
 CInput_iterator_property_map
 CNth_of_tuple_property_mapProperty map that accesses the Nth item of a boost::tuple or a std::tuple
 CNth_of_tuple_property_map< N, std::tuple< T... > >
 CPointer_property_mapUtility class providing shortcuts to property maps based on raw pointers
 CProperty_map_to_unary_functionStruct that turns a property map into a unary functor with operator()(key k) calling the get function with k
 CSecond_of_pair_property_mapProperty map that accesses the second item of a std::pair