diff --git a/Surface_mesh_segmentation/doc/Surface_mesh_segmentation/Surface_Mesh_Segmentation.txt b/Surface_mesh_segmentation/doc/Surface_mesh_segmentation/Surface_Mesh_Segmentation.txt index 8660d32a2a1..506ec1a5dfb 100644 --- a/Surface_mesh_segmentation/doc/Surface_mesh_segmentation/Surface_Mesh_Segmentation.txt +++ b/Surface_mesh_segmentation/doc/Surface_mesh_segmentation/Surface_Mesh_Segmentation.txt @@ -199,6 +199,12 @@ a polyhedron type with a facet type storing an extra ID field, together with a v The main advantage is to decrease from log to constant the complexity for accessing the data associated to facets. \cgalExample{Surface_mesh_segmentation/segmentation_with_facet_ids_example.cpp} + +\subsection Surface_mesh_segmentationUsingapolyhedron Using a Surface_mesh +When using a `Surface_mesh`, you can use the built-in property mechanism. + +\cgalExample{Surface_mesh_segmentation/segmentation_from_sdf_values_SM_example.cpp} +
\section Performances Performances @@ -279,4 +285,4 @@ of the Google Summer of Code. He has been mentored by Sébastien Loriot who also and the API definition. */ -} /* namespace CGAL */ \ No newline at end of file +} /* namespace CGAL */