template<class GeomObject, class Vpm>
struct CGAL::Cartesian_converter_property_map< GeomObject, Vpm >
Read-write property map doing on-the-fly conversions between two default constructible CGAL Cartesian kernels.
Its value type is GeomObject
and its key type is the same as Vpm
. GeomObject
must be a geometric object from a CGAL kernel. Vpm
is a model of ReadWritePropertyMap
and its value type must be a geometric object of the same type as GeomObject
but possibly from another kernel. Conversions between the two geometric objects are done using Cartesian_converter
.
- Is Model Of:
ReadWritePropertyMap