cgal
cgal copied to clipboard
Improve C3T3 IO
Summary of Changes
Save/load edges in complex in c3t3 operator<</>>
Release Management
- Affected package(s):Mesh_3
- Issue(s) solved (if any): fix #2359
TODO
-
Wait for #5145 and then reworkEdit: the implementation actually cannot rely on #5145
@lrineau should this PR be closed?
@lrineau should this PR be closed?
No. Now that we have abandoned #5145, this PR seems the right thing to do.
@sloriot is this what you meant? The assertion added in commit f11cc0f fails I am checking why
It fails because c3t3 (to be written) is output with its complex edges, so this is added to the end of the dump :
2
1 3 5
1 4 6
though c3t3_2 (loaded from the dump of c3t3) does not have complex edges, they have not been loaded.