CGAL 5.0.3 - CGAL and Boost Property Maps
|
#include <CGAL/property_map.h>
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 | |