cgal/Triangulation_3
Mael Rouxel-Labbé 1761ec3294 Mesh_3 criteria is_bad() now additionally takes the triangulation as parameter
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.
2017-06-19 15:15:20 +02:00
..
benchmark/Triangulation_3 Fixed point typedef in Tr_3/benchmarks 2017-06-15 10:34:15 +02:00
demo Explicitely set the policy of CMP0053 to OLD to silent the warning when it is not found. 2017-05-23 16:12:56 +02:00
doc/Triangulation_3 Merge branch 'Periodic_3_Regular_triangulation_3-APelle-old' into Periodic_3_Regular_triangulation_3-APelle 2017-06-15 15:07:53 +02:00
examples/Triangulation_3 Fixed usage of Bare point and Weighted point across Triangulation_3 2017-06-15 10:32:03 +02:00
include/CGAL Mesh_3 criteria is_bad() now additionally takes the triangulation as parameter 2017-06-19 15:15:20 +02:00
package_info/Triangulation_3
test/Triangulation_3 Fixed Has_nested_type_Bare_point includes 2017-06-15 10:34:15 +02:00
TODO