Sat Jun 22 05:54:27 2019 UTC ()
(math/cgal) Updated 3.9 to 4.14  (Re: PR pkg/54278)

CHANGES.md from 3.9 to 4.14 will be of 2.8k lines.
Here is the URL for Release information:

CGAL 4.14 released
  https://www.cgal.org/2019/03/29/cgal414/

CGAL 4.13.1 released
  https://www.cgal.org/2019/04/05/cgal4131

CGAL 4.12.2 released
  https://www.cgal.org/2019/04/05/cgal4122

Other old Release
  https://www.cgal.org/releases.html


(mef)
diff -r1.41 -r1.42 pkgsrc/math/cgal/Makefile
diff -r1.1.1.1 -r1.2 pkgsrc/math/cgal/PLIST
diff -r1.34 -r1.35 pkgsrc/math/cgal/buildlink3.mk
diff -r1.7 -r1.8 pkgsrc/math/cgal/distinfo
diff -r1.1 -r0 pkgsrc/math/cgal/patches/patch-include_CGAL_Mesh__2_Do__not__refine__edges.h
diff -r1.1 -r0 pkgsrc/math/cgal/patches/patch-include_CGAL_Qt_GraphicsItem.h
diff -r1.1 -r0 pkgsrc/math/cgal/patches/patch-include_CGAL_Qt_GraphicsViewInput.h
diff -r1.1 -r0 pkgsrc/math/cgal/patches/patch-include_CGAL_config.h
diff -r1.1 -r0 pkgsrc/math/cgal/patches/patch-src-CMakeLists.txt
diff -r1.2 -r0 pkgsrc/math/cgal/patches/patch-manpage-installation

cvs diff -r1.41 -r1.42 pkgsrc/math/cgal/Makefile (expand / switch to unified diff)

--- pkgsrc/math/cgal/Makefile 2018/12/13 19:51:35 1.41
+++ pkgsrc/math/cgal/Makefile 2019/06/22 05:54:27 1.42
@@ -1,25 +1,38 @@ @@ -1,25 +1,38 @@
1# $NetBSD: Makefile,v 1.41 2018/12/13 19:51:35 adam Exp $ 1# $NetBSD: Makefile,v 1.42 2019/06/22 05:54:27 mef Exp $
2 2
3PKGNAME= cgal-3.9 3VERSION= 4.14
4DISTNAME= CGAL-3.9 4DISTNAME= CGAL-${VERSION}
5PKGREVISION= 36 5PKGNAME= ${DISTNAME:tl}
6CATEGORIES= math 6CATEGORIES= math
7MASTER_SITES= https://gforge.inria.fr/frs/download.php/29125/ 7MASTER_SITES= ${MASTER_SITE_GITHUB:=CGAL/}
 8GITHUB_RELEASE= releases/CGAL-${VERSION}
 9
 10EXTRACT_SUFX= .tar.xz
8 11
9MAINTAINER= reinoud@NetBSD.org 12MAINTAINER= reinoud@NetBSD.org
10HOMEPAGE= http://www.cgal.org/ 13HOMEPAGE= http://www.cgal.org/
11COMMENT= Computational Geometry Algorithms Library 14COMMENT= Computational Geometry Algorithms Library
12LICENSE= gnu-lgpl-v3 15LICENSE= gnu-lgpl-v3
13 16
14USE_CMAKE= yes 17USE_CMAKE= yes
15USE_LANGUAGES= c c++03 18USE_LANGUAGES= c c++03
 19# CMAKE_ARGS+= -DCMAKE_INSTALL_MANDIR:PATH=${PKGMANDIR} # default, but not effective now
 20# CMAKE_ARGS+= -DCMAKE_INSTALL_MANDIR:STRING=${PKGMANDIR}
 21# CMAKE_ARGS+= -DCMAKE_INSTALL_MANDIR=${PKGMANDIR} # neither one work
 22
 23REPLACE_BASH+= scripts/cgal_create_CMakeLists
 24REPLACE_BASH+= scripts/cgal_create_cmake_script
16 25
17pre-install: 26pre-install:
18 find ${WRKSRC} -name \*.orig -exec rm {} \; 27 find ${WRKSRC} -name \*.orig -exec rm {} \;
19 28
20.include "../../devel/boost-headers/buildlink3.mk" 29.include "../../devel/boost-headers/buildlink3.mk"
21.include "../../devel/boost-libs/buildlink3.mk" 30.include "../../devel/boost-libs/buildlink3.mk"
22.include "../../math/mpfr/buildlink3.mk" 31.include "../../math/mpfr/buildlink3.mk"
23.include "../../x11/qt4-libs/buildlink3.mk" 32.include "../../devel/gmp/buildlink3.mk"
24.include "../../x11/qt4-tools/buildlink3.mk" 33.include "../../devel/zlib/buildlink3.mk"
 34.include "../../graphics/MesaLib/buildlink3.mk"
 35.include "../../x11/qt5-qtbase/buildlink3.mk"
 36.include "../../x11/qt5-qttools/buildlink3.mk"
 37.include "../../x11/qt5-qtsvg/buildlink3.mk"
25.include "../../mk/bsd.pkg.mk" 38.include "../../mk/bsd.pkg.mk"

cvs diff -r1.1.1.1 -r1.2 pkgsrc/math/cgal/PLIST (expand / switch to unified diff)

--- pkgsrc/math/cgal/PLIST 2012/02/27 12:46:27 1.1.1.1
+++ pkgsrc/math/cgal/PLIST 2019/06/22 05:54:27 1.2
@@ -1,23 +1,32 @@ @@ -1,23 +1,32 @@
1@comment $NetBSD: PLIST,v 1.1.1.1 2012/02/27 12:46:27 reinoud Exp $ 1@comment $NetBSD: PLIST,v 1.2 2019/06/22 05:54:27 mef Exp $
 2bin/cgal_create_CMakeLists
2bin/cgal_create_cmake_script 3bin/cgal_create_cmake_script
3bin/cgal_make_macosx_app 4bin/cgal_make_macosx_app
4include/CGAL/AABB_intersections.h 5include/CGAL/AABB_face_graph_triangle_primitive.h
 6include/CGAL/AABB_halfedge_graph_segment_primitive.h
 7include/CGAL/AABB_polyhedral_oracle.h
5include/CGAL/AABB_polyhedron_segment_primitive.h 8include/CGAL/AABB_polyhedron_segment_primitive.h
6include/CGAL/AABB_polyhedron_triangle_primitive.h 9include/CGAL/AABB_polyhedron_triangle_primitive.h
 10include/CGAL/AABB_primitive.h
7include/CGAL/AABB_segment_primitive.h 11include/CGAL/AABB_segment_primitive.h
8include/CGAL/AABB_traits.h 12include/CGAL/AABB_traits.h
9include/CGAL/AABB_tree.h 13include/CGAL/AABB_tree.h
10include/CGAL/AABB_triangle_primitive.h 14include/CGAL/AABB_triangle_primitive.h
 15include/CGAL/AABB_triangulation_3_cell_primitive.h
 16include/CGAL/AABB_triangulation_3_triangle_primitive.h
 17include/CGAL/Advancing_front_surface_reconstruction.h
 18include/CGAL/Advancing_front_surface_reconstruction_cell_base_3.h
 19include/CGAL/Advancing_front_surface_reconstruction_vertex_base_3.h
11include/CGAL/Aff_transformation_2.h 20include/CGAL/Aff_transformation_2.h
12include/CGAL/Aff_transformation_3.h 21include/CGAL/Aff_transformation_3.h
13include/CGAL/Algebraic_extension_traits.h 22include/CGAL/Algebraic_extension_traits.h
14include/CGAL/Algebraic_kernel_converter.h 23include/CGAL/Algebraic_kernel_converter.h
15include/CGAL/Algebraic_kernel_d/Algebraic_curve_kernel_2.h 24include/CGAL/Algebraic_kernel_d/Algebraic_curve_kernel_2.h
16include/CGAL/Algebraic_kernel_d/Algebraic_real_d_1.h 25include/CGAL/Algebraic_kernel_d/Algebraic_real_d_1.h
17include/CGAL/Algebraic_kernel_d/Algebraic_real_quadratic_refinement_rep_bfi.h 26include/CGAL/Algebraic_kernel_d/Algebraic_real_quadratic_refinement_rep_bfi.h
18include/CGAL/Algebraic_kernel_d/Algebraic_real_rep.h 27include/CGAL/Algebraic_kernel_d/Algebraic_real_rep.h
19include/CGAL/Algebraic_kernel_d/Algebraic_real_rep_bfi.h 28include/CGAL/Algebraic_kernel_d/Algebraic_real_rep_bfi.h
20include/CGAL/Algebraic_kernel_d/Bitstream_coefficient_kernel.h 29include/CGAL/Algebraic_kernel_d/Bitstream_coefficient_kernel.h
21include/CGAL/Algebraic_kernel_d/Bitstream_coefficient_kernel_at_alpha.h 30include/CGAL/Algebraic_kernel_d/Bitstream_coefficient_kernel_at_alpha.h
22include/CGAL/Algebraic_kernel_d/Bitstream_descartes.h 31include/CGAL/Algebraic_kernel_d/Bitstream_descartes.h
23include/CGAL/Algebraic_kernel_d/Bitstream_descartes_E08_tree.h 32include/CGAL/Algebraic_kernel_d/Bitstream_descartes_E08_tree.h
@@ -72,57 +81,45 @@ include/CGAL/Alpha_shape_euclidean_trait @@ -72,57 +81,45 @@ include/CGAL/Alpha_shape_euclidean_trait
72include/CGAL/Alpha_shape_face_base_2.h 81include/CGAL/Alpha_shape_face_base_2.h
73include/CGAL/Alpha_shape_vertex_base_2.h 82include/CGAL/Alpha_shape_vertex_base_2.h
74include/CGAL/Alpha_shape_vertex_base_3.h 83include/CGAL/Alpha_shape_vertex_base_3.h
75include/CGAL/Apollonius_graph_2.h 84include/CGAL/Apollonius_graph_2.h
76include/CGAL/Apollonius_graph_2/Apollonius_graph_2_impl.h 85include/CGAL/Apollonius_graph_2/Apollonius_graph_2_impl.h
77include/CGAL/Apollonius_graph_2/Apollonius_graph_hierarchy_2_impl.h 86include/CGAL/Apollonius_graph_2/Apollonius_graph_hierarchy_2_impl.h
78include/CGAL/Apollonius_graph_2/Bounded_side_of_ccw_circle_C2.h 87include/CGAL/Apollonius_graph_2/Bounded_side_of_ccw_circle_C2.h
79include/CGAL/Apollonius_graph_2/Compare_weight_2.h 88include/CGAL/Apollonius_graph_2/Compare_weight_2.h
80include/CGAL/Apollonius_graph_2/Compare_x_2.h 89include/CGAL/Apollonius_graph_2/Compare_x_2.h
81include/CGAL/Apollonius_graph_2/Compare_y_2.h 90include/CGAL/Apollonius_graph_2/Compare_y_2.h
82include/CGAL/Apollonius_graph_2/Constructions_C2.h 91include/CGAL/Apollonius_graph_2/Constructions_C2.h
83include/CGAL/Apollonius_graph_2/Constructions_ftC2.h 92include/CGAL/Apollonius_graph_2/Constructions_ftC2.h
84include/CGAL/Apollonius_graph_2/Constructions_rtH2.h 93include/CGAL/Apollonius_graph_2/Constructions_rtH2.h
85include/CGAL/Apollonius_graph_2/Delage_traits/Apollonius_graph_mixed_filtered_traits_2.h 
86include/CGAL/Apollonius_graph_2/Delage_traits/Apollonius_graph_mixed_traits_2.h 
87include/CGAL/Apollonius_graph_2/Delage_traits/Apollonius_graph_new_filtered_traits_2.h 
88include/CGAL/Apollonius_graph_2/Delage_traits/Apollonius_graph_new_traits_2.h 
89include/CGAL/Apollonius_graph_2/Delage_traits/Conflict_2.h 
90include/CGAL/Apollonius_graph_2/Delage_traits/Edge_conflict_2.h 
91include/CGAL/Apollonius_graph_2/Delage_traits/Finite_edge_conflict_2.h 
92include/CGAL/Apollonius_graph_2/Delage_traits/Infinite_edge_conflict_2.h 
93include/CGAL/Apollonius_graph_2/Delage_traits/New_predicates_C2.h 
94include/CGAL/Apollonius_graph_2/Delage_traits/Orientation_2.h 
95include/CGAL/Apollonius_graph_2/Delage_traits/Vertex_conflict_2.h 
96include/CGAL/Apollonius_graph_2/Finite_edge_test8_C2.h 94include/CGAL/Apollonius_graph_2/Finite_edge_test8_C2.h
97include/CGAL/Apollonius_graph_2/Finite_edge_test_C2.h 95include/CGAL/Apollonius_graph_2/Finite_edge_test_C2.h
98include/CGAL/Apollonius_graph_2/Incircle8_C2.h 96include/CGAL/Apollonius_graph_2/Incircle8_C2.h
99include/CGAL/Apollonius_graph_2/Incircle_C2.h 97include/CGAL/Apollonius_graph_2/Incircle_C2.h
100include/CGAL/Apollonius_graph_2/Infinite_edge_test_C2.h 98include/CGAL/Apollonius_graph_2/Infinite_edge_test_C2.h
101include/CGAL/Apollonius_graph_2/Is_degenerate_edge_C2.h 99include/CGAL/Apollonius_graph_2/Is_degenerate_edge_C2.h
102include/CGAL/Apollonius_graph_2/Is_hidden_C2.h 100include/CGAL/Apollonius_graph_2/Is_hidden_C2.h
103include/CGAL/Apollonius_graph_2/Kernel_wrapper_2.h 101include/CGAL/Apollonius_graph_2/Kernel_wrapper_2.h
104include/CGAL/Apollonius_graph_2/Orientation8_C2.h 102include/CGAL/Apollonius_graph_2/Orientation8_C2.h
105include/CGAL/Apollonius_graph_2/Orientation_2.h 103include/CGAL/Apollonius_graph_2/Orientation_2.h
106include/CGAL/Apollonius_graph_2/Oriented_side_of_bisector_C2.h 104include/CGAL/Apollonius_graph_2/Oriented_side_of_bisector_C2.h
107include/CGAL/Apollonius_graph_2/Predicate_constructions_C2.h 105include/CGAL/Apollonius_graph_2/Predicate_constructions_C2.h
108include/CGAL/Apollonius_graph_2/Predicates_C2.h 106include/CGAL/Apollonius_graph_2/Predicates_C2.h
109include/CGAL/Apollonius_graph_2/Traits_wrapper_2.h 107include/CGAL/Apollonius_graph_2/Traits_wrapper_2.h
110include/CGAL/Apollonius_graph_2/basic.h 108include/CGAL/Apollonius_graph_2/basic.h
111include/CGAL/Apollonius_graph_2/check_filter.h 109include/CGAL/Apollonius_graph_2/check_filter.h
112include/CGAL/Apollonius_graph_2/comparator_profiler.h 110include/CGAL/Apollonius_graph_2/comparator_profiler.h
113include/CGAL/Apollonius_graph_2/compare_quadratic.h 111include/CGAL/Apollonius_graph_2/compare_quadratic.h
114include/CGAL/Apollonius_graph_2/predicate_profiler.h 112include/CGAL/Apollonius_graph_2/predicate_profiler.h
115include/CGAL/Apollonius_graph_2/uncertain/Apollonius_graph_uncertain_filtered_traits_2.h 
116include/CGAL/Apollonius_graph_2/uncertain/Uncertain_is_hidden_C2.h 113include/CGAL/Apollonius_graph_2/uncertain/Uncertain_is_hidden_C2.h
117include/CGAL/Apollonius_graph_2/uncertain/Uncertain_oriented_side_of_bisector_C2.h 114include/CGAL/Apollonius_graph_2/uncertain/Uncertain_oriented_side_of_bisector_C2.h
118include/CGAL/Apollonius_graph_2/uncertain/Uncertain_vertex_conflict_2.h 115include/CGAL/Apollonius_graph_2/uncertain/Uncertain_vertex_conflict_2.h
119include/CGAL/Apollonius_graph_2/uncertain/uncertain_functions_on_signs.h 116include/CGAL/Apollonius_graph_2/uncertain/uncertain_functions_on_signs.h
120include/CGAL/Apollonius_graph_adaptation_policies_2.h 117include/CGAL/Apollonius_graph_adaptation_policies_2.h
121include/CGAL/Apollonius_graph_adaptation_traits_2.h 118include/CGAL/Apollonius_graph_adaptation_traits_2.h
122include/CGAL/Apollonius_graph_data_structure_2.h 119include/CGAL/Apollonius_graph_data_structure_2.h
123include/CGAL/Apollonius_graph_filtered_traits_2.h 120include/CGAL/Apollonius_graph_filtered_traits_2.h
124include/CGAL/Apollonius_graph_hierarchy_2.h 121include/CGAL/Apollonius_graph_hierarchy_2.h
125include/CGAL/Apollonius_graph_hierarchy_vertex_base_2.h 122include/CGAL/Apollonius_graph_hierarchy_vertex_base_2.h
126include/CGAL/Apollonius_graph_traits_2.h 123include/CGAL/Apollonius_graph_traits_2.h
127include/CGAL/Apollonius_graph_vertex_base_2.h 124include/CGAL/Apollonius_graph_vertex_base_2.h
128include/CGAL/Apollonius_site_2.h 125include/CGAL/Apollonius_site_2.h
@@ -142,98 +139,109 @@ include/CGAL/Arr_accessor.h @@ -142,98 +139,109 @@ include/CGAL/Arr_accessor.h
142include/CGAL/Arr_algebraic_segment_traits_2.h 139include/CGAL/Arr_algebraic_segment_traits_2.h
143include/CGAL/Arr_batched_point_location.h 140include/CGAL/Arr_batched_point_location.h
144include/CGAL/Arr_bounded_planar_topology_traits_2.h 141include/CGAL/Arr_bounded_planar_topology_traits_2.h
145include/CGAL/Arr_circle_segment_traits_2.h 142include/CGAL/Arr_circle_segment_traits_2.h
146include/CGAL/Arr_circular_arc_traits_2.h 143include/CGAL/Arr_circular_arc_traits_2.h
147include/CGAL/Arr_circular_line_arc_traits_2.h 144include/CGAL/Arr_circular_line_arc_traits_2.h
148include/CGAL/Arr_conic_traits_2.h 145include/CGAL/Arr_conic_traits_2.h
149include/CGAL/Arr_consolidated_curve_data_traits_2.h 146include/CGAL/Arr_consolidated_curve_data_traits_2.h
150include/CGAL/Arr_counting_traits_2.h 147include/CGAL/Arr_counting_traits_2.h
151include/CGAL/Arr_curve_data_traits_2.h 148include/CGAL/Arr_curve_data_traits_2.h
152include/CGAL/Arr_dcel_base.h 149include/CGAL/Arr_dcel_base.h
153include/CGAL/Arr_default_dcel.h 150include/CGAL/Arr_default_dcel.h
154include/CGAL/Arr_default_overlay_traits.h 151include/CGAL/Arr_default_overlay_traits.h
 152include/CGAL/Arr_directional_non_caching_segment_basic_traits_2.h
155include/CGAL/Arr_enums.h 153include/CGAL/Arr_enums.h
156include/CGAL/Arr_extended_dcel.h 154include/CGAL/Arr_extended_dcel.h
157include/CGAL/Arr_extended_rational_arc_traits_d_1.h 
158include/CGAL/Arr_face_index_map.h 155include/CGAL/Arr_face_index_map.h
159include/CGAL/Arr_face_map.h 156include/CGAL/Arr_face_map.h
160include/CGAL/Arr_geodesic_arc_on_sphere_partition_traits_2.h 157include/CGAL/Arr_geodesic_arc_on_sphere_partition_traits_2.h
161include/CGAL/Arr_geodesic_arc_on_sphere_traits_2.h 158include/CGAL/Arr_geodesic_arc_on_sphere_traits_2.h
162include/CGAL/Arr_geometry_traits/Arr_plane_3.h 159include/CGAL/Arr_geometry_traits/Arr_plane_3.h
163include/CGAL/Arr_geometry_traits/Bezier_bounding_rational_traits.h 160include/CGAL/Arr_geometry_traits/Bezier_bounding_rational_traits.h
164include/CGAL/Arr_geometry_traits/Bezier_cache.h 161include/CGAL/Arr_geometry_traits/Bezier_cache.h
165include/CGAL/Arr_geometry_traits/Bezier_curve_2.h 162include/CGAL/Arr_geometry_traits/Bezier_curve_2.h
166include/CGAL/Arr_geometry_traits/Bezier_point_2.h 163include/CGAL/Arr_geometry_traits/Bezier_point_2.h
167include/CGAL/Arr_geometry_traits/Bezier_x_monotone_2.h 164include/CGAL/Arr_geometry_traits/Bezier_x_monotone_2.h
168include/CGAL/Arr_geometry_traits/Circle_segment_2.h 165include/CGAL/Arr_geometry_traits/Circle_segment_2.h
169include/CGAL/Arr_geometry_traits/Conic_arc_2.h 166include/CGAL/Arr_geometry_traits/Conic_arc_2.h
170include/CGAL/Arr_geometry_traits/Conic_intersections_2.h 167include/CGAL/Arr_geometry_traits/Conic_intersections_2.h
171include/CGAL/Arr_geometry_traits/Conic_point_2.h 168include/CGAL/Arr_geometry_traits/Conic_point_2.h
172include/CGAL/Arr_geometry_traits/Conic_x_monotone_arc_2.h 169include/CGAL/Arr_geometry_traits/Conic_x_monotone_arc_2.h
173include/CGAL/Arr_geometry_traits/Consolidated_curve_data_aux.h 170include/CGAL/Arr_geometry_traits/Consolidated_curve_data_aux.h
174include/CGAL/Arr_geometry_traits/Curve_data_aux.h 171include/CGAL/Arr_geometry_traits/Curve_data_aux.h
175include/CGAL/Arr_geometry_traits/Hyperbolic_arc_2.h 172include/CGAL/Arr_geometry_traits/IO/Polycurve_2_iostream.h
 173include/CGAL/Arr_geometry_traits/One_root_number.h
 174include/CGAL/Arr_geometry_traits/Polycurve_2.h
176include/CGAL/Arr_geometry_traits/Polyline_2.h 175include/CGAL/Arr_geometry_traits/Polyline_2.h
177include/CGAL/Arr_geometry_traits/Rational_arc_2.h 176include/CGAL/Arr_geometry_traits/Rational_arc_2.h
178include/CGAL/Arr_geometry_traits/Segment_assertions.h 177include/CGAL/Arr_geometry_traits/Segment_assertions.h
179include/CGAL/Arr_geometry_traits/de_Casteljau_2.h 178include/CGAL/Arr_geometry_traits/de_Casteljau_2.h
180include/CGAL/Arr_hyperbolic_arc_traits_2.h 
181include/CGAL/Arr_landmarks_point_location.h 179include/CGAL/Arr_landmarks_point_location.h
182include/CGAL/Arr_line_arc_traits_2.h 180include/CGAL/Arr_line_arc_traits_2.h
183include/CGAL/Arr_linear_traits_2.h 181include/CGAL/Arr_linear_traits_2.h
184include/CGAL/Arr_naive_point_location.h 182include/CGAL/Arr_naive_point_location.h
185include/CGAL/Arr_non_caching_segment_basic_traits_2.h 183include/CGAL/Arr_non_caching_segment_basic_traits_2.h
186include/CGAL/Arr_non_caching_segment_traits_2.h 184include/CGAL/Arr_non_caching_segment_traits_2.h
187include/CGAL/Arr_observer.h 185include/CGAL/Arr_observer.h
188include/CGAL/Arr_overlay.h 186include/CGAL/Arr_overlay.h
189include/CGAL/Arr_overlay_2.h 187include/CGAL/Arr_overlay_2.h
190include/CGAL/Arr_point_location/Arr_batched_point_location_traits_2.h 188include/CGAL/Arr_point_location/Arr_batched_point_location_traits_2.h
191include/CGAL/Arr_point_location/Arr_landmarks_pl_impl.h 189include/CGAL/Arr_point_location/Arr_landmarks_pl_impl.h
192include/CGAL/Arr_point_location/Arr_lm_generator_base.h 190include/CGAL/Arr_point_location/Arr_lm_generator_base.h
193include/CGAL/Arr_point_location/Arr_lm_grid_generator.h 191include/CGAL/Arr_point_location/Arr_lm_grid_generator.h
194include/CGAL/Arr_point_location/Arr_lm_halton_generator.h 192include/CGAL/Arr_point_location/Arr_lm_halton_generator.h
195include/CGAL/Arr_point_location/Arr_lm_middle_edges_generator.h 193include/CGAL/Arr_point_location/Arr_lm_middle_edges_generator.h
196include/CGAL/Arr_point_location/Arr_lm_nearest_neighbor.h 194include/CGAL/Arr_point_location/Arr_lm_nearest_neighbor.h
197include/CGAL/Arr_point_location/Arr_lm_random_generator.h 195include/CGAL/Arr_point_location/Arr_lm_random_generator.h
198include/CGAL/Arr_point_location/Arr_lm_specified_points_generator.h 196include/CGAL/Arr_point_location/Arr_lm_specified_points_generator.h
199include/CGAL/Arr_point_location/Arr_lm_vertices_generator.h 197include/CGAL/Arr_point_location/Arr_lm_vertices_generator.h
200include/CGAL/Arr_point_location/Arr_naive_point_location_impl.h 198include/CGAL/Arr_point_location/Arr_naive_point_location_impl.h
201include/CGAL/Arr_point_location/Arr_simple_point_location_impl.h 199include/CGAL/Arr_point_location/Arr_simple_point_location_impl.h
202include/CGAL/Arr_point_location/Arr_trapezoid_ric_pl_impl.h 200include/CGAL/Arr_point_location/Arr_trapezoid_ric_pl_impl.h
203include/CGAL/Arr_point_location/Arr_triangulation_pl_functions.h 201include/CGAL/Arr_point_location/Arr_triangulation_pl_functions.h
204include/CGAL/Arr_point_location/Arr_triangulation_pl_impl.h 202include/CGAL/Arr_point_location/Arr_triangulation_pl_impl.h
205include/CGAL/Arr_point_location/Arr_walk_along_line_pl_impl.h 203include/CGAL/Arr_point_location/Arr_walk_along_line_pl_impl.h
206include/CGAL/Arr_point_location/Td_X_trapezoid.h 204include/CGAL/Arr_point_location/Td_X_trapezoid.h
 205include/CGAL/Arr_point_location/Td_active_edge.h
 206include/CGAL/Arr_point_location/Td_active_fictitious_vertex.h
 207include/CGAL/Arr_point_location/Td_active_trapezoid.h
 208include/CGAL/Arr_point_location/Td_active_vertex.h
207include/CGAL/Arr_point_location/Td_dag.h 209include/CGAL/Arr_point_location/Td_dag.h
 210include/CGAL/Arr_point_location/Td_dag_node.h
 211include/CGAL/Arr_point_location/Td_inactive_edge.h
 212include/CGAL/Arr_point_location/Td_inactive_fictitious_vertex.h
 213include/CGAL/Arr_point_location/Td_inactive_trapezoid.h
 214include/CGAL/Arr_point_location/Td_inactive_vertex.h
208include/CGAL/Arr_point_location/Td_ninetuple.h 215include/CGAL/Arr_point_location/Td_ninetuple.h
209include/CGAL/Arr_point_location/Td_predicates.h 216include/CGAL/Arr_point_location/Td_predicates.h
210include/CGAL/Arr_point_location/Td_traits.h 217include/CGAL/Arr_point_location/Td_traits.h
211include/CGAL/Arr_point_location/Td_traits_functions.h 
212include/CGAL/Arr_point_location/Trapezoidal_decomposition_2.h 218include/CGAL/Arr_point_location/Trapezoidal_decomposition_2.h
 219include/CGAL/Arr_point_location/Trapezoidal_decomposition_2_impl.h
213include/CGAL/Arr_point_location/Trapezoidal_decomposition_2_iostream.h 220include/CGAL/Arr_point_location/Trapezoidal_decomposition_2_iostream.h
214include/CGAL/Arr_point_location/Trapezoidal_decomposition_2_misc.h 221include/CGAL/Arr_point_location/Trapezoidal_decomposition_2_misc.h
 222include/CGAL/Arr_point_location_result.h
 223include/CGAL/Arr_polycurve_basic_traits_2.h
 224include/CGAL/Arr_polycurve_traits_2.h
215include/CGAL/Arr_polyline_traits_2.h 225include/CGAL/Arr_polyline_traits_2.h
216include/CGAL/Arr_rat_arc/Algebraic_point_2.h 226include/CGAL/Arr_rat_arc/Algebraic_point_2.h
217include/CGAL/Arr_rat_arc/Base_rational_arc_ds_1.h 227include/CGAL/Arr_rat_arc/Base_rational_arc_ds_1.h
218include/CGAL/Arr_rat_arc/Cache.h 228include/CGAL/Arr_rat_arc/Cache.h
219include/CGAL/Arr_rat_arc/Rational_arc_d_1.h 229include/CGAL/Arr_rat_arc/Rational_arc_d_1.h
220include/CGAL/Arr_rat_arc/Rational_function.h 230include/CGAL/Arr_rat_arc/Rational_function.h
221include/CGAL/Arr_rat_arc/Rational_function_canonicalized_pair.h 231include/CGAL/Arr_rat_arc/Rational_function_canonicalized_pair.h
222include/CGAL/Arr_rat_arc/Rational_function_ordered_pair.h 232include/CGAL/Arr_rat_arc/Rational_function_ordered_pair.h
223include/CGAL/Arr_rat_arc/Rational_function_pair.h 233include/CGAL/Arr_rat_arc/Rational_function_pair.h
224include/CGAL/Arr_rat_arc/Singleton.h 234include/CGAL/Arr_rat_arc/Singleton.h
225include/CGAL/Arr_rat_arc/Vertical_segment_d_1.h 
226include/CGAL/Arr_rational_arc_traits_2.h 
227include/CGAL/Arr_rational_function_traits_2.h 235include/CGAL/Arr_rational_function_traits_2.h
228include/CGAL/Arr_segment_traits_2.h 236include/CGAL/Arr_segment_traits_2.h
229include/CGAL/Arr_simple_point_location.h 237include/CGAL/Arr_simple_point_location.h
230include/CGAL/Arr_spherical_gaussian_map_3/Arr_on_sphere_transformation.h 238include/CGAL/Arr_spherical_gaussian_map_3/Arr_on_sphere_transformation.h
231include/CGAL/Arr_spherical_gaussian_map_3/Arr_polyhedral_sgm.h 239include/CGAL/Arr_spherical_gaussian_map_3/Arr_polyhedral_sgm.h
232include/CGAL/Arr_spherical_gaussian_map_3/Arr_polyhedral_sgm_arr_dcel.h 240include/CGAL/Arr_spherical_gaussian_map_3/Arr_polyhedral_sgm_arr_dcel.h
233include/CGAL/Arr_spherical_gaussian_map_3/Arr_polyhedral_sgm_initializer_visitor.h 241include/CGAL/Arr_spherical_gaussian_map_3/Arr_polyhedral_sgm_initializer_visitor.h
234include/CGAL/Arr_spherical_gaussian_map_3/Arr_polyhedral_sgm_overlay.h 242include/CGAL/Arr_spherical_gaussian_map_3/Arr_polyhedral_sgm_overlay.h
235include/CGAL/Arr_spherical_gaussian_map_3/Arr_polyhedral_sgm_polyhedron_3.h 243include/CGAL/Arr_spherical_gaussian_map_3/Arr_polyhedral_sgm_polyhedron_3.h
236include/CGAL/Arr_spherical_gaussian_map_3/Arr_polyhedral_sgm_traits.h 244include/CGAL/Arr_spherical_gaussian_map_3/Arr_polyhedral_sgm_traits.h
237include/CGAL/Arr_spherical_gaussian_map_3/Arr_polyhedral_sgm_transformation.h 245include/CGAL/Arr_spherical_gaussian_map_3/Arr_polyhedral_sgm_transformation.h
238include/CGAL/Arr_spherical_gaussian_map_3/Arr_spherical_gaussian_map_3.h 246include/CGAL/Arr_spherical_gaussian_map_3/Arr_spherical_gaussian_map_3.h
239include/CGAL/Arr_spherical_gaussian_map_3/Arr_transform_on_sphere.h 247include/CGAL/Arr_spherical_gaussian_map_3/Arr_transform_on_sphere.h
@@ -253,940 +261,1129 @@ include/CGAL/Arr_topology_traits/Arr_sph @@ -253,940 +261,1129 @@ include/CGAL/Arr_topology_traits/Arr_sph
253include/CGAL/Arr_topology_traits/Arr_spherical_overlay_helper.h 261include/CGAL/Arr_topology_traits/Arr_spherical_overlay_helper.h
254include/CGAL/Arr_topology_traits/Arr_spherical_topology_traits_2_impl.h 262include/CGAL/Arr_topology_traits/Arr_spherical_topology_traits_2_impl.h
255include/CGAL/Arr_topology_traits/Arr_spherical_vert_decomp_helper.h 263include/CGAL/Arr_topology_traits/Arr_spherical_vert_decomp_helper.h
256include/CGAL/Arr_topology_traits/Arr_unb_planar_batched_pl_helper.h 264include/CGAL/Arr_topology_traits/Arr_unb_planar_batched_pl_helper.h
257include/CGAL/Arr_topology_traits/Arr_unb_planar_construction_helper.h 265include/CGAL/Arr_topology_traits/Arr_unb_planar_construction_helper.h
258include/CGAL/Arr_topology_traits/Arr_unb_planar_insertion_helper.h 266include/CGAL/Arr_topology_traits/Arr_unb_planar_insertion_helper.h
259include/CGAL/Arr_topology_traits/Arr_unb_planar_overlay_helper.h 267include/CGAL/Arr_topology_traits/Arr_unb_planar_overlay_helper.h
260include/CGAL/Arr_topology_traits/Arr_unb_planar_topology_traits_2_impl.h 268include/CGAL/Arr_topology_traits/Arr_unb_planar_topology_traits_2_impl.h
261include/CGAL/Arr_topology_traits/Arr_unb_planar_vert_decomp_helper.h 269include/CGAL/Arr_topology_traits/Arr_unb_planar_vert_decomp_helper.h
262include/CGAL/Arr_tracing_traits_2.h 270include/CGAL/Arr_tracing_traits_2.h
263include/CGAL/Arr_trapezoid_ric_point_location.h 271include/CGAL/Arr_trapezoid_ric_point_location.h
264include/CGAL/Arr_triangulation_point_location.h 272include/CGAL/Arr_triangulation_point_location.h
265include/CGAL/Arr_unb_planar_topology_traits_2.h 273include/CGAL/Arr_unb_planar_topology_traits_2.h
266include/CGAL/Arr_ver_support/Rational_arc_with_ver_d_1.h 
267include/CGAL/Arr_ver_support/Visitors_d_1.h 
268include/CGAL/Arr_vertex_index_map.h 274include/CGAL/Arr_vertex_index_map.h
269include/CGAL/Arr_vertex_map.h 275include/CGAL/Arr_vertex_map.h
270include/CGAL/Arr_vertical_decomposition_2.h 276include/CGAL/Arr_vertical_decomposition_2.h
271include/CGAL/Arr_walk_along_line_point_location.h 277include/CGAL/Arr_walk_along_line_point_location.h
272include/CGAL/Arrangement_2.h 278include/CGAL/Arrangement_2.h
273include/CGAL/Arrangement_2/Arr_compute_zone_visitor.h 279include/CGAL/Arrangement_2/Arr_compute_zone_visitor.h
274include/CGAL/Arrangement_2/Arr_default_planar_topology.h 280include/CGAL/Arrangement_2/Arr_default_planar_topology.h
275include/CGAL/Arrangement_2/Arr_do_intersect_zone_visitor.h 281include/CGAL/Arrangement_2/Arr_do_intersect_zone_visitor.h
276include/CGAL/Arrangement_2/Arr_on_surface_with_history_2_impl.h 282include/CGAL/Arrangement_2/Arr_on_surface_with_history_2_impl.h
277include/CGAL/Arrangement_2/Arr_traits_adaptor_2.h 283include/CGAL/Arrangement_2/Arr_traits_adaptor_2.h
278include/CGAL/Arrangement_2/Arr_traits_adaptor_2_dispatching.h 284include/CGAL/Arrangement_2/Arr_traits_adaptor_2_dispatching.h
279include/CGAL/Arrangement_2/Arr_with_history_accessor.h 285include/CGAL/Arrangement_2/Arr_with_history_accessor.h
280include/CGAL/Arrangement_2/Arrangement_2_iterators.h 286include/CGAL/Arrangement_2/Arrangement_2_iterators.h
281include/CGAL/Arrangement_2/Arrangement_on_surface_2_global.h 287include/CGAL/Arrangement_2/Arrangement_on_surface_2_global.h
282include/CGAL/Arrangement_2/Arrangement_on_surface_2_impl.h 288include/CGAL/Arrangement_2/Arrangement_on_surface_2_impl.h
283include/CGAL/Arrangement_2/Arrangement_zone_2_impl.h 289include/CGAL/Arrangement_2/Arrangement_zone_2_impl.h
284include/CGAL/Arrangement_2/Open_hash.h 
285include/CGAL/Arrangement_2/arrangement_type_traits.h 290include/CGAL/Arrangement_2/arrangement_type_traits.h
 291include/CGAL/Arrangement_2/graph_traits_dual.h
286include/CGAL/Arrangement_on_surface_2.h 292include/CGAL/Arrangement_on_surface_2.h
287include/CGAL/Arrangement_on_surface_with_history_2.h 293include/CGAL/Arrangement_on_surface_with_history_2.h
288include/CGAL/Arrangement_with_history_2.h 294include/CGAL/Arrangement_with_history_2.h
289include/CGAL/Arrangement_zone_2.h 295include/CGAL/Arrangement_zone_2.h
290include/CGAL/Barycentric_mapping_parameterizer_3.h 296include/CGAL/BOOST_MP_arithmetic_kernel.h
291include/CGAL/Basic_sweep_line_2.h 297include/CGAL/Barycentric_coordinates_2.h
 298include/CGAL/Barycentric_coordinates_2/Discrete_harmonic_2.h
 299include/CGAL/Barycentric_coordinates_2/Generalized_barycentric_coordinates_2.h
 300include/CGAL/Barycentric_coordinates_2/Mean_value_2.h
 301include/CGAL/Barycentric_coordinates_2/Segment_coordinates_2.h
 302include/CGAL/Barycentric_coordinates_2/Triangle_coordinates_2.h
 303include/CGAL/Barycentric_coordinates_2/Wachspress_2.h
 304include/CGAL/Barycentric_coordinates_2/barycentric_enum_2.h
292include/CGAL/Bbox_2.h 305include/CGAL/Bbox_2.h
293include/CGAL/Bbox_2_Line_2_intersection.h 
294include/CGAL/Bbox_2_Ray_2_intersection.h 
295include/CGAL/Bbox_2_intersection.h 
296include/CGAL/Bbox_3.h 306include/CGAL/Bbox_3.h
297include/CGAL/Bigfloat_interval_traits.h 307include/CGAL/Bigfloat_interval_traits.h
298include/CGAL/Boolean_set_operations_2.h 308include/CGAL/Boolean_set_operations_2.h
299include/CGAL/Boolean_set_operations_2/Bso_internal_functions.h 309include/CGAL/Boolean_set_operations_2/Bso_internal_functions.h
300include/CGAL/Boolean_set_operations_2/Ccb_curve_iterator.h 310include/CGAL/Boolean_set_operations_2/Ccb_curve_iterator.h
301include/CGAL/Boolean_set_operations_2/Curve_with_halfedge.h 311include/CGAL/Boolean_set_operations_2/Curve_with_halfedge.h
302include/CGAL/Boolean_set_operations_2/Gps_agg_meta_traits.h 312include/CGAL/Boolean_set_operations_2/Gps_agg_meta_traits.h
303include/CGAL/Boolean_set_operations_2/Gps_agg_op.h 313include/CGAL/Boolean_set_operations_2/Gps_agg_op.h
304include/CGAL/Boolean_set_operations_2/Gps_agg_op_sweep.h 314include/CGAL/Boolean_set_operations_2/Gps_agg_op_surface_sweep_2.h
305include/CGAL/Boolean_set_operations_2/Gps_agg_op_visitor.h 315include/CGAL/Boolean_set_operations_2/Gps_agg_op_visitor.h
306include/CGAL/Boolean_set_operations_2/Gps_base_functor.h 316include/CGAL/Boolean_set_operations_2/Gps_base_functor.h
307include/CGAL/Boolean_set_operations_2/Gps_bfs_base_visitor.h 317include/CGAL/Boolean_set_operations_2/Gps_bfs_base_visitor.h
308include/CGAL/Boolean_set_operations_2/Gps_bfs_intersection_visitor.h 318include/CGAL/Boolean_set_operations_2/Gps_bfs_intersection_visitor.h
309include/CGAL/Boolean_set_operations_2/Gps_bfs_join_visitor.h 319include/CGAL/Boolean_set_operations_2/Gps_bfs_join_visitor.h
310include/CGAL/Boolean_set_operations_2/Gps_bfs_scanner.h 320include/CGAL/Boolean_set_operations_2/Gps_bfs_scanner.h
311include/CGAL/Boolean_set_operations_2/Gps_bfs_xor_visitor.h 321include/CGAL/Boolean_set_operations_2/Gps_bfs_xor_visitor.h
312include/CGAL/Boolean_set_operations_2/Gps_default_dcel.h 322include/CGAL/Boolean_set_operations_2/Gps_default_dcel.h
313include/CGAL/Boolean_set_operations_2/Gps_default_traits.h 323include/CGAL/Boolean_set_operations_2/Gps_default_traits.h
314include/CGAL/Boolean_set_operations_2/Gps_difference_functor.h 324include/CGAL/Boolean_set_operations_2/Gps_difference_functor.h
315include/CGAL/Boolean_set_operations_2/Gps_do_intersect_functor.h 325include/CGAL/Boolean_set_operations_2/Gps_do_intersect_functor.h
316include/CGAL/Boolean_set_operations_2/Gps_insertion_meta_traits.h 326include/CGAL/Boolean_set_operations_2/Gps_insertion_meta_traits.h
317include/CGAL/Boolean_set_operations_2/Gps_intersection_functor.h 327include/CGAL/Boolean_set_operations_2/Gps_intersection_functor.h
318include/CGAL/Boolean_set_operations_2/Gps_join_functor.h 328include/CGAL/Boolean_set_operations_2/Gps_join_functor.h
319include/CGAL/Boolean_set_operations_2/Gps_merge.h 329include/CGAL/Boolean_set_operations_2/Gps_merge.h
320include/CGAL/Boolean_set_operations_2/Gps_on_surface_base_2.h 330include/CGAL/Boolean_set_operations_2/Gps_on_surface_base_2.h
321include/CGAL/Boolean_set_operations_2/Gps_on_surface_base_2_impl.h 331include/CGAL/Boolean_set_operations_2/Gps_on_surface_base_2_impl.h
322include/CGAL/Boolean_set_operations_2/Gps_polygon_simplifier.h 332include/CGAL/Boolean_set_operations_2/Gps_polygon_simplifier.h
323include/CGAL/Boolean_set_operations_2/Gps_polygon_validation.h 333include/CGAL/Boolean_set_operations_2/Gps_polygon_validation.h
324include/CGAL/Boolean_set_operations_2/Gps_simplifier_traits.h 334include/CGAL/Boolean_set_operations_2/Gps_simplifier_traits.h
325include/CGAL/Boolean_set_operations_2/Gps_sym_diff_functor.h 335include/CGAL/Boolean_set_operations_2/Gps_sym_diff_functor.h
326include/CGAL/Boolean_set_operations_2/Gps_traits_adaptor.h 336include/CGAL/Boolean_set_operations_2/Gps_traits_adaptor.h
327include/CGAL/Boolean_set_operations_2/Gps_traits_decorator.h 337include/CGAL/Boolean_set_operations_2/Gps_traits_decorator.h
 338include/CGAL/Boolean_set_operations_2/Indexed_event.h
328include/CGAL/Boolean_set_operations_2/Point_with_vertex.h 339include/CGAL/Boolean_set_operations_2/Point_with_vertex.h
329include/CGAL/Boolean_set_operations_2/Polygon_2_curve_iterator.h 340include/CGAL/Boolean_set_operations_2/Polygon_2_curve_iterator.h
330include/CGAL/Bounded_kernel.h 341include/CGAL/Bounded_kernel.h
331include/CGAL/Box_intersection_d/Box_d.h 342include/CGAL/Box_intersection_d/Box_d.h
332include/CGAL/Box_intersection_d/Box_traits_d.h 343include/CGAL/Box_intersection_d/Box_traits_d.h
333include/CGAL/Box_intersection_d/Box_with_handle_d.h 344include/CGAL/Box_intersection_d/Box_with_handle_d.h
 345include/CGAL/Box_intersection_d/Box_with_info_d.h
334include/CGAL/Box_intersection_d/box_limits.h 346include/CGAL/Box_intersection_d/box_limits.h
335include/CGAL/Box_intersection_d/segment_tree.h 347include/CGAL/Box_intersection_d/segment_tree.h
 348include/CGAL/Buffer_for_vao.h
 349include/CGAL/CC_safe_handle.h
336include/CGAL/CGAL_Ipelet_base.h 350include/CGAL/CGAL_Ipelet_base.h
337include/CGAL/CGAL_Ipelet_base_v6.h 351include/CGAL/CGAL_Ipelet_base_v6.h
338include/CGAL/CGAL_Ipelet_base_v7.h 352include/CGAL/CGAL_Ipelet_base_v7.h
 353include/CGAL/CMap_linear_cell_complex_storages.h
339include/CGAL/CORE/BigFloat.h 354include/CGAL/CORE/BigFloat.h
340include/CGAL/CORE/BigFloatRep.h 355include/CGAL/CORE/BigFloatRep.h
 356include/CGAL/CORE/BigFloat_impl.h
341include/CGAL/CORE/BigInt.h 357include/CGAL/CORE/BigInt.h
342include/CGAL/CORE/BigRat.h 358include/CGAL/CORE/BigRat.h
343include/CGAL/CORE/CORE.h 359include/CGAL/CORE/CORE.h
344include/CGAL/CORE/Config.h 360include/CGAL/CORE/Config.h
345include/CGAL/CORE/CoreAux.h 361include/CGAL/CORE/CoreAux.h
 362include/CGAL/CORE/CoreAux_impl.h
346include/CGAL/CORE/CoreDefs.h 363include/CGAL/CORE/CoreDefs.h
 364include/CGAL/CORE/CoreDefs_impl.h
 365include/CGAL/CORE/CoreIO_impl.h
347include/CGAL/CORE/Expr.h 366include/CGAL/CORE/Expr.h
348include/CGAL/CORE/ExprRep.h 367include/CGAL/CORE/ExprRep.h
 368include/CGAL/CORE/Expr_impl.h
349include/CGAL/CORE/Filter.h 369include/CGAL/CORE/Filter.h
350include/CGAL/CORE/Gmp.h 370include/CGAL/CORE/Gmp.h
 371include/CGAL/CORE/Gmp_impl.h
351include/CGAL/CORE/Impl.h 372include/CGAL/CORE/Impl.h
352include/CGAL/CORE/MemoryPool.h 373include/CGAL/CORE/MemoryPool.h
353include/CGAL/CORE/Promote.h 374include/CGAL/CORE/Promote.h
354include/CGAL/CORE/Real.h 375include/CGAL/CORE/Real.h
355include/CGAL/CORE/RealRep.h 376include/CGAL/CORE/RealRep.h
 377include/CGAL/CORE/Real_impl.h
356include/CGAL/CORE/RefCount.h 378include/CGAL/CORE/RefCount.h
357include/CGAL/CORE/Timer.h 379include/CGAL/CORE/Timer.h
358include/CGAL/CORE/extLong.h 380include/CGAL/CORE/extLong.h
359include/CGAL/CORE/geom2d/circle2d.h 381include/CGAL/CORE/extLong_impl.h
360include/CGAL/CORE/geom2d/line2d.h 
361include/CGAL/CORE/geom2d/point2d.h 
362include/CGAL/CORE/geom2d/segment2d.h 
363include/CGAL/CORE/geom3d/line3d.h 
364include/CGAL/CORE/geom3d/plane3d.h 
365include/CGAL/CORE/geom3d/point3d.h 
366include/CGAL/CORE/geom3d/polygon3d.h 
367include/CGAL/CORE/geom3d/segment3d.h 
368include/CGAL/CORE/geom3d/triangle3d.h 
369include/CGAL/CORE/geombase.h 
370include/CGAL/CORE/geometry2d.h 
371include/CGAL/CORE/geometry3d.h 
372include/CGAL/CORE/linearAlgebra.h 382include/CGAL/CORE/linearAlgebra.h
373include/CGAL/CORE/poly/Curves.h 383include/CGAL/CORE/poly/Curves.h
374include/CGAL/CORE/poly/Curves.tcc 384include/CGAL/CORE/poly/Curves.tcc
375include/CGAL/CORE/poly/Poly.h 385include/CGAL/CORE/poly/Poly.h
376include/CGAL/CORE/poly/Poly.tcc 386include/CGAL/CORE/poly/Poly.tcc
377include/CGAL/CORE/poly/Sturm.h 387include/CGAL/CORE/poly/Sturm.h
378include/CGAL/CORE_BigFloat.h 388include/CGAL/CORE_BigFloat.h
379include/CGAL/CORE_BigInt.h 389include/CGAL/CORE_BigInt.h
380include/CGAL/CORE_BigRat.h 390include/CGAL/CORE_BigRat.h
381include/CGAL/CORE_Expr.h 391include/CGAL/CORE_Expr.h
382include/CGAL/CORE_algebraic_number_traits.h 392include/CGAL/CORE_algebraic_number_traits.h
383include/CGAL/CORE_arithmetic_kernel.h 393include/CGAL/CORE_arithmetic_kernel.h
384include/CGAL/CORE_coercion_traits.h 394include/CGAL/CORE_coercion_traits.h
385include/CGAL/Cache.h 395include/CGAL/Cache.h
386include/CGAL/Cartesian.h 396include/CGAL/Cartesian.h
387include/CGAL/Cartesian/Aff_transformation_2.h 397include/CGAL/Cartesian/Aff_transformation_2.h
388include/CGAL/Cartesian/Aff_transformation_3.h 398include/CGAL/Cartesian/Aff_transformation_3.h
389include/CGAL/Cartesian/Aff_transformation_rep_2.h 399include/CGAL/Cartesian/Aff_transformation_rep_2.h
390include/CGAL/Cartesian/Aff_transformation_rep_3.h 400include/CGAL/Cartesian/Aff_transformation_rep_3.h
391include/CGAL/Cartesian/Cartesian_base.h 401include/CGAL/Cartesian/Cartesian_base.h
392include/CGAL/Cartesian/Circle_2.h 402include/CGAL/Cartesian/Circle_2.h
393include/CGAL/Cartesian/Circle_3.h 403include/CGAL/Cartesian/Circle_3.h
 404include/CGAL/Cartesian/ConicCPA2.h
394include/CGAL/Cartesian/Data_accessor_2.h 405include/CGAL/Cartesian/Data_accessor_2.h
395include/CGAL/Cartesian/Direction_2.h 406include/CGAL/Cartesian/Direction_2.h
396include/CGAL/Cartesian/Direction_3.h 407include/CGAL/Cartesian/Direction_3.h
397include/CGAL/Cartesian/Iso_cuboid_3.h 408include/CGAL/Cartesian/Iso_cuboid_3.h
398include/CGAL/Cartesian/Iso_rectangle_2.h 409include/CGAL/Cartesian/Iso_rectangle_2.h
399include/CGAL/Cartesian/Line_2.h 410include/CGAL/Cartesian/Line_2.h
400include/CGAL/Cartesian/Line_3.h 411include/CGAL/Cartesian/Line_3.h
401include/CGAL/Cartesian/MatrixC33.h 412include/CGAL/Cartesian/MatrixC33.h
402include/CGAL/Cartesian/Plane_3.h 413include/CGAL/Cartesian/Plane_3.h
403include/CGAL/Cartesian/Point_2.h 414include/CGAL/Cartesian/Point_2.h
404include/CGAL/Cartesian/Point_3.h 415include/CGAL/Cartesian/Point_3.h
405include/CGAL/Cartesian/Ray_2.h 416include/CGAL/Cartesian/Ray_2.h
406include/CGAL/Cartesian/Ray_3.h 417include/CGAL/Cartesian/Ray_3.h
407include/CGAL/Cartesian/Rotation_rep_2.h 418include/CGAL/Cartesian/Rotation_rep_2.h
408include/CGAL/Cartesian/Scaling_rep_2.h 419include/CGAL/Cartesian/Scaling_rep_2.h
409include/CGAL/Cartesian/Scaling_rep_3.h 420include/CGAL/Cartesian/Scaling_rep_3.h
410include/CGAL/Cartesian/Segment_2.h 421include/CGAL/Cartesian/Segment_2.h
411include/CGAL/Cartesian/Segment_3.h 422include/CGAL/Cartesian/Segment_3.h
412include/CGAL/Cartesian/Sphere_3.h 423include/CGAL/Cartesian/Sphere_3.h
413include/CGAL/Cartesian/Tetrahedron_3.h 424include/CGAL/Cartesian/Tetrahedron_3.h
414include/CGAL/Cartesian/Translation_rep_2.h 425include/CGAL/Cartesian/Translation_rep_2.h
415include/CGAL/Cartesian/Translation_rep_3.h 426include/CGAL/Cartesian/Translation_rep_3.h
416include/CGAL/Cartesian/Triangle_2.h 427include/CGAL/Cartesian/Triangle_2.h
417include/CGAL/Cartesian/Triangle_3.h 428include/CGAL/Cartesian/Triangle_3.h
418include/CGAL/Cartesian/Vector_2.h 429include/CGAL/Cartesian/Vector_2.h
419include/CGAL/Cartesian/Vector_3.h 430include/CGAL/Cartesian/Vector_3.h
 431include/CGAL/Cartesian/Weighted_point_2.h
 432include/CGAL/Cartesian/Weighted_point_3.h
420include/CGAL/Cartesian/basic_constructions_2.h 433include/CGAL/Cartesian/basic_constructions_2.h
421include/CGAL/Cartesian/basic_constructions_3.h 434include/CGAL/Cartesian/basic_constructions_3.h
422include/CGAL/Cartesian/ft_constructions_2.h 435include/CGAL/Cartesian/ft_constructions_2.h
423include/CGAL/Cartesian/ft_constructions_3.h 436include/CGAL/Cartesian/ft_constructions_3.h
424include/CGAL/Cartesian/function_objects.h 437include/CGAL/Cartesian/function_objects.h
425include/CGAL/Cartesian/line_constructions_2.h 438include/CGAL/Cartesian/line_constructions_2.h
426include/CGAL/Cartesian/plane_constructions_3.h 439include/CGAL/Cartesian/plane_constructions_3.h
427include/CGAL/Cartesian/point_constructions_2.h 440include/CGAL/Cartesian/point_constructions_2.h
428include/CGAL/Cartesian/point_constructions_3.h 441include/CGAL/Cartesian/point_constructions_3.h
429include/CGAL/Cartesian/predicates_on_directions_2.h 442include/CGAL/Cartesian/predicates_on_directions_2.h
430include/CGAL/Cartesian/predicates_on_planes_3.h 443include/CGAL/Cartesian/predicates_on_planes_3.h
431include/CGAL/Cartesian/predicates_on_points_2.h 444include/CGAL/Cartesian/predicates_on_points_2.h
432include/CGAL/Cartesian/predicates_on_points_3.h 445include/CGAL/Cartesian/predicates_on_points_3.h
433include/CGAL/Cartesian/solve_3.h 446include/CGAL/Cartesian/solve_3.h
434include/CGAL/Cartesian_converter.h 447include/CGAL/Cartesian_converter.h
 448include/CGAL/Cartesian_converter_fwd.h
435include/CGAL/Cartesian_d.h 449include/CGAL/Cartesian_d.h
436include/CGAL/Cartesian_matrix.h 450include/CGAL/Cartesian_matrix.h
437include/CGAL/Cell_attribute.h 451include/CGAL/Cell_attribute.h
 452include/CGAL/Cell_attribute_with_id.h
 453include/CGAL/Cell_attribute_with_point.h
 454include/CGAL/Cell_attribute_with_point_and_id.h
438include/CGAL/Cell_const_iterators.h 455include/CGAL/Cell_const_iterators.h
439include/CGAL/Cell_iterators.h 456include/CGAL/Cell_iterators.h
440include/CGAL/Chinese_remainder_traits.h 457include/CGAL/Chinese_remainder_traits.h
441include/CGAL/Circle_2.h 458include/CGAL/Circle_2.h
442include/CGAL/Circle_2_Circle_2_intersection.h 
443include/CGAL/Circle_2_Line_2_intersection.h 
444include/CGAL/Circle_3.h 459include/CGAL/Circle_3.h
445include/CGAL/Circle_type.h 460include/CGAL/Circle_type.h
446include/CGAL/Circular_arc_2.h 461include/CGAL/Circular_arc_2.h
447include/CGAL/Circular_arc_3.h 462include/CGAL/Circular_arc_3.h
448include/CGAL/Circular_arc_point_2.h 463include/CGAL/Circular_arc_point_2.h
449include/CGAL/Circular_arc_point_3.h 464include/CGAL/Circular_arc_point_3.h
450include/CGAL/Circular_border_parameterizer_3.h 
451include/CGAL/Circular_kernel_2.h 465include/CGAL/Circular_kernel_2.h
452include/CGAL/Circular_kernel_2/Circular_arc_2.h 466include/CGAL/Circular_kernel_2/Circular_arc_2.h
453include/CGAL/Circular_kernel_2/Circular_arc_point_2.h 467include/CGAL/Circular_kernel_2/Circular_arc_point_2.h
 468include/CGAL/Circular_kernel_2/Intersection_traits.h
454include/CGAL/Circular_kernel_2/Line_arc_2.h 469include/CGAL/Circular_kernel_2/Line_arc_2.h
455include/CGAL/Circular_kernel_2/function_objects_on_circle_2.h 470include/CGAL/Circular_kernel_2/function_objects_on_circle_2.h
456include/CGAL/Circular_kernel_2/function_objects_on_line_2.h 471include/CGAL/Circular_kernel_2/function_objects_on_line_2.h
457include/CGAL/Circular_kernel_2/function_objects_polynomial_circular.h 472include/CGAL/Circular_kernel_2/function_objects_polynomial_circular.h
458include/CGAL/Circular_kernel_2/interface_macros.h 473include/CGAL/Circular_kernel_2/interface_macros.h
459include/CGAL/Circular_kernel_2/internal_functions_on_circle_2.h 474include/CGAL/Circular_kernel_2/internal_functions_on_circle_2.h
460include/CGAL/Circular_kernel_2/internal_functions_on_circular_arc_2.h 475include/CGAL/Circular_kernel_2/internal_functions_on_circular_arc_2.h
461include/CGAL/Circular_kernel_2/internal_functions_on_line_2.h 476include/CGAL/Circular_kernel_2/internal_functions_on_line_2.h
462include/CGAL/Circular_kernel_2/internal_functions_on_line_arc_2.h 477include/CGAL/Circular_kernel_2/internal_functions_on_line_arc_2.h
463include/CGAL/Circular_kernel_2/intersection_line_2_circle_2_map.h 478include/CGAL/Circular_kernel_2/intersection_line_2_circle_2_map.h
464include/CGAL/Circular_kernel_3/Circular_arc_3.h 479include/CGAL/Circular_kernel_3/Circular_arc_3.h
465include/CGAL/Circular_kernel_3/Circular_arc_point_3.h 480include/CGAL/Circular_kernel_3/Circular_arc_point_3.h
 481include/CGAL/Circular_kernel_3/Intersection_traits.h
466include/CGAL/Circular_kernel_3/Line_arc_3.h 482include/CGAL/Circular_kernel_3/Line_arc_3.h
467include/CGAL/Circular_kernel_3/function_objects_polynomial_sphere.h 483include/CGAL/Circular_kernel_3/function_objects_polynomial_sphere.h
468include/CGAL/Circular_kernel_3/get_equation_object_on_curved_kernel_3.h 484include/CGAL/Circular_kernel_3/get_equation_object_on_curved_kernel_3.h
469include/CGAL/Circular_kernel_3/interface_macros.h 485include/CGAL/Circular_kernel_3/interface_macros.h
470include/CGAL/Circular_kernel_3/internal_function_compare_spherical_kernel.h 486include/CGAL/Circular_kernel_3/internal_function_compare_spherical_kernel.h
471include/CGAL/Circular_kernel_3/internal_function_compare_to_right_spherical_kernel.h 487include/CGAL/Circular_kernel_3/internal_function_compare_to_right_spherical_kernel.h
472include/CGAL/Circular_kernel_3/internal_function_has_on_spherical_kernel.h 488include/CGAL/Circular_kernel_3/internal_function_has_on_spherical_kernel.h
473include/CGAL/Circular_kernel_3/internal_functions_on_circle_3.h 489include/CGAL/Circular_kernel_3/internal_functions_on_circle_3.h
474include/CGAL/Circular_kernel_3/internal_functions_on_circular_arc_3.h 490include/CGAL/Circular_kernel_3/internal_functions_on_circular_arc_3.h
475include/CGAL/Circular_kernel_3/internal_functions_on_circular_arc_point_3.h 491include/CGAL/Circular_kernel_3/internal_functions_on_circular_arc_point_3.h
476include/CGAL/Circular_kernel_3/internal_functions_on_line_3.h 492include/CGAL/Circular_kernel_3/internal_functions_on_line_3.h
477include/CGAL/Circular_kernel_3/internal_functions_on_line_arc_3.h 493include/CGAL/Circular_kernel_3/internal_functions_on_line_arc_3.h
478include/CGAL/Circular_kernel_3/internal_functions_on_plane_3.h 494include/CGAL/Circular_kernel_3/internal_functions_on_plane_3.h
479include/CGAL/Circular_kernel_3/internal_functions_on_sphere_3.h 495include/CGAL/Circular_kernel_3/internal_functions_on_sphere_3.h
480include/CGAL/Circular_kernel_converter.h 496include/CGAL/Circular_kernel_converter.h
481include/CGAL/Circular_kernel_intersections.h 497include/CGAL/Circular_kernel_intersections.h
482include/CGAL/Circular_kernel_type_equality_wrapper.h 498include/CGAL/Circular_kernel_type_equality_wrapper.h
 499include/CGAL/Circulator/Circulator_adapters.h
 500include/CGAL/Circulator/Circulator_concepts.h
 501include/CGAL/Circulator/Safe_circulator_from_iterator.h
483include/CGAL/Circulator_identity.h 502include/CGAL/Circulator_identity.h
484include/CGAL/Circulator_on_node.h 503include/CGAL/Circulator_on_node.h
485include/CGAL/Circulator_project.h 504include/CGAL/Circulator_project.h
 505include/CGAL/Classification.h
 506include/CGAL/Classification/Cluster.h
 507include/CGAL/Classification/Color.h
 508include/CGAL/Classification/ETHZ/Random_forest_classifier.h
 509include/CGAL/Classification/ETHZ/internal/dataview.h
 510include/CGAL/Classification/ETHZ/internal/random-forest/common-libraries.hpp
 511include/CGAL/Classification/ETHZ/internal/random-forest/forest.hpp
 512include/CGAL/Classification/ETHZ/internal/random-forest/node-gini.hpp
 513include/CGAL/Classification/ETHZ/internal/random-forest/node.hpp
 514include/CGAL/Classification/ETHZ/internal/random-forest/tree.hpp
 515include/CGAL/Classification/Evaluation.h
 516include/CGAL/Classification/Feature/Cluster_mean_of_feature.h
 517include/CGAL/Classification/Feature/Cluster_size.h
 518include/CGAL/Classification/Feature/Cluster_variance_of_feature.h
 519include/CGAL/Classification/Feature/Cluster_vertical_extent.h
 520include/CGAL/Classification/Feature/Color_channel.h
 521include/CGAL/Classification/Feature/Distance_to_plane.h
 522include/CGAL/Classification/Feature/Echo_scatter.h
 523include/CGAL/Classification/Feature/Eigen.h
 524include/CGAL/Classification/Feature/Eigenvalue.h
 525include/CGAL/Classification/Feature/Elevation.h
 526include/CGAL/Classification/Feature/Gradient_of_feature.h
 527include/CGAL/Classification/Feature/Height_above.h
 528include/CGAL/Classification/Feature/Height_below.h
 529include/CGAL/Classification/Feature/Hsv.h
 530include/CGAL/Classification/Feature/Simple_feature.h
 531include/CGAL/Classification/Feature/Vertical_dispersion.h
 532include/CGAL/Classification/Feature/Vertical_range.h
 533include/CGAL/Classification/Feature/Verticality.h
 534include/CGAL/Classification/Feature_base.h
 535include/CGAL/Classification/Feature_set.h
 536include/CGAL/Classification/Image.h
 537include/CGAL/Classification/Label.h
 538include/CGAL/Classification/Label_set.h
 539include/CGAL/Classification/Local_eigen_analysis.h
 540include/CGAL/Classification/Mesh_feature_generator.h
 541include/CGAL/Classification/Mesh_neighborhood.h
 542include/CGAL/Classification/OpenCV/Random_forest_classifier.h
 543include/CGAL/Classification/Planimetric_grid.h
 544include/CGAL/Classification/Point_set_feature_generator.h
 545include/CGAL/Classification/Point_set_neighborhood.h
 546include/CGAL/Classification/Sum_of_weighted_features_classifier.h
 547include/CGAL/Classification/TensorFlow/Neural_network_classifier.h
 548include/CGAL/Classification/classify.h
 549include/CGAL/Classification/compressed_float.h
 550include/CGAL/Classification/internal/verbosity.h
 551include/CGAL/Classification/property_maps.h
486include/CGAL/Coercion_traits.h 552include/CGAL/Coercion_traits.h
 553include/CGAL/Combination_enumerator.h
487include/CGAL/Combinatorial_map.h 554include/CGAL/Combinatorial_map.h
488include/CGAL/Combinatorial_map_basic_operations.h 555include/CGAL/Combinatorial_map_basic_operations.h
489include/CGAL/Combinatorial_map_constructors.h 556include/CGAL/Combinatorial_map_constructors.h
 557include/CGAL/Combinatorial_map_functors.h
 558include/CGAL/Combinatorial_map_insertions.h
 559include/CGAL/Combinatorial_map_iterators_base.h
490include/CGAL/Combinatorial_map_min_items.h 560include/CGAL/Combinatorial_map_min_items.h
491include/CGAL/Combinatorial_map_operations.h 561include/CGAL/Combinatorial_map_operations.h
 562include/CGAL/Combinatorial_map_save_load.h
 563include/CGAL/Combinatorial_map_storages.h
492include/CGAL/Compact_container.h 564include/CGAL/Compact_container.h
 565include/CGAL/Compact_mesh_cell_base_3.h
 566include/CGAL/Compare_handles_with_or_without_timestamps.h
493include/CGAL/Complex_2_in_triangulation_3.h 567include/CGAL/Complex_2_in_triangulation_3.h
494include/CGAL/Complex_2_in_triangulation_cell_base_3.h 568include/CGAL/Complex_2_in_triangulation_cell_base_3.h
495include/CGAL/Complex_2_in_triangulation_vertex_base_3.h 569include/CGAL/Complex_2_in_triangulation_vertex_base_3.h
496include/CGAL/Complexity_tags.h 570include/CGAL/Complexity_tags.h
497include/CGAL/Compute_anchor_3.h 571include/CGAL/Compute_anchor_3.h
 572include/CGAL/Compute_cone_boundaries_2.h
498include/CGAL/Concatenate_iterator.h 573include/CGAL/Concatenate_iterator.h
499include/CGAL/ConicCPA2.h 574include/CGAL/Concurrent_compact_container.h
500include/CGAL/ConicHPA2.h 575include/CGAL/Cone_spanners_2/Less_by_direction_2.h
 576include/CGAL/Cone_spanners_2/Plane_scan_tree.h
 577include/CGAL/Cone_spanners_2/Plane_scan_tree_impl.h
 578include/CGAL/Cone_spanners_enum_2.h
501include/CGAL/Conic_2.h 579include/CGAL/Conic_2.h
502include/CGAL/Conic_misc.h 
503include/CGAL/Constrained_Delaunay_triangulation_2.h 580include/CGAL/Constrained_Delaunay_triangulation_2.h
 581include/CGAL/Constrained_Delaunay_triangulation_face_base_2.h
504include/CGAL/Constrained_triangulation_2.h 582include/CGAL/Constrained_triangulation_2.h
505include/CGAL/Constrained_triangulation_face_base_2.h 583include/CGAL/Constrained_triangulation_face_base_2.h
506include/CGAL/Constrained_triangulation_plus_2.h 584include/CGAL/Constrained_triangulation_plus_2.h
 585include/CGAL/Constrained_voronoi_diagram_2.h
507include/CGAL/Constraint_hierarchy_2.h 586include/CGAL/Constraint_hierarchy_2.h
508include/CGAL/Convertible_circulator_project.h 587include/CGAL/Construct_theta_graph_2.h
509include/CGAL/Convertible_filter_iterator.h 588include/CGAL/Construct_yao_graph_2.h
510include/CGAL/Convertible_iterator_project.h 
511include/CGAL/Convex_decomposition_3/Edge_sorter.h 589include/CGAL/Convex_decomposition_3/Edge_sorter.h
512include/CGAL/Convex_decomposition_3/External_structure_builder.h 590include/CGAL/Convex_decomposition_3/External_structure_builder.h
513include/CGAL/Convex_decomposition_3/Insert_vertex_into_edge.h 591include/CGAL/Convex_decomposition_3/Insert_vertex_into_edge.h
514include/CGAL/Convex_decomposition_3/Ray_hit_generator.h 592include/CGAL/Convex_decomposition_3/Ray_hit_generator.h
515include/CGAL/Convex_decomposition_3/Ray_hit_generator2.h 593include/CGAL/Convex_decomposition_3/Ray_hit_generator2.h
516include/CGAL/Convex_decomposition_3/Reflex_edge_searcher.h 594include/CGAL/Convex_decomposition_3/Reflex_edge_searcher.h
517include/CGAL/Convex_decomposition_3/Reflex_vertex_searcher.h 595include/CGAL/Convex_decomposition_3/Reflex_vertex_searcher.h
518include/CGAL/Convex_decomposition_3/SFace_separator.h 596include/CGAL/Convex_decomposition_3/SFace_separator.h
519include/CGAL/Convex_decomposition_3/SM_walls.h 597include/CGAL/Convex_decomposition_3/SM_walls.h
520include/CGAL/Convex_decomposition_3/Single_wall_creator.h 598include/CGAL/Convex_decomposition_3/Single_wall_creator.h
521include/CGAL/Convex_decomposition_3/Single_wall_creator2.h 599include/CGAL/Convex_decomposition_3/Single_wall_creator2.h
522include/CGAL/Convex_decomposition_3/Single_wall_creator3.h 600include/CGAL/Convex_decomposition_3/Single_wall_creator3.h
523include/CGAL/Convex_decomposition_3/YVertical_wall_builder.h 601include/CGAL/Convex_decomposition_3/YVertical_wall_builder.h
524include/CGAL/Convex_decomposition_3/is_reflex_sedge.h 602include/CGAL/Convex_decomposition_3/is_reflex_sedge.h
525include/CGAL/Convex_hull_2/ch_akl_toussaint_impl.h 603include/CGAL/Convex_hull_2/ch_akl_toussaint_impl.h
526include/CGAL/Convex_hull_2/ch_assertions.h 604include/CGAL/Convex_hull_2/ch_assertions.h
527include/CGAL/Convex_hull_2/ch_bykat_impl.h 605include/CGAL/Convex_hull_2/ch_bykat_impl.h
528include/CGAL/Convex_hull_2/ch_eddy_impl.h 606include/CGAL/Convex_hull_2/ch_eddy_impl.h
529include/CGAL/Convex_hull_2/ch_graham_andrew_impl.h 607include/CGAL/Convex_hull_2/ch_graham_andrew_impl.h
530include/CGAL/Convex_hull_2/ch_jarvis_impl.h 608include/CGAL/Convex_hull_2/ch_jarvis_impl.h
531include/CGAL/Convex_hull_2/ch_melkman_impl.h 609include/CGAL/Convex_hull_2/ch_melkman_impl.h
532include/CGAL/Convex_hull_2/ch_selected_extreme_points_2_impl.h 610include/CGAL/Convex_hull_2/ch_selected_extreme_points_2_impl.h
533include/CGAL/Convex_hull_2/convexity_check_2_impl.h 611include/CGAL/Convex_hull_2/convexity_check_2_impl.h
 612include/CGAL/Convex_hull_3/dual/Convex_hull_traits_dual_2.h
 613include/CGAL/Convex_hull_3/dual/Convex_hull_traits_dual_3.h
 614include/CGAL/Convex_hull_3/dual/halfspace_intersection_3.h
 615include/CGAL/Convex_hull_3/dual/halfspace_intersection_with_constructions_3.h
 616include/CGAL/Convex_hull_3/dual/interior_polyhedron_3.h
 617include/CGAL/Convex_hull_3/dual/predicates.h
534include/CGAL/Convex_hull_d.h 618include/CGAL/Convex_hull_d.h
535include/CGAL/Convex_hull_d_to_polyhedron_3.h 619include/CGAL/Convex_hull_d_to_polyhedron_3.h
536include/CGAL/Convex_hull_d_traits_3.h 620include/CGAL/Convex_hull_d_traits_3.h
537include/CGAL/Convex_hull_face_base_2.h 621include/CGAL/Convex_hull_face_base_2.h
538include/CGAL/Convex_hull_projective_xy_traits_2.h 622include/CGAL/Convex_hull_projective_xy_traits_2.h
539include/CGAL/Convex_hull_projective_xz_traits_2.h 623include/CGAL/Convex_hull_projective_xz_traits_2.h
540include/CGAL/Convex_hull_projective_yz_traits_2.h 624include/CGAL/Convex_hull_projective_yz_traits_2.h
541include/CGAL/Convex_hull_traits_3.h 625include/CGAL/Convex_hull_traits_3.h
542include/CGAL/Counted_number.h 626include/CGAL/Counted_number.h
543include/CGAL/Counting_iterator.h 627include/CGAL/Counting_iterator.h
544include/CGAL/Curved_kernel_via_analysis_2/Arc_2.h 628include/CGAL/Curved_kernel_via_analysis_2/Arc_2.h
545include/CGAL/Curved_kernel_via_analysis_2/Curve_interval_arcno_cache.h 629include/CGAL/Curved_kernel_via_analysis_2/Curve_interval_arcno_cache.h
546include/CGAL/Curved_kernel_via_analysis_2/Curve_renderer_facade.h 630include/CGAL/Curved_kernel_via_analysis_2/Curve_renderer_facade.h
547include/CGAL/Curved_kernel_via_analysis_2/Curved_kernel_via_analysis_2_functors.h 631include/CGAL/Curved_kernel_via_analysis_2/Curved_kernel_via_analysis_2_functors.h
548include/CGAL/Curved_kernel_via_analysis_2/Curved_kernel_via_analysis_2_impl.h 632include/CGAL/Curved_kernel_via_analysis_2/Curved_kernel_via_analysis_2_impl.h
549include/CGAL/Curved_kernel_via_analysis_2/Fig_stream_Curve_renderer_2.h 633include/CGAL/Curved_kernel_via_analysis_2/Fig_stream_Curve_renderer_2.h
550include/CGAL/Curved_kernel_via_analysis_2/Filtered_curved_kernel_via_analysis_2_impl.h 634include/CGAL/Curved_kernel_via_analysis_2/Filtered_curved_kernel_via_analysis_2_impl.h
551include/CGAL/Curved_kernel_via_analysis_2/Generic_arc_2.h 635include/CGAL/Curved_kernel_via_analysis_2/Generic_arc_2.h
552include/CGAL/Curved_kernel_via_analysis_2/Generic_point_2.h 636include/CGAL/Curved_kernel_via_analysis_2/Generic_point_2.h
553include/CGAL/Curved_kernel_via_analysis_2/Make_x_monotone_2.h 637include/CGAL/Curved_kernel_via_analysis_2/Make_x_monotone_2.h
554include/CGAL/Curved_kernel_via_analysis_2/Non_x_monotone_arc_2.h 638include/CGAL/Curved_kernel_via_analysis_2/Non_x_monotone_arc_2.h
555include/CGAL/Curved_kernel_via_analysis_2/Point_2.h 639include/CGAL/Curved_kernel_via_analysis_2/Point_2.h
556include/CGAL/Curved_kernel_via_analysis_2/Qt_widget_Curve_renderer_2.h 
557include/CGAL/Curved_kernel_via_analysis_2/Sweep_curves_adapter_2.h 640include/CGAL/Curved_kernel_via_analysis_2/Sweep_curves_adapter_2.h
558include/CGAL/Curved_kernel_via_analysis_2/gfx/Curve_renderer_2.h 641include/CGAL/Curved_kernel_via_analysis_2/gfx/Curve_renderer_2.h
559include/CGAL/Curved_kernel_via_analysis_2/gfx/Curve_renderer_internals.h 642include/CGAL/Curved_kernel_via_analysis_2/gfx/Curve_renderer_internals.h
560include/CGAL/Curved_kernel_via_analysis_2/gfx/Curve_renderer_traits.h 643include/CGAL/Curved_kernel_via_analysis_2/gfx/Curve_renderer_traits.h
561include/CGAL/Curved_kernel_via_analysis_2/gfx/Subdivision_1.h 644include/CGAL/Curved_kernel_via_analysis_2/gfx/Subdivision_1.h
562include/CGAL/Curved_kernel_via_analysis_2/gfx/Subdivision_2.h 645include/CGAL/Curved_kernel_via_analysis_2/gfx/Subdivision_2.h
563include/CGAL/Curved_kernel_via_analysis_2/test/simple_models.h 646include/CGAL/Curved_kernel_via_analysis_2/test/simple_models.h
564include/CGAL/Dart.h 647include/CGAL/Dart.h
565include/CGAL/Dart_const_iterators.h 648include/CGAL/Dart_const_iterators.h
566include/CGAL/Dart_iterators.h 649include/CGAL/Dart_iterators.h
567include/CGAL/Default.h 650include/CGAL/Default.h
 651include/CGAL/Default_diagonalize_traits.h
 652include/CGAL/Deformation_Eigen_closest_rotation_traits_3.h
 653include/CGAL/Deformation_Eigen_polar_closest_rotation_traits_3.h
568include/CGAL/Delaunay_d.h 654include/CGAL/Delaunay_d.h
569include/CGAL/Delaunay_mesh_area_criteria_2.h 655include/CGAL/Delaunay_mesh_area_criteria_2.h
570include/CGAL/Delaunay_mesh_criteria_2.h 656include/CGAL/Delaunay_mesh_criteria_2.h
571include/CGAL/Delaunay_mesh_face_base_2.h 657include/CGAL/Delaunay_mesh_face_base_2.h
572include/CGAL/Delaunay_mesh_local_size_criteria_2.h 658include/CGAL/Delaunay_mesh_local_size_criteria_2.h
573include/CGAL/Delaunay_mesh_size_criteria_2.h 659include/CGAL/Delaunay_mesh_size_criteria_2.h
 660include/CGAL/Delaunay_mesh_vertex_base_2.h
574include/CGAL/Delaunay_mesher_2.h 661include/CGAL/Delaunay_mesher_2.h
575include/CGAL/Delaunay_mesher_no_edge_refinement_2.h 662include/CGAL/Delaunay_mesher_no_edge_refinement_2.h
 663include/CGAL/Delaunay_triangulation.h
576include/CGAL/Delaunay_triangulation_2.h 664include/CGAL/Delaunay_triangulation_2.h
577include/CGAL/Delaunay_triangulation_3.h 665include/CGAL/Delaunay_triangulation_3.h
578include/CGAL/Delaunay_triangulation_adaptation_policies_2.h 666include/CGAL/Delaunay_triangulation_adaptation_policies_2.h
579include/CGAL/Delaunay_triangulation_adaptation_traits_2.h 667include/CGAL/Delaunay_triangulation_adaptation_traits_2.h
 668include/CGAL/Delaunay_triangulation_cell_base_3.h
 669include/CGAL/Delaunay_triangulation_cell_base_with_circumcenter_3.h
 670include/CGAL/Diagonalize_traits.h
580include/CGAL/Dimension.h 671include/CGAL/Dimension.h
581include/CGAL/Direction_2.h 672include/CGAL/Direction_2.h
582include/CGAL/Direction_3.h 673include/CGAL/Direction_3.h
583include/CGAL/Discrete_authalic_parameterizer_3.h 
584include/CGAL/Discrete_conformal_map_parameterizer_3.h 
585include/CGAL/Distance_2.h 674include/CGAL/Distance_2.h
586include/CGAL/Double_map.h 675include/CGAL/Double_map.h
587include/CGAL/Dummy_tds_2.h 676include/CGAL/Dummy_tds_2.h
588include/CGAL/Dynamic_matrix.h 677include/CGAL/Dynamic_matrix.h
589include/CGAL/Edge_hash_function.h 678include/CGAL/Dynamic_property_map.h
 679include/CGAL/Eigen_diagonalize_traits.h
 680include/CGAL/Eigen_matrix.h
 681include/CGAL/Eigen_solver_traits.h
 682include/CGAL/Eigen_svd.h
 683include/CGAL/Eigen_vector.h
590include/CGAL/Enum_converter.h 684include/CGAL/Enum_converter.h
591include/CGAL/Env_default_diagram_1.h 685include/CGAL/Env_default_diagram_1.h
592include/CGAL/Env_plane_traits_3.h 686include/CGAL/Env_plane_traits_3.h
593include/CGAL/Env_sphere_traits_3.h 687include/CGAL/Env_sphere_traits_3.h
594include/CGAL/Env_surface_data_traits_3.h 688include/CGAL/Env_surface_data_traits_3.h
595include/CGAL/Env_tracing_traits_3.h 689include/CGAL/Env_tracing_traits_3.h
596include/CGAL/Env_triangle_traits_3.h 690include/CGAL/Env_triangle_traits_3.h
597include/CGAL/Envelope_2/Env_divide_and_conquer_2.h 691include/CGAL/Envelope_2/Env_divide_and_conquer_2.h
598include/CGAL/Envelope_2/Env_divide_and_conquer_2_impl.h 692include/CGAL/Envelope_2/Env_divide_and_conquer_2_impl.h
599include/CGAL/Envelope_3/Env_plane_traits_3_functions.h 693include/CGAL/Envelope_3/Env_plane_traits_3_functions.h
600include/CGAL/Envelope_3/Envelope_base.h 694include/CGAL/Envelope_3/Envelope_base.h
601include/CGAL/Envelope_3/Envelope_diagram_on_surface_2.h 695include/CGAL/Envelope_3/Envelope_diagram_on_surface_2.h
602include/CGAL/Envelope_3/Envelope_divide_and_conquer_3.h 696include/CGAL/Envelope_3/Envelope_divide_and_conquer_3.h
603include/CGAL/Envelope_3/Envelope_element_visitor_3.h 697include/CGAL/Envelope_3/Envelope_element_visitor_3.h
604include/CGAL/Envelope_3/Envelope_overlay_2.h 698include/CGAL/Envelope_3/Envelope_overlay_2.h
605include/CGAL/Envelope_3/Envelope_overlay_functor.h 699include/CGAL/Envelope_3/Envelope_overlay_functor.h
606include/CGAL/Envelope_3/Envelope_pm_dcel.h 700include/CGAL/Envelope_3/Envelope_pm_dcel.h
607include/CGAL/Envelope_3/set_dividors.h 701include/CGAL/Envelope_3/set_dividors.h
608include/CGAL/Envelope_diagram_1.h 702include/CGAL/Envelope_diagram_1.h
 703include/CGAL/Epeck_d.h
 704include/CGAL/Epic_converter.h
 705include/CGAL/Epick_d.h
609include/CGAL/Euclidean_distance.h 706include/CGAL/Euclidean_distance.h
610include/CGAL/Euclidean_distance_sphere_point.h 707include/CGAL/Euclidean_distance_sphere_point.h
611include/CGAL/Euler_integrator_2.h 708include/CGAL/Euler_integrator_2.h
612include/CGAL/Exact_circular_kernel_2.h 709include/CGAL/Exact_circular_kernel_2.h
 710include/CGAL/Exact_integer.h
 711include/CGAL/Exact_kernel_selector.h
613include/CGAL/Exact_predicates_exact_constructions_kernel.h 712include/CGAL/Exact_predicates_exact_constructions_kernel.h
 713include/CGAL/Exact_predicates_exact_constructions_kernel_with_kth_root.h
 714include/CGAL/Exact_predicates_exact_constructions_kernel_with_root_of.h
614include/CGAL/Exact_predicates_exact_constructions_kernel_with_sqrt.h 715include/CGAL/Exact_predicates_exact_constructions_kernel_with_sqrt.h
615include/CGAL/Exact_predicates_inexact_constructions_kernel.h 716include/CGAL/Exact_predicates_inexact_constructions_kernel.h
 717include/CGAL/Exact_rational.h
616include/CGAL/Exact_spherical_kernel_3.h 718include/CGAL/Exact_spherical_kernel_3.h
617include/CGAL/Exponent_vector.h 719include/CGAL/Exponent_vector.h
618include/CGAL/Extended_cartesian.h 720include/CGAL/Extended_cartesian.h
619include/CGAL/Extended_homogeneous.h 721include/CGAL/Extended_homogeneous.h
620include/CGAL/Extremal_polygon_traits_2.h 722include/CGAL/Extremal_polygon_traits_2.h
 723include/CGAL/Extreme_points_traits_adapter_3.h
621include/CGAL/FPU.h 724include/CGAL/FPU.h
 725include/CGAL/FPU_extension.h
 726include/CGAL/FPU_gcc_i386.h
 727include/CGAL/FPU_gcc_i386_sse2.h
 728include/CGAL/FPU_msvc.h
622include/CGAL/Filter_circulator.h 729include/CGAL/Filter_circulator.h
623include/CGAL/Filtered_bbox_circular_kernel_2.h 730include/CGAL/Filtered_bbox_circular_kernel_2.h
624include/CGAL/Filtered_bbox_circular_kernel_2/bbox_filtered_predicates.h 731include/CGAL/Filtered_bbox_circular_kernel_2/bbox_filtered_predicates.h
625include/CGAL/Filtered_bbox_circular_kernel_2/interface_macros.h 732include/CGAL/Filtered_bbox_circular_kernel_2/interface_macros.h
626include/CGAL/Filtered_construction.h 733include/CGAL/Filtered_construction.h
627include/CGAL/Filtered_extended_homogeneous.h 734include/CGAL/Filtered_extended_homogeneous.h
628include/CGAL/Filtered_kernel.h 735include/CGAL/Filtered_kernel.h
629include/CGAL/Filtered_kernel/Cartesian_coordinate_iterator_2.h 736include/CGAL/Filtered_kernel/Cartesian_coordinate_iterator_2.h
630include/CGAL/Filtered_kernel/Cartesian_coordinate_iterator_3.h 737include/CGAL/Filtered_kernel/Cartesian_coordinate_iterator_3.h
 738include/CGAL/Filtered_kernel_d.h
631include/CGAL/Filtered_kernel_fwd.h 739include/CGAL/Filtered_kernel_fwd.h
632include/CGAL/Filtered_predicate.h 740include/CGAL/Filtered_predicate.h
 741include/CGAL/Filtered_predicate_with_state.h
633include/CGAL/Fixed_alpha_shape_3.h 742include/CGAL/Fixed_alpha_shape_3.h
634include/CGAL/Fixed_alpha_shape_cell_base_3.h 743include/CGAL/Fixed_alpha_shape_cell_base_3.h
635include/CGAL/Fixed_alpha_shape_vertex_base_3.h 744include/CGAL/Fixed_alpha_shape_vertex_base_3.h
636include/CGAL/Fixed_border_parameterizer_3.h 
637include/CGAL/Flattening_iterator.h 745include/CGAL/Flattening_iterator.h
638include/CGAL/Fourtuple.h 746include/CGAL/Fourtuple.h
639include/CGAL/Fraction_traits.h 747include/CGAL/Fraction_traits.h
640include/CGAL/Fuzzy_iso_box.h 748include/CGAL/Fuzzy_iso_box.h
641include/CGAL/Fuzzy_sphere.h 749include/CGAL/Fuzzy_sphere.h
642include/CGAL/GMP/Gmpfi_type.h 750include/CGAL/GMP/Gmpfi_type.h
643include/CGAL/GMP/Gmpfi_type_static.h 751include/CGAL/GMP/Gmpfi_type_static.h
644include/CGAL/GMP/Gmpfr_type.h 752include/CGAL/GMP/Gmpfr_type.h
645include/CGAL/GMP/Gmpfr_type_static.h 753include/CGAL/GMP/Gmpfr_type_static.h
646include/CGAL/GMP/Gmpq_type.h 754include/CGAL/GMP/Gmpq_type.h
647include/CGAL/GMP/Gmpz_type.h 755include/CGAL/GMP/Gmpz_type.h
648include/CGAL/GMP/Gmpzf_type.h 756include/CGAL/GMP/Gmpzf_type.h
 757include/CGAL/GMPXX_arithmetic_kernel.h
649include/CGAL/GMP_arithmetic_kernel.h 758include/CGAL/GMP_arithmetic_kernel.h
 759include/CGAL/GMap_cell_const_iterators.h
 760include/CGAL/GMap_cell_iterators.h
 761include/CGAL/GMap_dart_const_iterators.h
 762include/CGAL/GMap_dart_iterators.h
 763include/CGAL/GMap_linear_cell_complex_storages.h
650include/CGAL/General_polygon_2.h 764include/CGAL/General_polygon_2.h
651include/CGAL/General_polygon_set_2.h 765include/CGAL/General_polygon_set_2.h
652include/CGAL/General_polygon_set_on_surface_2.h 766include/CGAL/General_polygon_set_on_surface_2.h
653include/CGAL/General_polygon_with_holes_2.h 767include/CGAL/General_polygon_with_holes_2.h
 768include/CGAL/Generalized_map.h
 769include/CGAL/Generalized_map_iterators_base.h
 770include/CGAL/Generalized_map_operations.h
 771include/CGAL/Generalized_map_save_load.h
 772include/CGAL/Generalized_map_storages.h
 773include/CGAL/Generic_map_min_items.h
654include/CGAL/Get_arithmetic_kernel.h 774include/CGAL/Get_arithmetic_kernel.h
655include/CGAL/Gmp_coercion_traits.h 775include/CGAL/Gmp_coercion_traits.h
656include/CGAL/Gmpfi.h 776include/CGAL/Gmpfi.h
657include/CGAL/Gmpfr.h 777include/CGAL/Gmpfr.h
658include/CGAL/Gmpq.h 778include/CGAL/Gmpq.h
659include/CGAL/Gmpz.h 779include/CGAL/Gmpz.h
660include/CGAL/Gmpzf.h 780include/CGAL/Gmpzf.h
661include/CGAL/Gps_circle_segment_traits_2.h 781include/CGAL/Gps_circle_segment_traits_2.h
662include/CGAL/Gps_segment_traits_2.h 782include/CGAL/Gps_segment_traits_2.h
663include/CGAL/Gps_traits_2.h 783include/CGAL/Gps_traits_2.h
 784include/CGAL/Gray_image_mesh_domain_3.h
664include/CGAL/Gray_level_image_3.h 785include/CGAL/Gray_level_image_3.h
665include/CGAL/HalfedgeDS_const_decorator.h 786include/CGAL/HalfedgeDS_const_decorator.h
666include/CGAL/HalfedgeDS_decorator.h 787include/CGAL/HalfedgeDS_decorator.h
667include/CGAL/HalfedgeDS_default.h 788include/CGAL/HalfedgeDS_default.h
668include/CGAL/HalfedgeDS_face_base.h 789include/CGAL/HalfedgeDS_face_base.h
669include/CGAL/HalfedgeDS_face_max_base_with_id.h 790include/CGAL/HalfedgeDS_face_max_base_with_id.h
670include/CGAL/HalfedgeDS_face_min_base.h 791include/CGAL/HalfedgeDS_face_min_base.h
671include/CGAL/HalfedgeDS_halfedge_base.h 792include/CGAL/HalfedgeDS_halfedge_base.h
672include/CGAL/HalfedgeDS_halfedge_max_base_with_id.h 793include/CGAL/HalfedgeDS_halfedge_max_base_with_id.h
673include/CGAL/HalfedgeDS_halfedge_min_base.h 794include/CGAL/HalfedgeDS_halfedge_min_base.h
674include/CGAL/HalfedgeDS_items_2.h 795include/CGAL/HalfedgeDS_items_2.h
675include/CGAL/HalfedgeDS_items_decorator.h 796include/CGAL/HalfedgeDS_items_decorator.h
676include/CGAL/HalfedgeDS_iterator.h 797include/CGAL/HalfedgeDS_iterator.h
677include/CGAL/HalfedgeDS_iterator_adaptor.h 798include/CGAL/HalfedgeDS_iterator_adaptor.h
678include/CGAL/HalfedgeDS_list.h 799include/CGAL/HalfedgeDS_list.h
679include/CGAL/HalfedgeDS_min_items.h 800include/CGAL/HalfedgeDS_min_items.h
680include/CGAL/HalfedgeDS_vector.h 801include/CGAL/HalfedgeDS_vector.h
681include/CGAL/HalfedgeDS_vertex_base.h 802include/CGAL/HalfedgeDS_vertex_base.h
682include/CGAL/HalfedgeDS_vertex_max_base_with_id.h 803include/CGAL/HalfedgeDS_vertex_max_base_with_id.h
683include/CGAL/HalfedgeDS_vertex_min_base.h 804include/CGAL/HalfedgeDS_vertex_min_base.h
684include/CGAL/Handle.h 805include/CGAL/Handle.h
685include/CGAL/Handle_for.h 806include/CGAL/Handle_for.h
686include/CGAL/Handle_for_virtual.h 807include/CGAL/Handle_for_virtual.h
687include/CGAL/Handle_hash_function.h 808include/CGAL/Handle_hash_function.h
688include/CGAL/Handle_with_policy.h 809include/CGAL/Handle_with_policy.h
 810include/CGAL/Has_conversion.h
 811include/CGAL/Has_member.h
 812include/CGAL/Has_timestamp.h
 813include/CGAL/Hash_handles_with_or_without_timestamps.h
 814include/CGAL/Heat_method_3/Surface_mesh_geodesic_distances_3.h
 815include/CGAL/Heat_method_3/internal/Intrinsic_Delaunay_triangulation_3.h
 816include/CGAL/Heat_method_3/internal/V2V.h
 817include/CGAL/Hidden_point_memory_policy.h
689include/CGAL/Hilbert_policy_tags.h 818include/CGAL/Hilbert_policy_tags.h
690include/CGAL/Hilbert_sort_2.h 819include/CGAL/Hilbert_sort_2.h
691include/CGAL/Hilbert_sort_3.h 820include/CGAL/Hilbert_sort_3.h
692include/CGAL/Hilbert_sort_base.h 821include/CGAL/Hilbert_sort_base.h
693include/CGAL/Hilbert_sort_d.h 822include/CGAL/Hilbert_sort_d.h
694include/CGAL/Hilbert_sort_median_2.h 823include/CGAL/Hilbert_sort_median_2.h
695include/CGAL/Hilbert_sort_median_3.h 824include/CGAL/Hilbert_sort_median_3.h
696include/CGAL/Hilbert_sort_median_d.h 825include/CGAL/Hilbert_sort_median_d.h
697include/CGAL/Hilbert_sort_middle_2.h 826include/CGAL/Hilbert_sort_middle_2.h
698include/CGAL/Hilbert_sort_middle_3.h 827include/CGAL/Hilbert_sort_middle_3.h
699include/CGAL/Hilbert_sort_middle_base.h 828include/CGAL/Hilbert_sort_middle_base.h
700include/CGAL/Hilbert_sort_middle_d.h 829include/CGAL/Hilbert_sort_middle_d.h
 830include/CGAL/Hilbert_sort_on_sphere_3.h
701include/CGAL/Homogeneous.h 831include/CGAL/Homogeneous.h
702include/CGAL/Homogeneous/Aff_transformationH2.h 832include/CGAL/Homogeneous/Aff_transformationH2.h
703include/CGAL/Homogeneous/Aff_transformationH3.h 833include/CGAL/Homogeneous/Aff_transformationH3.h
704include/CGAL/Homogeneous/CircleH2.h 834include/CGAL/Homogeneous/CircleH2.h
 835include/CGAL/Homogeneous/ConicHPA2.h
705include/CGAL/Homogeneous/Data_accessorH2.h 836include/CGAL/Homogeneous/Data_accessorH2.h
706include/CGAL/Homogeneous/DirectionH2.h 837include/CGAL/Homogeneous/DirectionH2.h
707include/CGAL/Homogeneous/DirectionH3.h 838include/CGAL/Homogeneous/DirectionH3.h
708include/CGAL/Homogeneous/Homogeneous_base.h 839include/CGAL/Homogeneous/Homogeneous_base.h
709include/CGAL/Homogeneous/Iso_cuboidH3.h 840include/CGAL/Homogeneous/Iso_cuboidH3.h
710include/CGAL/Homogeneous/Iso_rectangleH2.h 841include/CGAL/Homogeneous/Iso_rectangleH2.h
711include/CGAL/Homogeneous/LineH2.h 842include/CGAL/Homogeneous/LineH2.h
712include/CGAL/Homogeneous/PlaneH3.h 843include/CGAL/Homogeneous/PlaneH3.h
713include/CGAL/Homogeneous/PointH2.h 844include/CGAL/Homogeneous/PointH2.h
714include/CGAL/Homogeneous/PointH3.h 845include/CGAL/Homogeneous/PointH3.h
715include/CGAL/Homogeneous/RayH3.h 846include/CGAL/Homogeneous/RayH3.h
716include/CGAL/Homogeneous/SphereH3.h 847include/CGAL/Homogeneous/SphereH3.h
717include/CGAL/Homogeneous/VectorH2.h 848include/CGAL/Homogeneous/VectorH2.h
718include/CGAL/Homogeneous/VectorH3.h 849include/CGAL/Homogeneous/VectorH3.h
 850include/CGAL/Homogeneous/Weighted_point_2.h
 851include/CGAL/Homogeneous/Weighted_point_3.h
719include/CGAL/Homogeneous/basic_constructionsH2.h 852include/CGAL/Homogeneous/basic_constructionsH2.h
720include/CGAL/Homogeneous/basic_constructionsH3.h 853include/CGAL/Homogeneous/basic_constructionsH3.h
721include/CGAL/Homogeneous/distance_predicatesH2.h 854include/CGAL/Homogeneous/distance_predicatesH2.h
722include/CGAL/Homogeneous/distance_predicatesH3.h 855include/CGAL/Homogeneous/distance_predicatesH3.h
723include/CGAL/Homogeneous/function_objects.h 856include/CGAL/Homogeneous/function_objects.h
724include/CGAL/Homogeneous/predicates_on_directionsH2.h 857include/CGAL/Homogeneous/predicates_on_directionsH2.h
725include/CGAL/Homogeneous/predicates_on_pointsH2.h 858include/CGAL/Homogeneous/predicates_on_pointsH2.h
726include/CGAL/Homogeneous/predicates_on_pointsH3.h 859include/CGAL/Homogeneous/predicates_on_pointsH3.h
727include/CGAL/Homogeneous_converter.h 860include/CGAL/Homogeneous_converter.h
728include/CGAL/Homogeneous_d.h 861include/CGAL/Homogeneous_d.h
729include/CGAL/Hyperbola_2.h 862include/CGAL/Hyperbola_2.h
730include/CGAL/Hyperbola_ray_2.h 863include/CGAL/Hyperbola_ray_2.h
731include/CGAL/Hyperbola_segment_2.h 864include/CGAL/Hyperbola_segment_2.h
 865include/CGAL/Hyperbolic_Delaunay_triangulation_2.h
 866include/CGAL/Hyperbolic_Delaunay_triangulation_CK_traits_2.h
 867include/CGAL/Hyperbolic_Delaunay_triangulation_traits_2.h
 868include/CGAL/Hyperbolic_octagon_translation.h
 869include/CGAL/Hyperbolic_triangulation_face_base_2.h
732include/CGAL/IEEE_754_unions.h 870include/CGAL/IEEE_754_unions.h
733include/CGAL/IO/Alpha_shape_3_VRML_2_ostream.h 871include/CGAL/IO/Alpha_shape_3_VRML_2_ostream.h
734include/CGAL/IO/Arr_iostream.h 872include/CGAL/IO/Arr_iostream.h
735include/CGAL/IO/Arr_text_formatter.h 873include/CGAL/IO/Arr_text_formatter.h
736include/CGAL/IO/Arr_with_history_2_reader.h 874include/CGAL/IO/Arr_with_history_2_reader.h
737include/CGAL/IO/Arr_with_history_2_writer.h 875include/CGAL/IO/Arr_with_history_2_writer.h
738include/CGAL/IO/Arr_with_history_iostream.h 876include/CGAL/IO/Arr_with_history_iostream.h
739include/CGAL/IO/Arr_with_history_text_formatter.h 877include/CGAL/IO/Arr_with_history_text_formatter.h
740include/CGAL/IO/Arrangement_2_reader.h 878include/CGAL/IO/Arrangement_2_reader.h
741include/CGAL/IO/Arrangement_2_writer.h 879include/CGAL/IO/Arrangement_2_writer.h
742include/CGAL/IO/Color.h 880include/CGAL/IO/Color.h
 881include/CGAL/IO/Color_impl.h
743include/CGAL/IO/Complex_2_in_triangulation_3_file_writer.h 882include/CGAL/IO/Complex_2_in_triangulation_3_file_writer.h
744include/CGAL/IO/Complex_2_in_triangulation_3_polyhedron_builder.h 883include/CGAL/IO/Complex_2_in_triangulation_3_polyhedron_builder.h
 884include/CGAL/IO/Complex_2_in_triangulation_3_to_medit.h
745include/CGAL/IO/Complex_2_in_triangulation_3_to_vtk.h 885include/CGAL/IO/Complex_2_in_triangulation_3_to_vtk.h
746include/CGAL/IO/Complex_3_in_triangulation_3_to_vtk.h 886include/CGAL/IO/Complex_3_in_triangulation_3_to_vtk.h
747include/CGAL/IO/Custom_zoom_layer.h 
748include/CGAL/IO/Dxf_bsop_reader.h 887include/CGAL/IO/Dxf_bsop_reader.h
749include/CGAL/IO/Dxf_reader.h 888include/CGAL/IO/Dxf_reader.h
750include/CGAL/IO/Dxf_reader_doubles.h 889include/CGAL/IO/Dxf_reader_doubles.h
751include/CGAL/IO/Dxf_stream.h 890include/CGAL/IO/Dxf_stream.h
752include/CGAL/IO/Dxf_variant_reader.h 891include/CGAL/IO/Dxf_variant_reader.h
753include/CGAL/IO/Dxf_writer.h 892include/CGAL/IO/Dxf_writer.h
754include/CGAL/IO/Fig_stream.h 893include/CGAL/IO/Fig_stream.h
755include/CGAL/IO/Fig_stream_Conic_arc_2.h 894include/CGAL/IO/Fig_stream_Conic_arc_2.h
 895include/CGAL/IO/File_avizo.h
 896include/CGAL/IO/File_binary_mesh_3.h
756include/CGAL/IO/File_header_OFF.h 897include/CGAL/IO/File_header_OFF.h
 898include/CGAL/IO/File_header_OFF_impl.h
757include/CGAL/IO/File_header_extended_OFF.h 899include/CGAL/IO/File_header_extended_OFF.h
758include/CGAL/IO/File_header_gocad.h 900include/CGAL/IO/File_header_extended_OFF_impl.h
 901include/CGAL/IO/File_maya.h
759include/CGAL/IO/File_medit.h 902include/CGAL/IO/File_medit.h
760include/CGAL/IO/File_poly.h 903include/CGAL/IO/File_poly.h
761include/CGAL/IO/File_scanner_OFF.h 904include/CGAL/IO/File_scanner_OFF.h
 905include/CGAL/IO/File_scanner_OFF_impl.h
 906include/CGAL/IO/File_tetgen.h
762include/CGAL/IO/File_writer_OFF.h 907include/CGAL/IO/File_writer_OFF.h
 908include/CGAL/IO/File_writer_OFF_impl.h
763include/CGAL/IO/File_writer_VRML_2.h 909include/CGAL/IO/File_writer_VRML_2.h
764include/CGAL/IO/File_writer_gocad.h 910include/CGAL/IO/File_writer_VRML_2_impl.h
765include/CGAL/IO/File_writer_inventor.h 911include/CGAL/IO/File_writer_inventor.h
 912include/CGAL/IO/File_writer_inventor_impl.h
766include/CGAL/IO/File_writer_wavefront.h 913include/CGAL/IO/File_writer_wavefront.h
 914include/CGAL/IO/File_writer_wavefront_impl.h
767include/CGAL/IO/Generic_writer.h 915include/CGAL/IO/Generic_writer.h
768include/CGAL/IO/Geomview_stream.h 916include/CGAL/IO/Geomview_stream.h
 917include/CGAL/IO/Geomview_stream_impl.h
769include/CGAL/IO/Gps_iostream.h 918include/CGAL/IO/Gps_iostream.h
770include/CGAL/IO/Inventor_ostream.h 919include/CGAL/IO/Inventor_ostream.h
771include/CGAL/IO/Istream_iterator.h 920include/CGAL/IO/Istream_iterator.h
772include/CGAL/IO/Navigation_layer.h 
773include/CGAL/IO/Nef_polyhedron_2_PS_stream.h 921include/CGAL/IO/Nef_polyhedron_2_PS_stream.h
774include/CGAL/IO/Nef_polyhedron_S2_OGLUT_stream.h 
775include/CGAL/IO/Nef_polyhedron_iostream_3.h 922include/CGAL/IO/Nef_polyhedron_iostream_3.h
776include/CGAL/IO/Nef_polyhedron_iostream_S2.h 923include/CGAL/IO/OBJ_reader.h
 924include/CGAL/IO/OFF_reader.h
777include/CGAL/IO/Ostream_iterator.h 925include/CGAL/IO/Ostream_iterator.h
 926include/CGAL/IO/PLY_reader.h
 927include/CGAL/IO/PLY_writer.h
778include/CGAL/IO/Polyhedron_VRML_1_ostream.h 928include/CGAL/IO/Polyhedron_VRML_1_ostream.h
779include/CGAL/IO/Polyhedron_VRML_2_ostream.h 929include/CGAL/IO/Polyhedron_VRML_2_ostream.h
 930include/CGAL/IO/Polyhedron_builder_from_STL.h
780include/CGAL/IO/Polyhedron_geomview_ostream.h 931include/CGAL/IO/Polyhedron_geomview_ostream.h
781include/CGAL/IO/Polyhedron_inventor_ostream.h 932include/CGAL/IO/Polyhedron_inventor_ostream.h
782include/CGAL/IO/Polyhedron_iostream.h 933include/CGAL/IO/Polyhedron_iostream.h
783include/CGAL/IO/Polyhedron_scan_OFF.h 934include/CGAL/IO/Polyhedron_scan_OFF.h
784include/CGAL/IO/Qt_help_window.h 935include/CGAL/IO/STL_reader.h
785include/CGAL/IO/Qt_widget.h 936include/CGAL/IO/STL_writer.h
786include/CGAL/IO/Qt_widget_Alpha_shape_2.h 
787include/CGAL/IO/Qt_widget_Apollonius_site_2.h 
788include/CGAL/IO/Qt_widget_Conic_2.h 
789include/CGAL/IO/Qt_widget_Conic_arc_2.h 
790include/CGAL/IO/Qt_widget_Constrained_triangulation_2.h 
791include/CGAL/IO/Qt_widget_Delaunay_triangulation_2.h 
792include/CGAL/IO/Qt_widget_Hyperbola_2.h 
793include/CGAL/IO/Qt_widget_Linear_object_2.h 
794include/CGAL/IO/Qt_widget_Min_ellipse_2.h 
795include/CGAL/IO/Qt_widget_Nef_2.h 
796include/CGAL/IO/Qt_widget_Nef_3.h 
797include/CGAL/IO/Qt_widget_Nef_S2.h 
798include/CGAL/IO/Qt_widget_OpenGL.h 
799include/CGAL/IO/Qt_widget_Optimisation_circle_2.h 
800include/CGAL/IO/Qt_widget_Optimisation_ellipse_2.h 
801include/CGAL/IO/Qt_widget_Polygon_2.h 
802include/CGAL/IO/Qt_widget_Polyline_2.h 
803include/CGAL/IO/Qt_widget_Regular_triangulation_2.h 
804include/CGAL/IO/Qt_widget_Triangulation_2.h 
805include/CGAL/IO/Qt_widget_circular_arc_2.h 
806include/CGAL/IO/Qt_widget_circular_arc_endpoint_2.h 
807include/CGAL/IO/Qt_widget_focus.h 
808include/CGAL/IO/Qt_widget_get_circle.h 
809include/CGAL/IO/Qt_widget_get_iso_rectangle.h 
810include/CGAL/IO/Qt_widget_get_line.h 
811include/CGAL/IO/Qt_widget_get_point.h 
812include/CGAL/IO/Qt_widget_get_polygon.h 
813include/CGAL/IO/Qt_widget_get_segment.h 
814include/CGAL/IO/Qt_widget_get_simple_polygon.h 
815include/CGAL/IO/Qt_widget_handtool.h 
816include/CGAL/IO/Qt_widget_history.h 
817include/CGAL/IO/Qt_widget_layer.h 
818include/CGAL/IO/Qt_widget_rotation_layer.h 
819include/CGAL/IO/Qt_widget_show_mouse_coordinates.h 
820include/CGAL/IO/Qt_widget_standard_toolbar.h 
821include/CGAL/IO/Qt_widget_zoomrect.h 
822include/CGAL/IO/Scanner_OFF.h 937include/CGAL/IO/Scanner_OFF.h
823include/CGAL/IO/Tee_for_output_iterator.h 938include/CGAL/IO/Tee_for_output_iterator.h
824include/CGAL/IO/Triangulation_geomview_ostream_2.h 939include/CGAL/IO/Triangulation_geomview_ostream_2.h
825include/CGAL/IO/Triangulation_geomview_ostream_3.h 940include/CGAL/IO/Triangulation_geomview_ostream_3.h
 941include/CGAL/IO/Triangulation_off_ostream.h
 942include/CGAL/IO/Triangulation_off_ostream_2.h
 943include/CGAL/IO/Triangulation_off_ostream_3.h
826include/CGAL/IO/Triangulation_ps_stream.h 944include/CGAL/IO/Triangulation_ps_stream.h
827include/CGAL/IO/VRML_1_ostream.h 945include/CGAL/IO/VRML_1_ostream.h
828include/CGAL/IO/VRML_2_ostream.h 946include/CGAL/IO/VRML_2_ostream.h
829include/CGAL/IO/Verbose_ostream.h 947include/CGAL/IO/Verbose_ostream.h
830include/CGAL/IO/Writer_OFF.h 948include/CGAL/IO/Writer_OFF.h
831include/CGAL/IO/alpha_shape_geomview_ostream_3.h 949include/CGAL/IO/alpha_shape_geomview_ostream_3.h
832include/CGAL/IO/binary_file_io.h 950include/CGAL/IO/binary_file_io.h
 951include/CGAL/IO/facets_in_complex_2_to_triangle_mesh.h
 952include/CGAL/IO/facets_in_complex_3_to_triangle_mesh.h
833include/CGAL/IO/generic_copy_OFF.h 953include/CGAL/IO/generic_copy_OFF.h
834include/CGAL/IO/generic_print_polyhedron.h 954include/CGAL/IO/generic_print_polyhedron.h
835include/CGAL/IO/io.h 955include/CGAL/IO/io.h
 956include/CGAL/IO/io_impl.h
836include/CGAL/IO/io_tags.h 957include/CGAL/IO/io_tags.h
837include/CGAL/IO/output_surface_facets_to_polyhedron.h 958include/CGAL/IO/output_surface_facets_to_polyhedron.h
838include/CGAL/IO/output_surface_facets_to_triangle_soup.h 959include/CGAL/IO/output_surface_facets_to_triangle_soup.h
839include/CGAL/IO/pixmaps/alpha_shape.xpm 960include/CGAL/IO/output_to_vtu.h
840include/CGAL/IO/pixmaps/arrow.xpm 
841include/CGAL/IO/pixmaps/back.xpm 
842include/CGAL/IO/pixmaps/circle.xpm 
843include/CGAL/IO/pixmaps/constrained.xpm 
844include/CGAL/IO/pixmaps/demoicon.xpm 
845include/CGAL/IO/pixmaps/focus.xpm 
846include/CGAL/IO/pixmaps/focus1.xpm 
847include/CGAL/IO/pixmaps/focus1_mask.xpm 
848include/CGAL/IO/pixmaps/focus2.xpm 
849include/CGAL/IO/pixmaps/focus2_mask.xpm 
850include/CGAL/IO/pixmaps/focus3.xpm 
851include/CGAL/IO/pixmaps/focus3_mask.xpm 
852include/CGAL/IO/pixmaps/forward.xpm 
853include/CGAL/IO/pixmaps/greene_approx.xpm 
854include/CGAL/IO/pixmaps/hand.xpm 
855include/CGAL/IO/pixmaps/handtool.xpm 
856include/CGAL/IO/pixmaps/holddown.xpm 
857include/CGAL/IO/pixmaps/iso_rectangle.xpm 
858include/CGAL/IO/pixmaps/line.xpm 
859include/CGAL/IO/pixmaps/min_parallelogram.xpm 
860include/CGAL/IO/pixmaps/min_rectangle.xpm 
861include/CGAL/IO/pixmaps/mouse_coord.xpm 
862include/CGAL/IO/pixmaps/movepoint.xpm 
863include/CGAL/IO/pixmaps/nearest_vertex.xpm 
864include/CGAL/IO/pixmaps/notool.xpm 
865include/CGAL/IO/pixmaps/optimal_convex.xpm 
866include/CGAL/IO/pixmaps/point.xpm 
867include/CGAL/IO/pixmaps/points.xpm 
868include/CGAL/IO/pixmaps/polygon.xpm 
869include/CGAL/IO/pixmaps/rotation.xpm 
870include/CGAL/IO/pixmaps/show_polygon.xpm 
871include/CGAL/IO/pixmaps/triangulation.xpm 
872include/CGAL/IO/pixmaps/voronoi.xpm 
873include/CGAL/IO/pixmaps/ymonotone.xpm 
874include/CGAL/IO/pixmaps/zoom_in.xpm 
875include/CGAL/IO/pixmaps/zoom_in_rect.xpm 
876include/CGAL/IO/pixmaps/zoom_out.xpm 
877include/CGAL/IO/print_OFF.h 961include/CGAL/IO/print_OFF.h
878include/CGAL/IO/print_VRML_1.h 962include/CGAL/IO/print_VRML_1.h
879include/CGAL/IO/print_VRML_2.h 963include/CGAL/IO/print_VRML_2.h
880include/CGAL/IO/print_inventor.h 964include/CGAL/IO/print_inventor.h
881include/CGAL/IO/print_wavefront.h 965include/CGAL/IO/print_wavefront.h
 966include/CGAL/IO/read_las_points.h
882include/CGAL/IO/read_off_points.h 967include/CGAL/IO/read_off_points.h
 968include/CGAL/IO/read_ply_points.h
883include/CGAL/IO/read_xyz_points.h 969include/CGAL/IO/read_xyz_points.h
 970include/CGAL/IO/reader_helpers.h
884include/CGAL/IO/scan_OFF.h 971include/CGAL/IO/scan_OFF.h
 972include/CGAL/IO/write_las_points.h
885include/CGAL/IO/write_off_points.h 973include/CGAL/IO/write_off_points.h
 974include/CGAL/IO/write_ply_points.h
 975include/CGAL/IO/write_vtk.h
 976include/CGAL/IO/write_vtu.h
886include/CGAL/IO/write_xyz_points.h 977include/CGAL/IO/write_xyz_points.h
887include/CGAL/Identity_policy_2.h 978include/CGAL/Identity_policy_2.h
888include/CGAL/ImageIO.h 979include/CGAL/ImageIO.h
 980include/CGAL/ImageIO/analyze.h
 981include/CGAL/ImageIO/analyze_impl.h
 982include/CGAL/ImageIO/bmp.h
 983include/CGAL/ImageIO/bmp_impl.h
 984include/CGAL/ImageIO/bmpendian.h
 985include/CGAL/ImageIO/bmpendian_impl.h
 986include/CGAL/ImageIO/bmpread.h
 987include/CGAL/ImageIO/bmpread_impl.h
 988include/CGAL/ImageIO/bmptypes.h
 989include/CGAL/ImageIO/convert.h
 990include/CGAL/ImageIO/convert_impl.h
 991include/CGAL/ImageIO/fgetns.h
 992include/CGAL/ImageIO/fgetns_impl.h
 993include/CGAL/ImageIO/gif.h
 994include/CGAL/ImageIO/gif_impl.h
 995include/CGAL/ImageIO/gis.h
 996include/CGAL/ImageIO/gis_impl.h
 997include/CGAL/ImageIO/inr.h
 998include/CGAL/ImageIO/inr_impl.h
 999include/CGAL/ImageIO/iris.h
 1000include/CGAL/ImageIO/iris_impl.h
 1001include/CGAL/ImageIO/mincio.h
 1002include/CGAL/ImageIO/mincio_impl.h
 1003include/CGAL/ImageIO/pnm.h
 1004include/CGAL/ImageIO/pnm_impl.h
 1005include/CGAL/ImageIO/recbuffer.h
 1006include/CGAL/ImageIO/recbuffer_impl.h
 1007include/CGAL/ImageIO/recline.h
 1008include/CGAL/ImageIO/recline_impl.h
 1009include/CGAL/ImageIO/reech4x4.h
 1010include/CGAL/ImageIO/reech4x4_impl.h
 1011include/CGAL/ImageIO/typedefs.h
 1012include/CGAL/ImageIO_impl.h
889include/CGAL/Image_3.h 1013include/CGAL/Image_3.h
 1014include/CGAL/Image_3_impl.h
890include/CGAL/Image_3_vtk_interface.h 1015include/CGAL/Image_3_vtk_interface.h
891include/CGAL/Implicit_mesh_domain_3.h 1016include/CGAL/Implicit_mesh_domain_3.h
892include/CGAL/Implicit_surface_3.h 1017include/CGAL/Implicit_surface_3.h
 1018include/CGAL/Implicit_to_labeled_subdomains_function_wrapper.h
 1019include/CGAL/Implicit_to_labeling_function_wrapper.h
893include/CGAL/In_place_list.h 1020include/CGAL/In_place_list.h
894include/CGAL/Incremental_neighbor_search.h 1021include/CGAL/Incremental_neighbor_search.h
895include/CGAL/Index_property_map.h 1022include/CGAL/Index_property_map.h
 1023include/CGAL/Interpolation/internal/helpers.h
896include/CGAL/Interpolation_gradient_fitting_traits_2.h 1024include/CGAL/Interpolation_gradient_fitting_traits_2.h
897include/CGAL/Interpolation_traits_2.h 1025include/CGAL/Interpolation_traits_2.h
898include/CGAL/Intersections_2/Triangle_2_Triangle_2_intersection_impl.h 1026include/CGAL/Intersection_traits.h
899include/CGAL/Intersections_3/intersection_3_1_impl.h 1027include/CGAL/Intersection_traits_2.h
 1028include/CGAL/Intersection_traits_3.h
 1029include/CGAL/Intersections_2/Bbox_2_Circle_2.h
 1030include/CGAL/Intersections_2/Bbox_2_Line_2.h
 1031include/CGAL/Intersections_2/Bbox_2_Point_2.h
 1032include/CGAL/Intersections_2/Bbox_2_Ray_2.h
 1033include/CGAL/Intersections_2/Circle_2_Circle_2.h
 1034include/CGAL/Intersections_2/Circle_2_Iso_rectangle_2.h
 1035include/CGAL/Intersections_2/Circle_2_Line_2.h
 1036include/CGAL/Intersections_2/Circle_2_Point_2.h
 1037include/CGAL/Intersections_2/Iso_rectangle_2_Iso_rectangle_2.h
 1038include/CGAL/Intersections_2/Iso_rectangle_2_Line_2.h
 1039include/CGAL/Intersections_2/Iso_rectangle_2_Point_2.h
 1040include/CGAL/Intersections_2/Iso_rectangle_2_Ray_2.h
 1041include/CGAL/Intersections_2/Iso_rectangle_2_Segment_2.h
 1042include/CGAL/Intersections_2/Iso_rectangle_2_Triangle_2.h
 1043include/CGAL/Intersections_2/Line_2_Line_2.h
 1044include/CGAL/Intersections_2/Line_2_Point_2.h
 1045include/CGAL/Intersections_2/Line_2_Ray_2.h
 1046include/CGAL/Intersections_2/Line_2_Segment_2.h
 1047include/CGAL/Intersections_2/Line_2_Triangle_2.h
 1048include/CGAL/Intersections_2/Point_2_Point_2.h
 1049include/CGAL/Intersections_2/Point_2_Ray_2.h
 1050include/CGAL/Intersections_2/Point_2_Segment_2.h
 1051include/CGAL/Intersections_2/Point_2_Triangle_2.h
 1052include/CGAL/Intersections_2/Ray_2_Ray_2.h
 1053include/CGAL/Intersections_2/Ray_2_Segment_2.h
 1054include/CGAL/Intersections_2/Ray_2_Triangle_2.h
 1055include/CGAL/Intersections_2/Segment_2_Segment_2.h
 1056include/CGAL/Intersections_2/Segment_2_Triangle_2.h
 1057include/CGAL/Intersections_2/Triangle_2_Triangle_2.h
 1058include/CGAL/Intersections_2/internal/Bbox_2_Circle_2_do_intersect.h
 1059include/CGAL/Intersections_2/internal/Bbox_2_Line_2_intersection_impl.h
 1060include/CGAL/Intersections_2/internal/Ray_2_Bbox_2_intersection_impl.h
 1061include/CGAL/Intersections_2/internal/Straight_2.h
 1062include/CGAL/Intersections_2/internal/Triangle_2_Triangle_2_do_intersect_impl.h
 1063include/CGAL/Intersections_2/internal/Triangle_2_Triangle_2_intersection_impl.h
 1064include/CGAL/Intersections_3/Bbox_3_Bbox_3.h
 1065include/CGAL/Intersections_3/Bbox_3_Iso_cuboid_3.h
 1066include/CGAL/Intersections_3/Bbox_3_Line_3.h
 1067include/CGAL/Intersections_3/Bbox_3_Plane_3.h
 1068include/CGAL/Intersections_3/Bbox_3_Point_3.h
 1069include/CGAL/Intersections_3/Bbox_3_Ray_3.h
 1070include/CGAL/Intersections_3/Bbox_3_Segment_3.h
 1071include/CGAL/Intersections_3/Bbox_3_Sphere_3.h
 1072include/CGAL/Intersections_3/Bbox_3_Tetrahedron_3.h
 1073include/CGAL/Intersections_3/Bbox_3_Triangle_3.h
 1074include/CGAL/Intersections_3/Iso_cuboid_3_Iso_cuboid_3.h
 1075include/CGAL/Intersections_3/Iso_cuboid_3_Line_3.h
 1076include/CGAL/Intersections_3/Iso_cuboid_3_Plane_3.h
 1077include/CGAL/Intersections_3/Iso_cuboid_3_Point_3.h
 1078include/CGAL/Intersections_3/Iso_cuboid_3_Ray_3.h
 1079include/CGAL/Intersections_3/Iso_cuboid_3_Segment_3.h
 1080include/CGAL/Intersections_3/Iso_cuboid_3_Sphere_3.h
 1081include/CGAL/Intersections_3/Iso_cuboid_3_Tetrahedron_3.h
 1082include/CGAL/Intersections_3/Iso_cuboid_3_Triangle_3.h
 1083include/CGAL/Intersections_3/Line_3_Line_3.h
 1084include/CGAL/Intersections_3/Line_3_Plane_3.h
 1085include/CGAL/Intersections_3/Line_3_Point_3.h
 1086include/CGAL/Intersections_3/Line_3_Ray_3.h
 1087include/CGAL/Intersections_3/Line_3_Segment_3.h
 1088include/CGAL/Intersections_3/Line_3_Sphere_3.h
 1089include/CGAL/Intersections_3/Line_3_Tetrahedron_3.h
 1090include/CGAL/Intersections_3/Line_3_Triangle_3.h
 1091include/CGAL/Intersections_3/Plane_3_Plane_3.h
 1092include/CGAL/Intersections_3/Plane_3_Point_3.h
 1093include/CGAL/Intersections_3/Plane_3_Ray_3.h
 1094include/CGAL/Intersections_3/Plane_3_Segment_3.h
 1095include/CGAL/Intersections_3/Plane_3_Sphere_3.h
 1096include/CGAL/Intersections_3/Plane_3_Tetrahedron_3.h
 1097include/CGAL/Intersections_3/Plane_3_Triangle_3.h
 1098include/CGAL/Intersections_3/Point_3_Point_3.h
 1099include/CGAL/Intersections_3/Point_3_Ray_3.h
 1100include/CGAL/Intersections_3/Point_3_Segment_3.h
 1101include/CGAL/Intersections_3/Point_3_Sphere_3.h
 1102include/CGAL/Intersections_3/Point_3_Tetrahedron_3.h
 1103include/CGAL/Intersections_3/Point_3_Triangle_3.h
 1104include/CGAL/Intersections_3/Ray_3_Ray_3.h
 1105include/CGAL/Intersections_3/Ray_3_Segment_3.h
 1106include/CGAL/Intersections_3/Ray_3_Sphere_3.h
 1107include/CGAL/Intersections_3/Ray_3_Tetrahedron_3.h
 1108include/CGAL/Intersections_3/Ray_3_Triangle_3.h
 1109include/CGAL/Intersections_3/Segment_3_Segment_3.h
 1110include/CGAL/Intersections_3/Segment_3_Sphere_3.h
 1111include/CGAL/Intersections_3/Segment_3_Tetrahedron_3.h
 1112include/CGAL/Intersections_3/Segment_3_Triangle_3.h
 1113include/CGAL/Intersections_3/Sphere_3_Sphere_3.h
 1114include/CGAL/Intersections_3/Sphere_3_Tetrahedron_3.h
 1115include/CGAL/Intersections_3/Sphere_3_Triangle_3.h
 1116include/CGAL/Intersections_3/Tetrahedron_3_Tetrahedron_3.h
 1117include/CGAL/Intersections_3/Tetrahedron_3_Triangle_3.h
 1118include/CGAL/Intersections_3/Triangle_3_Triangle_3.h
 1119include/CGAL/Intersections_3/internal/Bbox_3_Bbox_3_do_intersect.h
 1120include/CGAL/Intersections_3/internal/Bbox_3_Iso_cuboid_3_do_intersect.h
 1121include/CGAL/Intersections_3/internal/Bbox_3_Line_3_do_intersect.h
 1122include/CGAL/Intersections_3/internal/Bbox_3_Plane_3_do_intersect.h
 1123include/CGAL/Intersections_3/internal/Bbox_3_Ray_3_do_intersect.h
 1124include/CGAL/Intersections_3/internal/Bbox_3_Segment_3_do_intersect.h
 1125include/CGAL/Intersections_3/internal/Bbox_3_Sphere_3_do_intersect.h
 1126include/CGAL/Intersections_3/internal/Bbox_3_Triangle_3_do_intersect.h
 1127include/CGAL/Intersections_3/internal/Iso_cuboid_3_Ray_3_do_intersect.h
 1128include/CGAL/Intersections_3/internal/Iso_cuboid_3_Segment_3_do_intersect.h
 1129include/CGAL/Intersections_3/internal/Iso_cuboid_3_Sphere_3_do_intersect.h
 1130include/CGAL/Intersections_3/internal/Iso_cuboid_3_Triangle_3_do_intersect.h
 1131include/CGAL/Intersections_3/internal/Tetrahedron_3_Bounded_3_do_intersect.h
 1132include/CGAL/Intersections_3/internal/Tetrahedron_3_Unbounded_3_do_intersect.h
 1133include/CGAL/Intersections_3/internal/Triangle_3_Line_3_do_intersect.h
 1134include/CGAL/Intersections_3/internal/Triangle_3_Line_3_intersection.h
 1135include/CGAL/Intersections_3/internal/Triangle_3_Plane_3_do_intersect.h
 1136include/CGAL/Intersections_3/internal/Triangle_3_Ray_3_do_intersect.h
 1137include/CGAL/Intersections_3/internal/Triangle_3_Ray_3_intersection.h
 1138include/CGAL/Intersections_3/internal/Triangle_3_Segment_3_do_intersect.h
 1139include/CGAL/Intersections_3/internal/Triangle_3_Segment_3_intersection.h
 1140include/CGAL/Intersections_3/internal/Triangle_3_Sphere_3_do_intersect.h
 1141include/CGAL/Intersections_3/internal/Triangle_3_Triangle_3_do_intersect.h
 1142include/CGAL/Intersections_3/internal/Triangle_3_Triangle_3_intersection.h
 1143include/CGAL/Intersections_3/internal/bbox_intersection_3.h
 1144include/CGAL/Intersections_3/internal/intersection_3_1_impl.h
900include/CGAL/Interval_arithmetic.h 1145include/CGAL/Interval_arithmetic.h
 1146include/CGAL/Interval_arithmetic_impl.h
901include/CGAL/Interval_nt.h 1147include/CGAL/Interval_nt.h
902include/CGAL/Interval_skip_list.h 1148include/CGAL/Interval_skip_list.h
903include/CGAL/Interval_skip_list_interval.h 1149include/CGAL/Interval_skip_list_interval.h
904include/CGAL/Interval_traits.h 1150include/CGAL/Interval_traits.h
905include/CGAL/Inverse_index.h 1151include/CGAL/Inverse_index.h
906include/CGAL/Is_a_predicate.h 1152include/CGAL/Is_a_predicate.h
907include/CGAL/Is_extended_kernel.h 1153include/CGAL/Is_extended_kernel.h
908include/CGAL/Iso_cuboid_3.h 1154include/CGAL/Iso_cuboid_3.h
909include/CGAL/Iso_rectangle_2.h 1155include/CGAL/Iso_rectangle_2.h
910include/CGAL/Iso_rectangle_2_Iso_rectangle_2_intersection.h 
911include/CGAL/Iso_rectangle_2_Line_2_intersection.h 
912include/CGAL/Iso_rectangle_2_Point_2_intersection.h 
913include/CGAL/Iso_rectangle_2_Ray_2_intersection.h 
914include/CGAL/Iso_rectangle_2_Segment_2_intersection.h 
915include/CGAL/Iso_rectangle_d.h 1156include/CGAL/Iso_rectangle_d.h
916include/CGAL/Iterator_identity.h 
917include/CGAL/Iterator_project.h 1157include/CGAL/Iterator_project.h
 1158include/CGAL/Iterator_range.h
918include/CGAL/Iterator_transform.h 1159include/CGAL/Iterator_transform.h
919include/CGAL/Join_input_iterator.h 1160include/CGAL/Join_input_iterator.h
920include/CGAL/K_neighbor_search.h 1161include/CGAL/K_neighbor_search.h
921include/CGAL/Kd_tree.h 1162include/CGAL/Kd_tree.h
922include/CGAL/Kd_tree_node.h 1163include/CGAL/Kd_tree_node.h
923include/CGAL/Kd_tree_rectangle.h 1164include/CGAL/Kd_tree_rectangle.h
 1165include/CGAL/Kernel/Conic_misc.h
924include/CGAL/Kernel/Dimension_utils.h 1166include/CGAL/Kernel/Dimension_utils.h
925include/CGAL/Kernel/Return_base_tag.h 1167include/CGAL/Kernel/Return_base_tag.h
926include/CGAL/Kernel/Same_uncertainty.h 1168include/CGAL/Kernel/Same_uncertainty.h
927include/CGAL/Kernel/Type_equality_wrapper.h 1169include/CGAL/Kernel/Type_equality_wrapper.h
928include/CGAL/Kernel/Type_mapper.h 1170include/CGAL/Kernel/Type_mapper.h
929include/CGAL/Kernel/Wutils.h 1171include/CGAL/Kernel/Wutils.h
930include/CGAL/Kernel/function_objects.h 1172include/CGAL/Kernel/function_objects.h
931include/CGAL/Kernel/global_functions.h 1173include/CGAL/Kernel/global_functions.h
932include/CGAL/Kernel/global_functions_2.h 1174include/CGAL/Kernel/global_functions_2.h
933include/CGAL/Kernel/global_functions_3.h 1175include/CGAL/Kernel/global_functions_3.h
934include/CGAL/Kernel/global_functions_internal_2.h 1176include/CGAL/Kernel/global_functions_internal_2.h
935include/CGAL/Kernel/global_functions_internal_3.h 1177include/CGAL/Kernel/global_functions_internal_3.h
936include/CGAL/Kernel/interface_macros.h 1178include/CGAL/Kernel/interface_macros.h
937include/CGAL/Kernel/mpl.h 1179include/CGAL/Kernel/mpl.h
938include/CGAL/Kernel/solve.h 1180include/CGAL/Kernel/solve.h
939include/CGAL/Kernel_checker.h 1181include/CGAL/Kernel_checker.h
940include/CGAL/Kernel_d/Aff_transformationCd.h 1182include/CGAL/Kernel_d/Aff_transformationCd.h
941include/CGAL/Kernel_d/Aff_transformationHd.h 1183include/CGAL/Kernel_d/Aff_transformationHd.h
942include/CGAL/Kernel_d/Aff_transformation_d.h 1184include/CGAL/Kernel_d/Aff_transformation_d.h
943include/CGAL/Kernel_d/Cartesian_const_iterator_d.h 1185include/CGAL/Kernel_d/Cartesian_const_iterator_d.h
 1186include/CGAL/Kernel_d/Cartesian_converter_d.h
944include/CGAL/Kernel_d/DirectionCd.h 1187include/CGAL/Kernel_d/DirectionCd.h
945include/CGAL/Kernel_d/DirectionCd_impl.h 1188include/CGAL/Kernel_d/DirectionCd_impl.h
946include/CGAL/Kernel_d/DirectionHd.h 1189include/CGAL/Kernel_d/DirectionHd.h
947include/CGAL/Kernel_d/DirectionHd_impl.h 1190include/CGAL/Kernel_d/DirectionHd_impl.h
948include/CGAL/Kernel_d/Direction_d.h 1191include/CGAL/Kernel_d/Direction_d.h
949include/CGAL/Kernel_d/HyperplaneCd.h 1192include/CGAL/Kernel_d/HyperplaneCd.h
950include/CGAL/Kernel_d/HyperplaneCd_impl.h 1193include/CGAL/Kernel_d/HyperplaneCd_impl.h
951include/CGAL/Kernel_d/HyperplaneHd.h 1194include/CGAL/Kernel_d/HyperplaneHd.h
952include/CGAL/Kernel_d/HyperplaneHd_impl.h 1195include/CGAL/Kernel_d/HyperplaneHd_impl.h
953include/CGAL/Kernel_d/Hyperplane_d.h 1196include/CGAL/Kernel_d/Hyperplane_d.h
954include/CGAL/Kernel_d/Interface_classes.h 1197include/CGAL/Kernel_d/Interface_classes.h
 1198include/CGAL/Kernel_d/Interval_linear_algebra.h
955include/CGAL/Kernel_d/Iso_box_d.h 1199include/CGAL/Kernel_d/Iso_box_d.h
956include/CGAL/Kernel_d/Kernel_classesCd.h 1200include/CGAL/Kernel_d/Kernel_classesCd.h
957include/CGAL/Kernel_d/Kernel_classesHd.h 1201include/CGAL/Kernel_d/Kernel_classesHd.h
958include/CGAL/Kernel_d/Line_d.h 1202include/CGAL/Kernel_d/Line_d.h
959include/CGAL/Kernel_d/Line_d_impl.h 1203include/CGAL/Kernel_d/Line_d_impl.h
960include/CGAL/Kernel_d/Linear_algebraCd_impl.h 1204include/CGAL/Kernel_d/Linear_algebraCd_impl.h
961include/CGAL/Kernel_d/Linear_algebraHd_impl.h 1205include/CGAL/Kernel_d/Linear_algebraHd_impl.h
962include/CGAL/Kernel_d/Matrix__.h 1206include/CGAL/Kernel_d/Matrix__.h
963include/CGAL/Kernel_d/PVDHACd_impl.h 
964include/CGAL/Kernel_d/PVDHAHd_impl.h 
965include/CGAL/Kernel_d/Pair_d.h 1207include/CGAL/Kernel_d/Pair_d.h
966include/CGAL/Kernel_d/PointCd.h 1208include/CGAL/Kernel_d/PointCd.h
967include/CGAL/Kernel_d/PointCd_impl.h 1209include/CGAL/Kernel_d/PointCd_impl.h
968include/CGAL/Kernel_d/PointHd.h 1210include/CGAL/Kernel_d/PointHd.h
969include/CGAL/Kernel_d/PointHd_impl.h 1211include/CGAL/Kernel_d/PointHd_impl.h
970include/CGAL/Kernel_d/Point_d.h 1212include/CGAL/Kernel_d/Point_d.h
971include/CGAL/Kernel_d/Ray_d.h 1213include/CGAL/Kernel_d/Ray_d.h
972include/CGAL/Kernel_d/Segment_d.h 1214include/CGAL/Kernel_d/Segment_d.h
973include/CGAL/Kernel_d/Sphere_d.h 1215include/CGAL/Kernel_d/Sphere_d.h
974include/CGAL/Kernel_d/Tuple_d.h 1216include/CGAL/Kernel_d/Tuple_d.h
975include/CGAL/Kernel_d/VectorCd.h 1217include/CGAL/Kernel_d/VectorCd.h
976include/CGAL/Kernel_d/VectorCd_impl.h 1218include/CGAL/Kernel_d/VectorCd_impl.h
977include/CGAL/Kernel_d/VectorHd.h 1219include/CGAL/Kernel_d/VectorHd.h
978include/CGAL/Kernel_d/VectorHd_impl.h 1220include/CGAL/Kernel_d/VectorHd_impl.h
979include/CGAL/Kernel_d/Vector__.h 1221include/CGAL/Kernel_d/Vector__.h
980include/CGAL/Kernel_d/Vector_d.h 1222include/CGAL/Kernel_d/Vector_d.h
981include/CGAL/Kernel_d/debug.h 1223include/CGAL/Kernel_d/debug.h
982include/CGAL/Kernel_d/function_objects.h 1224include/CGAL/Kernel_d/function_objects.h
983include/CGAL/Kernel_d/function_objectsCd.h 1225include/CGAL/Kernel_d/function_objectsCd.h
984include/CGAL/Kernel_d/function_objectsHd.h 1226include/CGAL/Kernel_d/function_objectsHd.h
 1227include/CGAL/Kernel_d/interface_macros_d.h
985include/CGAL/Kernel_d/intersection_objectsCd.h 1228include/CGAL/Kernel_d/intersection_objectsCd.h
986include/CGAL/Kernel_d/intersection_objectsHd.h 1229include/CGAL/Kernel_d/intersection_objectsHd.h
987include/CGAL/Kernel_d/intersection_objects_d.h 1230include/CGAL/Kernel_d/intersection_objects_d.h
988include/CGAL/Kernel_d/simple_objects.h 1231include/CGAL/Kernel_d/simple_objects.h
989include/CGAL/Kernel_profiler.h 1232include/CGAL/Kernel_profiler.h
990include/CGAL/Kernel_traits.h 1233include/CGAL/Kernel_traits.h
991include/CGAL/Kinetic/Active_objects_vector.h 1234include/CGAL/Kernel_traits_fwd.h
992include/CGAL/Kinetic/CORE_Expr_exact_simulation_traits.h 
993include/CGAL/Kinetic/Cartesian.h 
994include/CGAL/Kinetic/Certificate_generator.h 
995include/CGAL/Kinetic/Default_instantaneous_kernel.h 
996include/CGAL/Kinetic/Default_simulator.h 
997include/CGAL/Kinetic/Delaunay_triangulation_2.h 
998include/CGAL/Kinetic/Delaunay_triangulation_3.h 
999include/CGAL/Kinetic/Delaunay_triangulation_cell_base_3.h 
1000include/CGAL/Kinetic/Delaunay_triangulation_default_traits_2.h 
1001include/CGAL/Kinetic/Delaunay_triangulation_event_log_visitor_2.h 
1002include/CGAL/Kinetic/Delaunay_triangulation_event_log_visitor_3.h 
1003include/CGAL/Kinetic/Delaunay_triangulation_face_base_2.h 
1004include/CGAL/Kinetic/Delaunay_triangulation_recent_edges_visitor_2.h 
1005include/CGAL/Kinetic/Delaunay_triangulation_vertex_base_2.h 
1006include/CGAL/Kinetic/Delaunay_triangulation_visitor_base_2.h 
1007include/CGAL/Kinetic/Delaunay_triangulation_visitor_base_3.h 
1008include/CGAL/Kinetic/Derivitive_filter_function_kernel.h 
1009include/CGAL/Kinetic/Enclosing_box_2.h 
1010include/CGAL/Kinetic/Enclosing_box_3.h 
1011include/CGAL/Kinetic/Erase_event.h 
1012include/CGAL/Kinetic/Event_base.h 
1013include/CGAL/Kinetic/Exact_simulation_traits.h 
1014include/CGAL/Kinetic/Free_event_base.h 
1015include/CGAL/Kinetic/Handle_degeneracy_function_kernel.h 
1016include/CGAL/Kinetic/Heap_pointer_event_queue.h 
1017include/CGAL/Kinetic/IO/Qt_moving_points_2.h 
1018include/CGAL/Kinetic/IO/Qt_triangulation_2.h 
1019include/CGAL/Kinetic/IO/Qt_widget_2.h 
1020include/CGAL/Kinetic/IO/internal/GUI_base.h 
1021include/CGAL/Kinetic/IO/internal/Qt_core.h 
1022include/CGAL/Kinetic/IO/internal/Qt_timer.h 
1023include/CGAL/Kinetic/IO/internal/Qt_widget_2_core.h 
1024include/CGAL/Kinetic/IO/internal/Qt_window_2.h 
1025include/CGAL/Kinetic/IO/internal/pixmaps.h 
1026include/CGAL/Kinetic/Inexact_simulation_traits.h 
1027include/CGAL/Kinetic/Insert_event.h 
1028include/CGAL/Kinetic/Listener.h 
1029include/CGAL/Kinetic/Multi_listener.h 
1030include/CGAL/Kinetic/Ref_counted.h 
1031include/CGAL/Kinetic/Regular_triangulation_3.h 
1032include/CGAL/Kinetic/Regular_triangulation_CORE_exact_simulation_traits.h 
1033include/CGAL/Kinetic/Regular_triangulation_cell_base_3.h 
1034include/CGAL/Kinetic/Regular_triangulation_event_log_visitor_3.h 
1035include/CGAL/Kinetic/Regular_triangulation_exact_simulation_traits.h 
1036include/CGAL/Kinetic/Regular_triangulation_inexact_simulation_traits.h 
1037include/CGAL/Kinetic/Regular_triangulation_instantaneous_kernel.h 
1038include/CGAL/Kinetic/Regular_triangulation_vertex_base_3.h 
1039include/CGAL/Kinetic/Regular_triangulation_visitor_base_3.h 
1040include/CGAL/Kinetic/Simulator_objects_listener.h 
1041include/CGAL/Kinetic/Sort.h 
1042include/CGAL/Kinetic/Sort_event_log_visitor.h 
1043include/CGAL/Kinetic/Sort_visitor_base.h 
1044include/CGAL/Kinetic/Triangulation_2.h 
1045include/CGAL/Kinetic/Two_list_pointer_event_queue.h 
1046include/CGAL/Kinetic/basic.h 
1047include/CGAL/Kinetic/internal/Delaunay_triangulation_base_3.h 
1048include/CGAL/Kinetic/internal/Instantaneous_adaptor.h 
1049include/CGAL/Kinetic/internal/Kernel/Cartesian_kinetic_kernel_base.h 
1050include/CGAL/Kinetic/internal/Kernel/Cartesian_moving_lifted_point_3.h 
1051include/CGAL/Kinetic/internal/Kernel/Cartesian_moving_orthosphere_3.h 
1052include/CGAL/Kinetic/internal/Kernel/Cartesian_moving_point_1.h 
1053include/CGAL/Kinetic/internal/Kernel/Cartesian_moving_point_2.h 
1054include/CGAL/Kinetic/internal/Kernel/Cartesian_moving_point_3.h 
1055include/CGAL/Kinetic/internal/Kernel/Cartesian_moving_weighted_point_3.h 
1056include/CGAL/Kinetic/internal/Kernel/Center.h 
1057include/CGAL/Kinetic/internal/Kernel/Certificate.h 
1058include/CGAL/Kinetic/internal/Kernel/Delaunay_lifted_lifting.h 
1059include/CGAL/Kinetic/internal/Kernel/Delaunay_lifting.h 
1060include/CGAL/Kinetic/internal/Kernel/Reverse_time.h 
1061include/CGAL/Kinetic/internal/Kernel/cartesian_predicates_2.h 
1062include/CGAL/Kinetic/internal/Kernel/cartesian_predicates_3.h 
1063include/CGAL/Kinetic/internal/To_static.h 
1064include/CGAL/Kinetic/internal/Triangulation_helper_3.h 
1065include/CGAL/Kinetic/internal/config.h 
1066include/CGAL/Kinetic/internal/debug_counters.h 
1067include/CGAL/Kinetic/internal/infinity_or_max.h 
1068include/CGAL/Kinetic/internal/tds_2_helpers.h 
1069include/CGAL/Kinetic/internal/triangulation_helpers_3.h 
1070include/CGAL/Kinetic/listeners.h 
1071include/CGAL/LEDA_arithmetic_kernel.h 1235include/CGAL/LEDA_arithmetic_kernel.h
1072include/CGAL/LEDA_basic.h 1236include/CGAL/LEDA_basic.h
1073include/CGAL/LSCM_parameterizer_3.h 
1074include/CGAL/Labeled_image_mesh_domain_3.h 1237include/CGAL/Labeled_image_mesh_domain_3.h
1075include/CGAL/Lapack/Linear_algebra_lapack.h 1238include/CGAL/Labeled_mesh_domain_3.h
 1239include/CGAL/Lapack_svd.h
1076include/CGAL/Largest_empty_iso_rectangle_2.h 1240include/CGAL/Largest_empty_iso_rectangle_2.h
1077include/CGAL/Lazy.h 1241include/CGAL/Lazy.h
1078include/CGAL/Lazy_exact_nt.h 1242include/CGAL/Lazy_exact_nt.h
1079include/CGAL/Lazy_kernel.h 1243include/CGAL/Lazy_kernel.h
1080include/CGAL/Level_interval.h 1244include/CGAL/Level_interval.h
1081include/CGAL/Lightweight_vector_3.h 1245include/CGAL/Lightweight_vector_3.h
1082include/CGAL/Line_2.h 1246include/CGAL/Line_2.h
1083include/CGAL/Line_2_Bbox_2_intersection.h 
1084include/CGAL/Line_2_Iso_rectangle_2_intersection.h 
1085include/CGAL/Line_2_Line_2_intersection.h 
1086include/CGAL/Line_2_Point_2_intersection.h 
1087include/CGAL/Line_2_Ray_2_intersection.h 
1088include/CGAL/Line_2_Segment_2_intersection.h 
1089include/CGAL/Line_2_Triangle_2_intersection.h 
1090include/CGAL/Line_3.h 1247include/CGAL/Line_3.h
1091include/CGAL/Line_arc_2.h 1248include/CGAL/Line_arc_2.h
1092include/CGAL/Line_arc_3.h 1249include/CGAL/Line_arc_3.h
1093include/CGAL/Linear_algebraCd.h 1250include/CGAL/Linear_algebraCd.h
1094include/CGAL/Linear_algebraHd.h 1251include/CGAL/Linear_algebraHd.h
 1252include/CGAL/Linear_cell_complex.h
 1253include/CGAL/Linear_cell_complex_base.h
 1254include/CGAL/Linear_cell_complex_bgl_min_items.h
 1255include/CGAL/Linear_cell_complex_constructors.h
 1256include/CGAL/Linear_cell_complex_for_bgl_combinatorial_map_helper.h
 1257include/CGAL/Linear_cell_complex_for_combinatorial_map.h
 1258include/CGAL/Linear_cell_complex_for_generalized_map.h
 1259include/CGAL/Linear_cell_complex_incremental_builder.h
 1260include/CGAL/Linear_cell_complex_min_items.h
 1261include/CGAL/Linear_cell_complex_operations.h
 1262include/CGAL/Linear_cell_complex_traits.h
1095include/CGAL/Location_policy.h 1263include/CGAL/Location_policy.h
1096include/CGAL/MP_Float.h 1264include/CGAL/MP_Float.h
1097include/CGAL/MP_Float_arithmetic_kernel.h 1265include/CGAL/MP_Float_arithmetic_kernel.h
 1266include/CGAL/MP_Float_impl.h
 1267include/CGAL/MSVC_compiler_config.h
1098include/CGAL/Manhattan_distance_iso_box_point.h 1268include/CGAL/Manhattan_distance_iso_box_point.h
1099include/CGAL/Marching_tetrahedra_observer_default_3.h 1269include/CGAL/Marching_tetrahedra_observer_default_3.h
1100include/CGAL/Marching_tetrahedra_traits_skin_surface_3.h 1270include/CGAL/Marching_tetrahedra_traits_skin_surface_3.h
1101include/CGAL/Mean_value_coordinates_parameterizer_3.h 1271include/CGAL/Mean_curvature_flow_skeletonization.h
1102include/CGAL/Memory_sizer.h 1272include/CGAL/Memory_sizer.h
1103include/CGAL/Mesh_2/Clusters.h 1273include/CGAL/Mesh_2/Clusters.h
1104include/CGAL/Mesh_2/Do_not_refine_edges.h 1274include/CGAL/Mesh_2/Do_not_refine_edges.h
1105include/CGAL/Mesh_2/Face_badness.h 1275include/CGAL/Mesh_2/Face_badness.h
 1276include/CGAL/Mesh_2/Lipschitz_sizing_field_2.h
 1277include/CGAL/Mesh_2/Lloyd_move_2.h
 1278include/CGAL/Mesh_2/Mesh_global_optimizer_2.h
 1279include/CGAL/Mesh_2/Mesh_sizing_field.h
1106include/CGAL/Mesh_2/Output_stream.h 1280include/CGAL/Mesh_2/Output_stream.h
1107include/CGAL/Mesh_2/Refine_edges.h 1281include/CGAL/Mesh_2/Refine_edges.h
1108include/CGAL/Mesh_2/Refine_edges_visitor.h 1282include/CGAL/Mesh_2/Refine_edges_visitor.h
1109include/CGAL/Mesh_2/Refine_edges_with_clusters.h 1283include/CGAL/Mesh_2/Refine_edges_with_clusters.h
1110include/CGAL/Mesh_2/Refine_faces.h 1284include/CGAL/Mesh_2/Refine_faces.h
 1285include/CGAL/Mesh_2/Sizing_field_2.h
 1286include/CGAL/Mesh_2/Uniform_sizing_field_2.h
1111include/CGAL/Mesh_3/C3T3_helpers.h 1287include/CGAL/Mesh_3/C3T3_helpers.h
1112include/CGAL/Mesh_3/Cell_criteria_visitor_with_balls.h 1288include/CGAL/Mesh_3/Cell_criteria_visitor_with_balls.h
1113include/CGAL/Mesh_3/Creator_weighted_point_3.h 1289include/CGAL/Mesh_3/Concurrent_mesher_config.h
1114include/CGAL/Mesh_3/Detect_features_in_polyhedra.h 
1115include/CGAL/Mesh_3/Detect_features_in_polyhedra_fwd.h 
1116include/CGAL/Mesh_3/Detect_polylines_in_polyhedra.h 1290include/CGAL/Mesh_3/Detect_polylines_in_polyhedra.h
1117include/CGAL/Mesh_3/Detect_polylines_in_polyhedra_fwd.h 1291include/CGAL/Mesh_3/Detect_polylines_in_polyhedra_fwd.h
 1292include/CGAL/Mesh_3/Dump_c3t3.h
1118include/CGAL/Mesh_3/Facet_criteria_visitor_with_balls.h 1293include/CGAL/Mesh_3/Facet_criteria_visitor_with_balls.h
1119include/CGAL/Mesh_3/Facet_on_same_surface_criterion.h 1294include/CGAL/Mesh_3/Facet_on_same_surface_criterion.h
1120include/CGAL/Mesh_3/IO.h 1295include/CGAL/Mesh_3/Has_features.h
1121include/CGAL/Mesh_3/Image_to_labeled_function_wrapper.h 1296include/CGAL/Mesh_3/Image_to_labeled_function_wrapper.h
1122include/CGAL/Mesh_3/Implicit_surface_mesher_visitor.h 1297include/CGAL/Mesh_3/Implicit_surface_mesher_visitor.h
1123include/CGAL/Mesh_3/Labeled_mesh_domain_3.h 
1124include/CGAL/Mesh_3/Lloyd_move.h 1298include/CGAL/Mesh_3/Lloyd_move.h
1125include/CGAL/Mesh_3/Mesh_complex_3_in_triangulation_3_base.h 1299include/CGAL/Mesh_3/Mesh_complex_3_in_triangulation_3_base.h
1126include/CGAL/Mesh_3/Mesh_global_optimizer.h 1300include/CGAL/Mesh_3/Mesh_global_optimizer.h
1127include/CGAL/Mesh_3/Mesh_sizing_field.h 1301include/CGAL/Mesh_3/Mesh_sizing_field.h
1128include/CGAL/Mesh_3/Mesh_surface_cell_base_3.h 1302include/CGAL/Mesh_3/Mesh_surface_cell_base_3.h
1129include/CGAL/Mesh_3/Mesher_3.h 1303include/CGAL/Mesh_3/Mesher_3.h
 1304include/CGAL/Mesh_3/Mesher_level.h
 1305include/CGAL/Mesh_3/Mesher_level_default_implementations.h
1130include/CGAL/Mesh_3/Null_exuder_visitor.h 1306include/CGAL/Mesh_3/Null_exuder_visitor.h
1131include/CGAL/Mesh_3/Null_global_optimizer_visitor.h 1307include/CGAL/Mesh_3/Null_global_optimizer_visitor.h
1132include/CGAL/Mesh_3/Null_perturber_visitor.h 1308include/CGAL/Mesh_3/Null_perturber_visitor.h
1133include/CGAL/Mesh_3/Odt_move.h 1309include/CGAL/Mesh_3/Odt_move.h
1134include/CGAL/Mesh_3/Poisson_refine_cells_3.h 1310include/CGAL/Mesh_3/Poisson_refine_cells_3.h
1135include/CGAL/Mesh_3/Polyline_with_context.h 1311include/CGAL/Mesh_3/Polyline_with_context.h
 1312include/CGAL/Mesh_3/Profile_counter.h
 1313include/CGAL/Mesh_3/Profiling_tools.h
1136include/CGAL/Mesh_3/Protect_edges_sizing_field.h 1314include/CGAL/Mesh_3/Protect_edges_sizing_field.h
1137include/CGAL/Mesh_3/Refine_cells_3.h 1315include/CGAL/Mesh_3/Refine_cells_3.h
1138include/CGAL/Mesh_3/Refine_facets_3.h 1316include/CGAL/Mesh_3/Refine_facets_3.h
 1317include/CGAL/Mesh_3/Refine_facets_manifold_base.h
1139include/CGAL/Mesh_3/Refine_tets_visitor.h 1318include/CGAL/Mesh_3/Refine_tets_visitor.h
 1319include/CGAL/Mesh_3/Robust_intersection_kernel.h
1140include/CGAL/Mesh_3/Robust_intersection_traits_3.h 1320include/CGAL/Mesh_3/Robust_intersection_traits_3.h
1141include/CGAL/Mesh_3/Robust_weighted_circumcenter_filtered_traits_3.h 
1142include/CGAL/Mesh_3/Sizing_grid.h 1321include/CGAL/Mesh_3/Sizing_grid.h
1143include/CGAL/Mesh_3/Sliver_perturber.h 1322include/CGAL/Mesh_3/Sliver_perturber.h
1144include/CGAL/Mesh_3/Slivers_exuder.h 1323include/CGAL/Mesh_3/Slivers_exuder.h
1145include/CGAL/Mesh_3/Slivers_exuder_cell_attributes_traits.h 1324include/CGAL/Mesh_3/Slivers_exuder_cell_attributes_traits.h
1146include/CGAL/Mesh_3/Triangle_accessor_primitive.h 1325include/CGAL/Mesh_3/Triangle_accessor_primitive.h
1147include/CGAL/Mesh_3/Triangulation_helpers.h 1326include/CGAL/Mesh_3/Triangulation_helpers.h
1148include/CGAL/Mesh_3/Triangulation_sizing_field.h 1327include/CGAL/Mesh_3/Triangulation_sizing_field.h
1149include/CGAL/Mesh_3/Uniform_sizing_field.h 1328include/CGAL/Mesh_3/Uniform_sizing_field.h
 1329include/CGAL/Mesh_3/Worksharing_data_structures.h
 1330include/CGAL/Mesh_3/config.h
1150include/CGAL/Mesh_3/dihedral_angle_3.h 1331include/CGAL/Mesh_3/dihedral_angle_3.h
1151include/CGAL/Mesh_3/global_parameters.h 1332include/CGAL/Mesh_3/experimental/AABB_filtered_projection_traits.h
1152include/CGAL/Mesh_3/implicit_to_labeled_function_wrapper.h 1333include/CGAL/Mesh_3/experimental/Facet_topological_criterion_with_adjacency.h
 1334include/CGAL/Mesh_3/experimental/Get_curve_index.h
 1335include/CGAL/Mesh_3/experimental/Get_facet_patch_id.h
 1336include/CGAL/Mesh_3/experimental/Lipschitz_sizing_experimental.h
 1337include/CGAL/Mesh_3/experimental/Lipschitz_sizing_parameters.h
 1338include/CGAL/Mesh_3/experimental/Lipschitz_sizing_polyhedron.h
 1339include/CGAL/Mesh_3/experimental/Sizing_field_minimum.h
 1340include/CGAL/Mesh_3/experimental/Sizing_field_with_aabb_tree.h
 1341include/CGAL/Mesh_3/initialize_triangulation_from_labeled_image.h
 1342include/CGAL/Mesh_3/io_signature.h
1153include/CGAL/Mesh_3/mesh_standard_cell_criteria.h 1343include/CGAL/Mesh_3/mesh_standard_cell_criteria.h
1154include/CGAL/Mesh_3/mesh_standard_criteria.h 1344include/CGAL/Mesh_3/mesh_standard_criteria.h
1155include/CGAL/Mesh_3/mesh_standard_facet_criteria.h 1345include/CGAL/Mesh_3/mesh_standard_facet_criteria.h
1156include/CGAL/Mesh_3/min_dihedral_angle.h 1346include/CGAL/Mesh_3/min_dihedral_angle.h
1157include/CGAL/Mesh_3/parameters_defaults.h 1347include/CGAL/Mesh_3/parameters_defaults.h
1158include/CGAL/Mesh_3/polyhedral_to_labeled_function_wrapper.h 1348include/CGAL/Mesh_3/polyhedral_to_labeled_function_wrapper.h
 1349include/CGAL/Mesh_3/polylines_to_protect.h
1159include/CGAL/Mesh_3/radius_ratio.h 1350include/CGAL/Mesh_3/radius_ratio.h
 1351include/CGAL/Mesh_3/search_for_connected_components_in_labeled_image.h
1160include/CGAL/Mesh_3/sliver_criteria.h 1352include/CGAL/Mesh_3/sliver_criteria.h
 1353include/CGAL/Mesh_3/squared_distance_Point_3_Triangle_3.h
 1354include/CGAL/Mesh_3/tet_soup_to_c3t3.h
1161include/CGAL/Mesh_3/utilities.h 1355include/CGAL/Mesh_3/utilities.h
1162include/CGAL/Mesh_3/vertex_perturbation.h 1356include/CGAL/Mesh_3/vertex_perturbation.h
1163include/CGAL/Mesh_cell_base_3.h 1357include/CGAL/Mesh_cell_base_3.h
1164include/CGAL/Mesh_cell_criteria_3.h 1358include/CGAL/Mesh_cell_criteria_3.h
1165include/CGAL/Mesh_complex_3_in_triangulation_3.h 1359include/CGAL/Mesh_complex_3_in_triangulation_3.h
1166include/CGAL/Mesh_constant_domain_field_3.h 1360include/CGAL/Mesh_constant_domain_field_3.h
1167include/CGAL/Mesh_criteria_3.h 1361include/CGAL/Mesh_criteria_3.h
1168include/CGAL/Mesh_domain_with_polyline_features_3.h 1362include/CGAL/Mesh_domain_with_polyline_features_3.h
1169include/CGAL/Mesh_edge_criteria_3.h 1363include/CGAL/Mesh_edge_criteria_3.h
 1364include/CGAL/Mesh_error_code.h
1170include/CGAL/Mesh_facet_criteria_3.h 1365include/CGAL/Mesh_facet_criteria_3.h
1171include/CGAL/Mesh_facet_topology.h 1366include/CGAL/Mesh_facet_topology.h
1172include/CGAL/Mesh_optimization_return_code.h 1367include/CGAL/Mesh_optimization_return_code.h
1173include/CGAL/Mesh_polyhedron_3.h 1368include/CGAL/Mesh_polyhedron_3.h
1174include/CGAL/Mesh_triangulation_3.h 1369include/CGAL/Mesh_triangulation_3.h
1175include/CGAL/Mesh_vertex_base_3.h 1370include/CGAL/Mesh_vertex_base_3.h
1176include/CGAL/Mesher_level.h 1371include/CGAL/Mesher_level.h
1177include/CGAL/Mesher_level_default_implementations.h 1372include/CGAL/Mesher_level_default_implementations.h
1178include/CGAL/Mesher_level_visitors.h 1373include/CGAL/Mesher_level_visitors.h
1179include/CGAL/Meshes/Double_map_container.h 1374include/CGAL/Meshes/Double_map_container.h
 1375include/CGAL/Meshes/Filtered_deque_container.h
 1376include/CGAL/Meshes/Filtered_multimap_container.h
1180include/CGAL/Meshes/Filtered_queue_container.h 1377include/CGAL/Meshes/Filtered_queue_container.h
1181include/CGAL/Meshes/Simple_map_container.h 1378include/CGAL/Meshes/Simple_map_container.h
1182include/CGAL/Meshes/Simple_queue_container.h 1379include/CGAL/Meshes/Simple_queue_container.h
1183include/CGAL/Meshes/Simple_set_container.h 1380include/CGAL/Meshes/Simple_set_container.h
1184include/CGAL/Meshes/Triangulation_mesher_level_traits_2.h 1381include/CGAL/Meshes/Triangulation_mesher_level_traits_2.h
1185include/CGAL/Meshes/Triangulation_mesher_level_traits_3.h 1382include/CGAL/Meshes/Triangulation_mesher_level_traits_3.h
1186include/CGAL/Min_annulus_d.h 1383include/CGAL/Min_annulus_d.h
1187include/CGAL/Min_circle_2.h 1384include/CGAL/Min_circle_2.h
1188include/CGAL/Min_circle_2/Min_circle_2_adapterC2.h 1385include/CGAL/Min_circle_2/Min_circle_2_adapterC2.h
1189include/CGAL/Min_circle_2/Min_circle_2_adapterH2.h 1386include/CGAL/Min_circle_2/Min_circle_2_adapterH2.h
1190include/CGAL/Min_circle_2/Min_circle_2_impl.h 1387include/CGAL/Min_circle_2/Min_circle_2_impl.h
1191include/CGAL/Min_circle_2/Optimisation_circle_2.h 1388include/CGAL/Min_circle_2/Optimisation_circle_2.h
1192include/CGAL/Min_circle_2/Optimisation_circle_2_impl.h 1389include/CGAL/Min_circle_2/Optimisation_circle_2_impl.h
@@ -1209,70 +1406,80 @@ include/CGAL/Min_sphere_of_points_d_trai @@ -1209,70 +1406,80 @@ include/CGAL/Min_sphere_of_points_d_trai
1209include/CGAL/Min_sphere_of_points_d_traits_3.h 1406include/CGAL/Min_sphere_of_points_d_traits_3.h
1210include/CGAL/Min_sphere_of_points_d_traits_d.h 1407include/CGAL/Min_sphere_of_points_d_traits_d.h
1211include/CGAL/Min_sphere_of_spheres_d.h 1408include/CGAL/Min_sphere_of_spheres_d.h
1212include/CGAL/Min_sphere_of_spheres_d/Min_sphere_of_spheres_d_configure.h 1409include/CGAL/Min_sphere_of_spheres_d/Min_sphere_of_spheres_d_configure.h
1213include/CGAL/Min_sphere_of_spheres_d/Min_sphere_of_spheres_d_impl.h 1410include/CGAL/Min_sphere_of_spheres_d/Min_sphere_of_spheres_d_impl.h
1214include/CGAL/Min_sphere_of_spheres_d/Min_sphere_of_spheres_d_pair.h 1411include/CGAL/Min_sphere_of_spheres_d/Min_sphere_of_spheres_d_pair.h
1215include/CGAL/Min_sphere_of_spheres_d/Min_sphere_of_spheres_d_pivot_impl.h 1412include/CGAL/Min_sphere_of_spheres_d/Min_sphere_of_spheres_d_pivot_impl.h
1216include/CGAL/Min_sphere_of_spheres_d/Min_sphere_of_spheres_d_support_set.h 1413include/CGAL/Min_sphere_of_spheres_d/Min_sphere_of_spheres_d_support_set.h
1217include/CGAL/Min_sphere_of_spheres_d/Min_sphere_of_spheres_d_support_set_impl.h 1414include/CGAL/Min_sphere_of_spheres_d/Min_sphere_of_spheres_d_support_set_impl.h
1218include/CGAL/Min_sphere_of_spheres_d_traits_2.h 1415include/CGAL/Min_sphere_of_spheres_d_traits_2.h
1219include/CGAL/Min_sphere_of_spheres_d_traits_3.h 1416include/CGAL/Min_sphere_of_spheres_d_traits_3.h
1220include/CGAL/Min_sphere_of_spheres_d_traits_d.h 1417include/CGAL/Min_sphere_of_spheres_d_traits_d.h
1221include/CGAL/Minimum_enclosing_quadrilateral_traits_2.h 1418include/CGAL/Minimum_enclosing_quadrilateral_traits_2.h
 1419include/CGAL/Minkowski_sum_2/AABB_collision_detector_2.h
 1420include/CGAL/Minkowski_sum_2/AABB_node_with_join.h
 1421include/CGAL/Minkowski_sum_2/AABB_segment_2_primitive.h
 1422include/CGAL/Minkowski_sum_2/AABB_traits_2.h
 1423include/CGAL/Minkowski_sum_2/AABB_traversal_traits_with_join.h
 1424include/CGAL/Minkowski_sum_2/AABB_tree_with_join.h
1222include/CGAL/Minkowski_sum_2/Approx_offset_base_2.h 1425include/CGAL/Minkowski_sum_2/Approx_offset_base_2.h
1223include/CGAL/Minkowski_sum_2/Arr_labeled_traits_2.h 1426include/CGAL/Minkowski_sum_2/Arr_labeled_traits_2.h
1224include/CGAL/Minkowski_sum_2/Decomposition_strategy_adapter.h 1427include/CGAL/Minkowski_sum_2/Decomposition_strategy_adapter.h
1225include/CGAL/Minkowski_sum_2/Exact_offset_base_2.h 1428include/CGAL/Minkowski_sum_2/Exact_offset_base_2.h
 1429include/CGAL/Minkowski_sum_2/Hole_filter_2.h
1226include/CGAL/Minkowski_sum_2/Labels.h 1430include/CGAL/Minkowski_sum_2/Labels.h
 1431include/CGAL/Minkowski_sum_2/Minkowski_sum_by_reduced_convolution_2.h
1227include/CGAL/Minkowski_sum_2/Minkowski_sum_conv_2.h 1432include/CGAL/Minkowski_sum_2/Minkowski_sum_conv_2.h
1228include/CGAL/Minkowski_sum_2/Minkowski_sum_decomp_2.h 1433include/CGAL/Minkowski_sum_2/Minkowski_sum_decomp_2.h
1229include/CGAL/Minkowski_sum_2/Offset_conv_2.h 1434include/CGAL/Minkowski_sum_2/Offset_conv_2.h
1230include/CGAL/Minkowski_sum_2/Offset_decomp_2.h 1435include/CGAL/Minkowski_sum_2/Offset_decomp_2.h
1231include/CGAL/Minkowski_sum_2/Polygon_convex_decomposition.h 1436include/CGAL/Minkowski_sum_2/Polygon_convex_decomposition.h
1232include/CGAL/Minkowski_sum_2/Union_of_curve_cycles_2.h 1437include/CGAL/Minkowski_sum_2/Union_of_curve_cycles_2.h
1233include/CGAL/Minkowski_sum_2/Union_of_cycles_2.h 1438include/CGAL/Minkowski_sum_2/Union_of_cycles_2.h
1234include/CGAL/Minkowski_sum_2/Union_of_segment_cycles_2.h 1439include/CGAL/Minkowski_sum_2/Union_of_segment_cycles_2.h
1235include/CGAL/Minkowski_sum_3/Gaussian_map.h 1440include/CGAL/Minkowski_sum_3/Gaussian_map.h
1236include/CGAL/Minkowski_sum_3/Gaussian_map_to_nef_3.h 1441include/CGAL/Minkowski_sum_3/Gaussian_map_to_nef_3.h
1237include/CGAL/Minkowski_sum_3/PointMark.h 1442include/CGAL/Minkowski_sum_3/PointMark.h
1238include/CGAL/Minkowski_sum_3/bipartite_nary_union_sorted_combined.h 1443include/CGAL/Minkowski_sum_3/bipartite_nary_union_sorted_combined.h
1239include/CGAL/Modifiable_priority_queue.h 1444include/CGAL/Modifiable_priority_queue.h
1240include/CGAL/Modifier_base.h 1445include/CGAL/Modifier_base.h
1241include/CGAL/Modular_arithmetic/Residue_type.h 1446include/CGAL/Modular_arithmetic/Residue_type.h
1242include/CGAL/Modular_traits.h 1447include/CGAL/Modular_traits.h
1243include/CGAL/Monge_via_jet_fitting.h 1448include/CGAL/Monge_via_jet_fitting.h
 1449include/CGAL/Mpzf.h
1244include/CGAL/Multi_surface_3.h 1450include/CGAL/Multi_surface_3.h
1245include/CGAL/Multiscale_sort.h 1451include/CGAL/Multiscale_sort.h
1246include/CGAL/Multiset.h 1452include/CGAL/Multiset.h
1247include/CGAL/NT_converter.h 1453include/CGAL/NT_converter.h
1248include/CGAL/N_step_adaptor.h 1454include/CGAL/N_step_adaptor.h
1249include/CGAL/N_step_adaptor_derived.h 1455include/CGAL/N_step_adaptor_derived.h
1250include/CGAL/Needs_parens_as_product.h 1456include/CGAL/Needs_parens_as_product.h
1251include/CGAL/Nef_2/Bounding_box_2.h 1457include/CGAL/Nef_2/Bounding_box_2.h
1252include/CGAL/Nef_2/Constrained_triang_traits.h 1458include/CGAL/Nef_2/Constrained_triang_traits.h
1253include/CGAL/Nef_2/HDS_items.h 1459include/CGAL/Nef_2/HDS_items.h
1254include/CGAL/Nef_2/Line_to_epoint.h 1460include/CGAL/Nef_2/Line_to_epoint.h
1255include/CGAL/Nef_2/Object_handle.h 1461include/CGAL/Nef_2/Object_handle.h
1256include/CGAL/Nef_2/Object_index.h 1462include/CGAL/Nef_2/Object_index.h
1257include/CGAL/Nef_2/PM_checker.h 1463include/CGAL/Nef_2/PM_checker.h
1258include/CGAL/Nef_2/PM_const_decorator.h 1464include/CGAL/Nef_2/PM_const_decorator.h
1259include/CGAL/Nef_2/PM_decorator.h 1465include/CGAL/Nef_2/PM_decorator.h
1260include/CGAL/Nef_2/PM_explorer.h 1466include/CGAL/Nef_2/PM_explorer.h
1261include/CGAL/Nef_2/PM_io_parser.h 1467include/CGAL/Nef_2/PM_io_parser.h
1262include/CGAL/Nef_2/PM_overlayer.h 1468include/CGAL/Nef_2/PM_overlayer.h
1263include/CGAL/Nef_2/PM_persistent_PL.h 1469include/CGAL/Nef_2/PM_persistent_PL.h
1264include/CGAL/Nef_2/PM_point_locator.h 1470include/CGAL/Nef_2/PM_point_locator.h
1265include/CGAL/Nef_2/Polynomial.h 1471include/CGAL/Nef_2/Polynomial.h
 1472include/CGAL/Nef_2/Polynomial_impl.h
1266include/CGAL/Nef_2/Segment_overlay_traits.h 1473include/CGAL/Nef_2/Segment_overlay_traits.h
1267include/CGAL/Nef_2/debug.h 1474include/CGAL/Nef_2/debug.h
1268include/CGAL/Nef_2/gen_point_location.h 1475include/CGAL/Nef_2/gen_point_location.h
1269include/CGAL/Nef_2/geninfo.h 1476include/CGAL/Nef_2/geninfo.h
1270include/CGAL/Nef_2/iterator_tools.h 1477include/CGAL/Nef_2/iterator_tools.h
1271include/CGAL/Nef_3/Binary_operation.h 1478include/CGAL/Nef_3/Binary_operation.h
1272include/CGAL/Nef_3/Bounding_box_3.h 1479include/CGAL/Nef_3/Bounding_box_3.h
1273include/CGAL/Nef_3/Combine_with_halfspace.h 1480include/CGAL/Nef_3/Combine_with_halfspace.h
1274include/CGAL/Nef_3/Default_items.h 1481include/CGAL/Nef_3/Default_items.h
1275include/CGAL/Nef_3/Edge_edge_overlay.h 1482include/CGAL/Nef_3/Edge_edge_overlay.h
1276include/CGAL/Nef_3/Exact_triangulation_euclidean_traits_xy_3.h 1483include/CGAL/Nef_3/Exact_triangulation_euclidean_traits_xy_3.h
1277include/CGAL/Nef_3/Exact_triangulation_euclidean_traits_xz_3.h 1484include/CGAL/Nef_3/Exact_triangulation_euclidean_traits_xz_3.h
1278include/CGAL/Nef_3/Exact_triangulation_euclidean_traits_yz_3.h 1485include/CGAL/Nef_3/Exact_triangulation_euclidean_traits_yz_3.h
@@ -1296,39 +1503,39 @@ include/CGAL/Nef_3/SNC_SM_visualizor.h @@ -1296,39 +1503,39 @@ include/CGAL/Nef_3/SNC_SM_visualizor.h
1296include/CGAL/Nef_3/SNC_const_decorator.h 1503include/CGAL/Nef_3/SNC_const_decorator.h
1297include/CGAL/Nef_3/SNC_constructor.h 1504include/CGAL/Nef_3/SNC_constructor.h
1298include/CGAL/Nef_3/SNC_decorator.h 1505include/CGAL/Nef_3/SNC_decorator.h
1299include/CGAL/Nef_3/SNC_decorator_traits.h 1506include/CGAL/Nef_3/SNC_decorator_traits.h
1300include/CGAL/Nef_3/SNC_external_structure.h 1507include/CGAL/Nef_3/SNC_external_structure.h
1301include/CGAL/Nef_3/SNC_indexed_items.h 1508include/CGAL/Nef_3/SNC_indexed_items.h
1302include/CGAL/Nef_3/SNC_intersection.h 1509include/CGAL/Nef_3/SNC_intersection.h
1303include/CGAL/Nef_3/SNC_io_parser.h 1510include/CGAL/Nef_3/SNC_io_parser.h
1304include/CGAL/Nef_3/SNC_items.h 1511include/CGAL/Nef_3/SNC_items.h
1305include/CGAL/Nef_3/SNC_iteration.h 1512include/CGAL/Nef_3/SNC_iteration.h
1306include/CGAL/Nef_3/SNC_k3_tree_traits.h 1513include/CGAL/Nef_3/SNC_k3_tree_traits.h
1307include/CGAL/Nef_3/SNC_list.h 1514include/CGAL/Nef_3/SNC_list.h
1308include/CGAL/Nef_3/SNC_point_locator.h 1515include/CGAL/Nef_3/SNC_point_locator.h
1309include/CGAL/Nef_3/SNC_ray_shooter.h 
1310include/CGAL/Nef_3/SNC_simplify.h 1516include/CGAL/Nef_3/SNC_simplify.h
1311include/CGAL/Nef_3/SNC_sphere_map.h 1517include/CGAL/Nef_3/SNC_sphere_map.h
1312include/CGAL/Nef_3/SNC_structure.h 1518include/CGAL/Nef_3/SNC_structure.h
1313include/CGAL/Nef_3/Vertex.h 1519include/CGAL/Nef_3/Vertex.h
1314include/CGAL/Nef_3/Volume.h 1520include/CGAL/Nef_3/Volume.h
1315include/CGAL/Nef_3/binop_intersection_tests.h 1521include/CGAL/Nef_3/binop_intersection_tests.h
1316include/CGAL/Nef_3/bounded_side_3.h 1522include/CGAL/Nef_3/bounded_side_3.h
1317include/CGAL/Nef_3/polyhedron_3_to_nef_3.h 1523include/CGAL/Nef_3/polygon_mesh_to_nef_3.h
1318include/CGAL/Nef_3/quotient_coordinates_to_homogeneous_point.h 1524include/CGAL/Nef_3/quotient_coordinates_to_homogeneous_point.h
1319include/CGAL/Nef_3/shell_to_nef_3.h 1525include/CGAL/Nef_3/shell_to_nef_3.h
1320include/CGAL/Nef_3/vertex_cycle_to_nef_3.h 1526include/CGAL/Nef_3/vertex_cycle_to_nef_3.h
1321include/CGAL/Nef_S2/Generic_handle_map.h 1527include/CGAL/Nef_S2/Generic_handle_map.h
 1528include/CGAL/Nef_S2/ID_support_handler.h
1322include/CGAL/Nef_S2/Normalizing.h 1529include/CGAL/Nef_S2/Normalizing.h
1323include/CGAL/Nef_S2/OGL_base_object.h 1530include/CGAL/Nef_S2/OGL_base_object.h
1324include/CGAL/Nef_S2/SM_checker.h 1531include/CGAL/Nef_S2/SM_checker.h
1325include/CGAL/Nef_S2/SM_const_decorator.h 1532include/CGAL/Nef_S2/SM_const_decorator.h
1326include/CGAL/Nef_S2/SM_constrained_triang_traits.h 1533include/CGAL/Nef_S2/SM_constrained_triang_traits.h
1327include/CGAL/Nef_S2/SM_decorator.h 1534include/CGAL/Nef_S2/SM_decorator.h
1328include/CGAL/Nef_S2/SM_decorator_traits.h 1535include/CGAL/Nef_S2/SM_decorator_traits.h
1329include/CGAL/Nef_S2/SM_io_parser.h 1536include/CGAL/Nef_S2/SM_io_parser.h
1330include/CGAL/Nef_S2/SM_items.h 1537include/CGAL/Nef_S2/SM_items.h
1331include/CGAL/Nef_S2/SM_iteration.h 1538include/CGAL/Nef_S2/SM_iteration.h
1332include/CGAL/Nef_S2/SM_list.h 1539include/CGAL/Nef_S2/SM_list.h
1333include/CGAL/Nef_S2/SM_overlayer.h 1540include/CGAL/Nef_S2/SM_overlayer.h
1334include/CGAL/Nef_S2/SM_point_locator.h 1541include/CGAL/Nef_S2/SM_point_locator.h
@@ -1342,66 +1549,125 @@ include/CGAL/Nef_S2/Sphere_map.h @@ -1342,66 +1549,125 @@ include/CGAL/Nef_S2/Sphere_map.h
1342include/CGAL/Nef_S2/Sphere_point.h 1549include/CGAL/Nef_S2/Sphere_point.h
1343include/CGAL/Nef_S2/Sphere_segment.h 1550include/CGAL/Nef_S2/Sphere_segment.h
1344include/CGAL/Nef_S2/Sphere_triangle.h 1551include/CGAL/Nef_S2/Sphere_triangle.h
1345include/CGAL/Nef_S2/leda_sphere_map.h 1552include/CGAL/Nef_S2/leda_sphere_map.h
1346include/CGAL/Nef_S2/sphere_predicates.h 1553include/CGAL/Nef_S2/sphere_predicates.h
1347include/CGAL/Nef_nary_intersection_3.h 1554include/CGAL/Nef_nary_intersection_3.h
1348include/CGAL/Nef_nary_union_3.h 1555include/CGAL/Nef_nary_union_3.h
1349include/CGAL/Nef_polyhedron_2.h 1556include/CGAL/Nef_polyhedron_2.h
1350include/CGAL/Nef_polyhedron_3.h 1557include/CGAL/Nef_polyhedron_3.h
1351include/CGAL/Nef_polyhedron_S2.h 1558include/CGAL/Nef_polyhedron_S2.h
1352include/CGAL/Nef_polynomial.h 1559include/CGAL/Nef_polynomial.h
1353include/CGAL/Nef_polynomial_fwd.h 1560include/CGAL/Nef_polynomial_fwd.h
1354include/CGAL/Nested_iterator.h 1561include/CGAL/Nested_iterator.h
 1562include/CGAL/NewKernel_d/Cartesian_LA_base.h
 1563include/CGAL/NewKernel_d/Cartesian_LA_functors.h
 1564include/CGAL/NewKernel_d/Cartesian_base.h
 1565include/CGAL/NewKernel_d/Cartesian_change_FT.h
 1566include/CGAL/NewKernel_d/Cartesian_complete.h
 1567include/CGAL/NewKernel_d/Cartesian_filter_K.h
 1568include/CGAL/NewKernel_d/Cartesian_filter_NT.h
 1569include/CGAL/NewKernel_d/Cartesian_per_dimension.h
 1570include/CGAL/NewKernel_d/Cartesian_static_filters.h
 1571include/CGAL/NewKernel_d/Coaffine.h
 1572include/CGAL/NewKernel_d/Define_kernel_types.h
 1573include/CGAL/NewKernel_d/Dimension_base.h
 1574include/CGAL/NewKernel_d/Filtered_predicate2.h
 1575include/CGAL/NewKernel_d/KernelD_converter.h
 1576include/CGAL/NewKernel_d/Kernel_2_interface.h
 1577include/CGAL/NewKernel_d/Kernel_3_interface.h
 1578include/CGAL/NewKernel_d/Kernel_d_interface.h
 1579include/CGAL/NewKernel_d/Kernel_object_converter.h
 1580include/CGAL/NewKernel_d/LA_eigen/LA.h
 1581include/CGAL/NewKernel_d/LA_eigen/constructors.h
 1582include/CGAL/NewKernel_d/Lazy_cartesian.h
 1583include/CGAL/NewKernel_d/Types/Aff_transformation.h
 1584include/CGAL/NewKernel_d/Types/Hyperplane.h
 1585include/CGAL/NewKernel_d/Types/Iso_box.h
 1586include/CGAL/NewKernel_d/Types/Line.h
 1587include/CGAL/NewKernel_d/Types/Ray.h
 1588include/CGAL/NewKernel_d/Types/Segment.h
 1589include/CGAL/NewKernel_d/Types/Sphere.h
 1590include/CGAL/NewKernel_d/Types/Weighted_point.h
 1591include/CGAL/NewKernel_d/Vector/array.h
 1592include/CGAL/NewKernel_d/Vector/avx4.h
 1593include/CGAL/NewKernel_d/Vector/determinant_of_iterator_to_points_from_iterator_to_vectors.h
 1594include/CGAL/NewKernel_d/Vector/determinant_of_iterator_to_points_from_points.h
 1595include/CGAL/NewKernel_d/Vector/determinant_of_iterator_to_vectors_from_vectors.h
 1596include/CGAL/NewKernel_d/Vector/determinant_of_points_from_vectors.h
 1597include/CGAL/NewKernel_d/Vector/determinant_of_vectors_small_dim.h
 1598include/CGAL/NewKernel_d/Vector/determinant_of_vectors_small_dim_internal.h
 1599include/CGAL/NewKernel_d/Vector/mix.h
 1600include/CGAL/NewKernel_d/Vector/sse2.h
 1601include/CGAL/NewKernel_d/Vector/v2int.h
 1602include/CGAL/NewKernel_d/Vector/vector.h
 1603include/CGAL/NewKernel_d/Wrapper/Cartesian_wrap.h
 1604include/CGAL/NewKernel_d/Wrapper/Hyperplane_d.h
 1605include/CGAL/NewKernel_d/Wrapper/Point_d.h
 1606include/CGAL/NewKernel_d/Wrapper/Ref_count_obj.h
 1607include/CGAL/NewKernel_d/Wrapper/Segment_d.h
 1608include/CGAL/NewKernel_d/Wrapper/Sphere_d.h
 1609include/CGAL/NewKernel_d/Wrapper/Vector_d.h
 1610include/CGAL/NewKernel_d/Wrapper/Weighted_point_d.h
 1611include/CGAL/NewKernel_d/function_objects_cartesian.h
 1612include/CGAL/NewKernel_d/functor_properties.h
 1613include/CGAL/NewKernel_d/functor_tags.h
 1614include/CGAL/NewKernel_d/static_int.h
 1615include/CGAL/NewKernel_d/store_kernel.h
 1616include/CGAL/NewKernel_d/utils.h
 1617include/CGAL/No_intersection_surface_sweep_2.h
1355include/CGAL/Null_matrix.h 1618include/CGAL/Null_matrix.h
1356include/CGAL/Number_type_checker.h 1619include/CGAL/Number_type_checker.h
1357include/CGAL/Number_types/internal_functions_comparison_root_of_2.h 1620include/CGAL/Number_types/internal_functions_comparison_root_of_2.h
1358include/CGAL/OFF_to_nef_3.h 1621include/CGAL/OFF_to_nef_3.h
 1622include/CGAL/OTR_2/Cost.h
 1623include/CGAL/OTR_2/Reconstruction_edge_2.h
 1624include/CGAL/OTR_2/Reconstruction_face_base_2.h
 1625include/CGAL/OTR_2/Reconstruction_triangulation_2.h
 1626include/CGAL/OTR_2/Reconstruction_vertex_base_2.h
 1627include/CGAL/OTR_2/Sample.h
1359include/CGAL/Object.h 1628include/CGAL/Object.h
1360include/CGAL/OpenNL/bicgstab.h 1629include/CGAL/OpenNL/bicgstab.h
1361include/CGAL/OpenNL/blas.h 1630include/CGAL/OpenNL/blas.h
1362include/CGAL/OpenNL/conjugate_gradient.h 1631include/CGAL/OpenNL/conjugate_gradient.h
1363include/CGAL/OpenNL/full_vector.h 1632include/CGAL/OpenNL/full_vector.h
1364include/CGAL/OpenNL/linear_solver.h 1633include/CGAL/OpenNL/linear_solver.h
1365include/CGAL/OpenNL/preconditioner.h 1634include/CGAL/OpenNL/preconditioner.h
1366include/CGAL/OpenNL/sparse_matrix.h 1635include/CGAL/OpenNL/sparse_matrix.h
 1636include/CGAL/Optimal_transportation_reconstruction_2.h
1367include/CGAL/Optimisation/Access_coordinates_begin_2.h 1637include/CGAL/Optimisation/Access_coordinates_begin_2.h
1368include/CGAL/Optimisation/Access_coordinates_begin_3.h 1638include/CGAL/Optimisation/Access_coordinates_begin_3.h
1369include/CGAL/Optimisation/Access_coordinates_begin_d.h 1639include/CGAL/Optimisation/Access_coordinates_begin_d.h
1370include/CGAL/Optimisation/Access_dimension_2.h 1640include/CGAL/Optimisation/Access_dimension_2.h
1371include/CGAL/Optimisation/Access_dimension_3.h 1641include/CGAL/Optimisation/Access_dimension_3.h
1372include/CGAL/Optimisation/Access_dimension_d.h 1642include/CGAL/Optimisation/Access_dimension_d.h
1373include/CGAL/Optimisation/Construct_point_2.h 1643include/CGAL/Optimisation/Construct_point_2.h
1374include/CGAL/Optimisation/Construct_point_3.h 1644include/CGAL/Optimisation/Construct_point_3.h
1375include/CGAL/Optimisation/Construct_point_d.h 1645include/CGAL/Optimisation/Construct_point_d.h
1376include/CGAL/Optimisation/assertions.h 1646include/CGAL/Optimisation/assertions.h
1377include/CGAL/Optimisation/basic.h 1647include/CGAL/Optimisation/basic.h
1378include/CGAL/Optimisation/debug.h 1648include/CGAL/Optimisation/debug.h
1379include/CGAL/Optimisation_d_traits_2.h 1649include/CGAL/Optimisation_d_traits_2.h
1380include/CGAL/Optimisation_d_traits_3.h 1650include/CGAL/Optimisation_d_traits_3.h
1381include/CGAL/Optimisation_d_traits_d.h 1651include/CGAL/Optimisation_d_traits_d.h
 1652include/CGAL/Orientation_Linf_2.h
1382include/CGAL/Origin.h 1653include/CGAL/Origin.h
 1654include/CGAL/Origin_impl.h
1383include/CGAL/Orthogonal_incremental_neighbor_search.h 1655include/CGAL/Orthogonal_incremental_neighbor_search.h
1384include/CGAL/Orthogonal_k_neighbor_search.h 1656include/CGAL/Orthogonal_k_neighbor_search.h
1385include/CGAL/PCA_util.h 1657include/CGAL/PCA_util.h
 1658include/CGAL/PCA_util_Eigen.h
1386include/CGAL/Parabola_2.h 1659include/CGAL/Parabola_2.h
1387include/CGAL/Parabola_segment_2.h 1660include/CGAL/Parabola_segment_2.h
1388include/CGAL/Param_mesh_patch_circulators.h 
1389include/CGAL/Param_mesh_patch_iterators.h 
1390include/CGAL/Param_mesh_patch_vertex.h 
1391include/CGAL/Parameterization_mesh_feature_extractor.h 
1392include/CGAL/Parameterization_mesh_patch_3.h 
1393include/CGAL/Parameterization_polyhedron_adaptor_3.h 
1394include/CGAL/Parameterizer_traits_3.h 
1395include/CGAL/Partition_2/Circulator_pair.h 1661include/CGAL/Partition_2/Circulator_pair.h
1396include/CGAL/Partition_2/Indirect_edge_compare.h 1662include/CGAL/Partition_2/Indirect_edge_compare.h
1397include/CGAL/Partition_2/Indirect_less_xy_2.h 1663include/CGAL/Partition_2/Indirect_less_xy_2.h
1398include/CGAL/Partition_2/Indirect_not_less_yx_2.h 1664include/CGAL/Partition_2/Indirect_not_less_yx_2.h
1399include/CGAL/Partition_2/Iterator_list.h 1665include/CGAL/Partition_2/Iterator_list.h
1400include/CGAL/Partition_2/Matrix.h 1666include/CGAL/Partition_2/Matrix.h
1401include/CGAL/Partition_2/Partition_opt_cvx_diagonal_list.h 1667include/CGAL/Partition_2/Partition_opt_cvx_diagonal_list.h
1402include/CGAL/Partition_2/Partition_opt_cvx_edge.h 1668include/CGAL/Partition_2/Partition_opt_cvx_edge.h
1403include/CGAL/Partition_2/Partition_opt_cvx_vertex.h 1669include/CGAL/Partition_2/Partition_opt_cvx_vertex.h
1404include/CGAL/Partition_2/Partition_traits_2_base.h 1670include/CGAL/Partition_2/Partition_traits_2_base.h
1405include/CGAL/Partition_2/Partition_vertex_map.h 1671include/CGAL/Partition_2/Partition_vertex_map.h
1406include/CGAL/Partition_2/Partitioned_polygon_2.h 1672include/CGAL/Partition_2/Partitioned_polygon_2.h
1407include/CGAL/Partition_2/Point_pair_less_xy_2.h 1673include/CGAL/Partition_2/Point_pair_less_xy_2.h
@@ -1411,216 +1677,202 @@ include/CGAL/Partition_2/Rotation_tree_n @@ -1411,216 +1677,202 @@ include/CGAL/Partition_2/Rotation_tree_n
1411include/CGAL/Partition_2/Segment_less_yx_2.h 1677include/CGAL/Partition_2/Segment_less_yx_2.h
1412include/CGAL/Partition_2/Triangulation_indirect_traits_2.h 1678include/CGAL/Partition_2/Triangulation_indirect_traits_2.h
1413include/CGAL/Partition_2/Turn_reverser.h 1679include/CGAL/Partition_2/Turn_reverser.h
1414include/CGAL/Partition_2/Vertex_visibility_graph_2.h 1680include/CGAL/Partition_2/Vertex_visibility_graph_2.h
1415include/CGAL/Partition_2/Vertex_visibility_graph_2_impl.h 1681include/CGAL/Partition_2/Vertex_visibility_graph_2_impl.h
1416include/CGAL/Partition_2/is_degenerate_polygon_2.h 1682include/CGAL/Partition_2/is_degenerate_polygon_2.h
1417include/CGAL/Partition_2/partition_approx_convex_2.h 1683include/CGAL/Partition_2/partition_approx_convex_2.h
1418include/CGAL/Partition_2/partition_assertions.h 1684include/CGAL/Partition_2/partition_assertions.h
1419include/CGAL/Partition_2/partition_greene_approx_convex_2.h 1685include/CGAL/Partition_2/partition_greene_approx_convex_2.h
1420include/CGAL/Partition_2/partition_optimal_convex_2.h 1686include/CGAL/Partition_2/partition_optimal_convex_2.h
1421include/CGAL/Partition_2/partition_y_monotone_2.h 1687include/CGAL/Partition_2/partition_y_monotone_2.h
1422include/CGAL/Partition_is_valid_traits_2.h 1688include/CGAL/Partition_is_valid_traits_2.h
1423include/CGAL/Partition_traits_2.h 1689include/CGAL/Partition_traits_2.h
1424include/CGAL/Peak_memory_sizer.h 1690include/CGAL/Periodic_2_Delaunay_triangulation_2.h
 1691include/CGAL/Periodic_2_Delaunay_triangulation_traits_2.h
 1692include/CGAL/Periodic_2_offset_2.h
 1693include/CGAL/Periodic_2_triangulation_2.h
 1694include/CGAL/Periodic_2_triangulation_dummy_12.h
 1695include/CGAL/Periodic_2_triangulation_face_base_2.h
 1696include/CGAL/Periodic_2_triangulation_hierarchy_2.h
 1697include/CGAL/Periodic_2_triangulation_iterators_2.h
 1698include/CGAL/Periodic_2_triangulation_traits_2.h
 1699include/CGAL/Periodic_2_triangulation_vertex_base_2.h
1425include/CGAL/Periodic_3_Delaunay_triangulation_3.h 1700include/CGAL/Periodic_3_Delaunay_triangulation_3.h
 1701include/CGAL/Periodic_3_Delaunay_triangulation_traits_3.h
 1702include/CGAL/Periodic_3_function_wrapper.h
 1703include/CGAL/Periodic_3_mesh_3/IO/File_medit.h
 1704include/CGAL/Periodic_3_mesh_3/Protect_edges_sizing_field.h
 1705include/CGAL/Periodic_3_mesh_3/config.h
 1706include/CGAL/Periodic_3_mesh_triangulation_3.h
1426include/CGAL/Periodic_3_offset_3.h 1707include/CGAL/Periodic_3_offset_3.h
 1708include/CGAL/Periodic_3_regular_triangulation_3.h
 1709include/CGAL/Periodic_3_regular_triangulation_traits_3.h
1427include/CGAL/Periodic_3_triangulation_3.h 1710include/CGAL/Periodic_3_triangulation_3.h
1428include/CGAL/Periodic_3_triangulation_ds_cell_base_3.h 1711include/CGAL/Periodic_3_triangulation_ds_cell_base_3.h
1429include/CGAL/Periodic_3_triangulation_ds_vertex_base_3.h 1712include/CGAL/Periodic_3_triangulation_ds_vertex_base_3.h
1430include/CGAL/Periodic_3_triangulation_dummy_36.h 
1431include/CGAL/Periodic_3_triangulation_filtered_traits_3.h 
1432include/CGAL/Periodic_3_triangulation_hierarchy_3.h 1713include/CGAL/Periodic_3_triangulation_hierarchy_3.h
1433include/CGAL/Periodic_3_triangulation_iterators_3.h 
1434include/CGAL/Periodic_3_triangulation_remove_traits_3.h 
1435include/CGAL/Periodic_3_triangulation_statically_filtered_traits_3.h 
1436include/CGAL/Periodic_3_triangulation_traits_3.h 1714include/CGAL/Periodic_3_triangulation_traits_3.h
 1715include/CGAL/Periodic_4_hyperbolic_Delaunay_triangulation_2.h
 1716include/CGAL/Periodic_4_hyperbolic_Delaunay_triangulation_traits_2.h
 1717include/CGAL/Periodic_4_hyperbolic_triangulation_2.h
 1718include/CGAL/Periodic_4_hyperbolic_triangulation_face_base_2.h
 1719include/CGAL/Periodic_4_hyperbolic_triangulation_vertex_base_2.h
1437include/CGAL/Plane_3.h 1720include/CGAL/Plane_3.h
1438include/CGAL/Plane_separator.h 1721include/CGAL/Plane_separator.h
1439include/CGAL/Point_2.h 1722include/CGAL/Point_2.h
1440include/CGAL/Point_2_Iso_rectangle_2_intersection.h 
1441include/CGAL/Point_2_Line_2_intersection.h 
1442include/CGAL/Point_2_Point_2_intersection.h 
1443include/CGAL/Point_2_Ray_2_intersection.h 
1444include/CGAL/Point_2_Segment_2_intersection.h 
1445include/CGAL/Point_2_Triangle_2_intersection.h 
1446include/CGAL/Point_3.h 1723include/CGAL/Point_3.h
1447include/CGAL/Point_container.h 1724include/CGAL/Point_container.h
1448include/CGAL/Point_set_2.h 1725include/CGAL/Point_set_2.h
 1726include/CGAL/Point_set_3.h
 1727include/CGAL/Point_set_3/IO.h
 1728include/CGAL/Point_set_processing_3/internal/Rich_grid.h
 1729include/CGAL/Point_set_processing_3/internal/Voronoi_covariance_3/voronoi_covariance_3.h
 1730include/CGAL/Point_set_processing_3/internal/Voronoi_covariance_3/voronoi_covariance_sphere_3.h
1449include/CGAL/Point_traits.h 1731include/CGAL/Point_traits.h
1450include/CGAL/Point_with_normal_3.h 1732include/CGAL/Point_with_normal_3.h
1451include/CGAL/Point_with_psc_localisation.h 1733include/CGAL/Point_with_psc_localisation.h
1452include/CGAL/Point_with_surface_index.h 1734include/CGAL/Point_with_surface_index.h
1453include/CGAL/Point_with_surface_index_geom_traits.h 1735include/CGAL/Point_with_surface_index_geom_traits.h
 1736include/CGAL/Poisson_implicit_surface_3.h
1454include/CGAL/Poisson_mesh_cell_criteria_3.h 1737include/CGAL/Poisson_mesh_cell_criteria_3.h
1455include/CGAL/Poisson_reconstruction_function.h 1738include/CGAL/Poisson_reconstruction_function.h
 1739include/CGAL/Polychain_2.h
1456include/CGAL/Polygon_2.h 1740include/CGAL/Polygon_2.h
1457include/CGAL/Polygon_2/Polygon_2_algorithms_impl.h 1741include/CGAL/Polygon_2/Polygon_2_algorithms_impl.h
1458include/CGAL/Polygon_2/Polygon_2_edge_circulator.h 1742include/CGAL/Polygon_2/Polygon_2_edge_circulator.h
1459include/CGAL/Polygon_2/Polygon_2_edge_iterator.h 1743include/CGAL/Polygon_2/Polygon_2_edge_iterator.h
1460include/CGAL/Polygon_2/Polygon_2_impl.h 1744include/CGAL/Polygon_2/Polygon_2_impl.h
1461include/CGAL/Polygon_2/Polygon_2_simplicity.h 1745include/CGAL/Polygon_2/Polygon_2_simplicity.h
1462include/CGAL/Polygon_2/Polygon_2_vertex_circulator.h 1746include/CGAL/Polygon_2/Polygon_2_vertex_circulator.h
1463include/CGAL/Polygon_2/polygon_assertions.h 1747include/CGAL/Polygon_2/polygon_assertions.h
1464include/CGAL/Polygon_2_algorithms.h 1748include/CGAL/Polygon_2_algorithms.h
1465include/CGAL/Polygon_convex_decomposition_2.h 1749include/CGAL/Polygon_convex_decomposition_2.h
 1750include/CGAL/Polygon_mesh_processing/Weights.h
 1751include/CGAL/Polygon_mesh_processing/bbox.h
 1752include/CGAL/Polygon_mesh_processing/border.h
 1753include/CGAL/Polygon_mesh_processing/clip.h
 1754include/CGAL/Polygon_mesh_processing/compute_normal.h
 1755include/CGAL/Polygon_mesh_processing/connected_components.h
 1756include/CGAL/Polygon_mesh_processing/corefinement.h
 1757include/CGAL/Polygon_mesh_processing/detect_features.h
 1758include/CGAL/Polygon_mesh_processing/distance.h
 1759include/CGAL/Polygon_mesh_processing/extrude.h
 1760include/CGAL/Polygon_mesh_processing/fair.h
 1761include/CGAL/Polygon_mesh_processing/internal/AABB_traversal_traits_with_transformation.h
 1762include/CGAL/Polygon_mesh_processing/internal/Corefinement/Face_graph_output_builder.h
 1763include/CGAL/Polygon_mesh_processing/internal/Corefinement/Intersection_type.h
 1764include/CGAL/Polygon_mesh_processing/internal/Corefinement/Output_builder_for_autorefinement.h
 1765include/CGAL/Polygon_mesh_processing/internal/Corefinement/Visitor.h
 1766include/CGAL/Polygon_mesh_processing/internal/Corefinement/face_graph_utils.h
 1767include/CGAL/Polygon_mesh_processing/internal/Corefinement/intersect_triangle_and_segment_3.h
 1768include/CGAL/Polygon_mesh_processing/internal/Corefinement/intersection_callbacks.h
 1769include/CGAL/Polygon_mesh_processing/internal/Corefinement/intersection_impl.h
 1770include/CGAL/Polygon_mesh_processing/internal/Corefinement/intersection_nodes.h
 1771include/CGAL/Polygon_mesh_processing/internal/Corefinement/intersection_of_coplanar_triangles_3.h
 1772include/CGAL/Polygon_mesh_processing/internal/Corefinement/predicates.h
 1773include/CGAL/Polygon_mesh_processing/internal/Hole_filling/Triangulate_hole_polygon_mesh.h
 1774include/CGAL/Polygon_mesh_processing/internal/Hole_filling/Triangulate_hole_polyline.h
 1775include/CGAL/Polygon_mesh_processing/internal/Hole_filling/do_not_use_DT3.h
 1776include/CGAL/Polygon_mesh_processing/internal/Hole_filling/experimental/experimental_code.h
 1777include/CGAL/Polygon_mesh_processing/internal/Isotropic_remeshing/AABB_filtered_projection_traits.h
 1778include/CGAL/Polygon_mesh_processing/internal/Isotropic_remeshing/remesh_impl.h
 1779include/CGAL/Polygon_mesh_processing/internal/Polygon_mesh_slicer/Axis_parallel_plane_traits.h
 1780include/CGAL/Polygon_mesh_processing/internal/Polygon_mesh_slicer/Traversal_traits.h
 1781include/CGAL/Polygon_mesh_processing/internal/Side_of_triangle_mesh/Point_inside_vertical_ray_cast.h
 1782include/CGAL/Polygon_mesh_processing/internal/Side_of_triangle_mesh/Ray_3_Triangle_3_traversal_traits.h
 1783include/CGAL/Polygon_mesh_processing/internal/do_no_use_CDT2.h
 1784include/CGAL/Polygon_mesh_processing/internal/fair_impl.h
 1785include/CGAL/Polygon_mesh_processing/internal/mesh_to_point_set_hausdorff_distance.h
 1786include/CGAL/Polygon_mesh_processing/internal/named_function_params.h
 1787include/CGAL/Polygon_mesh_processing/internal/named_params_helper.h
 1788include/CGAL/Polygon_mesh_processing/internal/refine_impl.h
 1789include/CGAL/Polygon_mesh_processing/internal/repair_extra.h
 1790include/CGAL/Polygon_mesh_processing/intersection.h
 1791include/CGAL/Polygon_mesh_processing/measure.h
 1792include/CGAL/Polygon_mesh_processing/merge_border_vertices.h
 1793include/CGAL/Polygon_mesh_processing/orient_polygon_soup.h
 1794include/CGAL/Polygon_mesh_processing/orientation.h
 1795include/CGAL/Polygon_mesh_processing/polygon_soup_to_polygon_mesh.h
 1796include/CGAL/Polygon_mesh_processing/random_perturbation.h
 1797include/CGAL/Polygon_mesh_processing/refine.h
 1798include/CGAL/Polygon_mesh_processing/remesh.h
 1799include/CGAL/Polygon_mesh_processing/repair.h
 1800include/CGAL/Polygon_mesh_processing/repair_polygon_soup.h
 1801include/CGAL/Polygon_mesh_processing/self_intersections.h
 1802include/CGAL/Polygon_mesh_processing/shape_predicates.h
 1803include/CGAL/Polygon_mesh_processing/stitch_borders.h
 1804include/CGAL/Polygon_mesh_processing/transform.h
 1805include/CGAL/Polygon_mesh_processing/triangulate_faces.h
 1806include/CGAL/Polygon_mesh_processing/triangulate_hole.h
 1807include/CGAL/Polygon_mesh_slicer.h
 1808include/CGAL/Polygon_nop_decomposition_2.h
1466include/CGAL/Polygon_offset_builder_2.h 1809include/CGAL/Polygon_offset_builder_2.h
1467include/CGAL/Polygon_offset_builder_traits_2.h 1810include/CGAL/Polygon_offset_builder_traits_2.h
1468include/CGAL/Polygon_set_2.h 1811include/CGAL/Polygon_set_2.h
1469include/CGAL/Polygon_traits_2.h 1812include/CGAL/Polygon_traits_2.h
 1813include/CGAL/Polygon_triangulation_decomposition_2.h
 1814include/CGAL/Polygon_vertical_decomposition_2.h
1470include/CGAL/Polygon_with_holes_2.h 1815include/CGAL/Polygon_with_holes_2.h
1471include/CGAL/PolyhedralSurf_neighbors.h 1816include/CGAL/PolyhedralSurf_neighbors.h
 1817include/CGAL/Polyhedral_complex_mesh_domain_3.h
1472include/CGAL/Polyhedral_mesh_domain_3.h 1818include/CGAL/Polyhedral_mesh_domain_3.h
1473include/CGAL/Polyhedral_mesh_domain_with_features_3.h 1819include/CGAL/Polyhedral_mesh_domain_with_features_3.h
1474include/CGAL/Polyhedron_3.h 1820include/CGAL/Polyhedron_3.h
 1821include/CGAL/Polyhedron_3_fwd.h
 1822include/CGAL/Polyhedron_3_to_lcc.h
1475include/CGAL/Polyhedron_copy_3.h 1823include/CGAL/Polyhedron_copy_3.h
1476include/CGAL/Polyhedron_decorator_3.h 
1477include/CGAL/Polyhedron_incremental_builder_3.h 1824include/CGAL/Polyhedron_incremental_builder_3.h
1478include/CGAL/Polyhedron_items_3.h 1825include/CGAL/Polyhedron_items_3.h
1479include/CGAL/Polyhedron_items_with_id_3.h 1826include/CGAL/Polyhedron_items_with_id_3.h
1480include/CGAL/Polyhedron_min_items_3.h 1827include/CGAL/Polyhedron_min_items_3.h
1481include/CGAL/Polyhedron_traits_3.h 1828include/CGAL/Polyhedron_traits_3.h
1482include/CGAL/Polyhedron_traits_with_normals_3.h 1829include/CGAL/Polyhedron_traits_with_normals_3.h
 1830include/CGAL/Polyline_constraint_hierarchy_2.h
 1831include/CGAL/Polyline_simplification_2/Hybrid_squared_distance_cost.h
 1832include/CGAL/Polyline_simplification_2/Scaled_squared_distance_cost.h
 1833include/CGAL/Polyline_simplification_2/Squared_distance_cost.h
 1834include/CGAL/Polyline_simplification_2/Stop_above_cost_threshold.h
 1835include/CGAL/Polyline_simplification_2/Stop_below_count_ratio_threshold.h
 1836include/CGAL/Polyline_simplification_2/Stop_below_count_threshold.h
 1837include/CGAL/Polyline_simplification_2/Vertex_base_2.h
 1838include/CGAL/Polyline_simplification_2/simplify.h
1483include/CGAL/Polynomial.h 1839include/CGAL/Polynomial.h
1484include/CGAL/Polynomial/Algebraic_structure_traits.h 1840include/CGAL/Polynomial/Algebraic_structure_traits.h
1485include/CGAL/Polynomial/CORE_Expr_root_stack.h 
1486include/CGAL/Polynomial/CORE_kernel.h 
1487include/CGAL/Polynomial/Cached_extended_euclidean_algorithm.h 1841include/CGAL/Polynomial/Cached_extended_euclidean_algorithm.h
1488include/CGAL/Polynomial/Chinese_remainder_traits.h 1842include/CGAL/Polynomial/Chinese_remainder_traits.h
1489include/CGAL/Polynomial/Coercion_traits.h 1843include/CGAL/Polynomial/Coercion_traits.h
1490include/CGAL/Polynomial/Degree.h 1844include/CGAL/Polynomial/Degree.h
1491include/CGAL/Polynomial/Fixed_polynomial.h 
1492include/CGAL/Polynomial/Fraction_traits.h 1845include/CGAL/Polynomial/Fraction_traits.h
1493include/CGAL/Polynomial/Get_arithmetic_kernel.h 1846include/CGAL/Polynomial/Get_arithmetic_kernel.h
1494include/CGAL/Polynomial/Interpolator.h 1847include/CGAL/Polynomial/Interpolator.h
1495include/CGAL/Polynomial/Interval_polynomial.h 
1496include/CGAL/Polynomial/Kernel.h 
1497include/CGAL/Polynomial/Modular_traits.h 1848include/CGAL/Polynomial/Modular_traits.h
1498include/CGAL/Polynomial/Monomial_representation.h 1849include/CGAL/Polynomial/Monomial_representation.h
1499include/CGAL/Polynomial/Numeric_root_stack.h 
1500include/CGAL/Polynomial/Polynomial.h 
1501include/CGAL/Polynomial/Polynomial_type.h 1850include/CGAL/Polynomial/Polynomial_type.h
1502include/CGAL/Polynomial/Real_embeddable_traits.h 1851include/CGAL/Polynomial/Real_embeddable_traits.h
1503include/CGAL/Polynomial/Root_stack_default_traits.h 
1504include/CGAL/Polynomial/Scalar_factor_traits.h 1852include/CGAL/Polynomial/Scalar_factor_traits.h
1505include/CGAL/Polynomial/Sturm_root_stack.h 
1506include/CGAL/Polynomial/Sturm_root_stack_traits.h 
1507include/CGAL/Polynomial/basic.h 
1508include/CGAL/Polynomial/bezout_matrix.h 1853include/CGAL/Polynomial/bezout_matrix.h
1509include/CGAL/Polynomial/determinant.h 1854include/CGAL/Polynomial/determinant.h
1510include/CGAL/Polynomial/fwd.h 1855include/CGAL/Polynomial/fwd.h
1511include/CGAL/Polynomial/hgdelta_update.h 1856include/CGAL/Polynomial/hgdelta_update.h
1512include/CGAL/Polynomial/internal/Alternation_counter.h 
1513include/CGAL/Polynomial/internal/CORE_polynomial.h 
1514include/CGAL/Polynomial/internal/Descartes_root_count.h 
1515include/CGAL/Polynomial/internal/Double_with_infinity.h 
1516include/CGAL/Polynomial/internal/Filtered_function.h 
1517include/CGAL/Polynomial/internal/Filtered_kernel.h 
1518include/CGAL/Polynomial/internal/Filtered_kernel/Filtered_Descartes_has_root.h 
1519include/CGAL/Polynomial/internal/Filtered_kernel/Filtered_Descartes_root_counter.h 
1520include/CGAL/Polynomial/internal/Filtered_kernel/Filtered_are_negations.h 
1521include/CGAL/Polynomial/internal/Filtered_kernel/Filtered_polynomial_rational_kernel.h 
1522include/CGAL/Polynomial/internal/Filtered_kernel/Filtered_root_bound_evaluator.h 
1523include/CGAL/Polynomial/internal/Filtered_kernel/Filtered_root_multiplicity.h 
1524include/CGAL/Polynomial/internal/Filtered_kernel/Filtered_sign_at.h 
1525include/CGAL/Polynomial/internal/Filtered_number.h 
1526include/CGAL/Polynomial/internal/Filtered_rational/Construct_filtered_function.h 
1527include/CGAL/Polynomial/internal/Filtered_rational/Filtered_Descartes_has_root.h 
1528include/CGAL/Polynomial/internal/Filtered_rational/Filtered_Descartes_root_counter.h 
1529include/CGAL/Polynomial/internal/Filtered_rational/Filtered_Sturm_sequence.h 
1530include/CGAL/Polynomial/internal/Filtered_rational/Filtered_are_negations.h 
1531include/CGAL/Polynomial/internal/Filtered_rational/Filtered_rational_multiplicity.h 
1532include/CGAL/Polynomial/internal/Filtered_rational/Filtered_rational_sign_above_rational.h 
1533include/CGAL/Polynomial/internal/Filtered_rational/Filtered_rational_traits.h 
1534include/CGAL/Polynomial/internal/Filtered_rational/Filtered_root_bound_evaluator.h 
1535include/CGAL/Polynomial/internal/Filtered_rational/Filtered_sign_Sturm_sequence.h 
1536include/CGAL/Polynomial/internal/Filtered_rational/Filtered_sign_at_rational.h 
1537include/CGAL/Polynomial/internal/Filtered_rational/Filtered_standard_sequence.h 
1538include/CGAL/Polynomial/internal/Fixed_polynomial_impl.h 
1539include/CGAL/Polynomial/internal/GSL_numeric_solver.h 
1540include/CGAL/Polynomial/internal/Isolating_interval.h 
1541include/CGAL/Polynomial/internal/Kernel/Is_even_multiplicity.h 
1542include/CGAL/Polynomial/internal/Kernel/Is_rational.h 
1543include/CGAL/Polynomial/internal/Kernel/Isolating_interval.h 
1544include/CGAL/Polynomial/internal/Kernel/Lower_bound_root.h 
1545include/CGAL/Polynomial/internal/Kernel/Multiplicity.h 
1546include/CGAL/Polynomial/internal/Kernel/Rational_between_roots.h 
1547include/CGAL/Polynomial/internal/Kernel/Root_container.h 
1548include/CGAL/Polynomial/internal/Kernel/Sign_above.h 
1549include/CGAL/Polynomial/internal/Kernel/Sign_at.h 
1550include/CGAL/Polynomial/internal/Kernel/Sign_below.h 
1551include/CGAL/Polynomial/internal/Kernel/Sign_between_roots.h 
1552include/CGAL/Polynomial/internal/Kernel/To_rational.h 
1553include/CGAL/Polynomial/internal/Kernel/predicate_template.h 
1554include/CGAL/Polynomial/internal/Polynomial_impl.h 
1555include/CGAL/Polynomial/internal/Rational/Are_negations.h 
1556include/CGAL/Polynomial/internal/Rational/Bezier_root_counter.h 
1557include/CGAL/Polynomial/internal/Rational/Compare_isolated_roots_in_interval.h 
1558include/CGAL/Polynomial/internal/Rational/Construct_function.h 
1559include/CGAL/Polynomial/internal/Rational/Derivative.h 
1560include/CGAL/Polynomial/internal/Rational/Descartes_has_root.h 
1561include/CGAL/Polynomial/internal/Rational/Descartes_root_counter.h 
1562include/CGAL/Polynomial/internal/Rational/Euclidean_Sturm_sequence.h 
1563include/CGAL/Polynomial/internal/Rational/Evaluate_polynomial.h 
1564include/CGAL/Polynomial/internal/Rational/Invert_variable.h 
1565include/CGAL/Polynomial/internal/Rational/Map_rational_interval_to_positive.h 
1566include/CGAL/Polynomial/internal/Rational/Monic_Sturm_sequence.h 
1567include/CGAL/Polynomial/internal/Rational/Negate_variable.h 
1568include/CGAL/Polynomial/internal/Rational/Primitive_part_Sturm_sequence.h 
1569include/CGAL/Polynomial/internal/Rational/Pseudo_quotient.h 
1570include/CGAL/Polynomial/internal/Rational/Pseudo_remainder.h 
1571include/CGAL/Polynomial/internal/Rational/Quotient.h 
1572include/CGAL/Polynomial/internal/Rational/Quotient_remainder.h 
1573include/CGAL/Polynomial/internal/Rational/Rational_multiplicity.h 
1574include/CGAL/Polynomial/internal/Rational/Rational_traits_base.h 
1575include/CGAL/Polynomial/internal/Rational/Rational_translate_zero.h 
1576include/CGAL/Polynomial/internal/Rational/Reduced_Sturm_sequence.h 
1577include/CGAL/Polynomial/internal/Rational/Remainder.h 
1578include/CGAL/Polynomial/internal/Rational/Root_bound_evaluator.h 
1579include/CGAL/Polynomial/internal/Rational/Shift_power.h 
1580include/CGAL/Polynomial/internal/Rational/Sign_Sturm_sequence.h 
1581include/CGAL/Polynomial/internal/Rational/Sign_above_rational.h 
1582include/CGAL/Polynomial/internal/Rational/Sign_at_rational.h 
1583include/CGAL/Polynomial/internal/Rational/Sign_below_rational.h 
1584include/CGAL/Polynomial/internal/Rational/Standard_sequence.h 
1585include/CGAL/Polynomial/internal/Rational/Sturm_root_counter.h 
1586include/CGAL/Polynomial/internal/Rational/Sturm_sequence.h 
1587include/CGAL/Polynomial/internal/Rational/Sturm_sequence_base.h 
1588include/CGAL/Polynomial/internal/Rational/Subresultant_Sturm_sequence.h 
1589include/CGAL/Polynomial/internal/Root_stack_traits_base.h 
1590include/CGAL/Polynomial/internal/Sign_variations_counter.h 
1591include/CGAL/Polynomial/internal/Simple_interval_root.h 
1592include/CGAL/Polynomial/internal/Statistics.h 
1593include/CGAL/Polynomial/internal/Sturm_isolating_interval.h 
1594include/CGAL/Polynomial/internal/Sturm_root_rep.h 
1595include/CGAL/Polynomial/internal/config.h 
1596include/CGAL/Polynomial/internal/filtered_function_leaf_nodes.h 
1597include/CGAL/Polynomial/internal/filtered_function_node_bases.h 
1598include/CGAL/Polynomial/internal/filtered_function_operation_nodes.h 
1599include/CGAL/Polynomial/internal/interval_arithmetic.h 
1600include/CGAL/Polynomial/internal/macros.h 
1601include/CGAL/Polynomial/internal/nt_converters.h 
1602include/CGAL/Polynomial/internal/numeric_solvers.h 
1603include/CGAL/Polynomial/internal/numeric_solvers_support.h 
1604include/CGAL/Polynomial/internal/polynomial_generators.h 
1605include/CGAL/Polynomial/misc.h 1857include/CGAL/Polynomial/misc.h
1606include/CGAL/Polynomial/modular_filter.h 1858include/CGAL/Polynomial/modular_filter.h
1607include/CGAL/Polynomial/modular_gcd.h 1859include/CGAL/Polynomial/modular_gcd.h
1608include/CGAL/Polynomial/modular_gcd_utcf_algorithm_M.h 1860include/CGAL/Polynomial/modular_gcd_utcf_algorithm_M.h
1609include/CGAL/Polynomial/modular_gcd_utcf_dfai.h 1861include/CGAL/Polynomial/modular_gcd_utcf_dfai.h
1610include/CGAL/Polynomial/modular_gcd_utils.h 1862include/CGAL/Polynomial/modular_gcd_utils.h
1611include/CGAL/Polynomial/polynomial_converters.h 
1612include/CGAL/Polynomial/polynomial_gcd.h 1863include/CGAL/Polynomial/polynomial_gcd.h
1613include/CGAL/Polynomial/polynomial_gcd_implementations.h 1864include/CGAL/Polynomial/polynomial_gcd_implementations.h
 1865include/CGAL/Polynomial/polynomial_gcd_ntl.h
1614include/CGAL/Polynomial/prs_resultant.h 1866include/CGAL/Polynomial/prs_resultant.h
1615include/CGAL/Polynomial/resultant.h 1867include/CGAL/Polynomial/resultant.h
1616include/CGAL/Polynomial/square_free_factorize.h 1868include/CGAL/Polynomial/square_free_factorize.h
1617include/CGAL/Polynomial/sturm_habicht_sequence.h 1869include/CGAL/Polynomial/sturm_habicht_sequence.h
1618include/CGAL/Polynomial/subresultants.h 1870include/CGAL/Polynomial/subresultants.h
1619include/CGAL/Polynomial_traits_d.h 1871include/CGAL/Polynomial_traits_d.h
1620include/CGAL/Polynomial_type_generator.h 1872include/CGAL/Polynomial_type_generator.h
1621include/CGAL/Polynomials_1_2.h 1873include/CGAL/Polynomials_1_2.h
1622include/CGAL/Polynomials_1_3.h 1874include/CGAL/Polynomials_1_3.h
1623include/CGAL/Polynomials_2_2.h 1875include/CGAL/Polynomials_2_2.h
1624include/CGAL/Polynomials_2_3.h 1876include/CGAL/Polynomials_2_3.h
1625include/CGAL/Polynomials_for_line_3.h 1877include/CGAL/Polynomials_for_line_3.h
1626include/CGAL/Polytope_distance_d.h 1878include/CGAL/Polytope_distance_d.h
@@ -1651,163 +1903,182 @@ include/CGAL/QP_solver/QP_partial_filter @@ -1651,163 +1903,182 @@ include/CGAL/QP_solver/QP_partial_filter
1651include/CGAL/QP_solver/QP_pricing_strategy.h 1903include/CGAL/QP_solver/QP_pricing_strategy.h
1652include/CGAL/QP_solver/QP_solution_impl.h 1904include/CGAL/QP_solver/QP_solution_impl.h
1653include/CGAL/QP_solver/QP_solver.h 1905include/CGAL/QP_solver/QP_solver.h
1654include/CGAL/QP_solver/QP_solver_bounds_impl.h 1906include/CGAL/QP_solver/QP_solver_bounds_impl.h
1655include/CGAL/QP_solver/QP_solver_impl.h 1907include/CGAL/QP_solver/QP_solver_impl.h
1656include/CGAL/QP_solver/QP_solver_nonstandardform_impl.h 1908include/CGAL/QP_solver/QP_solver_nonstandardform_impl.h
1657include/CGAL/QP_solver/Unbounded_direction.h 1909include/CGAL/QP_solver/Unbounded_direction.h
1658include/CGAL/QP_solver/assertions.h 1910include/CGAL/QP_solver/assertions.h
1659include/CGAL/QP_solver/basic.h 1911include/CGAL/QP_solver/basic.h
1660include/CGAL/QP_solver/debug.h 1912include/CGAL/QP_solver/debug.h
1661include/CGAL/QP_solver/functors.h 1913include/CGAL/QP_solver/functors.h
1662include/CGAL/Qt/AlphaShapeGraphicsItem.h 1914include/CGAL/Qt/AlphaShapeGraphicsItem.h
1663include/CGAL/Qt/ApolloniusGraphGraphicsItem.h 1915include/CGAL/Qt/ApolloniusGraphGraphicsItem.h
1664include/CGAL/Qt/CGAL_Qt4_config.h 1916include/CGAL/Qt/Basic_viewer_qt.h
 1917include/CGAL/Qt/CGAL_Qt_config.h
1665include/CGAL/Qt/CircularArcGraphicsItem.h 1918include/CGAL/Qt/CircularArcGraphicsItem.h
1666include/CGAL/Qt/ConstrainedTriangulationGraphicsItem.h 1919include/CGAL/Qt/ConstrainedTriangulationGraphicsItem.h
1667include/CGAL/Qt/Converter.h 1920include/CGAL/Qt/Converter.h
 1921include/CGAL/Qt/CreateOpenGLContext.h
1668include/CGAL/Qt/DelaunayMeshTriangulationGraphicsItem.h 1922include/CGAL/Qt/DelaunayMeshTriangulationGraphicsItem.h
1669include/CGAL/Qt/DemosMainWindow.h 1923include/CGAL/Qt/DemosMainWindow.h
 1924include/CGAL/Qt/DemosMainWindow_impl.h
1670include/CGAL/Qt/GraphicsItem.h 1925include/CGAL/Qt/GraphicsItem.h
1671include/CGAL/Qt/GraphicsViewCircleInput.h 1926include/CGAL/Qt/GraphicsViewCircleInput.h
1672include/CGAL/Qt/GraphicsViewCircularArcInput.h 1927include/CGAL/Qt/GraphicsViewCircularArcInput.h
1673include/CGAL/Qt/GraphicsViewInput.h 1928include/CGAL/Qt/GraphicsViewInput.h
1674include/CGAL/Qt/GraphicsViewIsoRectangleInput.h 1929include/CGAL/Qt/GraphicsViewIsoRectangleInput.h
1675include/CGAL/Qt/GraphicsViewLineInput.h 1930include/CGAL/Qt/GraphicsViewLineInput.h
1676include/CGAL/Qt/GraphicsViewNavigation.h 1931include/CGAL/Qt/GraphicsViewNavigation.h
 1932include/CGAL/Qt/GraphicsViewNavigation_impl.h
 1933include/CGAL/Qt/GraphicsViewPointInput.h
1677include/CGAL/Qt/GraphicsViewPolygonWithHolesInput.h 1934include/CGAL/Qt/GraphicsViewPolygonWithHolesInput.h
1678include/CGAL/Qt/GraphicsViewPolylineInput.h 1935include/CGAL/Qt/GraphicsViewPolylineInput.h
 1936include/CGAL/Qt/GraphicsViewPolylineInput_impl.h
1679include/CGAL/Qt/LineGraphicsItem.h 1937include/CGAL/Qt/LineGraphicsItem.h
1680include/CGAL/Qt/PainterOstream.h 1938include/CGAL/Qt/PainterOstream.h
1681include/CGAL/Qt/PointsGraphicsItem.h 1939include/CGAL/Qt/PointsGraphicsItem.h
1682include/CGAL/Qt/PointsInKdTreeGraphicsItem.h 1940include/CGAL/Qt/PointsInKdTreeGraphicsItem.h
1683include/CGAL/Qt/PolygonGraphicsItem.h 1941include/CGAL/Qt/PolygonGraphicsItem.h
1684include/CGAL/Qt/PolygonWithHolesGraphicsItem.h 1942include/CGAL/Qt/PolygonWithHolesGraphicsItem.h
1685include/CGAL/Qt/PolylinesGraphicsItem.h 1943include/CGAL/Qt/PolylinesGraphicsItem.h
1686include/CGAL/Qt/PowerdiagramGraphicsItem.h 1944include/CGAL/Qt/PowerdiagramGraphicsItem.h
1687include/CGAL/Qt/RegularGridGraphicsItem.h 1945include/CGAL/Qt/RegularGridGraphicsItem.h
1688include/CGAL/Qt/RegularGridVectorFieldGraphicsItem.h 1946include/CGAL/Qt/RegularGridVectorFieldGraphicsItem.h
1689include/CGAL/Qt/RegularTriangulationGraphicsItem.h 1947include/CGAL/Qt/RegularTriangulationGraphicsItem.h
1690include/CGAL/Qt/SegmentDelaunayGraphGraphicsItem.h 1948include/CGAL/Qt/SegmentDelaunayGraphGraphicsItem.h
 1949include/CGAL/Qt/SegmentDelaunayGraphLinfGraphicsItem.h
1691include/CGAL/Qt/SegmentsGraphicsItem.h 1950include/CGAL/Qt/SegmentsGraphicsItem.h
1692include/CGAL/Qt/StreamLinesGraphicsItem.h 1951include/CGAL/Qt/StreamLinesGraphicsItem.h
1693include/CGAL/Qt/TriangulationGraphicsItem.h 1952include/CGAL/Qt/TriangulationGraphicsItem.h
1694include/CGAL/Qt/VoronoiGraphicsItem.h 1953include/CGAL/Qt/VoronoiGraphicsItem.h
 1954include/CGAL/Qt/camera.h
 1955include/CGAL/Qt/camera_impl.h
 1956include/CGAL/Qt/constraint.h
 1957include/CGAL/Qt/constraint_impl.h
1695include/CGAL/Qt/debug.h 1958include/CGAL/Qt/debug.h
 1959include/CGAL/Qt/debug_impl.h
 1960include/CGAL/Qt/domUtils.h
 1961include/CGAL/Qt/frame.h
 1962include/CGAL/Qt/frame_impl.h
 1963include/CGAL/Qt/image_interface.h
 1964include/CGAL/Qt/keyFrameInterpolator.h
 1965include/CGAL/Qt/keyFrameInterpolator_impl.h
 1966include/CGAL/Qt/manipulatedCameraFrame.h
 1967include/CGAL/Qt/manipulatedCameraFrame_impl.h
 1968include/CGAL/Qt/manipulatedFrame.h
 1969include/CGAL/Qt/manipulatedFrame_impl.h
 1970include/CGAL/Qt/mouseGrabber.h
 1971include/CGAL/Qt/mouseGrabber_impl.h
 1972include/CGAL/Qt/qglviewer.h
 1973include/CGAL/Qt/qglviewer_impl.h
 1974include/CGAL/Qt/qglviewer_impl_list.h
 1975include/CGAL/Qt/quaternion.h
 1976include/CGAL/Qt/quaternion_impl.h
1696include/CGAL/Qt/resources.h 1977include/CGAL/Qt/resources.h
 1978include/CGAL/Qt/resources/ImageInterface.ui
 1979include/CGAL/Qt/resources/qglviewer-icon.xpm
 1980include/CGAL/Qt/resources_impl.h
1697include/CGAL/Qt/utility.h 1981include/CGAL/Qt/utility.h
1698include/CGAL/Qualified_result_of.h 1982include/CGAL/Qt/utility_impl.h
 1983include/CGAL/Qt/vec.h
 1984include/CGAL/Qt/vec_impl.h
 1985include/CGAL/Qt/viewer_actions.h
1699include/CGAL/Quotient.h 1986include/CGAL/Quotient.h
1700include/CGAL/Quotient_fwd.h 1987include/CGAL/Quotient_fwd.h
1701include/CGAL/RS/Algebraic_kernel_rs_1.h 1988include/CGAL/RS/Gmpfr_make_unique.h
 1989include/CGAL/RS/ak_1.h
 1990include/CGAL/RS/ak_z_1.h
1702include/CGAL/RS/algebraic_1.h 1991include/CGAL/RS/algebraic_1.h
1703include/CGAL/RS/algebraic_1_comparisons.h 1992include/CGAL/RS/algebraic_z_1.h
1704include/CGAL/RS/algebraic_1_constructors.h 1993include/CGAL/RS/bisection_refiner_1.h
1705include/CGAL/RS/algebraic_1_member.h 1994include/CGAL/RS/comparator_1.h
1706include/CGAL/RS/algebraic_1_operators.h 
1707include/CGAL/RS/algebraic_1_other.h 
1708include/CGAL/RS/algebraic_1_real_embeddable.h 
1709include/CGAL/RS/basic.h 
1710include/CGAL/RS/compare_1.h 
1711include/CGAL/RS/crt.h 
1712include/CGAL/RS/dyadic.h 1995include/CGAL/RS/dyadic.h
 1996include/CGAL/RS/exact_signat_1.h
1713include/CGAL/RS/functors_1.h 1997include/CGAL/RS/functors_1.h
1714include/CGAL/RS/inverse.h 1998include/CGAL/RS/functors_z_1.h
1715include/CGAL/RS/isolator_1.h 1999include/CGAL/RS/polynomial_converter_1.h
1716include/CGAL/RS/isole_1.h 2000include/CGAL/RS/rs23_k_isolator_1.h
1717include/CGAL/RS/p.h 2001include/CGAL/RS/rs2_calls.h
1718include/CGAL/RS/pagealloc.h 2002include/CGAL/RS/rs2_isolator_1.h
1719include/CGAL/RS/polynomial_1.h 2003include/CGAL/RS/rs3_k_refiner_1.h
1720include/CGAL/RS/polynomial_1_constructors.h 2004include/CGAL/RS/rs3_refiner_1.h
1721include/CGAL/RS/polynomial_1_eval.h 2005include/CGAL/RS/signat_1.h
1722include/CGAL/RS/polynomial_1_functors.h 
1723include/CGAL/RS/polynomial_1_impl.h 
1724include/CGAL/RS/polynomial_1_io.h 
1725include/CGAL/RS/polynomial_1_member.h 
1726include/CGAL/RS/polynomial_1_operators.h 
1727include/CGAL/RS/polynomial_1_parser.h 
1728include/CGAL/RS/polynomial_1_utils.h 
1729include/CGAL/RS/polynomial_converter.h 
1730include/CGAL/RS/pp.h 
1731include/CGAL/RS/primes.h 
1732include/CGAL/RS/refine_1_rs.h 
1733include/CGAL/RS/rs_calls_1.h 
1734include/CGAL/RS/sign_1.h 
1735include/CGAL/RS/sign_1_no_rs.h 
1736include/CGAL/RS/sign_1_rs.h 
1737include/CGAL/RS/solve_1.h 
1738include/CGAL/RS/ugcd.h 
1739include/CGAL/Random.h 2006include/CGAL/Random.h
1740include/CGAL/Random_access_adaptor.h 2007include/CGAL/Random_access_adaptor.h
1741include/CGAL/Random_access_value_adaptor.h 2008include/CGAL/Random_access_value_adaptor.h
 2009include/CGAL/Random_convex_hull_traits_2.h
1742include/CGAL/Random_convex_set_traits_2.h 2010include/CGAL/Random_convex_set_traits_2.h
 2011include/CGAL/Random_impl.h
1743include/CGAL/Random_polygon_2_sweep.h 2012include/CGAL/Random_polygon_2_sweep.h
1744include/CGAL/Random_polygon_traits_2.h 2013include/CGAL/Random_polygon_traits_2.h
1745include/CGAL/Range_segment_tree_traits.h 2014include/CGAL/Range_segment_tree_traits.h
1746include/CGAL/Range_tree_d.h 2015include/CGAL/Range_tree_d.h
1747include/CGAL/Range_tree_k.h 2016include/CGAL/Range_tree_k.h
1748include/CGAL/Rational_traits.h 2017include/CGAL/Rational_traits.h
1749include/CGAL/Ray_2.h 2018include/CGAL/Ray_2.h
1750include/CGAL/Ray_2_Bbox_2_intersection.h 
1751include/CGAL/Ray_2_Iso_rectangle_2_intersection.h 
1752include/CGAL/Ray_2_Line_2_intersection.h 
1753include/CGAL/Ray_2_Point_2_intersection.h 
1754include/CGAL/Ray_2_Ray_2_intersection.h 
1755include/CGAL/Ray_2_Segment_2_intersection.h 
1756include/CGAL/Ray_2_Triangle_2_intersection.h 
1757include/CGAL/Ray_3.h 2019include/CGAL/Ray_3.h
1758include/CGAL/Real_embeddable_traits.h 2020include/CGAL/Real_embeddable_traits.h
1759include/CGAL/Real_timer.h 2021include/CGAL/Real_timer.h
 2022include/CGAL/Real_timer_impl.h
1760include/CGAL/Reconstruction_triangulation_3.h 2023include/CGAL/Reconstruction_triangulation_3.h
1761include/CGAL/Rectangular_p_center_traits_2.h 2024include/CGAL/Rectangular_p_center_traits_2.h
 2025include/CGAL/Referenced_argument.h
1762include/CGAL/Regular_complex_d.h 2026include/CGAL/Regular_complex_d.h
1763include/CGAL/Regular_grid_2.h 2027include/CGAL/Regular_grid_2.h
 2028include/CGAL/Regular_triangulation.h
1764include/CGAL/Regular_triangulation_2.h 2029include/CGAL/Regular_triangulation_2.h
1765include/CGAL/Regular_triangulation_3.h 2030include/CGAL/Regular_triangulation_3.h
1766include/CGAL/Regular_triangulation_adaptation_policies_2.h 2031include/CGAL/Regular_triangulation_adaptation_policies_2.h
1767include/CGAL/Regular_triangulation_adaptation_traits_2.h 2032include/CGAL/Regular_triangulation_adaptation_traits_2.h
1768include/CGAL/Regular_triangulation_cell_base_3.h 2033include/CGAL/Regular_triangulation_cell_base_3.h
 2034include/CGAL/Regular_triangulation_cell_base_with_weighted_circumcenter_3.h
1769include/CGAL/Regular_triangulation_euclidean_traits_2.h 2035include/CGAL/Regular_triangulation_euclidean_traits_2.h
1770include/CGAL/Regular_triangulation_euclidean_traits_3.h 2036include/CGAL/Regular_triangulation_euclidean_traits_3.h
1771include/CGAL/Regular_triangulation_face_base_2.h 2037include/CGAL/Regular_triangulation_face_base_2.h
1772include/CGAL/Regular_triangulation_filtered_traits_2.h 2038include/CGAL/Regular_triangulation_filtered_traits_2.h
1773include/CGAL/Regular_triangulation_filtered_traits_3.h 2039include/CGAL/Regular_triangulation_traits_adapter.h
1774include/CGAL/Regular_triangulation_vertex_base_2.h 2040include/CGAL/Regular_triangulation_vertex_base_2.h
 2041include/CGAL/Regular_triangulation_vertex_base_3.h
1775include/CGAL/Residue.h 2042include/CGAL/Residue.h
1776include/CGAL/Restricted_double.h 
1777include/CGAL/Ridges.h 2043include/CGAL/Ridges.h
 2044include/CGAL/Rigid_triangle_mesh_collision_detection.h
1778include/CGAL/Robust_circumcenter_filtered_traits_3.h 2045include/CGAL/Robust_circumcenter_filtered_traits_3.h
1779include/CGAL/Robust_circumcenter_traits_3.h 2046include/CGAL/Robust_circumcenter_traits_3.h
1780include/CGAL/Robust_construction.h 2047include/CGAL/Robust_construction.h
 2048include/CGAL/Robust_weighted_circumcenter_filtered_traits_3.h
1781include/CGAL/Root_for_circles_2_2.h 2049include/CGAL/Root_for_circles_2_2.h
1782include/CGAL/Root_for_spheres_2_3.h 2050include/CGAL/Root_for_spheres_2_3.h
1783include/CGAL/Root_of_traits.h 2051include/CGAL/Root_of_traits.h
1784include/CGAL/Root_of_traits_specializations.h 2052include/CGAL/Root_of_traits_specializations.h
 2053include/CGAL/Rotational_sweep_visibility_2.h
1785include/CGAL/Runge_kutta_integrator_2.h 2054include/CGAL/Runge_kutta_integrator_2.h
1786include/CGAL/Safe_circulator_from_iterator.h 2055include/CGAL/SEP_header.h
 2056include/CGAL/SEP_to_ImageIO.h
1787include/CGAL/Scalar_factor_traits.h 2057include/CGAL/Scalar_factor_traits.h
 2058include/CGAL/Scale_space_reconstruction_3/Advancing_front_mesher.h
 2059include/CGAL/Scale_space_reconstruction_3/Alpha_shape_mesher.h
 2060include/CGAL/Scale_space_reconstruction_3/Jet_smoother.h
 2061include/CGAL/Scale_space_reconstruction_3/Shape_construction_3.h
 2062include/CGAL/Scale_space_reconstruction_3/Weighted_PCA_smoother.h
 2063include/CGAL/Scale_space_reconstruction_3/internal/Auto_count.h
 2064include/CGAL/Scale_space_surface_reconstruction_3.h
1788include/CGAL/Search_traits.h 2065include/CGAL/Search_traits.h
1789include/CGAL/Search_traits_2.h 2066include/CGAL/Search_traits_2.h
1790include/CGAL/Search_traits_3.h 2067include/CGAL/Search_traits_3.h
1791include/CGAL/Search_traits_adapter.h 2068include/CGAL/Search_traits_adapter.h
1792include/CGAL/Search_traits_d.h 2069include/CGAL/Search_traits_d.h
1793include/CGAL/Search_traits_vertex_handle_3.h 2070include/CGAL/Search_traits_vertex_handle_3.h
1794include/CGAL/Segment_2.h 2071include/CGAL/Segment_2.h
1795include/CGAL/Segment_2_Iso_rectangle_2_intersection.h 
1796include/CGAL/Segment_2_Line_2_intersection.h 
1797include/CGAL/Segment_2_Point_2_intersection.h 
1798include/CGAL/Segment_2_Ray_2_intersection.h 
1799include/CGAL/Segment_2_Segment_2_intersection.h 
1800include/CGAL/Segment_2_Triangle_2_intersection.h 
1801include/CGAL/Segment_3.h 2072include/CGAL/Segment_3.h
1802include/CGAL/Segment_Delaunay_graph_2.h 2073include/CGAL/Segment_Delaunay_graph_2.h
1803include/CGAL/Segment_Delaunay_graph_2/Are_parallel_C2.h 2074include/CGAL/Segment_Delaunay_graph_2/Are_parallel_C2.h
1804include/CGAL/Segment_Delaunay_graph_2/Are_same_points_C2.h 2075include/CGAL/Segment_Delaunay_graph_2/Are_same_points_C2.h
1805include/CGAL/Segment_Delaunay_graph_2/Are_same_segments_C2.h 2076include/CGAL/Segment_Delaunay_graph_2/Are_same_segments_C2.h
1806include/CGAL/Segment_Delaunay_graph_2/Arrangement_enum.h 2077include/CGAL/Segment_Delaunay_graph_2/Arrangement_enum.h
1807include/CGAL/Segment_Delaunay_graph_2/Arrangement_type_C2.h 2078include/CGAL/Segment_Delaunay_graph_2/Arrangement_type_C2.h
1808include/CGAL/Segment_Delaunay_graph_2/Arrangement_type_non_intersecting_C2.h 2079include/CGAL/Segment_Delaunay_graph_2/Arrangement_type_non_intersecting_C2.h
1809include/CGAL/Segment_Delaunay_graph_2/Basic_predicates_C2.h 2080include/CGAL/Segment_Delaunay_graph_2/Basic_predicates_C2.h
1810include/CGAL/Segment_Delaunay_graph_2/Cartesian_converter.h 2081include/CGAL/Segment_Delaunay_graph_2/Cartesian_converter.h
1811include/CGAL/Segment_Delaunay_graph_2/Compare_x_2.h 2082include/CGAL/Segment_Delaunay_graph_2/Compare_x_2.h
1812include/CGAL/Segment_Delaunay_graph_2/Compare_y_2.h 2083include/CGAL/Segment_Delaunay_graph_2/Compare_y_2.h
1813include/CGAL/Segment_Delaunay_graph_2/Construct_storage_site_2.h 2084include/CGAL/Segment_Delaunay_graph_2/Construct_storage_site_2.h
@@ -1825,275 +2096,389 @@ include/CGAL/Segment_Delaunay_graph_2/Or @@ -1825,275 +2096,389 @@ include/CGAL/Segment_Delaunay_graph_2/Or
1825include/CGAL/Segment_Delaunay_graph_2/Predicates_C2.h 2096include/CGAL/Segment_Delaunay_graph_2/Predicates_C2.h
1826include/CGAL/Segment_Delaunay_graph_2/Segment_Delaunay_graph_2_impl.h 2097include/CGAL/Segment_Delaunay_graph_2/Segment_Delaunay_graph_2_impl.h
1827include/CGAL/Segment_Delaunay_graph_2/Segment_Delaunay_graph_hierarchy_2_impl.h 2098include/CGAL/Segment_Delaunay_graph_2/Segment_Delaunay_graph_hierarchy_2_impl.h
1828include/CGAL/Segment_Delaunay_graph_2/Sqrt_extension_2.h 2099include/CGAL/Segment_Delaunay_graph_2/Sqrt_extension_2.h
1829include/CGAL/Segment_Delaunay_graph_2/Traits_base_2.h 2100include/CGAL/Segment_Delaunay_graph_2/Traits_base_2.h
1830include/CGAL/Segment_Delaunay_graph_2/Traits_wrapper_2.h 2101include/CGAL/Segment_Delaunay_graph_2/Traits_wrapper_2.h
1831include/CGAL/Segment_Delaunay_graph_2/Triangulation_face_base_with_edges_2.h 2102include/CGAL/Segment_Delaunay_graph_2/Triangulation_face_base_with_edges_2.h
1832include/CGAL/Segment_Delaunay_graph_2/Vertex_conflict_C2.h 2103include/CGAL/Segment_Delaunay_graph_2/Vertex_conflict_C2.h
1833include/CGAL/Segment_Delaunay_graph_2/Voronoi_vertex_C2.h 2104include/CGAL/Segment_Delaunay_graph_2/Voronoi_vertex_C2.h
1834include/CGAL/Segment_Delaunay_graph_2/Voronoi_vertex_ring_C2.h 2105include/CGAL/Segment_Delaunay_graph_2/Voronoi_vertex_ring_C2.h
1835include/CGAL/Segment_Delaunay_graph_2/Voronoi_vertex_sqrt_field_C2.h 2106include/CGAL/Segment_Delaunay_graph_2/Voronoi_vertex_sqrt_field_C2.h
1836include/CGAL/Segment_Delaunay_graph_2/Voronoi_vertex_sqrt_field_new_C2.h 2107include/CGAL/Segment_Delaunay_graph_2/Voronoi_vertex_sqrt_field_new_C2.h
1837include/CGAL/Segment_Delaunay_graph_2/basic.h 2108include/CGAL/Segment_Delaunay_graph_2/basic.h
1838include/CGAL/Segment_Delaunay_graph_2/edge_list.h 
1839include/CGAL/Segment_Delaunay_graph_2/in_place_edge_list.h 2109include/CGAL/Segment_Delaunay_graph_2/in_place_edge_list.h
 2110include/CGAL/Segment_Delaunay_graph_Linf_2.h
 2111include/CGAL/Segment_Delaunay_graph_Linf_2/Basic_predicates_C2.h
 2112include/CGAL/Segment_Delaunay_graph_Linf_2/Bisector_Linf.h
 2113include/CGAL/Segment_Delaunay_graph_Linf_2/Constructions_C2.h
 2114include/CGAL/Segment_Delaunay_graph_Linf_2/Filtered_traits_base_2.h
 2115include/CGAL/Segment_Delaunay_graph_Linf_2/Finite_edge_interior_conflict_C2.h
 2116include/CGAL/Segment_Delaunay_graph_Linf_2/Infinite_edge_interior_conflict_C2.h
 2117include/CGAL/Segment_Delaunay_graph_Linf_2/Orientation_Linf_C2.h
 2118include/CGAL/Segment_Delaunay_graph_Linf_2/Oriented_side_C2.h
 2119include/CGAL/Segment_Delaunay_graph_Linf_2/Oriented_side_of_bisector_C2.h
 2120include/CGAL/Segment_Delaunay_graph_Linf_2/Predicates_C2.h
 2121include/CGAL/Segment_Delaunay_graph_Linf_2/Segment_Delaunay_graph_Linf_2_impl.h
 2122include/CGAL/Segment_Delaunay_graph_Linf_2/Segment_Delaunay_graph_Linf_hierarchy_2_impl.h
 2123include/CGAL/Segment_Delaunay_graph_Linf_2/Traits_base_2.h
 2124include/CGAL/Segment_Delaunay_graph_Linf_2/Vertex_conflict_C2.h
 2125include/CGAL/Segment_Delaunay_graph_Linf_2/Voronoi_vertex_C2.h
 2126include/CGAL/Segment_Delaunay_graph_Linf_2/Voronoi_vertex_ring_C2.h
 2127include/CGAL/Segment_Delaunay_graph_Linf_2/Voronoi_vertex_sqrt_field_new_C2.h
 2128include/CGAL/Segment_Delaunay_graph_Linf_2/basic.h
 2129include/CGAL/Segment_Delaunay_graph_Linf_filtered_traits_2.h
 2130include/CGAL/Segment_Delaunay_graph_Linf_hierarchy_2.h
 2131include/CGAL/Segment_Delaunay_graph_Linf_traits_2.h
1840include/CGAL/Segment_Delaunay_graph_adaptation_policies_2.h 2132include/CGAL/Segment_Delaunay_graph_adaptation_policies_2.h
1841include/CGAL/Segment_Delaunay_graph_adaptation_traits_2.h 2133include/CGAL/Segment_Delaunay_graph_adaptation_traits_2.h
1842include/CGAL/Segment_Delaunay_graph_face_base_2.h 2134include/CGAL/Segment_Delaunay_graph_face_base_2.h
1843include/CGAL/Segment_Delaunay_graph_filtered_traits_2.h 2135include/CGAL/Segment_Delaunay_graph_filtered_traits_2.h
1844include/CGAL/Segment_Delaunay_graph_hierarchy_2.h 2136include/CGAL/Segment_Delaunay_graph_hierarchy_2.h
1845include/CGAL/Segment_Delaunay_graph_hierarchy_vertex_base_2.h 2137include/CGAL/Segment_Delaunay_graph_hierarchy_vertex_base_2.h
1846include/CGAL/Segment_Delaunay_graph_simple_site_2.h 2138include/CGAL/Segment_Delaunay_graph_simple_site_2.h
1847include/CGAL/Segment_Delaunay_graph_simple_storage_site_2.h 2139include/CGAL/Segment_Delaunay_graph_simple_storage_site_2.h
1848include/CGAL/Segment_Delaunay_graph_site_2.h 2140include/CGAL/Segment_Delaunay_graph_site_2.h
1849include/CGAL/Segment_Delaunay_graph_storage_site_2.h 2141include/CGAL/Segment_Delaunay_graph_storage_site_2.h
1850include/CGAL/Segment_Delaunay_graph_storage_site_with_info_2.h 2142include/CGAL/Segment_Delaunay_graph_storage_site_with_info_2.h
1851include/CGAL/Segment_Delaunay_graph_storage_traits_2.h 2143include/CGAL/Segment_Delaunay_graph_storage_traits_2.h
1852include/CGAL/Segment_Delaunay_graph_storage_traits_with_info_2.h 2144include/CGAL/Segment_Delaunay_graph_storage_traits_with_info_2.h
1853include/CGAL/Segment_Delaunay_graph_traits_2.h 2145include/CGAL/Segment_Delaunay_graph_traits_2.h
1854include/CGAL/Segment_Delaunay_graph_vertex_base_2.h 2146include/CGAL/Segment_Delaunay_graph_vertex_base_2.h
1855include/CGAL/Segment_tree_d.h 2147include/CGAL/Segment_tree_d.h
1856include/CGAL/Segment_tree_k.h 2148include/CGAL/Segment_tree_k.h
 2149include/CGAL/Set_movable_separability_2/Single_mold_translational_casting/is_pullout_direction.h
 2150include/CGAL/Set_movable_separability_2/Single_mold_translational_casting/pullout_directions.h
 2151include/CGAL/Set_movable_separability_2/Single_mold_translational_casting/top_edges.h
 2152include/CGAL/Set_movable_separability_2/internal/Circle_arrangment.h
 2153include/CGAL/Set_movable_separability_2/internal/Utils.h
 2154include/CGAL/Shape_detection_3.h
 2155include/CGAL/Shape_detection_3/Cone.h
 2156include/CGAL/Shape_detection_3/Cylinder.h
 2157include/CGAL/Shape_detection_3/Efficient_RANSAC.h
 2158include/CGAL/Shape_detection_3/Efficient_RANSAC_traits.h
 2159include/CGAL/Shape_detection_3/Octree.h
 2160include/CGAL/Shape_detection_3/Plane.h
 2161include/CGAL/Shape_detection_3/Region_growing.h
 2162include/CGAL/Shape_detection_3/Shape_base.h
 2163include/CGAL/Shape_detection_3/Shape_detection_traits.h
 2164include/CGAL/Shape_detection_3/Sphere.h
 2165include/CGAL/Shape_detection_3/Torus.h
 2166include/CGAL/Shape_detection_3/property_maps.h
 2167include/CGAL/Side_of_bounded_square_2.h
 2168include/CGAL/Side_of_oriented_square_2.h
 2169include/CGAL/Side_of_triangle_mesh.h
1857include/CGAL/Simple_cartesian.h 2170include/CGAL/Simple_cartesian.h
1858include/CGAL/Simple_circular_kernel_2.h 2171include/CGAL/Simple_circular_kernel_2.h
1859include/CGAL/Simple_homogeneous.h 2172include/CGAL/Simple_homogeneous.h
 2173include/CGAL/Simple_polygon_visibility_2.h
1860include/CGAL/Simple_spherical_kernel_3.h 2174include/CGAL/Simple_spherical_kernel_3.h
1861include/CGAL/Sixtuple.h 2175include/CGAL/Sixtuple.h
1862include/CGAL/Skin_surface_3.h 2176include/CGAL/Skin_surface_3.h
1863include/CGAL/Skin_surface_base_3.h 2177include/CGAL/Skin_surface_base_3.h
1864include/CGAL/Skin_surface_filtered_traits_3.h 2178include/CGAL/Skin_surface_filtered_traits_3.h
1865include/CGAL/Skin_surface_marching_tetrahedra_observer_3.h 2179include/CGAL/Skin_surface_marching_tetrahedra_observer_3.h
1866include/CGAL/Skin_surface_polyhedral_items_3.h 2180include/CGAL/Skin_surface_polyhedral_items_3.h
1867include/CGAL/Skin_surface_polyhedral_items_with_face_information.h 2181include/CGAL/Skin_surface_polyhedral_items_with_face_information.h
1868include/CGAL/Skin_surface_quadratic_surface_3.h 2182include/CGAL/Skin_surface_quadratic_surface_3.h
1869include/CGAL/Skin_surface_refinement_policy_3.h 2183include/CGAL/Skin_surface_refinement_policy_3.h
1870include/CGAL/Skin_surface_traits_3.h 2184include/CGAL/Skin_surface_traits_3.h
 2185include/CGAL/Skiplist.h
1871include/CGAL/Small_side_angle_bisector_decomposition_2.h 2186include/CGAL/Small_side_angle_bisector_decomposition_2.h
1872include/CGAL/Snap_rounding_2.h 2187include/CGAL/Snap_rounding_2.h
1873include/CGAL/Snap_rounding_kd_2.h 2188include/CGAL/Snap_rounding_kd_2.h
1874include/CGAL/Snap_rounding_traits_2.h 2189include/CGAL/Snap_rounding_traits_2.h
1875include/CGAL/Sorted_matrix_search_traits_adaptor.h 2190include/CGAL/Sorted_matrix_search_traits_adaptor.h
 2191include/CGAL/Spatial_lock_grid_3.h
1876include/CGAL/Spatial_sort_traits_adapter_2.h 2192include/CGAL/Spatial_sort_traits_adapter_2.h
1877include/CGAL/Spatial_sort_traits_adapter_3.h 2193include/CGAL/Spatial_sort_traits_adapter_3.h
1878include/CGAL/Spatial_sort_traits_adapter_d.h 2194include/CGAL/Spatial_sort_traits_adapter_d.h
1879include/CGAL/Sphere_3.h 2195include/CGAL/Sphere_3.h
1880include/CGAL/Spherical_kernel_3.h 2196include/CGAL/Spherical_kernel_3.h
1881include/CGAL/Spherical_kernel_intersections.h 2197include/CGAL/Spherical_kernel_intersections.h
1882include/CGAL/Spherical_kernel_type_equality_wrapper.h 2198include/CGAL/Spherical_kernel_type_equality_wrapper.h
1883include/CGAL/Splitters.h 2199include/CGAL/Splitters.h
1884include/CGAL/Sqrt_extension.h 2200include/CGAL/Sqrt_extension.h
1885include/CGAL/Sqrt_extension/Algebraic_extension_traits.h 2201include/CGAL/Sqrt_extension/Algebraic_extension_traits.h
1886include/CGAL/Sqrt_extension/Algebraic_structure_traits.h 2202include/CGAL/Sqrt_extension/Algebraic_structure_traits.h
1887include/CGAL/Sqrt_extension/Chinese_remainder_traits.h 2203include/CGAL/Sqrt_extension/Chinese_remainder_traits.h
1888include/CGAL/Sqrt_extension/Coercion_traits.h 2204include/CGAL/Sqrt_extension/Coercion_traits.h
 2205include/CGAL/Sqrt_extension/Eigen_NumTraits.h
1889include/CGAL/Sqrt_extension/Fraction_traits.h 2206include/CGAL/Sqrt_extension/Fraction_traits.h
1890include/CGAL/Sqrt_extension/Get_arithmetic_kernel.h 2207include/CGAL/Sqrt_extension/Get_arithmetic_kernel.h
1891include/CGAL/Sqrt_extension/Modular_traits.h 2208include/CGAL/Sqrt_extension/Modular_traits.h
1892include/CGAL/Sqrt_extension/Real_embeddable_traits.h 2209include/CGAL/Sqrt_extension/Real_embeddable_traits.h
1893include/CGAL/Sqrt_extension/Scalar_factor_traits.h 2210include/CGAL/Sqrt_extension/Scalar_factor_traits.h
1894include/CGAL/Sqrt_extension/Sqrt_extension_type.h 2211include/CGAL/Sqrt_extension/Sqrt_extension_type.h
1895include/CGAL/Sqrt_extension/Wang_traits.h 2212include/CGAL/Sqrt_extension/Wang_traits.h
1896include/CGAL/Sqrt_extension/convert_to_bfi.h 2213include/CGAL/Sqrt_extension/convert_to_bfi.h
1897include/CGAL/Sqrt_extension/io.h 2214include/CGAL/Sqrt_extension/io.h
1898include/CGAL/Sqrt_extension_fwd.h 2215include/CGAL/Sqrt_extension_fwd.h
1899include/CGAL/Square_border_parameterizer_3.h 2216include/CGAL/Static_filtered_predicate.h
1900include/CGAL/Straight_2.h 
1901include/CGAL/Straight_skeleton_2.h 2217include/CGAL/Straight_skeleton_2.h
1902include/CGAL/Straight_skeleton_2/Polygon_offset_builder_2_impl.h 2218include/CGAL/Straight_skeleton_2/Polygon_offset_builder_2_impl.h
1903include/CGAL/Straight_skeleton_2/Straight_skeleton_aux.h 2219include/CGAL/Straight_skeleton_2/Straight_skeleton_aux.h
1904include/CGAL/Straight_skeleton_2/Straight_skeleton_builder_2_impl.h 2220include/CGAL/Straight_skeleton_2/Straight_skeleton_builder_2_impl.h
1905include/CGAL/Straight_skeleton_2/Straight_skeleton_builder_events_2.h 2221include/CGAL/Straight_skeleton_2/Straight_skeleton_builder_events_2.h
1906include/CGAL/Straight_skeleton_2/Straight_skeleton_builder_traits_2_aux.h 2222include/CGAL/Straight_skeleton_2/Straight_skeleton_builder_traits_2_aux.h
1907include/CGAL/Straight_skeleton_2/assertions.h 2223include/CGAL/Straight_skeleton_2/assertions.h
1908include/CGAL/Straight_skeleton_2/debug.h 2224include/CGAL/Straight_skeleton_2/debug.h
1909include/CGAL/Straight_skeleton_2/test.h 2225include/CGAL/Straight_skeleton_2/test.h
1910include/CGAL/Straight_skeleton_builder_2.h 2226include/CGAL/Straight_skeleton_builder_2.h
1911include/CGAL/Straight_skeleton_builder_traits_2.h 2227include/CGAL/Straight_skeleton_builder_traits_2.h
1912include/CGAL/Straight_skeleton_converter_2.h 2228include/CGAL/Straight_skeleton_converter_2.h
1913include/CGAL/Straight_skeleton_face_base_2.h 2229include/CGAL/Straight_skeleton_face_base_2.h
1914include/CGAL/Straight_skeleton_halfedge_base_2.h 2230include/CGAL/Straight_skeleton_halfedge_base_2.h
1915include/CGAL/Straight_skeleton_items_2.h 2231include/CGAL/Straight_skeleton_items_2.h
1916include/CGAL/Straight_skeleton_vertex_base_2.h 2232include/CGAL/Straight_skeleton_vertex_base_2.h
1917include/CGAL/Stream_lines_2.h 2233include/CGAL/Stream_lines_2.h
1918include/CGAL/Subdivision_mask_3.h 2234include/CGAL/Subdivision_method_3/internal/Euler_extensions.h
1919include/CGAL/Subdivision_method_3.h 2235include/CGAL/Subdivision_method_3/internal/subdivision_hosts_impl_3.h
1920include/CGAL/Subdivision_method_impl_3.h 2236include/CGAL/Subdivision_method_3/subdivision_hosts_3.h
 2237include/CGAL/Subdivision_method_3/subdivision_masks_3.h
 2238include/CGAL/Subdivision_method_3/subdivision_methods_3.h
 2239include/CGAL/Surface_mesh.h
 2240include/CGAL/Surface_mesh/IO.h
 2241include/CGAL/Surface_mesh/Properties.h
 2242include/CGAL/Surface_mesh/Surface_mesh.h
 2243include/CGAL/Surface_mesh/Surface_mesh_fwd.h
 2244include/CGAL/Surface_mesh_approximation/L21_metric_plane_proxy.h
 2245include/CGAL/Surface_mesh_approximation/L2_metric_plane_proxy.h
 2246include/CGAL/Surface_mesh_approximation/approximate_triangle_mesh.h
1921include/CGAL/Surface_mesh_cell_base_3.h 2247include/CGAL/Surface_mesh_cell_base_3.h
1922include/CGAL/Surface_mesh_complex_2_in_triangulation_3.h 2248include/CGAL/Surface_mesh_complex_2_in_triangulation_3.h
1923include/CGAL/Surface_mesh_default_criteria_3.h 2249include/CGAL/Surface_mesh_default_criteria_3.h
1924include/CGAL/Surface_mesh_default_edges_criteria_3.h 2250include/CGAL/Surface_mesh_default_edges_criteria_3.h
1925include/CGAL/Surface_mesh_default_triangulation_3.h 2251include/CGAL/Surface_mesh_default_triangulation_3.h
 2252include/CGAL/Surface_mesh_deformation.h
 2253include/CGAL/Surface_mesh_parameterization/ARAP_parameterizer_3.h
 2254include/CGAL/Surface_mesh_parameterization/Barycentric_mapping_parameterizer_3.h
 2255include/CGAL/Surface_mesh_parameterization/Circular_border_parameterizer_3.h
 2256include/CGAL/Surface_mesh_parameterization/Discrete_authalic_parameterizer_3.h
 2257include/CGAL/Surface_mesh_parameterization/Discrete_conformal_map_parameterizer_3.h
 2258include/CGAL/Surface_mesh_parameterization/Error_code.h
 2259include/CGAL/Surface_mesh_parameterization/Fixed_border_parameterizer_3.h
 2260include/CGAL/Surface_mesh_parameterization/IO/File_off.h
 2261include/CGAL/Surface_mesh_parameterization/LSCM_parameterizer_3.h
 2262include/CGAL/Surface_mesh_parameterization/MVC_post_processor_3.h
 2263include/CGAL/Surface_mesh_parameterization/Mean_value_coordinates_parameterizer_3.h
 2264include/CGAL/Surface_mesh_parameterization/Orbifold_Tutte_parameterizer_3.h
 2265include/CGAL/Surface_mesh_parameterization/Square_border_parameterizer_3.h
 2266include/CGAL/Surface_mesh_parameterization/Two_vertices_parameterizer_3.h
 2267include/CGAL/Surface_mesh_parameterization/internal/Bool_property_map.h
 2268include/CGAL/Surface_mesh_parameterization/internal/Containers_filler.h
 2269include/CGAL/Surface_mesh_parameterization/internal/angles.h
 2270include/CGAL/Surface_mesh_parameterization/internal/kernel_traits.h
 2271include/CGAL/Surface_mesh_parameterization/internal/orbifold_cone_helper.h
 2272include/CGAL/Surface_mesh_parameterization/internal/validity.h
 2273include/CGAL/Surface_mesh_parameterization/orbifold_enums.h
 2274include/CGAL/Surface_mesh_parameterization/orbifold_shortest_path.h
 2275include/CGAL/Surface_mesh_parameterization/parameterize.h
 2276include/CGAL/Surface_mesh_shortest_path.h
 2277include/CGAL/Surface_mesh_shortest_path/Surface_mesh_shortest_path.h
 2278include/CGAL/Surface_mesh_shortest_path/Surface_mesh_shortest_path_traits.h
 2279include/CGAL/Surface_mesh_shortest_path/barycentric.h
 2280include/CGAL/Surface_mesh_shortest_path/function_objects.h
 2281include/CGAL/Surface_mesh_shortest_path/internal/Cone_expansion_event.h
 2282include/CGAL/Surface_mesh_shortest_path/internal/Cone_tree.h
 2283include/CGAL/Surface_mesh_shortest_path/internal/misc_functions.h
1926include/CGAL/Surface_mesh_simplification/Detail/Common.h 2284include/CGAL/Surface_mesh_simplification/Detail/Common.h
1927include/CGAL/Surface_mesh_simplification/Detail/Edge_collapse.h 2285include/CGAL/Surface_mesh_simplification/Detail/Edge_collapse.h
1928include/CGAL/Surface_mesh_simplification/Detail/Edge_collapse_impl.h 2286include/CGAL/Surface_mesh_simplification/Detail/Edge_collapse_impl.h
1929include/CGAL/Surface_mesh_simplification/Edge_collapse_visitor_base.h 2287include/CGAL/Surface_mesh_simplification/Edge_collapse_visitor_base.h
1930include/CGAL/Surface_mesh_simplification/HalfedgeGraph_Polyhedron_3.h 2288include/CGAL/Surface_mesh_simplification/HalfedgeGraph_Polyhedron_3.h
 2289include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/Bounded_normal_change_placement.h
 2290include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/Constrained_placement.h
1931include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/Count_ratio_stop_predicate.h 2291include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/Count_ratio_stop_predicate.h
1932include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/Count_stop_predicate.h 2292include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/Count_stop_predicate.h
1933include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/Detail/Lindstrom_Turk_core.h 2293include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/Detail/Lindstrom_Turk_core.h
1934include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/Detail/Lindstrom_Turk_core_impl.h 2294include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/Detail/Lindstrom_Turk_core_impl.h
1935include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/Edge_length_cost.h 2295include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/Edge_length_cost.h
 2296include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/Edge_length_stop_predicate.h
1936include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/Edge_profile.h 2297include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/Edge_profile.h
1937include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/Edge_profile_impl.h 2298include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/Edge_profile_impl.h
1938include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/LindstromTurk.h 2299include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/LindstromTurk.h
1939include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/LindstromTurk_cost.h 2300include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/LindstromTurk_cost.h
1940include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/LindstromTurk_params.h 2301include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/LindstromTurk_params.h
1941include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/LindstromTurk_placement.h 2302include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/LindstromTurk_placement.h
1942include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/Midpoint_and_length.h 2303include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/Midpoint_and_length.h
1943include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/Midpoint_placement.h 2304include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/Midpoint_placement.h
1944include/CGAL/Surface_mesh_simplification/edge_collapse.h 2305include/CGAL/Surface_mesh_simplification/edge_collapse.h
1945include/CGAL/Surface_mesh_simplification/halfedge_collapse_Polyhedron_3.h 
1946include/CGAL/Surface_mesh_traits_generator_3.h 2306include/CGAL/Surface_mesh_traits_generator_3.h
1947include/CGAL/Surface_mesh_triangulation_generator_3.h 2307include/CGAL/Surface_mesh_triangulation_generator_3.h
1948include/CGAL/Surface_mesh_vertex_base_3.h 2308include/CGAL/Surface_mesh_vertex_base_3.h
1949include/CGAL/Surface_mesher/Combining_oracle.h 2309include/CGAL/Surface_mesher/Combining_oracle.h
1950include/CGAL/Surface_mesher/Has_edges.h 2310include/CGAL/Surface_mesher/Has_edges.h
1951include/CGAL/Surface_mesher/Implicit_surface_oracle_3.h 2311include/CGAL/Surface_mesher/Implicit_surface_oracle_3.h
1952include/CGAL/Surface_mesher/Intersection_data_structure_3.h 2312include/CGAL/Surface_mesher/Intersection_data_structure_3.h
1953include/CGAL/Surface_mesher/Null_oracle_visitor.h 2313include/CGAL/Surface_mesher/Null_oracle_visitor.h
1954include/CGAL/Surface_mesher/Point_surface_indices_oracle_visitor.h 2314include/CGAL/Surface_mesher/Point_surface_indices_oracle_visitor.h
 2315include/CGAL/Surface_mesher/Poisson_implicit_surface_oracle_3.h
1955include/CGAL/Surface_mesher/Polyhedral_oracle.h 2316include/CGAL/Surface_mesher/Polyhedral_oracle.h
1956include/CGAL/Surface_mesher/Profile_counter.h 2317include/CGAL/Surface_mesher/Profile_counter.h
1957include/CGAL/Surface_mesher/Profile_timer.h 2318include/CGAL/Surface_mesher/Profile_timer.h
1958include/CGAL/Surface_mesher/Sphere_oracle_3.h 2319include/CGAL/Surface_mesher/Sphere_oracle_3.h
1959include/CGAL/Surface_mesher/Standard_criteria.h 2320include/CGAL/Surface_mesher/Standard_criteria.h
1960include/CGAL/Surface_mesher/Surface_mesher.h 2321include/CGAL/Surface_mesher/Surface_mesher.h
1961include/CGAL/Surface_mesher/Surface_mesher_edges_level.h 2322include/CGAL/Surface_mesher/Surface_mesher_edges_level.h
1962include/CGAL/Surface_mesher/Surface_mesher_edges_level_visitor.h 2323include/CGAL/Surface_mesher/Surface_mesher_edges_level_visitor.h
1963include/CGAL/Surface_mesher/Surface_mesher_manifold.h 2324include/CGAL/Surface_mesher/Surface_mesher_manifold.h
1964include/CGAL/Surface_mesher/Surface_mesher_regular_edges.h 2325include/CGAL/Surface_mesher/Surface_mesher_regular_edges.h
1965include/CGAL/Surface_mesher/Surface_mesher_visitor.h 2326include/CGAL/Surface_mesher/Surface_mesher_visitor.h
1966include/CGAL/Surface_mesher/Types_generators.h 2327include/CGAL/Surface_mesher/Types_generators.h
1967include/CGAL/Surface_mesher/Verbose_flag.h 2328include/CGAL/Surface_mesher/Verbose_flag.h
1968include/CGAL/Surface_mesher/Vertices_on_the_same_psc_element_criterion.h 2329include/CGAL/Surface_mesher/Vertices_on_the_same_psc_element_criterion.h
1969include/CGAL/Surface_mesher/Vertices_on_the_same_surface_criterion.h 2330include/CGAL/Surface_mesher/Vertices_on_the_same_surface_criterion.h
1970include/CGAL/Surface_mesher_generator.h 2331include/CGAL/Surface_mesher_generator.h
1971include/CGAL/Sweep_line_2.h 2332include/CGAL/Surface_sweep_2.h
1972include/CGAL/Sweep_line_2/Arr_basic_insertion_sl_visitor.h 2333include/CGAL/Surface_sweep_2/Arr_basic_insertion_traits_2.h
1973include/CGAL/Sweep_line_2/Arr_basic_insertion_traits_2.h 2334include/CGAL/Surface_sweep_2/Arr_batched_pl_ss_visitor.h
1974include/CGAL/Sweep_line_2/Arr_batched_pl_sl_visitor.h 2335include/CGAL/Surface_sweep_2/Arr_construction_event.h
1975include/CGAL/Sweep_line_2/Arr_construction_event.h 2336include/CGAL/Surface_sweep_2/Arr_construction_event_base.h
1976include/CGAL/Sweep_line_2/Arr_construction_sl_visitor.h 2337include/CGAL/Surface_sweep_2/Arr_construction_ss_visitor.h
1977include/CGAL/Sweep_line_2/Arr_construction_subcurve.h 2338include/CGAL/Surface_sweep_2/Arr_construction_subcurve.h
1978include/CGAL/Sweep_line_2/Arr_default_overlay_traits_base.h 2339include/CGAL/Surface_sweep_2/Arr_default_overlay_traits_base.h
1979include/CGAL/Sweep_line_2/Arr_insertion_sl_visitor.h 2340include/CGAL/Surface_sweep_2/Arr_insertion_ss_visitor.h
1980include/CGAL/Sweep_line_2/Arr_insertion_traits_2.h 2341include/CGAL/Surface_sweep_2/Arr_insertion_traits_2.h
1981include/CGAL/Sweep_line_2/Arr_overlay_sl_visitor.h 2342include/CGAL/Surface_sweep_2/Arr_no_intersection_insertion_ss_visitor.h
1982include/CGAL/Sweep_line_2/Arr_overlay_subcurve.h 2343include/CGAL/Surface_sweep_2/Arr_overlay_event.h
1983include/CGAL/Sweep_line_2/Arr_overlay_traits_2.h 2344include/CGAL/Surface_sweep_2/Arr_overlay_ss_visitor.h
1984include/CGAL/Sweep_line_2/Arr_vert_decomp_sl_visitor.h 2345include/CGAL/Surface_sweep_2/Arr_overlay_subcurve.h
1985include/CGAL/Sweep_line_2/Basic_sweep_line_2_impl.h 2346include/CGAL/Surface_sweep_2/Arr_overlay_traits_2.h
1986include/CGAL/Sweep_line_2/Sweep_line_2_debug.h 2347include/CGAL/Surface_sweep_2/Arr_vert_decomp_ss_visitor.h
1987include/CGAL/Sweep_line_2/Sweep_line_2_impl.h 2348include/CGAL/Surface_sweep_2/Curve_comparer.h
1988include/CGAL/Sweep_line_2/Sweep_line_2_utils.h 2349include/CGAL/Surface_sweep_2/Curve_pair.h
1989include/CGAL/Sweep_line_2/Sweep_line_2_visitors.h 2350include/CGAL/Surface_sweep_2/Default_event.h
1990include/CGAL/Sweep_line_2/Sweep_line_curve_pair.h 2351include/CGAL/Surface_sweep_2/Default_event_base.h
1991include/CGAL/Sweep_line_2/Sweep_line_event.h 2352include/CGAL/Surface_sweep_2/Default_subcurve.h
1992include/CGAL/Sweep_line_2/Sweep_line_functors.h 2353include/CGAL/Surface_sweep_2/Default_visitor.h
1993include/CGAL/Sweep_line_2/Sweep_line_subcurve.h 2354include/CGAL/Surface_sweep_2/Default_visitor_base.h
 2355include/CGAL/Surface_sweep_2/Do_interior_intersect_visitor.h
 2356include/CGAL/Surface_sweep_2/Event_comparer.h
 2357include/CGAL/Surface_sweep_2/Intersection_points_visitor.h
 2358include/CGAL/Surface_sweep_2/No_intersection_surface_sweep_2_impl.h
 2359include/CGAL/Surface_sweep_2/No_overlap_event.h
 2360include/CGAL/Surface_sweep_2/No_overlap_event_base.h
 2361include/CGAL/Surface_sweep_2/No_overlap_subcurve.h
 2362include/CGAL/Surface_sweep_2/Subcurves_visitor.h
 2363include/CGAL/Surface_sweep_2/Surface_sweep_2_debug.h
 2364include/CGAL/Surface_sweep_2/Surface_sweep_2_impl.h
 2365include/CGAL/Surface_sweep_2/Surface_sweep_2_utils.h
 2366include/CGAL/Surface_sweep_2_algorithms.h
1994include/CGAL/Sweep_line_2_algorithms.h 2367include/CGAL/Sweep_line_2_algorithms.h
1995include/CGAL/Sweep_line_empty_visitor.h 2368include/CGAL/TDS_full_cell_default_storage_policy.h
1996include/CGAL/Taucs_fix.h 2369include/CGAL/TDS_full_cell_mirror_storage_policy.h
1997include/CGAL/Taucs_matrix.h 
1998include/CGAL/Taucs_solver_traits.h 
1999include/CGAL/Taucs_vector.h 
2000include/CGAL/Tetrahedron_3.h 2370include/CGAL/Tetrahedron_3.h
 2371include/CGAL/Three/Buffer_objects.h
 2372include/CGAL/Three/Edge_container.h
 2373include/CGAL/Three/Point_container.h
 2374include/CGAL/Three/Polyhedron_demo_io_plugin_interface.h
 2375include/CGAL/Three/Polyhedron_demo_plugin_helper.h
 2376include/CGAL/Three/Polyhedron_demo_plugin_interface.h
 2377include/CGAL/Three/Primitive_container.h
 2378include/CGAL/Three/Scene_draw_interface.h
 2379include/CGAL/Three/Scene_group_item.h
 2380include/CGAL/Three/Scene_interface.h
 2381include/CGAL/Three/Scene_item.h
 2382include/CGAL/Three/Scene_item_config.h
 2383include/CGAL/Three/Scene_item_rendering_helper.h
 2384include/CGAL/Three/Scene_item_with_properties.h
 2385include/CGAL/Three/Scene_print_item_interface.h
 2386include/CGAL/Three/Scene_transparent_interface.h
 2387include/CGAL/Three/Scene_zoomable_item_interface.h
 2388include/CGAL/Three/TextRenderer.h
 2389include/CGAL/Three/Three.h
 2390include/CGAL/Three/Triangle_container.h
 2391include/CGAL/Three/Viewer_config.h
 2392include/CGAL/Three/Viewer_interface.h
 2393include/CGAL/Three/exceptions.h
2001include/CGAL/Threetuple.h 2394include/CGAL/Threetuple.h
 2395include/CGAL/Time_stamper.h
2002include/CGAL/Timer.h 2396include/CGAL/Timer.h
2003include/CGAL/Tools/Counter.h 2397include/CGAL/Timer_impl.h
2004include/CGAL/Tools/Label.h 
2005include/CGAL/Tools/Log.h 
2006include/CGAL/Tools/chained_map.h 2398include/CGAL/Tools/chained_map.h
2007include/CGAL/Tools/utility_macros.h 
2008include/CGAL/Transform_iterator.h 2399include/CGAL/Transform_iterator.h
2009include/CGAL/Tree_assertions.h 2400include/CGAL/Tree_assertions.h
2010include/CGAL/Tree_base.h 2401include/CGAL/Tree_base.h
2011include/CGAL/Tree_traits.h 2402include/CGAL/Tree_traits.h
2012include/CGAL/Triangle_2.h 2403include/CGAL/Triangle_2.h
2013include/CGAL/Triangle_2_Iso_rectangle_2_intersection.h 
2014include/CGAL/Triangle_2_Line_2_intersection.h 
2015include/CGAL/Triangle_2_Point_2_intersection.h 
2016include/CGAL/Triangle_2_Ray_2_intersection.h 
2017include/CGAL/Triangle_2_Segment_2_intersection.h 
2018include/CGAL/Triangle_2_Triangle_2_do_intersect.h 
2019include/CGAL/Triangle_2_Triangle_2_intersection.h 
2020include/CGAL/Triangle_3.h 2404include/CGAL/Triangle_3.h
2021include/CGAL/Triangle_3_Line_3_do_intersect.h 
2022include/CGAL/Triangle_3_Plane_3_do_intersect.h 
2023include/CGAL/Triangle_3_Point_3_do_intersect.h 
2024include/CGAL/Triangle_3_Ray_3_do_intersect.h 
2025include/CGAL/Triangle_3_Segment_3_do_intersect.h 
2026include/CGAL/Triangle_3_Tetrahedron_3_do_intersect.h 
2027include/CGAL/Triangle_3_Triangle_3_do_intersect.h 
2028include/CGAL/Triangle_3_Triangle_3_intersection.h 
2029include/CGAL/Triangle_accessor_3.h 2405include/CGAL/Triangle_accessor_3.h
 2406include/CGAL/Triangular_expansion_visibility_2.h
2030include/CGAL/Triangular_field_2.h 2407include/CGAL/Triangular_field_2.h
2031include/CGAL/Triangulated_mixed_complex_observer_3.h 2408include/CGAL/Triangulated_mixed_complex_observer_3.h
 2409include/CGAL/Triangulation.h
2032include/CGAL/Triangulation_2.h 2410include/CGAL/Triangulation_2.h
 2411include/CGAL/Triangulation_2/insert_constraints.h
2033include/CGAL/Triangulation_2_filtered_projection_traits_3.h 2412include/CGAL/Triangulation_2_filtered_projection_traits_3.h
2034include/CGAL/Triangulation_2_projection_traits_3.h 2413include/CGAL/Triangulation_2_projection_traits_3.h
 2414include/CGAL/Triangulation_2_to_lcc.h
2035include/CGAL/Triangulation_2_traits_3.h 2415include/CGAL/Triangulation_2_traits_3.h
2036include/CGAL/Triangulation_3.h 2416include/CGAL/Triangulation_3.h
 2417include/CGAL/Triangulation_3_to_lcc.h
2037include/CGAL/Triangulation_cell_base_3.h 2418include/CGAL/Triangulation_cell_base_3.h
2038include/CGAL/Triangulation_cell_base_with_circumcenter_3.h 
2039include/CGAL/Triangulation_cell_base_with_info_3.h 2419include/CGAL/Triangulation_cell_base_with_info_3.h
2040include/CGAL/Triangulation_conformer_2.h 2420include/CGAL/Triangulation_conformer_2.h
 2421include/CGAL/Triangulation_data_structure.h
2041include/CGAL/Triangulation_data_structure_2.h 2422include/CGAL/Triangulation_data_structure_2.h
2042include/CGAL/Triangulation_data_structure_3.h 2423include/CGAL/Triangulation_data_structure_3.h
2043include/CGAL/Triangulation_data_structure_using_list_2.h 2424include/CGAL/Triangulation_data_structure_using_list_2.h
2044include/CGAL/Triangulation_default_data_structure_2.h 2425include/CGAL/Triangulation_default_data_structure_2.h
2045include/CGAL/Triangulation_ds_cell_base_3.h 2426include/CGAL/Triangulation_ds_cell_base_3.h
2046include/CGAL/Triangulation_ds_circulators_2.h 2427include/CGAL/Triangulation_ds_circulators_2.h
2047include/CGAL/Triangulation_ds_face_2.h 2428include/CGAL/Triangulation_ds_face_2.h
2048include/CGAL/Triangulation_ds_face_base_2.h 2429include/CGAL/Triangulation_ds_face_base_2.h
 2430include/CGAL/Triangulation_ds_full_cell.h
2049include/CGAL/Triangulation_ds_iterators_2.h 2431include/CGAL/Triangulation_ds_iterators_2.h
 2432include/CGAL/Triangulation_ds_vertex.h
2050include/CGAL/Triangulation_ds_vertex_2.h 2433include/CGAL/Triangulation_ds_vertex_2.h
2051include/CGAL/Triangulation_ds_vertex_base_2.h 2434include/CGAL/Triangulation_ds_vertex_base_2.h
2052include/CGAL/Triangulation_ds_vertex_base_3.h 2435include/CGAL/Triangulation_ds_vertex_base_3.h
2053include/CGAL/Triangulation_euclidean_traits_2.h 2436include/CGAL/Triangulation_euclidean_traits_2.h
2054include/CGAL/Triangulation_euclidean_traits_xy_3.h 2437include/CGAL/Triangulation_face.h
2055include/CGAL/Triangulation_euclidean_traits_xz_3.h 
2056include/CGAL/Triangulation_euclidean_traits_yz_3.h 
2057include/CGAL/Triangulation_face_base_2.h 2438include/CGAL/Triangulation_face_base_2.h
2058include/CGAL/Triangulation_face_base_with_info_2.h 2439include/CGAL/Triangulation_face_base_with_info_2.h
 2440include/CGAL/Triangulation_full_cell.h
2059include/CGAL/Triangulation_geom_traits_3.h 2441include/CGAL/Triangulation_geom_traits_3.h
2060include/CGAL/Triangulation_hierarchy_2.h 2442include/CGAL/Triangulation_hierarchy_2.h
2061include/CGAL/Triangulation_hierarchy_3.h 2443include/CGAL/Triangulation_hierarchy_3.h
2062include/CGAL/Triangulation_hierarchy_vertex_base_2.h 2444include/CGAL/Triangulation_hierarchy_vertex_base_2.h
2063include/CGAL/Triangulation_hierarchy_vertex_base_3.h 2445include/CGAL/Triangulation_hierarchy_vertex_base_3.h
2064include/CGAL/Triangulation_incremental_builder_3.h 2446include/CGAL/Triangulation_incremental_builder_3.h
2065include/CGAL/Triangulation_iterator_adaptator.h 2447include/CGAL/Triangulation_iterator_adaptator.h
2066include/CGAL/Triangulation_line_face_circulator_2.h 2448include/CGAL/Triangulation_line_face_circulator_2.h
2067include/CGAL/Triangulation_simplex_3.h 2449include/CGAL/Triangulation_simplex_3.h
2068include/CGAL/Triangulation_structural_filtering_traits.h 2450include/CGAL/Triangulation_structural_filtering_traits.h
2069include/CGAL/Triangulation_utils_2.h 2451include/CGAL/Triangulation_utils_2.h
2070include/CGAL/Triangulation_utils_3.h 2452include/CGAL/Triangulation_utils_3.h
 2453include/CGAL/Triangulation_vertex.h
2071include/CGAL/Triangulation_vertex_base_2.h 2454include/CGAL/Triangulation_vertex_base_2.h
2072include/CGAL/Triangulation_vertex_base_3.h 2455include/CGAL/Triangulation_vertex_base_3.h
2073include/CGAL/Triangulation_vertex_base_with_id_2.h 2456include/CGAL/Triangulation_vertex_base_with_id_2.h
2074include/CGAL/Triangulation_vertex_base_with_info_2.h 2457include/CGAL/Triangulation_vertex_base_with_info_2.h
2075include/CGAL/Triangulation_vertex_base_with_info_3.h 2458include/CGAL/Triangulation_vertex_base_with_info_3.h
2076include/CGAL/Trivial_iterator.h 2459include/CGAL/Trivial_iterator.h
2077include/CGAL/Two_vertices_parameterizer_3.h 
2078include/CGAL/Twotuple.h 2460include/CGAL/Twotuple.h
2079include/CGAL/Umbilics.h 2461include/CGAL/Umbilics.h
2080include/CGAL/Uncertain.h 2462include/CGAL/Uncertain.h
2081include/CGAL/Unfiltered_predicate_adaptor.h 2463include/CGAL/Unfiltered_predicate_adaptor.h
2082include/CGAL/Union_find.h 2464include/CGAL/Union_find.h
2083include/CGAL/Union_of_balls_3.h 2465include/CGAL/Union_of_balls_3.h
2084include/CGAL/Unique_hash_map.h 2466include/CGAL/Unique_hash_map.h
 2467include/CGAL/Variational_shape_approximation.h
2085include/CGAL/Vector_2.h 2468include/CGAL/Vector_2.h
2086include/CGAL/Vector_3.h 2469include/CGAL/Vector_3.h
 2470include/CGAL/Vertex2Data_Property_Map_with_std_map.h
 2471include/CGAL/Visibility_2/visibility_utils.h
2087include/CGAL/Voronoi_diagram_2.h 2472include/CGAL/Voronoi_diagram_2.h
2088include/CGAL/Voronoi_diagram_2/Accessor.h 2473include/CGAL/Voronoi_diagram_2/Accessor.h
2089include/CGAL/Voronoi_diagram_2/Adaptation_traits_base_2.h 2474include/CGAL/Voronoi_diagram_2/Adaptation_traits_base_2.h
2090include/CGAL/Voronoi_diagram_2/Adaptation_traits_functors.h 2475include/CGAL/Voronoi_diagram_2/Adaptation_traits_functors.h
2091include/CGAL/Voronoi_diagram_2/Apollonius_graph_degeneracy_testers.h 2476include/CGAL/Voronoi_diagram_2/Apollonius_graph_degeneracy_testers.h
2092include/CGAL/Voronoi_diagram_2/Apollonius_graph_nearest_site_2.h 2477include/CGAL/Voronoi_diagram_2/Apollonius_graph_nearest_site_2.h
2093include/CGAL/Voronoi_diagram_2/Cached_degeneracy_testers.h 2478include/CGAL/Voronoi_diagram_2/Cached_degeneracy_testers.h
2094include/CGAL/Voronoi_diagram_2/Circulator_adaptors.h 2479include/CGAL/Voronoi_diagram_2/Circulator_adaptors.h
2095include/CGAL/Voronoi_diagram_2/Connected_components.h 2480include/CGAL/Voronoi_diagram_2/Connected_components.h
2096include/CGAL/Voronoi_diagram_2/Construct_dual_points.h 2481include/CGAL/Voronoi_diagram_2/Construct_dual_points.h
2097include/CGAL/Voronoi_diagram_2/Default_site_inserters.h 2482include/CGAL/Voronoi_diagram_2/Default_site_inserters.h
2098include/CGAL/Voronoi_diagram_2/Default_site_removers.h 2483include/CGAL/Voronoi_diagram_2/Default_site_removers.h
2099include/CGAL/Voronoi_diagram_2/Degeneracy_tester_binders.h 2484include/CGAL/Voronoi_diagram_2/Degeneracy_tester_binders.h
@@ -2108,441 +2493,807 @@ include/CGAL/Voronoi_diagram_2/Handle_ad @@ -2108,441 +2493,807 @@ include/CGAL/Voronoi_diagram_2/Handle_ad
2108include/CGAL/Voronoi_diagram_2/Identity_rejectors.h 2493include/CGAL/Voronoi_diagram_2/Identity_rejectors.h
2109include/CGAL/Voronoi_diagram_2/Iterator_adaptors.h 2494include/CGAL/Voronoi_diagram_2/Iterator_adaptors.h
2110include/CGAL/Voronoi_diagram_2/Policy_base.h 2495include/CGAL/Voronoi_diagram_2/Policy_base.h
2111include/CGAL/Voronoi_diagram_2/Regular_triangulation_degeneracy_testers.h 2496include/CGAL/Voronoi_diagram_2/Regular_triangulation_degeneracy_testers.h
2112include/CGAL/Voronoi_diagram_2/Regular_triangulation_nearest_site_2.h 2497include/CGAL/Voronoi_diagram_2/Regular_triangulation_nearest_site_2.h
2113include/CGAL/Voronoi_diagram_2/Segment_Delaunay_graph_degeneracy_testers.h 2498include/CGAL/Voronoi_diagram_2/Segment_Delaunay_graph_degeneracy_testers.h
2114include/CGAL/Voronoi_diagram_2/Segment_Delaunay_graph_nearest_site_2.h 2499include/CGAL/Voronoi_diagram_2/Segment_Delaunay_graph_nearest_site_2.h
2115include/CGAL/Voronoi_diagram_2/Site_accessors.h 2500include/CGAL/Voronoi_diagram_2/Site_accessors.h
2116include/CGAL/Voronoi_diagram_2/Unbounded_edges.h 2501include/CGAL/Voronoi_diagram_2/Unbounded_edges.h
2117include/CGAL/Voronoi_diagram_2/Unbounded_faces.h 2502include/CGAL/Voronoi_diagram_2/Unbounded_faces.h
2118include/CGAL/Voronoi_diagram_2/Validity_testers.h 2503include/CGAL/Voronoi_diagram_2/Validity_testers.h
2119include/CGAL/Voronoi_diagram_2/Vertex.h 2504include/CGAL/Voronoi_diagram_2/Vertex.h
2120include/CGAL/Voronoi_diagram_2/basic.h 2505include/CGAL/Voronoi_diagram_2/basic.h
2121include/CGAL/Voronoi_diagram_2/tags.h 
2122include/CGAL/Voronoi_intersection_2_traits_3.h 2506include/CGAL/Voronoi_intersection_2_traits_3.h
2123include/CGAL/Weighted_Minkowski_distance.h 2507include/CGAL/Weighted_Minkowski_distance.h
2124include/CGAL/Weighted_alpha_shape_euclidean_traits_2.h 2508include/CGAL/Weighted_alpha_shape_euclidean_traits_2.h
2125include/CGAL/Weighted_alpha_shape_euclidean_traits_3.h 2509include/CGAL/Weighted_alpha_shape_euclidean_traits_3.h
2126include/CGAL/Weighted_point.h 2510include/CGAL/Weighted_point.h
2127include/CGAL/Weighted_point_with_psc_localisation.h 2511include/CGAL/Weighted_point_2.h
2128include/CGAL/Weighted_point_with_surface_index.h 2512include/CGAL/Weighted_point_3.h
2129include/CGAL/Weighted_point_with_surface_index_geom_traits.h 
2130include/CGAL/Width_3.h 2513include/CGAL/Width_3.h
2131include/CGAL/Width_default_traits_3.h 2514include/CGAL/Width_default_traits_3.h
2132include/CGAL/Width_polyhedron_3.h 2515include/CGAL/Width_polyhedron_3.h
2133include/CGAL/Win32_exception.h 
2134include/CGAL/aff_transformation_tags.h 2516include/CGAL/aff_transformation_tags.h
 2517include/CGAL/aff_transformation_tags_impl.h
2135include/CGAL/algorithm.h 2518include/CGAL/algorithm.h
2136include/CGAL/all_furthest_neighbors_2.h 2519include/CGAL/all_furthest_neighbors_2.h
2137include/CGAL/apply_to_range.h 2520include/CGAL/apply_to_range.h
2138include/CGAL/approximated_offset_2.h 2521include/CGAL/approximated_offset_2.h
 2522include/CGAL/argument_swaps.h
2139include/CGAL/arrange_offset_polygons_2.h 2523include/CGAL/arrange_offset_polygons_2.h
2140include/CGAL/array.h 2524include/CGAL/array.h
2141include/CGAL/assertions.h 2525include/CGAL/assertions.h
2142include/CGAL/assertions_behaviour.h 2526include/CGAL/assertions_behaviour.h
 2527include/CGAL/assertions_impl.h
 2528include/CGAL/atomic.h
2143include/CGAL/auto_link/CGAL.h 2529include/CGAL/auto_link/CGAL.h
2144include/CGAL/auto_link/CGALQt3.h 
2145include/CGAL/auto_link/CORE.h 2530include/CGAL/auto_link/CORE.h
2146include/CGAL/auto_link/GMP.h 
2147include/CGAL/auto_link/ImageIO.h 2531include/CGAL/auto_link/ImageIO.h
2148include/CGAL/auto_link/LAPACK.h 2532include/CGAL/auto_link/LAPACK.h
2149include/CGAL/auto_link/MPFR.h 2533include/CGAL/auto_link/Qt.h
2150include/CGAL/auto_link/Qt4.h 
2151include/CGAL/auto_link/TAUCS.h 2534include/CGAL/auto_link/TAUCS.h
2152include/CGAL/auto_link/auto_link.h 2535include/CGAL/auto_link/auto_link.h
2153include/CGAL/barycenter.h 2536include/CGAL/barycenter.h
2154include/CGAL/basic.h 2537include/CGAL/basic.h
2155include/CGAL/basic_classes.h 2538include/CGAL/basic_classes.h
2156include/CGAL/basic_constructions_2.h 2539include/CGAL/basic_constructions_2.h
2157include/CGAL/basic_constructions_3.h 2540include/CGAL/basic_constructions_3.h
2158include/CGAL/bbox_intersection_3.h 2541include/CGAL/bilateral_smooth_point_set.h
 2542include/CGAL/boost/bimap.hpp
 2543include/CGAL/boost/bimap/multiset_of.hpp
 2544include/CGAL/boost/graph/Dual.h
 2545include/CGAL/boost/graph/Euler_operations.h
 2546include/CGAL/boost/graph/Face_filtered_graph.h
 2547include/CGAL/boost/graph/Graph_with_descriptor_with_graph.h
 2548include/CGAL/boost/graph/Graph_with_descriptor_with_graph_fwd.h
 2549include/CGAL/boost/graph/METIS/partition_dual_graph.h
 2550include/CGAL/boost/graph/METIS/partition_graph.h
 2551include/CGAL/boost/graph/Seam_mesh.h
 2552include/CGAL/boost/graph/backward_compatibility_functions.h
 2553include/CGAL/boost/graph/boost_parameters_interface.h
 2554include/CGAL/boost/graph/convert_nef_polyhedron_to_polygon_mesh.h
 2555include/CGAL/boost/graph/copy_face_graph.h
 2556include/CGAL/boost/graph/dijkstra_shortest_paths.h
 2557include/CGAL/boost/graph/dijkstra_shortest_paths.hpp
 2558include/CGAL/boost/graph/graph_concepts.h
 2559include/CGAL/boost/graph/graph_traits_Arrangement_2.h
 2560include/CGAL/boost/graph/graph_traits_Constrained_Delaunay_triangulation_2.h
 2561include/CGAL/boost/graph/graph_traits_Constrained_triangulation_2.h
 2562include/CGAL/boost/graph/graph_traits_Constrained_triangulation_plus_2.h
2159include/CGAL/boost/graph/graph_traits_Delaunay_triangulation_2.h 2563include/CGAL/boost/graph/graph_traits_Delaunay_triangulation_2.h
 2564include/CGAL/boost/graph/graph_traits_Dual_Arrangement_2.h
2160include/CGAL/boost/graph/graph_traits_HalfedgeDS.h 2565include/CGAL/boost/graph/graph_traits_HalfedgeDS.h
 2566include/CGAL/boost/graph/graph_traits_HalfedgeDS_default.h
 2567include/CGAL/boost/graph/graph_traits_Linear_cell_complex_for_combinatorial_map.h
 2568include/CGAL/boost/graph/graph_traits_OpenMesh.h
 2569include/CGAL/boost/graph/graph_traits_PolyMesh_ArrayKernelT.h
2161include/CGAL/boost/graph/graph_traits_Polyhedron_3.h 2570include/CGAL/boost/graph/graph_traits_Polyhedron_3.h
 2571include/CGAL/boost/graph/graph_traits_Regular_triangulation_2.h
 2572include/CGAL/boost/graph/graph_traits_Seam_mesh.h
 2573include/CGAL/boost/graph/graph_traits_Surface_mesh.h
 2574include/CGAL/boost/graph/graph_traits_TriMesh_ArrayKernelT.h
2162include/CGAL/boost/graph/graph_traits_Triangulation_2.h 2575include/CGAL/boost/graph/graph_traits_Triangulation_2.h
 2576include/CGAL/boost/graph/graph_traits_Triangulation_data_structure_2.h
 2577include/CGAL/boost/graph/graph_traits_Triangulation_hierarchy_2.h
2163include/CGAL/boost/graph/halfedge_graph_traits.h 2578include/CGAL/boost/graph/halfedge_graph_traits.h
2164include/CGAL/boost/graph/halfedge_graph_traits_HalfedgeDS.h 2579include/CGAL/boost/graph/halfedge_graph_traits_HalfedgeDS.h
2165include/CGAL/boost/graph/halfedge_graph_traits_Polyhedron_3.h 2580include/CGAL/boost/graph/halfedge_graph_traits_Polyhedron_3.h
 2581include/CGAL/boost/graph/helpers.h
 2582include/CGAL/boost/graph/internal/Has_member_clear.h
 2583include/CGAL/boost/graph/internal/Has_member_id.h
 2584include/CGAL/boost/graph/internal/OM_iterator_from_circulator.h
 2585include/CGAL/boost/graph/internal/helpers.h
 2586include/CGAL/boost/graph/io.h
 2587include/CGAL/boost/graph/iterator.h
2166include/CGAL/boost/graph/named_function_params.h 2588include/CGAL/boost/graph/named_function_params.h
 2589include/CGAL/boost/graph/named_params_helper.h
 2590include/CGAL/boost/graph/parameters_interface.h
 2591include/CGAL/boost/graph/partition.h
2167include/CGAL/boost/graph/properties.h 2592include/CGAL/boost/graph/properties.h
 2593include/CGAL/boost/graph/properties_Linear_cell_complex_for_combinatorial_map.h
 2594include/CGAL/boost/graph/properties_OpenMesh.h
 2595include/CGAL/boost/graph/properties_PolyMesh_ArrayKernelT.h
2168include/CGAL/boost/graph/properties_Polyhedron_3.h 2596include/CGAL/boost/graph/properties_Polyhedron_3.h
 2597include/CGAL/boost/graph/properties_Polyhedron_3_features.h
 2598include/CGAL/boost/graph/properties_Polyhedron_3_time_stamp.h
 2599include/CGAL/boost/graph/properties_Seam_mesh.h
 2600include/CGAL/boost/graph/properties_Surface_mesh.h
 2601include/CGAL/boost/graph/properties_Surface_mesh_features.h
 2602include/CGAL/boost/graph/properties_Surface_mesh_time_stamp.h
 2603include/CGAL/boost/graph/properties_TriMesh_ArrayKernelT.h
 2604include/CGAL/boost/graph/property_maps.h
 2605include/CGAL/boost/graph/selection.h
 2606include/CGAL/boost/graph/split_graph_into_polylines.h
 2607include/CGAL/boost/graph/visitor.h
 2608include/CGAL/boost/iterator/counting_iterator.hpp
 2609include/CGAL/boost/iterator/transform_iterator.hpp
 2610include/CGAL/boost/parameter.h
 2611include/CGAL/boost_mp.h
2169include/CGAL/bounding_box.h 2612include/CGAL/bounding_box.h
2170include/CGAL/box_intersection_d.h 2613include/CGAL/box_intersection_d.h
2171include/CGAL/cartesian_homogeneous_conversion.h 2614include/CGAL/cartesian_homogeneous_conversion.h
2172include/CGAL/centroid.h 2615include/CGAL/centroid.h
2173include/CGAL/certified_numeric_predicates.h 2616include/CGAL/certified_numeric_predicates.h
2174include/CGAL/certified_quotient_predicates.h 2617include/CGAL/certified_quotient_predicates.h
2175include/CGAL/ch_akl_toussaint.h 2618include/CGAL/ch_akl_toussaint.h
2176include/CGAL/ch_bykat.h 2619include/CGAL/ch_bykat.h
2177include/CGAL/ch_eddy.h 2620include/CGAL/ch_eddy.h
2178include/CGAL/ch_function_objects_2.h 2621include/CGAL/ch_function_objects_2.h
2179include/CGAL/ch_graham_andrew.h 2622include/CGAL/ch_graham_andrew.h
2180include/CGAL/ch_jarvis.h 2623include/CGAL/ch_jarvis.h
2181include/CGAL/ch_melkman.h 2624include/CGAL/ch_melkman.h
2182include/CGAL/ch_selected_extreme_points_2.h 2625include/CGAL/ch_selected_extreme_points_2.h
2183include/CGAL/circulator.h 2626include/CGAL/circulator.h
2184include/CGAL/circulator_bases.h 2627include/CGAL/circulator_bases.h
2185include/CGAL/circulator_impl.h 
2186include/CGAL/compare_vertices.h 2628include/CGAL/compare_vertices.h
2187include/CGAL/compiler_config.h 2629include/CGAL/compiler_config.h
2188include/CGAL/compute_average_spacing.h 2630include/CGAL/compute_average_spacing.h
2189include/CGAL/compute_outer_frame_margin.h 2631include/CGAL/compute_outer_frame_margin.h
2190include/CGAL/config.h 2632include/CGAL/config.h
2191include/CGAL/connect_holes.h 2633include/CGAL/connect_holes.h
2192include/CGAL/constant.h 2634include/CGAL/constant.h
2193include/CGAL/constructions/Polygon_offset_cons_ftC2.h 2635include/CGAL/constructions/Polygon_offset_cons_ftC2.h
2194include/CGAL/constructions/Straight_skeleton_cons_ftC2.h 2636include/CGAL/constructions/Straight_skeleton_cons_ftC2.h
2195include/CGAL/constructions/constructions_for_voronoi_intersection_cartesian_2_3.h 2637include/CGAL/constructions/constructions_for_voronoi_intersection_cartesian_2_3.h
2196include/CGAL/constructions/constructions_on_weighted_points_cartesian_3.h 
2197include/CGAL/constructions/kernel_ftC2.h 2638include/CGAL/constructions/kernel_ftC2.h
2198include/CGAL/constructions/kernel_ftC3.h 2639include/CGAL/constructions/kernel_ftC3.h
2199include/CGAL/constructions/squared_radius_smallest_orthogonalcircle_ftC2.h 
2200include/CGAL/constructions_d.h 2640include/CGAL/constructions_d.h
2201include/CGAL/constructions_on_weighted_points_cartesian_2.h 
2202include/CGAL/constructions_on_weighted_points_homogeneous_2.h 
2203include/CGAL/convert_to_bfi.h 2641include/CGAL/convert_to_bfi.h
2204include/CGAL/convex_decomposition_3.h 2642include/CGAL/convex_decomposition_3.h
2205include/CGAL/convex_hull_2.h 2643include/CGAL/convex_hull_2.h
2206include/CGAL/convex_hull_3.h 2644include/CGAL/convex_hull_3.h
 2645include/CGAL/convex_hull_3_to_face_graph.h
2207include/CGAL/convex_hull_3_to_polyhedron_3.h 2646include/CGAL/convex_hull_3_to_polyhedron_3.h
2208include/CGAL/convex_hull_constructive_traits_2.h 2647include/CGAL/convex_hull_constructive_traits_2.h
2209include/CGAL/convex_hull_incremental_3.h 
2210include/CGAL/convex_hull_traits_2.h 2648include/CGAL/convex_hull_traits_2.h
2211include/CGAL/convexity_check_2.h 2649include/CGAL/convexity_check_2.h
2212include/CGAL/convexity_check_3.h 2650include/CGAL/convexity_check_3.h
2213include/CGAL/copy_n.h 2651include/CGAL/copy_n.h
2214include/CGAL/create_offset_polygons_2.h 2652include/CGAL/create_offset_polygons_2.h
2215include/CGAL/create_offset_polygons_from_polygon_with_holes_2.h 2653include/CGAL/create_offset_polygons_from_polygon_with_holes_2.h
2216include/CGAL/create_straight_skeleton_2.h 2654include/CGAL/create_straight_skeleton_2.h
2217include/CGAL/create_straight_skeleton_from_polygon_with_holes_2.h 2655include/CGAL/create_straight_skeleton_from_polygon_with_holes_2.h
 2656include/CGAL/demangle.h
2218include/CGAL/determinant.h 2657include/CGAL/determinant.h
 2658include/CGAL/determinant_of_vectors.h
 2659include/CGAL/disable_warnings.h
2219include/CGAL/distance_predicates_2.h 2660include/CGAL/distance_predicates_2.h
2220include/CGAL/distance_predicates_3.h 2661include/CGAL/distance_predicates_3.h
2221include/CGAL/double.h 2662include/CGAL/double.h
2222include/CGAL/eigen.h 2663include/CGAL/draw_linear_cell_complex.h
2223include/CGAL/eigen_2.h 2664include/CGAL/draw_polyhedron.h
 2665include/CGAL/draw_surface_mesh.h
 2666include/CGAL/draw_triangulation_2.h
 2667include/CGAL/draw_triangulation_3.h
 2668include/CGAL/edge_aware_upsample_point_set.h
 2669include/CGAL/enable_warnings.h
2224include/CGAL/enum.h 2670include/CGAL/enum.h
2225include/CGAL/envelope_2.h 2671include/CGAL/envelope_2.h
2226include/CGAL/envelope_3.h 2672include/CGAL/envelope_3.h
 2673include/CGAL/estimate_scale.h
2227include/CGAL/exceptions.h 2674include/CGAL/exceptions.h
 2675include/CGAL/export/CGAL.h
 2676include/CGAL/export/CORE.h
 2677include/CGAL/export/ImageIO.h
 2678include/CGAL/export/Qt.h
 2679include/CGAL/export/helpers.h
2228include/CGAL/extended_euclidean_algorithm.h 2680include/CGAL/extended_euclidean_algorithm.h
 2681include/CGAL/extract_mean_curvature_flow_skeleton.h
2229include/CGAL/extremal_polygon_2.h 2682include/CGAL/extremal_polygon_2.h
2230include/CGAL/exude_mesh_3.h 2683include/CGAL/exude_mesh_3.h
2231include/CGAL/float.h 2684include/CGAL/float.h
 2685include/CGAL/function.h
2232include/CGAL/function_objects.h 2686include/CGAL/function_objects.h
 2687include/CGAL/functional.h
2233include/CGAL/functions_on_enums.h 2688include/CGAL/functions_on_enums.h
2234include/CGAL/functions_on_signs.h 2689include/CGAL/functions_on_signs.h
2235include/CGAL/generators.h 2690include/CGAL/generators.h
2236include/CGAL/generic_sweep.h 2691include/CGAL/generic_sweep.h
2237include/CGAL/gl.h 2692include/CGAL/gl.h
2238include/CGAL/global_functions_circular_kernel_2.h 2693include/CGAL/global_functions_circular_kernel_2.h
2239include/CGAL/global_functions_on_root_for_sphere_2_3.h 2694include/CGAL/global_functions_on_root_for_sphere_2_3.h
2240include/CGAL/global_functions_on_roots_and_polynomials_1_3.h 2695include/CGAL/global_functions_on_roots_and_polynomials_1_3.h
2241include/CGAL/global_functions_on_roots_and_polynomials_2_3.h 2696include/CGAL/global_functions_on_roots_and_polynomials_2_3.h
2242include/CGAL/global_functions_spherical_kernel_3.h 2697include/CGAL/global_functions_spherical_kernel_3.h
2243include/CGAL/glu.h 2698include/CGAL/glu.h
2244include/CGAL/gmp.h 2699include/CGAL/gmp.h
2245include/CGAL/gmpxx.h 2700include/CGAL/gmpxx.h
2246include/CGAL/gmpxx_coercion_traits.h 2701include/CGAL/gmpxx_coercion_traits.h
 2702include/CGAL/gnuplot_output_2.h
2247include/CGAL/grabbers.h 2703include/CGAL/grabbers.h
2248include/CGAL/graph_traits_Arrangement_2.h 2704include/CGAL/graph_traits_Arrangement_2.h
2249include/CGAL/graph_traits_Dual_Arrangement_2.h 2705include/CGAL/graph_traits_dual_arrangement_2.h
 2706include/CGAL/graph_traits_dual_arrangement_on_surface_2.h
 2707include/CGAL/graph_traits_dual_arrangement_on_surface_with_history_2.h
 2708include/CGAL/graph_traits_dual_arrangement_with_history_2.h
2250include/CGAL/grid_simplify_point_set.h 2709include/CGAL/grid_simplify_point_set.h
2251include/CGAL/halfedgeDS_cut_component.h 2710include/CGAL/halfedgeDS_cut_component.h
2252include/CGAL/halfedgeds_connected_components.h 2711include/CGAL/halfedgeds_connected_components.h
 2712include/CGAL/hash_openmesh.h
 2713include/CGAL/hierarchy_simplify_point_set.h
2253include/CGAL/hilbert_sort.h 2714include/CGAL/hilbert_sort.h
 2715include/CGAL/hilbert_sort_on_sphere.h
2254include/CGAL/in_place_edge_list.h 2716include/CGAL/in_place_edge_list.h
2255include/CGAL/int.h 2717include/CGAL/int.h
2256include/CGAL/internal/AABB_tree/AABB_drawing_traits.h 2718include/CGAL/internal/AABB_tree/AABB_drawing_traits.h
2257include/CGAL/internal/AABB_tree/AABB_node.h 2719include/CGAL/internal/AABB_tree/AABB_node.h
 2720include/CGAL/internal/AABB_tree/AABB_ray_intersection.h
2258include/CGAL/internal/AABB_tree/AABB_search_tree.h 2721include/CGAL/internal/AABB_tree/AABB_search_tree.h
2259include/CGAL/internal/AABB_tree/AABB_traversal_traits.h 2722include/CGAL/internal/AABB_tree/AABB_traversal_traits.h
2260include/CGAL/internal/AABB_tree/nearest_point_segment_3.h 2723include/CGAL/internal/AABB_tree/Has_nested_type_Shared_data.h
2261include/CGAL/internal/AABB_tree/nearest_point_triangle_3.h 2724include/CGAL/internal/AABB_tree/Is_ray_intersection_geomtraits.h
 2725include/CGAL/internal/AABB_tree/Primitive_helper.h
 2726include/CGAL/internal/AFSR/Surface_face_base_2.h
 2727include/CGAL/internal/AFSR/Surface_vertex_base_2.h
 2728include/CGAL/internal/AFSR/construct_polyhedron.h
 2729include/CGAL/internal/AFSR/construct_surface_2.h
 2730include/CGAL/internal/AFSR/orient.h
 2731include/CGAL/internal/AFSR/write_triple_indices.h
2262include/CGAL/internal/Classification_type.h 2732include/CGAL/internal/Classification_type.h
2263include/CGAL/internal/Combinatorial_map_functors.h 2733include/CGAL/internal/Combination_enumerator.h
 2734include/CGAL/internal/Combinatorial_map_copy_functors.h
 2735include/CGAL/internal/Combinatorial_map_group_functors.h
 2736include/CGAL/internal/Combinatorial_map_internal_functors.h
 2737include/CGAL/internal/Combinatorial_map_sewable.h
2264include/CGAL/internal/Combinatorial_map_utility.h 2738include/CGAL/internal/Combinatorial_map_utility.h
 2739include/CGAL/internal/Combinatorial_map_utility_novariadic.h
 2740include/CGAL/internal/Dehn_hyperbolic_octagon_translation_word.h
2265include/CGAL/internal/Delaunay_triangulation_hierarchy_3.h 2741include/CGAL/internal/Delaunay_triangulation_hierarchy_3.h
2266include/CGAL/internal/Dummy_tds_3.h 2742include/CGAL/internal/Dummy_tds_3.h
 2743include/CGAL/internal/Exact_complex.h
2267include/CGAL/internal/Exact_type_selector.h 2744include/CGAL/internal/Exact_type_selector.h
2268include/CGAL/internal/Intersections_3/Bbox_3_Bbox_3_do_intersect.h 2745include/CGAL/internal/Functor_with_offset_points_adaptor_2.h
2269include/CGAL/internal/Intersections_3/Bbox_3_Line_3_do_intersect.h 2746include/CGAL/internal/Functor_with_offset_points_adaptor_3.h
2270include/CGAL/internal/Intersections_3/Bbox_3_Plane_3_do_intersect.h 2747include/CGAL/internal/Functor_with_offset_weighted_points_adaptor_3.h
2271include/CGAL/internal/Intersections_3/Bbox_3_Ray_3_do_intersect.h 2748include/CGAL/internal/Generalized_map_group_functors.h
2272include/CGAL/internal/Intersections_3/Bbox_3_Segment_3_do_intersect.h 2749include/CGAL/internal/Generalized_map_internal_functors.h
2273include/CGAL/internal/Intersections_3/Bbox_3_Sphere_3_do_intersect.h 2750include/CGAL/internal/Generalized_map_sewable.h
2274include/CGAL/internal/Intersections_3/Bbox_3_Triangle_3_do_intersect.h 2751include/CGAL/internal/Generic_random_point_generator.h
2275include/CGAL/internal/Intersections_3/Triangle_3_Line_3_intersection.h 2752include/CGAL/internal/Get_dimension_tag.h
2276include/CGAL/internal/Intersections_3/Triangle_3_Ray_3_intersection.h 2753include/CGAL/internal/Has_boolean_tags.h
2277include/CGAL/internal/Intersections_3/Triangle_3_Segment_3_intersection.h 2754include/CGAL/internal/Has_member_visited.h
 2755include/CGAL/internal/Has_nested_type_Bare_point.h
 2756include/CGAL/internal/Hyperbolic_Delaunay_triangulation_traits_2_functions.h
 2757include/CGAL/internal/Hyperbolic_octagon_translation_matrix.h
 2758include/CGAL/internal/Hyperbolic_octagon_translation_word.h
2278include/CGAL/internal/K_neighbor_search.h 2759include/CGAL/internal/K_neighbor_search.h
 2760include/CGAL/internal/Lazy_alpha_nt_2.h
 2761include/CGAL/internal/Lazy_alpha_nt_3.h
 2762include/CGAL/internal/Mesh_3/Boundary_of_subdomain_of_complex_3_in_triangulation_3_to_off.h
 2763include/CGAL/internal/Mesh_3/Graph_manipulations.h
 2764include/CGAL/internal/Mesh_3/Handle_IO_for_pair_of_int.h
 2765include/CGAL/internal/Mesh_3/check_weights.h
 2766include/CGAL/internal/Mesh_3/get_index.h
 2767include/CGAL/internal/Mesh_3/helpers.h
 2768include/CGAL/internal/Mesh_3/indices_management.h
 2769include/CGAL/internal/Parallel_callback.h
 2770include/CGAL/internal/Periodic_2_Delaunay_triangulation_filtered_traits_2.h
 2771include/CGAL/internal/Periodic_2_Delaunay_triangulation_statically_filtered_traits_2.h
 2772include/CGAL/internal/Periodic_2_construct_point_2.h
 2773include/CGAL/internal/Periodic_2_triangulation_filtered_traits_2.h
 2774include/CGAL/internal/Periodic_2_triangulation_statically_filtered_traits_2.h
 2775include/CGAL/internal/Periodic_3_Delaunay_triangulation_filtered_traits_3.h
 2776include/CGAL/internal/Periodic_3_Delaunay_triangulation_remove_traits_3.h
 2777include/CGAL/internal/Periodic_3_Delaunay_triangulation_statically_filtered_traits_3.h
 2778include/CGAL/internal/Periodic_3_construct_point_3.h
 2779include/CGAL/internal/Periodic_3_construct_weighted_point_3.h
 2780include/CGAL/internal/Periodic_3_regular_triangulation_dummy_288.h
 2781include/CGAL/internal/Periodic_3_regular_triangulation_filtered_traits_3.h
 2782include/CGAL/internal/Periodic_3_regular_triangulation_remove_traits_3.h
 2783include/CGAL/internal/Periodic_3_regular_triangulation_statically_filtered_traits_3.h
 2784include/CGAL/internal/Periodic_3_triangulation_dummy_36.h
 2785include/CGAL/internal/Periodic_3_triangulation_filtered_traits_3.h
 2786include/CGAL/internal/Periodic_3_triangulation_iterators_3.h
 2787include/CGAL/internal/Periodic_3_triangulation_remove_traits_3.h
 2788include/CGAL/internal/Periodic_3_triangulation_statically_filtered_traits_3.h
 2789include/CGAL/internal/Periodic_4_hyperbolic_triangulation_dummy_14.h
2279include/CGAL/internal/Projection_traits_3.h 2790include/CGAL/internal/Projection_traits_3.h
2280include/CGAL/internal/Regular_triangulation_filtered_traits_3.h 2791include/CGAL/internal/Robust_periodic_weighted_circumcenter_traits_3.h
 2792include/CGAL/internal/Static_filters/Angle_3.h
 2793include/CGAL/internal/Static_filters/Collinear_3.h
2281include/CGAL/internal/Static_filters/Compare_squared_radius_3.h 2794include/CGAL/internal/Static_filters/Compare_squared_radius_3.h
2282include/CGAL/internal/Static_filters/Compare_weighted_squared_radius_3.h 2795include/CGAL/internal/Static_filters/Compare_weighted_squared_radius_3.h
 2796include/CGAL/internal/Static_filters/Compare_x_2.h
 2797include/CGAL/internal/Static_filters/Compare_y_2.h
2283include/CGAL/internal/Static_filters/Compare_y_at_x_2.h 2798include/CGAL/internal/Static_filters/Compare_y_at_x_2.h
2284include/CGAL/internal/Static_filters/Coplanar_orientation_3.h 2799include/CGAL/internal/Static_filters/Coplanar_orientation_3.h
2285include/CGAL/internal/Static_filters/Coplanar_side_of_bounded_circle_3.h 2800include/CGAL/internal/Static_filters/Coplanar_side_of_bounded_circle_3.h
 2801include/CGAL/internal/Static_filters/Do_intersect_2.h
 2802include/CGAL/internal/Static_filters/Do_intersect_3.h
 2803include/CGAL/internal/Static_filters/Equal_2.h
 2804include/CGAL/internal/Static_filters/Equal_3.h
 2805include/CGAL/internal/Static_filters/Is_degenerate_3.h
2286include/CGAL/internal/Static_filters/Orientation_2.h 2806include/CGAL/internal/Static_filters/Orientation_2.h
2287include/CGAL/internal/Static_filters/Orientation_3.h 2807include/CGAL/internal/Static_filters/Orientation_3.h
 2808include/CGAL/internal/Static_filters/Periodic_2_orientation_2.h
 2809include/CGAL/internal/Static_filters/Periodic_2_side_of_oriented_circle_2.h
2288include/CGAL/internal/Static_filters/Periodic_3_orientation_3.h 2810include/CGAL/internal/Static_filters/Periodic_3_orientation_3.h
 2811include/CGAL/internal/Static_filters/Periodic_3_power_side_of_oriented_power_sphere_3.h
2289include/CGAL/internal/Static_filters/Periodic_3_side_of_oriented_sphere_3.h 2812include/CGAL/internal/Static_filters/Periodic_3_side_of_oriented_sphere_3.h
2290include/CGAL/internal/Static_filters/Power_test_3.h 2813include/CGAL/internal/Static_filters/Power_side_of_oriented_power_sphere_3.h
2291include/CGAL/internal/Static_filters/Regular_triangulation_static_filters_traits_3.h 
2292include/CGAL/internal/Static_filters/Side_of_oriented_circle_2.h 2814include/CGAL/internal/Static_filters/Side_of_oriented_circle_2.h
2293include/CGAL/internal/Static_filters/Side_of_oriented_sphere_3.h 2815include/CGAL/internal/Static_filters/Side_of_oriented_sphere_3.h
2294include/CGAL/internal/Static_filters/Static_filter_error.h 2816include/CGAL/internal/Static_filters/Static_filter_error.h
2295include/CGAL/internal/Static_filters/Static_filters.h 2817include/CGAL/internal/Static_filters/Static_filters.h
2296include/CGAL/internal/Static_filters/tools.h 2818include/CGAL/internal/Static_filters/tools.h
 2819include/CGAL/internal/Static_or_dynamic_array.h
 2820include/CGAL/internal/Surface_mesh_deformation/Spokes_and_rims_iterator.h
 2821include/CGAL/internal/Surface_mesh_segmentation/AABB_traits.h
 2822include/CGAL/internal/Surface_mesh_segmentation/AABB_traversal_traits.h
 2823include/CGAL/internal/Surface_mesh_segmentation/Alpha_expansion_graph_cut.h
 2824include/CGAL/internal/Surface_mesh_segmentation/Disk_samplers.h
 2825include/CGAL/internal/Surface_mesh_segmentation/Expectation_maximization.h
 2826include/CGAL/internal/Surface_mesh_segmentation/Filters.h
 2827include/CGAL/internal/Surface_mesh_segmentation/K_means_clustering.h
 2828include/CGAL/internal/Surface_mesh_segmentation/SDF_calculation.h
 2829include/CGAL/internal/Surface_mesh_segmentation/Surface_mesh_segmentation.h
 2830include/CGAL/internal/Surface_mesh_skeletonization/Curve_skeleton.h
 2831include/CGAL/internal/Surface_mesh_skeletonization/Debug.h
 2832include/CGAL/internal/Surface_mesh_skeletonization/Detect_degeneracy.h
 2833include/CGAL/internal/TDS_2/Edge_hash_function.h
 2834include/CGAL/internal/TDS_2/edge_list.h
 2835include/CGAL/internal/Transform_coordinates_traits_3.h
 2836include/CGAL/internal/Triangulation/Dummy_TDS.h
 2837include/CGAL/internal/Triangulation/Triangulation_ds_iterators.h
 2838include/CGAL/internal/Triangulation/utilities.h
 2839include/CGAL/internal/Triangulation_2_filtered_projection_traits_3.h
 2840include/CGAL/internal/Triangulation_2_projection_traits_base_3.h
2297include/CGAL/internal/Triangulation_ds_circulators_3.h 2841include/CGAL/internal/Triangulation_ds_circulators_3.h
2298include/CGAL/internal/Triangulation_ds_iterators_3.h 2842include/CGAL/internal/Triangulation_ds_iterators_3.h
 2843include/CGAL/internal/auxiliary/graph.h
2299include/CGAL/internal/boost/array_binary_tree.hpp 2844include/CGAL/internal/boost/array_binary_tree.hpp
 2845include/CGAL/internal/boost/function_property_map.hpp
2300include/CGAL/internal/boost/mutable_heap.hpp 2846include/CGAL/internal/boost/mutable_heap.hpp
2301include/CGAL/internal/boost/mutable_queue.hpp 2847include/CGAL/internal/boost/mutable_queue.hpp
2302include/CGAL/internal/boost/property_map.h 
2303include/CGAL/internal/bounded_priority_queue.h 2848include/CGAL/internal/bounded_priority_queue.h
 2849include/CGAL/internal/canonicalize_helper.h
2304include/CGAL/internal/container_fwd_fixed.hpp 2850include/CGAL/internal/container_fwd_fixed.hpp
2305include/CGAL/internal/deprecation_warning.h 2851include/CGAL/internal/deprecation_warning.h
2306include/CGAL/internal/gcc_cpp0x.h 2852include/CGAL/internal/disable_deprecation_warnings_and_errors.h
 2853include/CGAL/internal/enable_third_party_libraries.h
2307include/CGAL/internal/info_check.h 2854include/CGAL/internal/info_check.h
2308include/CGAL/interpolation_functions.h 2855include/CGAL/interpolation_functions.h
2309include/CGAL/intersection_2.h 2856include/CGAL/intersection_2.h
2310include/CGAL/intersection_2_1.h 
2311include/CGAL/intersection_2_2.h 
2312include/CGAL/intersection_2_3.h 
2313include/CGAL/intersection_3.h 2857include/CGAL/intersection_3.h
2314include/CGAL/intersection_3_1.h 2858include/CGAL/intersection_3_1.h
2315include/CGAL/intersections.h 2859include/CGAL/intersections.h
2316include/CGAL/intersections_d.h 2860include/CGAL/intersections_d.h
2317include/CGAL/ipower.h 2861include/CGAL/ipower.h
2318include/CGAL/is_convertible.h 2862include/CGAL/is_convertible.h
2319include/CGAL/is_iterator.h 2863include/CGAL/is_iterator.h
 2864include/CGAL/is_streamable.h
2320include/CGAL/is_y_monotone_2.h 2865include/CGAL/is_y_monotone_2.h
2321include/CGAL/iterator.h 2866include/CGAL/iterator.h
 2867include/CGAL/iterator_from_indices.h
2322include/CGAL/jet_estimate_normals.h 2868include/CGAL/jet_estimate_normals.h
2323include/CGAL/jet_smooth_point_set.h 2869include/CGAL/jet_smooth_point_set.h
2324include/CGAL/k_nearest_neighbor.h 
2325include/CGAL/kdtree_d.h 
2326include/CGAL/kernel_assertions.h 2870include/CGAL/kernel_assertions.h
2327include/CGAL/kernel_basic.h 2871include/CGAL/kernel_basic.h
 2872include/CGAL/kernel_config.h
2328include/CGAL/kernel_to_kernel.h 2873include/CGAL/kernel_to_kernel.h
2329include/CGAL/known_bit_size_integers.h 2874include/CGAL/known_bit_size_integers.h
2330include/CGAL/leda_bigfloat.h 2875include/CGAL/leda_bigfloat.h
2331include/CGAL/leda_bigfloat_interval.h 2876include/CGAL/leda_bigfloat_interval.h
2332include/CGAL/leda_coercion_traits.h 2877include/CGAL/leda_coercion_traits.h
2333include/CGAL/leda_integer.h 2878include/CGAL/leda_integer.h
2334include/CGAL/leda_rational.h 2879include/CGAL/leda_rational.h
2335include/CGAL/leda_real.h 2880include/CGAL/leda_real.h
 2881include/CGAL/license.h
 2882include/CGAL/license/AABB_tree.h
 2883include/CGAL/license/Advancing_front_surface_reconstruction.h
 2884include/CGAL/license/Alpha_shapes_2.h
 2885include/CGAL/license/Alpha_shapes_3.h
 2886include/CGAL/license/Apollonius_graph_2.h
 2887include/CGAL/license/Arrangement_on_surface_2.h
 2888include/CGAL/license/Barycentric_coordinates_2.h
 2889include/CGAL/license/Boolean_set_operations_2.h
 2890include/CGAL/license/Bounding_volumes.h
 2891include/CGAL/license/Box_intersection_d.h
 2892include/CGAL/license/Circular_kernel_2.h
 2893include/CGAL/license/Circular_kernel_3.h
 2894include/CGAL/license/Classification.h
 2895include/CGAL/license/Cone_spanners_2.h
 2896include/CGAL/license/Convex_decomposition_3.h
 2897include/CGAL/license/Convex_hull_2.h
 2898include/CGAL/license/Convex_hull_3.h
 2899include/CGAL/license/Convex_hull_d.h
 2900include/CGAL/license/Envelope_2.h
 2901include/CGAL/license/Envelope_3.h
 2902include/CGAL/license/GraphicsView.h
 2903include/CGAL/license/Heat_method_3.h
 2904include/CGAL/license/Hyperbolic_triangulation_2.h
 2905include/CGAL/license/Inscribed_areas.h
 2906include/CGAL/license/Interpolation.h
 2907include/CGAL/license/Interval_skip_list.h
 2908include/CGAL/license/Jet_fitting_3.h
 2909include/CGAL/license/Matrix_search.h
 2910include/CGAL/license/Mesh_2.h
 2911include/CGAL/license/Mesh_3.h
 2912include/CGAL/license/Minkowski_sum_2.h
 2913include/CGAL/license/Minkowski_sum_3.h
 2914include/CGAL/license/Nef_2.h
 2915include/CGAL/license/Nef_3.h
 2916include/CGAL/license/Nef_S2.h
 2917include/CGAL/license/Optimal_transportation_reconstruction_2.h
 2918include/CGAL/license/Partition_2.h
 2919include/CGAL/license/Periodic_2_triangulation_2.h
 2920include/CGAL/license/Periodic_3_mesh_3.h
 2921include/CGAL/license/Periodic_3_triangulation_3.h
 2922include/CGAL/license/Periodic_4_hyperbolic_triangulation_2.h
 2923include/CGAL/license/Point_set_2.h
 2924include/CGAL/license/Point_set_3.h
 2925include/CGAL/license/Point_set_processing_3.h
 2926include/CGAL/license/Point_set_shape_detection_3.h
 2927include/CGAL/license/Poisson_surface_reconstruction_3.h
 2928include/CGAL/license/Polygon_mesh_processing.h
 2929include/CGAL/license/Polygon_mesh_processing/Compute_normal.h
 2930include/CGAL/license/Polygon_mesh_processing/collision_detection.h
 2931include/CGAL/license/Polygon_mesh_processing/connected_components.h
 2932include/CGAL/license/Polygon_mesh_processing/core.h
 2933include/CGAL/license/Polygon_mesh_processing/corefinement.h
 2934include/CGAL/license/Polygon_mesh_processing/detect_features.h
 2935include/CGAL/license/Polygon_mesh_processing/distance.h
 2936include/CGAL/license/Polygon_mesh_processing/measure.h
 2937include/CGAL/license/Polygon_mesh_processing/meshing_hole_filling.h
 2938include/CGAL/license/Polygon_mesh_processing/miscellaneous.h
 2939include/CGAL/license/Polygon_mesh_processing/orientation.h
 2940include/CGAL/license/Polygon_mesh_processing/predicate.h
 2941include/CGAL/license/Polygon_mesh_processing/repair.h
 2942include/CGAL/license/Polyhedron.h
 2943include/CGAL/license/Polyline_simplification_2.h
 2944include/CGAL/license/Polytope_distance_d.h
 2945include/CGAL/license/Principal_component_analysis.h
 2946include/CGAL/license/QP_solver.h
 2947include/CGAL/license/Ridges_3.h
 2948include/CGAL/license/Scale_space_reconstruction_3.h
 2949include/CGAL/license/SearchStructures.h
 2950include/CGAL/license/Segment_Delaunay_graph_2.h
 2951include/CGAL/license/Segment_Delaunay_graph_Linf_2.h
 2952include/CGAL/license/Set_movable_separability_2.h
 2953include/CGAL/license/Skin_surface_3.h
 2954include/CGAL/license/Snap_rounding_2.h
 2955include/CGAL/license/Spatial_searching.h
 2956include/CGAL/license/Straight_skeleton_2.h
 2957include/CGAL/license/Stream_lines_2.h
 2958include/CGAL/license/Surface_mesh.h
 2959include/CGAL/license/Surface_mesh_approximation.h
 2960include/CGAL/license/Surface_mesh_deformation.h
 2961include/CGAL/license/Surface_mesh_parameterization.h
 2962include/CGAL/license/Surface_mesh_segmentation.h
 2963include/CGAL/license/Surface_mesh_shortest_path.h
 2964include/CGAL/license/Surface_mesh_simplification.h
 2965include/CGAL/license/Surface_mesh_skeletonization.h
 2966include/CGAL/license/Surface_mesher.h
 2967include/CGAL/license/Surface_sweep_2.h
 2968include/CGAL/license/TDS_2.h
 2969include/CGAL/license/TDS_3.h
 2970include/CGAL/license/Three.h
 2971include/CGAL/license/Triangulation.h
 2972include/CGAL/license/Triangulation_2.h
 2973include/CGAL/license/Triangulation_3.h
 2974include/CGAL/license/Visibility_2.h
 2975include/CGAL/license/Voronoi_diagram_2.h
 2976include/CGAL/license/gpl_package_list.txt
 2977include/CGAL/license/lgpl.h
2336include/CGAL/linear_least_squares_fitting_2.h 2978include/CGAL/linear_least_squares_fitting_2.h
2337include/CGAL/linear_least_squares_fitting_3.h 2979include/CGAL/linear_least_squares_fitting_3.h
2338include/CGAL/linear_least_squares_fitting_circles_2.h 2980include/CGAL/linear_least_squares_fitting_circles_2.h
2339include/CGAL/linear_least_squares_fitting_cuboids_3.h 2981include/CGAL/linear_least_squares_fitting_cuboids_3.h
2340include/CGAL/linear_least_squares_fitting_points_2.h 2982include/CGAL/linear_least_squares_fitting_points_2.h
2341include/CGAL/linear_least_squares_fitting_points_3.h 2983include/CGAL/linear_least_squares_fitting_points_3.h
2342include/CGAL/linear_least_squares_fitting_rectangles_2.h 2984include/CGAL/linear_least_squares_fitting_rectangles_2.h
2343include/CGAL/linear_least_squares_fitting_segments_2.h 2985include/CGAL/linear_least_squares_fitting_segments_2.h
2344include/CGAL/linear_least_squares_fitting_segments_3.h 2986include/CGAL/linear_least_squares_fitting_segments_3.h
2345include/CGAL/linear_least_squares_fitting_spheres_3.h 2987include/CGAL/linear_least_squares_fitting_spheres_3.h
2346include/CGAL/linear_least_squares_fitting_tetrahedra_3.h 2988include/CGAL/linear_least_squares_fitting_tetrahedra_3.h
2347include/CGAL/linear_least_squares_fitting_triangles_2.h 2989include/CGAL/linear_least_squares_fitting_triangles_2.h
2348include/CGAL/linear_least_squares_fitting_triangles_3.h 2990include/CGAL/linear_least_squares_fitting_triangles_3.h
 2991include/CGAL/link_to_face_graph.h
 2992include/CGAL/lloyd_optimize_mesh_2.h
2349include/CGAL/lloyd_optimize_mesh_3.h 2993include/CGAL/lloyd_optimize_mesh_3.h
2350include/CGAL/long_double.h 2994include/CGAL/long_double.h
2351include/CGAL/long_long.h 2995include/CGAL/long_long.h
2352include/CGAL/make_mesh_3.h 2996include/CGAL/make_mesh_3.h
 2997include/CGAL/make_periodic_3_mesh_3.h
2353include/CGAL/make_piecewise_smooth_surface_mesh.h 2998include/CGAL/make_piecewise_smooth_surface_mesh.h
2354include/CGAL/make_skin_surface_mesh_3.h 2999include/CGAL/make_skin_surface_mesh_3.h
2355include/CGAL/make_surface_mesh.h 3000include/CGAL/make_surface_mesh.h
2356include/CGAL/make_union_of_balls_3.h 3001include/CGAL/make_union_of_balls_3.h
2357include/CGAL/marching_tetrahedra_3.h 3002include/CGAL/marching_tetrahedra_3.h
2358include/CGAL/memory.h 3003include/CGAL/memory.h
 3004include/CGAL/mesh_segmentation.h
2359include/CGAL/mesh_skin_surface_3.h 3005include/CGAL/mesh_skin_surface_3.h
2360include/CGAL/mesh_union_of_balls_3.h 3006include/CGAL/mesh_union_of_balls_3.h
2361include/CGAL/min_max_n.h 3007include/CGAL/min_max_n.h
2362include/CGAL/min_quadrilateral_2.h 3008include/CGAL/min_quadrilateral_2.h
2363include/CGAL/minimum_enclosing_quadrilateral_2.h 3009include/CGAL/minimum_enclosing_quadrilateral_2.h
2364include/CGAL/minkowski_sum_2.h 3010include/CGAL/minkowski_sum_2.h
2365include/CGAL/minkowski_sum_3.h 3011include/CGAL/minkowski_sum_3.h
2366include/CGAL/monotone_matrix_search.h 3012include/CGAL/monotone_matrix_search.h
2367include/CGAL/more_functions_on_signs.h 3013include/CGAL/more_functions_on_signs.h
2368include/CGAL/mpfi_coercion_traits.h 3014include/CGAL/mpfi_coercion_traits.h
2369include/CGAL/mpfr_coercion_traits.h 3015include/CGAL/mpfr_coercion_traits.h
2370include/CGAL/mpq_class.h 3016include/CGAL/mpq_class.h
2371include/CGAL/mpz_class.h 3017include/CGAL/mpz_class.h
2372include/CGAL/mst_orient_normals.h 3018include/CGAL/mst_orient_normals.h
2373include/CGAL/multiset_assertions.h 3019include/CGAL/multiset_assertions.h
 3020include/CGAL/mutex.h
2374include/CGAL/natural_neighbor_coordinates_2.h 3021include/CGAL/natural_neighbor_coordinates_2.h
2375include/CGAL/natural_neighbor_coordinates_3.h 3022include/CGAL/natural_neighbor_coordinates_3.h
2376include/CGAL/nearest_neighbor_delaunay_2.h 3023include/CGAL/nearest_neighbor_delaunay_2.h
2377include/CGAL/normal_vector_newell_3.h 3024include/CGAL/normal_vector_newell_3.h
2378include/CGAL/number_type_basic.h 3025include/CGAL/number_type_basic.h
 3026include/CGAL/number_type_config.h
2379include/CGAL/number_utils.h 3027include/CGAL/number_utils.h
2380include/CGAL/number_utils_classes.h 3028include/CGAL/number_utils_classes.h
2381include/CGAL/odt_optimize_mesh_3.h 3029include/CGAL/odt_optimize_mesh_3.h
2382include/CGAL/offset_polygon_2.h 3030include/CGAL/offset_polygon_2.h
2383include/CGAL/optimize_mesh_3.h 3031include/CGAL/optimize_mesh_3.h
2384include/CGAL/parameterize.h 3032include/CGAL/optimize_periodic_3_mesh_3.h
2385include/CGAL/partition_2.h 3033include/CGAL/partition_2.h
2386include/CGAL/partition_is_valid_2.h 3034include/CGAL/partition_is_valid_2.h
2387include/CGAL/pca_estimate_normals.h 3035include/CGAL/pca_estimate_normals.h
2388include/CGAL/periodic_3_triangulation_3_io.h 3036include/CGAL/periodic_3_triangulation_3_io.h
2389include/CGAL/perturb_mesh_3.h 3037include/CGAL/perturb_mesh_3.h
2390include/CGAL/pierce_rectangles_2.h 3038include/CGAL/pierce_rectangles_2.h
2391include/CGAL/point_generators_2.h 3039include/CGAL/point_generators_2.h
2392include/CGAL/point_generators_3.h 3040include/CGAL/point_generators_3.h
2393include/CGAL/point_generators_d.h 3041include/CGAL/point_generators_d.h
2394include/CGAL/point_set_processing_assertions.h 3042include/CGAL/point_set_processing_assertions.h
2395include/CGAL/poisson_refine_triangulation.h 3043include/CGAL/poisson_refine_triangulation.h
 3044include/CGAL/poisson_surface_reconstruction.h
2396include/CGAL/polygon_function_objects.h 3045include/CGAL/polygon_function_objects.h
 3046include/CGAL/polygon_mesh_processing.h
2397include/CGAL/polyhedron_cut_plane_3.h 3047include/CGAL/polyhedron_cut_plane_3.h
2398include/CGAL/polynomial_utils.h 3048include/CGAL/polynomial_utils.h
2399include/CGAL/predicates/Polygon_offset_pred_ftC2.h 3049include/CGAL/predicates/Polygon_offset_pred_ftC2.h
2400include/CGAL/predicates/Regular_triangulation_ftC2.h 
2401include/CGAL/predicates/Regular_triangulation_ftC3.h 
2402include/CGAL/predicates/Regular_triangulation_rtH2.h 
2403include/CGAL/predicates/Regular_triangulation_rtH3.h 
2404include/CGAL/predicates/Straight_skeleton_pred_ftC2.h 3050include/CGAL/predicates/Straight_skeleton_pred_ftC2.h
2405include/CGAL/predicates/in_smallest_orthogonalcircle_ftC2.h 
2406include/CGAL/predicates/kernel_ftC2.h 3051include/CGAL/predicates/kernel_ftC2.h
2407include/CGAL/predicates/kernel_ftC3.h 3052include/CGAL/predicates/kernel_ftC3.h
2408include/CGAL/predicates/predicates_for_mixed_complex_3.h 3053include/CGAL/predicates/predicates_for_mixed_complex_3.h
2409include/CGAL/predicates/predicates_for_voronoi_intersection_cartesian_2_3.h 3054include/CGAL/predicates/predicates_for_voronoi_intersection_cartesian_2_3.h
2410include/CGAL/predicates/predicates_on_weighted_points_cartesian_3.h 
2411include/CGAL/predicates/sign_of_determinant.h 3055include/CGAL/predicates/sign_of_determinant.h
2412include/CGAL/predicates_d.h 3056include/CGAL/predicates_d.h
2413include/CGAL/predicates_on_lines_2.h 3057include/CGAL/predicates_on_lines_2.h
2414include/CGAL/predicates_on_points_2.h 3058include/CGAL/predicates_on_points_2.h
2415include/CGAL/predicates_on_points_3.h 3059include/CGAL/predicates_on_points_3.h
2416include/CGAL/primes.h 3060include/CGAL/primes.h
2417include/CGAL/property_map.h 3061include/CGAL/property_map.h
2418include/CGAL/radial_orient_normals.h 3062include/CGAL/radial_orient_normals.h
 3063include/CGAL/random_convex_hull_in_disc_2.h
2419include/CGAL/random_convex_set_2.h 3064include/CGAL/random_convex_set_2.h
2420include/CGAL/random_polygon_2.h 3065include/CGAL/random_polygon_2.h
2421include/CGAL/random_selection.h 3066include/CGAL/random_selection.h
2422include/CGAL/random_simplify_point_set.h 3067include/CGAL/random_simplify_point_set.h
2423include/CGAL/range_search_delaunay_2.h 3068include/CGAL/range_search_delaunay_2.h
2424include/CGAL/rational_rotation.h 3069include/CGAL/rational_rotation.h
 3070include/CGAL/read_vtk_image_data.h
2425include/CGAL/rectangular_3_center_2.h 3071include/CGAL/rectangular_3_center_2.h
2426include/CGAL/rectangular_p_center_2.h 3072include/CGAL/rectangular_p_center_2.h
2427include/CGAL/refine_mesh_3.h 3073include/CGAL/refine_mesh_3.h
 3074include/CGAL/refine_periodic_3_mesh_3.h
2428include/CGAL/regular_neighbor_coordinates_2.h 3075include/CGAL/regular_neighbor_coordinates_2.h
 3076include/CGAL/regularize_planes.h
 3077include/CGAL/remove_far_points_in_mesh_3.h
2429include/CGAL/remove_outliers.h 3078include/CGAL/remove_outliers.h
2430include/CGAL/representation_tags.h 3079include/CGAL/representation_tags.h
 3080include/CGAL/result_of.h
2431include/CGAL/segment_intersection_points_2.h 3081include/CGAL/segment_intersection_points_2.h
2432include/CGAL/sibson_gradient_fitting.h 3082include/CGAL/sibson_gradient_fitting.h
2433include/CGAL/simple_transformations_d.h 3083include/CGAL/simple_transformations_d.h
2434include/CGAL/simplest_rational_in_interval.h 3084include/CGAL/simplest_rational_in_interval.h
2435include/CGAL/sorted_matrix_search.h 3085include/CGAL/sorted_matrix_search.h
2436include/CGAL/spatial_sort.h 3086include/CGAL/spatial_sort.h
 3087include/CGAL/spatial_sort_on_sphere.h
2437include/CGAL/squared_distance_2.h 3088include/CGAL/squared_distance_2.h
2438include/CGAL/squared_distance_2_1.h 3089include/CGAL/squared_distance_2_1.h
2439include/CGAL/squared_distance_2_2.h 3090include/CGAL/squared_distance_2_2.h
2440include/CGAL/squared_distance_3.h 3091include/CGAL/squared_distance_3.h
2441include/CGAL/squared_distance_3_0.h 3092include/CGAL/squared_distance_3_0.h
2442include/CGAL/squared_distance_3_1.h 3093include/CGAL/squared_distance_3_1.h
2443include/CGAL/squared_distance_3_2.h 3094include/CGAL/squared_distance_3_2.h
2444include/CGAL/squared_distance_utils.h 3095include/CGAL/squared_distance_utils.h
2445include/CGAL/sse2.h 3096include/CGAL/sse2.h
 3097include/CGAL/stddef.h
2446include/CGAL/streamlines_assertions.h 3098include/CGAL/streamlines_assertions.h
 3099include/CGAL/structure_point_set.h
2447include/CGAL/subdivide_skin_surface_mesh_3.h 3100include/CGAL/subdivide_skin_surface_mesh_3.h
2448include/CGAL/subdivide_union_of_balls_mesh_3.h 3101include/CGAL/subdivide_union_of_balls_mesh_3.h
2449include/CGAL/surface_mesh_parameterization_assertions.h 3102include/CGAL/subdivision_method_3.h
 3103include/CGAL/surface_mesh_parameterization.h
2450include/CGAL/surface_neighbor_coordinates_3.h 3104include/CGAL/surface_neighbor_coordinates_3.h
2451include/CGAL/surface_neighbors_3.h 3105include/CGAL/surface_neighbors_3.h
2452include/CGAL/surface_reconstruction_points_assertions.h 3106include/CGAL/surface_reconstruction_points_assertions.h
2453include/CGAL/sweep_observer.h 3107include/CGAL/sweep_observer.h
2454include/CGAL/tags.h 3108include/CGAL/tags.h
 3109include/CGAL/test_FPU_rounding_mode_impl.h
 3110include/CGAL/thread.h
2455include/CGAL/to_rational.h 3111include/CGAL/to_rational.h
2456include/CGAL/trace.h 3112include/CGAL/trace.h
 3113include/CGAL/transforming_iterator.h
 3114include/CGAL/transforming_pair_iterator.h
2457include/CGAL/triangulate_mixed_complex_3.h 3115include/CGAL/triangulate_mixed_complex_3.h
2458include/CGAL/triangulate_power_diagram_3.h 3116include/CGAL/triangulate_power_diagram_3.h
2459include/CGAL/triangulation_assertions.h 3117include/CGAL/triangulation_assertions.h
 3118include/CGAL/tss.h
2460include/CGAL/tuple.h 3119include/CGAL/tuple.h
2461include/CGAL/type_traits.h 3120include/CGAL/type_traits.h
 3121include/CGAL/typeset.h
 3122include/CGAL/unordered.h
 3123include/CGAL/use.h
2462include/CGAL/user_classes.h 3124include/CGAL/user_classes.h
2463include/CGAL/utility.h 3125include/CGAL/utility.h
2464include/CGAL/utils.h 3126include/CGAL/utils.h
2465include/CGAL/utils_classes.h 3127include/CGAL/utils_classes.h
2466include/CGAL/value_type_traits.h 3128include/CGAL/value_type_traits.h
 3129include/CGAL/vcm_estimate_edges.h
 3130include/CGAL/vcm_estimate_normals.h
2467include/CGAL/vector.h 3131include/CGAL/vector.h
2468include/CGAL/version.h 3132include/CGAL/version.h
 3133include/CGAL/version_macros.h
2469include/CGAL/vtkSurfaceMesherContourFilter.h 3134include/CGAL/vtkSurfaceMesherContourFilter.h
2470include/CGAL/width_assertions.h 3135include/CGAL/width_assertions.h
 3136include/CGAL/wlop_simplify_and_regularize_point_set.h
2471include/CGAL/wmult.h 3137include/CGAL/wmult.h
2472lib/CGAL/2.6.2-to-2.8.1/FindQt4-Copyright.txt 3138lib/cmake/CGAL/CGALConfig.cmake
2473lib/CGAL/2.6.2-to-2.8.1/FindQt4.cmake 3139lib/cmake/CGAL/CGALConfigVersion.cmake
2474lib/CGAL/2.6.2-to-2.8.1/Qt4ConfigDependentSettings.cmake 3140lib/cmake/CGAL/CGALConfig_binary.cmake.in
2475lib/CGAL/2.6.2-to-2.8.1/Qt4Macros.cmake 3141lib/cmake/CGAL/CGALConfig_binary_header_only.cmake.in
2476lib/CGAL/2.6.2-to-2.8.1/UseQt4.cmake 3142lib/cmake/CGAL/CGALConfig_install.cmake.in
2477lib/CGAL/CGALConfig.cmake 3143lib/cmake/CGAL/CGALExports-noconfig.cmake
2478lib/CGAL/CGALConfig_binary.cmake.in 3144lib/cmake/CGAL/CGALExports.cmake
2479lib/CGAL/CGALConfig_install.cmake.in 3145lib/cmake/CGAL/CGALLibConfig.cmake
2480lib/CGAL/CGAL_CheckCXXFileRuns.cmake 3146lib/cmake/CGAL/CGALLibConfig.cmake.in
2481lib/CGAL/CGAL_Common.cmake 3147lib/cmake/CGAL/CGAL_CheckCXXFileRuns.cmake
2482lib/CGAL/CGAL_CreateSingleSourceCGALProgram.cmake 3148lib/cmake/CGAL/CGAL_Common.cmake
2483lib/CGAL/CGAL_FindPackageHandleStandardArgs.cmake 3149lib/cmake/CGAL/CGAL_CoreExports-noconfig.cmake
2484lib/CGAL/CGAL_GeneratorSpecificSettings.cmake 3150lib/cmake/CGAL/CGAL_CoreExports.cmake
2485lib/CGAL/CGAL_Locate_CGAL_TAUCS.cmake 3151lib/cmake/CGAL/CGAL_CoreLibConfig.cmake
2486lib/CGAL/CGAL_Macros.cmake 3152lib/cmake/CGAL/CGAL_CreateSingleSourceCGALProgram.cmake
2487lib/CGAL/CGAL_SetupBoost.cmake 3153lib/cmake/CGAL/CGAL_GeneratorSpecificSettings.cmake
2488lib/CGAL/CGAL_SetupDependencies.cmake 3154lib/cmake/CGAL/CGAL_ImageIOExports-noconfig.cmake
2489lib/CGAL/CGAL_SetupFlags.cmake 3155lib/cmake/CGAL/CGAL_ImageIOExports.cmake
2490lib/CGAL/CGAL_SetupGMP.cmake 3156lib/cmake/CGAL/CGAL_ImageIOLibConfig.cmake
2491lib/CGAL/CGAL_SetupGMPXX.cmake 3157lib/cmake/CGAL/CGAL_Locate_CGAL_TAUCS.cmake
2492lib/CGAL/CGAL_SetupLEDA.cmake 3158lib/cmake/CGAL/CGAL_Macros.cmake
2493lib/CGAL/CGAL_SetupMPFI.cmake 3159lib/cmake/CGAL/CGAL_Qt5Exports-noconfig.cmake
2494lib/CGAL/CGAL_SetupNTL.cmake 3160lib/cmake/CGAL/CGAL_Qt5Exports.cmake
2495lib/CGAL/CGAL_SetupRS.cmake 3161lib/cmake/CGAL/CGAL_Qt5LibConfig.cmake
2496lib/CGAL/CGAL_UseBLAS.cmake 3162lib/cmake/CGAL/CGAL_Qt5_moc_and_resource_files.cmake
2497lib/CGAL/CGAL_UseLAPACK.cmake 3163lib/cmake/CGAL/CGAL_SCM.cmake
2498lib/CGAL/CGAL_UseMKL.cmake 3164lib/cmake/CGAL/CGAL_SetupBoost.cmake
2499lib/CGAL/CGAL_UseMPFI.cmake 3165lib/cmake/CGAL/CGAL_SetupCGALDependencies.cmake
2500lib/CGAL/CGAL_UseNTL.cmake 3166lib/cmake/CGAL/CGAL_SetupCGAL_CoreDependencies.cmake
2501lib/CGAL/CGAL_UseRS.cmake 3167lib/cmake/CGAL/CGAL_SetupCGAL_ImageIODependencies.cmake
2502lib/CGAL/CGAL_UseTAUCS.cmake 3168lib/cmake/CGAL/CGAL_SetupCGAL_Qt5Dependencies.cmake
2503lib/CGAL/CGAL_VersionUtils.cmake 3169lib/cmake/CGAL/CGAL_SetupDependencies.cmake
2504lib/CGAL/FindBLAS.cmake 3170lib/cmake/CGAL/CGAL_SetupFlags.cmake
2505lib/CGAL/FindBoost.cmake 3171lib/cmake/CGAL/CGAL_SetupGMP.cmake
2506lib/CGAL/FindCGAL.cmake 3172lib/cmake/CGAL/CGAL_SetupLEDA.cmake
2507lib/CGAL/FindCGAL_CORE.cmake 3173lib/cmake/CGAL/CGAL_SetupVLD.cmake
2508lib/CGAL/FindCORE.cmake 3174lib/cmake/CGAL/CGAL_TweakFindBoost.cmake
2509lib/CGAL/FindESBTL.cmake 3175lib/cmake/CGAL/CGAL_UseBLAS.cmake
2510lib/CGAL/FindF2C.cmake 3176lib/cmake/CGAL/CGAL_UseLAPACK.cmake
2511lib/CGAL/FindGMP.cmake 3177lib/cmake/CGAL/CGAL_UseLEDA.cmake
2512lib/CGAL/FindGMPXX.cmake 3178lib/cmake/CGAL/CGAL_UseMKL.cmake
2513lib/CGAL/FindIPE.cmake 3179lib/cmake/CGAL/CGAL_UseMPFI.cmake
2514lib/CGAL/FindLAPACK.cmake 3180lib/cmake/CGAL/CGAL_UseRS.cmake
2515lib/CGAL/FindLEDA.cmake 3181lib/cmake/CGAL/CGAL_UseRS3.cmake
2516lib/CGAL/FindMKL.cmake 3182lib/cmake/CGAL/CGAL_UseTAUCS.cmake
2517lib/CGAL/FindMPFI.cmake 3183lib/cmake/CGAL/CGAL_VersionUtils.cmake
2518lib/CGAL/FindMPFR.cmake 3184lib/cmake/CGAL/CGAL_add_test.cmake
2519lib/CGAL/FindNTL.cmake 3185lib/cmake/CGAL/CGAL_display_flags.cmake
2520lib/CGAL/FindOpenGL.cmake 3186lib/cmake/CGAL/CGAL_enable_end_of_configuration_hook.cmake
2521lib/CGAL/FindPackageMessage.cmake 3187lib/cmake/CGAL/CGAL_parse_version_h.cmake
2522lib/CGAL/FindQGLViewer.cmake 3188lib/cmake/CGAL/CGAL_setup_target_dependencies.cmake
2523lib/CGAL/FindQt3-patched.cmake 3189lib/cmake/CGAL/CGAL_target_use_TBB.cmake
2524lib/CGAL/FindRS.cmake 3190lib/cmake/CGAL/FindBLAS.cmake
2525lib/CGAL/FindTAUCS.cmake 3191lib/cmake/CGAL/FindCORE.cmake
2526lib/CGAL/Qt3Macros-patched.cmake 3192lib/cmake/CGAL/FindESBTL.cmake
2527lib/CGAL/UseCGAL.cmake 3193lib/cmake/CGAL/FindEigen3.cmake
2528lib/CGAL/UseESBTL.cmake 3194lib/cmake/CGAL/FindF2C.cmake
2529lib/CGAL/test_MPFI.cpp 3195lib/cmake/CGAL/FindGMP.cmake
 3196lib/cmake/CGAL/FindGMPXX.cmake
 3197lib/cmake/CGAL/FindIPE.cmake
 3198lib/cmake/CGAL/FindLAPACK.cmake
 3199lib/cmake/CGAL/FindLASLIB.cmake
 3200lib/cmake/CGAL/FindLEDA.cmake
 3201lib/cmake/CGAL/FindMETIS.cmake
 3202lib/cmake/CGAL/FindMKL.cmake
 3203lib/cmake/CGAL/FindMPFI.cmake
 3204lib/cmake/CGAL/FindMPFR.cmake
 3205lib/cmake/CGAL/FindNTL.cmake
 3206lib/cmake/CGAL/FindOpenMesh.cmake
 3207lib/cmake/CGAL/FindRS.cmake
 3208lib/cmake/CGAL/FindRS3.cmake
 3209lib/cmake/CGAL/FindSuiteSparse.cmake
 3210lib/cmake/CGAL/FindTAUCS.cmake
 3211lib/cmake/CGAL/FindTBB.cmake
 3212lib/cmake/CGAL/FindTensorFlow.cmake
 3213lib/cmake/CGAL/Help/CGAL_SetupBoost.rst
 3214lib/cmake/CGAL/Help/CGAL_SetupCGALDependencies.rst
 3215lib/cmake/CGAL/Help/CGAL_SetupCGAL_CoreDependencies.rst
 3216lib/cmake/CGAL/Help/CGAL_SetupCGAL_ImageIODependencies.rst
 3217lib/cmake/CGAL/Help/CGAL_SetupCGAL_Qt5Dependencies.rst
 3218lib/cmake/CGAL/Help/CGAL_SetupGMP.rst
 3219lib/cmake/CGAL/Help/CGAL_SetupLEDA.rst
 3220lib/cmake/CGAL/Help/cmake.py
 3221lib/cmake/CGAL/Help/conf.py
 3222lib/cmake/CGAL/Help/index.rst
 3223lib/cmake/CGAL/Makefile
 3224lib/cmake/CGAL/UseCGAL.cmake
 3225lib/cmake/CGAL/UseESBTL.cmake
 3226lib/cmake/CGAL/UseEigen3.cmake
 3227lib/cmake/CGAL/UseLASLIB.cmake
 3228lib/cmake/CGAL/UseOpenMesh.cmake
 3229lib/cmake/CGAL/UseTBB.cmake
 3230lib/cmake/CGAL/config/support/CGAL_test_cpp_version.cpp
 3231lib/cmake/CGAL/config/support/print_BOOST_version.cpp
 3232lib/cmake/CGAL/config/support/print_GCC_version.cpp
 3233lib/cmake/CGAL/config/support/print_GMP_version.cpp
 3234lib/cmake/CGAL/config/support/print_IntelCompiler_version.cpp
 3235lib/cmake/CGAL/config/support/print_LEDA_version.cpp
 3236lib/cmake/CGAL/config/support/print_MPFI_version.cpp
 3237lib/cmake/CGAL/config/support/print_MPFR_version.cpp
 3238lib/cmake/CGAL/config/support/print_OPENGL_version.cpp
 3239lib/cmake/CGAL/config/support/print_QT4_version.cpp
 3240lib/cmake/CGAL/config/support/print_QT_version.cpp
 3241lib/cmake/CGAL/config/support/print_ZLIB_version.cpp
 3242lib/cmake/CGAL/config/support/test_ATLAS.cpp
 3243lib/cmake/CGAL/config/support/test_BLAS.cpp
 3244lib/cmake/CGAL/config/support/test_BOOST.cpp
 3245lib/cmake/CGAL/config/support/test_BOOST_PROGRAM_OPTIONS.cpp
 3246lib/cmake/CGAL/config/support/test_BOOST_THREAD.cpp
 3247lib/cmake/CGAL/config/support/test_GMP.cpp
 3248lib/cmake/CGAL/config/support/test_GMPXX.cpp
 3249lib/cmake/CGAL/config/support/test_LAPACK.cpp
 3250lib/cmake/CGAL/config/support/test_LEDA.cpp
 3251lib/cmake/CGAL/config/support/test_LEDAWIN.cpp
 3252lib/cmake/CGAL/config/support/test_LIDIA.cpp
 3253lib/cmake/CGAL/config/support/test_MPFR.cpp
 3254lib/cmake/CGAL/config/support/test_OPENGL.cpp
 3255lib/cmake/CGAL/config/support/test_QT.cpp
 3256lib/cmake/CGAL/config/support/test_X11.cpp
 3257lib/cmake/CGAL/config/support/test_ZLIB.cpp
 3258lib/cmake/CGAL/config/support/test_syntaxonly.cpp
 3259lib/cmake/CGAL/config/testfiles/CGAL_CFG_DENORMALS_COMPILE_BUG.cpp
 3260lib/cmake/CGAL/config/testfiles/CGAL_CFG_FPU_ROUNDING_MODE_UNWINDING_VC_BUG.cpp
 3261lib/cmake/CGAL/config/testfiles/CGAL_CFG_IEEE_754_BUG.cpp
 3262lib/cmake/CGAL/config/testfiles/CGAL_CFG_ISTREAM_INT_BUG.cpp
 3263lib/cmake/CGAL/config/testfiles/CGAL_CFG_MATCHING_BUG_5.cpp
 3264lib/cmake/CGAL/config/testfiles/CGAL_CFG_MATCHING_BUG_6.cpp
 3265lib/cmake/CGAL/config/testfiles/CGAL_CFG_MATCHING_BUG_7.cpp
 3266lib/cmake/CGAL/config/testfiles/CGAL_CFG_MATCHING_BUG_8.cpp
 3267lib/cmake/CGAL/config/testfiles/CGAL_CFG_NO_LIMITS.cpp
 3268lib/cmake/CGAL/config/testfiles/CGAL_CFG_NO_NEXTAFTER.cpp
 3269lib/cmake/CGAL/config/testfiles/CGAL_CFG_NO_STL.cpp
 3270lib/cmake/CGAL/config/testfiles/CGAL_CFG_NUMERIC_LIMITS_BUG.cpp
 3271lib/cmake/CGAL/config/testfiles/CGAL_CFG_OUTOFLINE_MEMBER_DEFINITION_BUG.cpp
 3272lib/cmake/CGAL/config/testfiles/CGAL_CFG_TEMPLATE_IN_DEFAULT_PARAMETER_BUG.cpp
 3273lib/cmake/CGAL/config/testfiles/CGAL_CFG_TYPENAME_BEFORE_DEFAULT_ARGUMENT_BUG.cpp
 3274lib/cmake/CGAL/config/testfiles/CGAL_CFG_USING_BASE_MEMBER_BUG_2.cpp
 3275lib/cmake/CGAL/config/version.h.in
 3276lib/cmake/CGAL/list_of_whitelisted_headers.cmake
 3277lib/cmake/CGAL/process_dependencies.cmake
 3278lib/cmake/CGAL/run_cmd_redirection_cerr.cmake
 3279lib/cmake/CGAL/run_test_with_cin.cmake
 3280lib/cmake/CGAL/test_MPFI.cpp
2530lib/libCGAL.so 3281lib/libCGAL.so
2531lib/libCGAL.so.8 3282lib/libCGAL.so.13
2532lib/libCGAL.so.8.0.0 3283lib/libCGAL.so.13.0.3
2533lib/libCGAL_Core.so 3284lib/libCGAL_Core.so
2534lib/libCGAL_Core.so.8 3285lib/libCGAL_Core.so.13
2535lib/libCGAL_Core.so.8.0.0 3286lib/libCGAL_Core.so.13.0.3
2536lib/libCGAL_ImageIO.so 3287lib/libCGAL_ImageIO.so
2537lib/libCGAL_ImageIO.so.8 3288lib/libCGAL_ImageIO.so.14
2538lib/libCGAL_ImageIO.so.8.0.0 3289lib/libCGAL_ImageIO.so.14.0.0
2539lib/libCGAL_Qt4.so 3290lib/libCGAL_Qt5.so
2540lib/libCGAL_Qt4.so.8 3291lib/libCGAL_Qt5.so.14
2541lib/libCGAL_Qt4.so.8.0.0 3292lib/libCGAL_Qt5.so.14.0.0
2542man/man1/cgal_create_cmake_script.1 
2543share/doc/CGAL-${PKGVERSION}/AUTHORS 3293share/doc/CGAL-${PKGVERSION}/AUTHORS
2544share/doc/CGAL-${PKGVERSION}/CHANGES 3294share/doc/CGAL-${PKGVERSION}/CHANGES.md
2545share/doc/CGAL-${PKGVERSION}/LICENSE 3295share/doc/CGAL-${PKGVERSION}/LICENSE
2546share/doc/CGAL-${PKGVERSION}/LICENSE.FREE_USE 3296share/doc/CGAL-${PKGVERSION}/LICENSE.FREE_USE
 3297share/doc/CGAL-${PKGVERSION}/LICENSE.GPL
2547share/doc/CGAL-${PKGVERSION}/LICENSE.LGPL 3298share/doc/CGAL-${PKGVERSION}/LICENSE.LGPL
2548share/doc/CGAL-${PKGVERSION}/LICENSE.QPL 3299share/man/man1/cgal_create_cmake_script.1

cvs diff -r1.34 -r1.35 pkgsrc/math/cgal/buildlink3.mk (expand / switch to unified diff)

--- pkgsrc/math/cgal/buildlink3.mk 2018/12/13 19:51:35 1.34
+++ pkgsrc/math/cgal/buildlink3.mk 2019/06/22 05:54:27 1.35
@@ -1,19 +1,18 @@ @@ -1,19 +1,18 @@
1# $NetBSD: buildlink3.mk,v 1.34 2018/12/13 19:51:35 adam Exp $ 1# $NetBSD: buildlink3.mk,v 1.35 2019/06/22 05:54:27 mef Exp $
2 2
3BUILDLINK_TREE+= cgal 3BUILDLINK_TREE+= cgal
4 4
5.if !defined(CGAL_BUILDLINK3_MK) 5.if !defined(CGAL_BUILDLINK3_MK)
6CGAL_BUILDLINK3_MK:= 6CGAL_BUILDLINK3_MK:=
7 7
8BUILDLINK_API_DEPENDS.cgal+= cgal>=3.9 8BUILDLINK_API_DEPENDS.cgal+= cgal>=4.11
9BUILDLINK_ABI_DEPENDS.cgal+= cgal>=3.9nb36 9BUILDLINK_ABI_DEPENDS.cgal+= cgal>=4.11
10BUILDLINK_PKGSRCDIR.cgal?= ../../math/cgal 10BUILDLINK_PKGSRCDIR.cgal?= ../../math/cgal
11 11
12.include "../../devel/boost-headers/buildlink3.mk" 12.include "../../devel/boost-headers/buildlink3.mk"
13.include "../../devel/boost-libs/buildlink3.mk" 13.include "../../devel/boost-libs/buildlink3.mk"
14.include "../../math/mpfr/buildlink3.mk" 14.include "../../math/mpfr/buildlink3.mk"
15.include "../../x11/qt4-libs/buildlink3.mk" 
16 15
17.endif # CGAL_BUILDLINK3_MK 16.endif # CGAL_BUILDLINK3_MK
18 17
19BUILDLINK_TREE+= -cgal 18BUILDLINK_TREE+= -cgal

cvs diff -r1.7 -r1.8 pkgsrc/math/cgal/distinfo (expand / switch to unified diff)

--- pkgsrc/math/cgal/distinfo 2016/04/01 12:17:33 1.7
+++ pkgsrc/math/cgal/distinfo 2019/06/22 05:54:27 1.8
@@ -1,12 +1,6 @@ @@ -1,12 +1,6 @@
1$NetBSD: distinfo,v 1.7 2016/04/01 12:17:33 jperkin Exp $ 1$NetBSD: distinfo,v 1.8 2019/06/22 05:54:27 mef Exp $
2 2
3SHA1 (CGAL-3.9.tar.gz) = cc99fad7116f221b6301326834f71ff65cebf2eb 3SHA1 (CGAL-4.14.tar.xz) = c70ac5017cbc755853457fc2415f6ccd9b1d17ac
4RMD160 (CGAL-3.9.tar.gz) = 0a5a929ecedeeac3833ec90f802b7f5ac069ad47 4RMD160 (CGAL-4.14.tar.xz) = 12b008b415133061f6b4933093c889890e4f4c72
5SHA512 (CGAL-3.9.tar.gz) = 9b03c08aae470877eb7fb2f16d7091a4ea2c79a643ba075d7b1bd5c056342c10e6fb3eed48a2756d74da48f6b7171f7d041446a0edb57ca212f0bb053912995d 5SHA512 (CGAL-4.14.tar.xz) = 1f22da098a136c26fd51c7ac401212865dce7cc5110ca6a083ef6f09ead5c03a002bfd16752cb298427b84bd5b4900b52c6514f97ccd0e199ffb28e9fe640c43
6Size (CGAL-3.9.tar.gz) = 14276059 bytes 6Size (CGAL-4.14.tar.xz) = 15602228 bytes
7SHA1 (patch-include_CGAL_Mesh__2_Do__not__refine__edges.h) = 5a66b2ff56d3e20e554ab73829e3c8c735144489 
8SHA1 (patch-include_CGAL_Qt_GraphicsItem.h) = 34f78072a610d7054d9b879aa697b96b7ee62e5a 
9SHA1 (patch-include_CGAL_Qt_GraphicsViewInput.h) = f842396bfb15a264cf86528781fac90c61c58ce9 
10SHA1 (patch-include_CGAL_config.h) = ba29667305fc4868a9995048801408e95d75bd41 
11SHA1 (patch-manpage-installation) = 1381c12f46ae7b791d78378b742529f77f04136c 
12SHA1 (patch-src-CMakeLists.txt) = 26e92c17b26bce8f0dd5a97ded689764fd243da0 

File Deleted: pkgsrc/math/cgal/patches/Attic/patch-include_CGAL_Mesh__2_Do__not__refine__edges.h

File Deleted: pkgsrc/math/cgal/patches/Attic/patch-include_CGAL_Qt_GraphicsItem.h

File Deleted: pkgsrc/math/cgal/patches/Attic/patch-include_CGAL_Qt_GraphicsViewInput.h

File Deleted: pkgsrc/math/cgal/patches/Attic/patch-include_CGAL_config.h

File Deleted: pkgsrc/math/cgal/patches/Attic/patch-src-CMakeLists.txt

File Deleted: pkgsrc/math/cgal/patches/Attic/patch-manpage-installation