Merge pull request #2090 from afabri/Surface_mesh_segmentation-Surface_mesh_examples-GF

Surface_mesh_segmentation: Add a Surface_mesh example at the end of the user manual
This commit is contained in:
Laurent Rineau 2017-05-29 11:17:35 +02:00
commit 7498ca9405
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. 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} \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> <BR>
\section Performances Performances \section Performances Performances
<!-- \subsection SMSRuntime Runtime of the functions sdf_values() and segmentation_from_sdf_values() --> <!-- \subsection SMSRuntime Runtime of the functions sdf_values() and segmentation_from_sdf_values() -->