Jane Tournois
88666391da
introduce weighted_circumcenter() for RegularTriangulationCellBase_3
...
weighted_circumcenter() replaces circumcenter() in the regular framework,
which is not a member of TriangulationCellBase_3 anymore.
Triangulation_cell_base_with_circumcenter_3 is deprecated and replaced by:
Delaunay_triangulation_cell_base_with_circumcenter_3
and
Regular_triangulation_cell_base_with_circumcenter_3.
Implement the changes in documentation, Triangulation_3 code and Mesh_3 code.
2014-01-16 16:55:19 +01:00
Jane Tournois
bf9e964f0e
remove macro CGAL_REGULAR_TRIANGULATION_3_USE_CIRCUMCENTER_CACHE
...
has been checked and is always activated
2014-01-09 12:05:50 +01:00
Laurent Rineau
924aa6a01e
Fix whitespace in recent commits
2013-10-14 17:12:54 +02:00
Laurent Rineau
240385d011
Add expensive assertions to check the circumcenter cache
2013-10-14 17:12:54 +02:00
Laurent Rineau
7ef932d79b
add assertion to check cache validity
2013-10-11 15:04:25 +02:00
Clement Jamin
98cfba361c
Fix Rebind_TDS bug
...
Conflicts:
Mesh_3/include/CGAL/Compact_mesh_cell_base_3.h
2013-07-05 10:50:17 +02:00
Jane Tournois
1224038bb2
fix license issues
2013-06-24 14:13:08 +02:00
Jane Tournois
4a1f9cc831
deprecate Mesh_cell_base_3 and use Compact_mesh_cell_base_3 in Mesh_triangulation_3.h
2013-06-20 12:29:46 +02:00
Laurent Rineau
62f9bfc040
Fix warnings
2013-06-19 13:08:13 +02:00
Jane Tournois
abd099e8b6
Intrusive_list : change modificators of next_intrusive and previous_intrusive to functions set_next_intrusive and set_previous_intrusive
...
(old functions were returning a reference for modification)
2013-03-29 14:05:14 +01:00
Laurent Rineau
0cd47271d8
Fix compilation errors on Windows
2013-02-07 15:27:15 +01:00
Jane Tournois
bc37e108ad
make end of lines consistent
2013-02-07 15:25:28 +01:00
Jane Tournois
8151704af9
remove warning about initialization of tables
2012-11-21 12:13:27 +01:00
Clément Jamin
80ea1a7d33
This "CGAL_UNDOABLE_INSERT_USE_MAP" thing was not used
2012-10-19 14:27:16 +00:00
Laurent Rineau
8f677f0ce7
Convert header files created by Jane to Unix style
...
Otherwise that really complicates merging operations!
2012-08-22 15:41:33 +00:00
Jane Tournois
a67c7e2179
Introduce a vertex and cell class that does derive less so that we can order data members in decreasing size
...
r66473 and r66474 from Mesh_3-experimental-GF
2012-07-23 10:26:24 +00:00