-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes for vertex/cell classes of SMDS_3 and Tetrahedral_remeshing (#7610
) ## Summary of Changes The main point of this PR is to restore the API of `Remeshing_cell_base_3` to the initial state (since CGAL 5.1), which was changed with the introduction of SMDS_3 in CGAL 5.6 (#5693). In CGAL 5.5, the class `Remeshing_cell_base_3` is templated by a geom traits and a cell base. In CGAL 5.6, the class became templated by only two index types, removing the possibility to derive from custom (TDS) base cell types. Also: - Decompactify Simplicial_cell_base_3, allowing a cell base to be used - Changed the API of Remeshing_vertex_base_3 to match that of Remeshing_cell_base_3 (and other CGAL triangulations): a Gt and a Vb - Proper rebind mechanism for VB/CB of SMDS_3 / Tetrahedral remeshing - Various fixes of the SMDS_3 / Tetrahedral_remeshing doc. TODO: - [x] Announce the breaking changes in CHANGES.md - [x] Introduce Compact_simplicial_cell_base_3? ## Release Management * Affected package(s): `SMDS_3`, `Tetrahedral_remeshing` * Issue(s) solved (if any): - * Feature/Small Feature (if any): n/a * License and copyright ownership: no change
- Loading branch information
Showing
13 changed files
with
679 additions
and
441 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.