mirror of https://github.com/CGAL/cgal
Add "probably", in sentences like "this feature will be shipped in next
release". Just in case we decide not to ship it.
This commit is contained in:
parent
0872b78fa8
commit
6aafc38e71
|
|
@ -414,13 +414,13 @@ The Polyhedron demo has a feature that allows to remesh a polyhedral
|
||||||
surface, using the 3D Surface Mesh Generator. That has been implemented as
|
surface, using the 3D Surface Mesh Generator. That has been implemented as
|
||||||
a special model of \ccc{SurfaceMeshTraits_3}, for polyhedra. That traits
|
a special model of \ccc{SurfaceMeshTraits_3}, for polyhedra. That traits
|
||||||
class is not yet documented because its interface and code have not yet
|
class is not yet documented because its interface and code have not yet
|
||||||
been stabilized. It will be shipped with next release of CGAL.
|
been stabilized. It will probably be shipped with next release of CGAL.
|
||||||
|
|
||||||
The Surface Mesh Generator demo allows to mesh not only gray level images,
|
The Surface Mesh Generator demo allows to mesh not only gray level images,
|
||||||
but also segmented images, when voxels are labelled with a domain
|
but also segmented images, when voxels are labelled with a domain
|
||||||
index. Such images are for example the result of a segmentation of 3D
|
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
|
medical images. This feature is not yet ready to be documented in current
|
||||||
release, but will be in next release of CGAL.
|
release, but will probably be in next release of CGAL.
|
||||||
|
|
||||||
\section{Design and Implementation History}
|
\section{Design and Implementation History}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue