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
CGAL::Pointer_property_map< T > Struct Template Reference

#include <CGAL/property_map.h>

Definition

Utility class providing shortcuts to property maps based on raw pointers.

Public Types

typedef boost::iterator_property_map< T *, boost::typed_identity_property_map< std::size_t >, T, T & > type
 mutable LvaluePropertyMap
 
typedef boost::iterator_property_map< const T *, boost::typed_identity_property_map< std::size_t >, T, const T & > const_type
 non-mutable LvaluePropertyMap