mirror of https://github.com/CGAL/cgal
we detect triple lines, not sharp features
This commit is contained in:
parent
733485169b
commit
d44a54d59b
|
|
@ -17,8 +17,10 @@ CGAL tetrahedral Delaunay refinement algorithm.
|
|||
|
||||
### [Tetrahedral Mesh Generation](https://doc.cgal.org/5.6/Manual/packages.html#PkgMesh3)
|
||||
|
||||
- Added a mesh domain named constructor `CGAL::create_labeled_image_mesh_domain_with_features()` for automatic detection and protection
|
||||
of feature curves extracted from labeled images, for tetrahedral mesh generation.
|
||||
- Added a mesh domain named constructor `CGAL::create_labeled_image_mesh_domain_with_features()`
|
||||
for automatic detection and protection
|
||||
of 1D-curves that lie at the intersection of three or more subdomains,
|
||||
extracted from labeled images.
|
||||
|
||||
|
||||
[Release 5.5](https://github.com/CGAL/cgal/releases/tag/v5.5)
|
||||
|
|
|
|||
|
|
@ -27,7 +27,8 @@ static template member functions that act as named constructors:
|
|||
<li>`create_implicit_mesh_domain()`, to create a domain from an implicit function,
|
||||
<li>`create_labeled_image_mesh_domain()`, to create a domain from a 3D labeled image, and
|
||||
<li>`create_labeled_image_mesh_domain_with_features()`, to create a domain from a 3D labeled image
|
||||
with automatically detected triple lines.
|
||||
with automatically detected 1D-curves that lie
|
||||
at the intersection of three or more subdomains.
|
||||
</ul>
|
||||
|
||||
\tparam BGT is a geometric traits class that provides
|
||||
|
|
|
|||
Loading…
Reference in New Issue