Add the Surface_mesh example at the end of the user manual - Somehow unlucky, but better than nothing

This commit is contained in:
Andreas Fabri 2017-04-28 18:03:26 +02:00
parent 28020c89fb
commit 94eedd3d72
1 changed files with 7 additions and 1 deletions

View File

@ -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}
<BR>
\section Performances Performances
<!-- \subsection SMSRuntime Runtime of the functions sdf_values() and segmentation_from_sdf_values() -->