cgal/Alpha_shapes_3/doc/Alpha_shapes_3
Mael Rouxel-Labbé a0427ec756 Fixed abusing Triangulation_cell_base_3 for Delaunay triangulations
TriangulationCellBase_3 does not request a circumcenter;
DelaunayTriangulationCellBase_3 does.

Delaunay_triangulation_3 only compiled because
Triangulation_cell_base_3 (and Triangulation_ds_cell_base_3 !)
provided circumcenter() operators and DT3 inherited T3's TDS.

- The circumcenter() functions are removed where they shouldn't exist
- DT3 uses DT_cell_base_3 as cell base instead of T_cell_base_3
- Concepts/Classes that supposedly only required TriangulationCellBase_3
  and then built Delaunay triangulations with that (Alpha Shapes, etc.)
  are upgraded to request DelaunayTriangulationCellBase_3 (anyway, it
  wouldn't compile if you actually provided a model of
  TriangulationCellBase_3)
- Fixed various wrong templates in classes/concepts such as
  MeshVertexBase_3 not refining RegularTriangulationVertexBase_3
  and (only in the doc) defaulting to Triangulation_vertex_base_3
- Removed the deprecated class (for 4+ years) T_cell_base_with_circumcenter
2018-04-26 13:21:53 +02:00
..
CGAL Fixed abusing Triangulation_cell_base_3 for Delaunay triangulations 2018-04-26 13:21:53 +02:00
Concepts Fixed abusing Triangulation_cell_base_3 for Delaunay triangulations 2018-04-26 13:21:53 +02:00
fig remove pdf files from doxygen doc include path 2013-07-25 11:15:18 +02:00
fig_src restore figure source files removed in 0fa2cacb 2014-02-10 14:54:23 +01:00
Alpha_shapes_3.txt Doc fixes 2017-08-24 11:33:43 +02:00
Doxyfile.in Updated documentation with changes from 19ae790 2017-06-28 10:16:23 +02:00
PackageDescription.txt Various improvements to the Alpha_shapes_3 user manual 2017-06-28 10:15:30 +02:00
dependencies Updated documentation with changes from 19ae790 2017-06-28 10:16:23 +02:00
examples.txt Added periodic weighted alpha shapes to the doc 2017-07-31 16:17:23 +02:00