mirror of https://github.com/CGAL/cgal
Instead of calling Criteria(element), one must now call Criteria(tr, element). The idea is that the triangulation should be responsible of geometric data while elements only handle connectivity (using ids for example). This is already the case for Periodic_3_mesh_3 which must obtain "true" geometric information through the (periodic) triangulation class's methods. These changes are transparent for Mesh_3 but allow Periodic_3_mesh_3 to use Mesh_3's criteria. |
||
|---|---|---|
| .. | ||
| benchmark/Triangulation_3 | ||
| demo | ||
| doc/Triangulation_3 | ||
| examples/Triangulation_3 | ||
| include/CGAL | ||
| package_info/Triangulation_3 | ||
| test/Triangulation_3 | ||
| TODO | ||