CGAL 5.4 - CGAL and Boost Property Maps
CGAL::Identity_property_map< T > Struct Template Reference

#include <CGAL/property_map.h>

Definition

A LvaluePropertyMap property map mapping a key to itself (by reference).

It is mutable if T is not const and non-mutable otherwise.

Is Model Of:
LvaluePropertyMap
Examples:
Point_set_processing_3/remove_outliers_example.cpp.

Related Functions

(Note that these are not member functions.)

template<class T >
Identity_property_map< T > make_identity_property_map (T)
 Free function to create a Identity_property_map property map.