cgal/Triangulation_3/include/CGAL
Mael Rouxel-Labbé b080804f09 Fixed missing bound check in the sequential insertion phase
If the input point set is degenerate, dimension() < 3 is always 'true'
and we will eventually try to read beyond the end of the points vector.

See issue https://github.com/CGAL/cgal/issues/2922
2018-03-13 11:14:06 +01:00
..
IO Fixed a couple of warnings 2017-07-31 12:43:57 +02:00
internal
Delaunay_triangulation_3.h Fixed missing bound check in the sequential insertion phase 2018-03-13 11:14:06 +01:00
Delaunay_triangulation_cell_base_3.h Replaced boost_static_assert with cgal_static_assert and used () guards 2017-06-28 10:16:23 +02:00
Delaunay_triangulation_cell_base_with_circumcenter_3.h Fixed Point / Point_3 issues in T3 and improved the documentation 2017-06-28 10:16:23 +02:00
Regular_triangulation_3.h Fixed missing bound check in the sequential insertion phase 2018-03-13 11:14:06 +01:00
Regular_triangulation_cell_base_3.h Merge branch 'Periodic_3_Regular_triangulation_3-APelle-old' into Periodic_3_Regular_triangulation_3-APelle 2017-07-03 16:12:14 +02:00
Regular_triangulation_cell_base_with_weighted_circumcenter_3.h Renamed uses of invalidate_circumcenter() in accordance with the modified concept 2017-06-28 10:16:23 +02:00
Regular_triangulation_euclidean_traits_3.h Trimmed Regular triangulation euclidean traits 2017-06-28 10:14:35 +02:00
Regular_triangulation_vertex_base_3.h
Robust_weighted_circumcenter_filtered_traits_3.h Merge branch 'Periodic_3_Regular_triangulation_3-APelle-old' into Periodic_3_Regular_triangulation_3-APelle 2017-07-03 16:12:14 +02:00
Triangulation_3.h Revert the merge of PR #2478 2018-01-04 17:54:08 +01:00
Triangulation_3_to_lcc.h
Triangulation_cell_base_3.h Removed hiding-related functions from Triangulation_cell_base_3 2017-06-28 10:14:35 +02:00
Triangulation_cell_base_with_circumcenter_3.h Fixed Point / Point_3 issues in T3 and improved the documentation 2017-06-28 10:16:23 +02:00
Triangulation_cell_base_with_info_3.h
Triangulation_geom_traits_3.h
Triangulation_hierarchy_3.h Revert the merge of PR #2478 2018-01-04 17:54:08 +01:00
Triangulation_hierarchy_vertex_base_3.h
Triangulation_simplex_3.h
Triangulation_utils_3.h
Triangulation_vertex_base_3.h
Triangulation_vertex_base_with_info_3.h
link_to_face_graph.h Add examples for using 3D convex hull functions with open mesh. And fix a bug in convex hull code 2017-07-19 12:25:31 +02:00