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 4.12 - CGAL and Boost Property Maps
All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends Modules Pages
CGAL::Default_property_map< InputIterator, ValueType > Struct Template Reference

#include <CGAL/property_map.h>

Definition

Property map that only returns the default value type.

Is Model Of:
ReadablePropertyMap

Public Types

typedef InputIterator::value_type key_type
 
typedef boost::readable_property_map_tag category
 

Public Member Functions

 Default_property_map (const ValueType &default_value=ValueType())
 

Public Attributes

const ValueType default_value
 

Friends

ValueType get (const Default_property_map &, const key_type &)
 Free function to use a get the value from an iterator using Input_iterator_property_map.