Description
Issue Details
For the moment, the I/O of C3t3 objects only save/load the information of the TDS_3, and the I/O of C3t3::Triangulation::Vertex
and C3t3::Triangulation::Cell
ensures that most of the information of the C3t3 is saved and restored.
But a C3t3 object has data that is not stored in the TDS. Some of it can be retrieved after a load by a call to the undocumented method c3t3.rescan_after_load_of_triangulation()
, but the c3t3.is_in_complex(Edge)
information cannot be retrieved. It should be stored in the file, and loaded from it.
This issue will require a solution to #861 first.
Environment
- CGAL version: CGAL-4.11
Cc: @sloriot