mirror of https://github.com/CGAL/cgal
Add the Surface_mesh example at the end of the user manual - Somehow unlucky, but better than nothing
This commit is contained in:
parent
28020c89fb
commit
94eedd3d72
|
|
@ -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() -->
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue