mirror of https://github.com/CGAL/cgal
Fix URL to Boost property maps.
This commit is contained in:
parent
0c3d09bdcc
commit
990a945f8c
|
|
@ -78,7 +78,7 @@ Maps each vertex in the surface into an unsigned integer number
|
||||||
in the range \ccc{[0,num_vertices(surface))}.
|
in the range \ccc{[0,num_vertices(surface))}.
|
||||||
|
|
||||||
\ccc{VertexIndexMap} must be a
|
\ccc{VertexIndexMap} must be a
|
||||||
\ccAnchor{http://www.boost.org/libs/property_map/ReadablePropertyMap.html}{ReadablePropertyMap}
|
\ccAnchor{http://www.boost.org/libs/property_map/doc/ReadablePropertyMap.html}{ReadablePropertyMap}
|
||||||
whose \ccc{key_type} is
|
whose \ccc{key_type} is
|
||||||
\ccc{boost::graph_traits<EdgeCollapsableMesh const>::vertex_descriptor}
|
\ccc{boost::graph_traits<EdgeCollapsableMesh const>::vertex_descriptor}
|
||||||
and whose \ccc{value_type} is
|
and whose \ccc{value_type} is
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue