CGAL 4.12.2 - CGAL and Boost Property Maps
|
#include <CGAL/property_map.h>
Property map that only returns the default value type.
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. | |