Add a section about undocumented features that are shown in demos.

This commit is contained in:
Laurent Rineau 2008-11-18 13:45:53 +00:00
parent 2c5dee659d
commit 0872b78fa8
1 changed files with 14 additions and 0 deletions

View File

@ -408,6 +408,20 @@ manifold but may have boundaries.\\
\ccc{Non_manifold_tag}: the algorithm relies on the given criteria and
guarantees nothing else.
\section{Undocumented features available in demos}
The Polyhedron demo has a feature that allows to remesh a polyhedral
surface, using the 3D Surface Mesh Generator. That has been implemented as
a special model of \ccc{SurfaceMeshTraits_3}, for polyhedra. That traits
class is not yet documented because its interface and code have not yet
been stabilized. It will be shipped with next release of CGAL.
The Surface Mesh Generator demo allows to mesh not only gray level images,
but also segmented images, when voxels are labelled with a domain
index. Such images are for example the result of a segmentation of 3D
medical images. This feature is not yet ready to be documented in current
release, but will be in next release of CGAL.
\section{Design and Implementation History}
The algorithm implemented in this package