pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/math/cgal
Module Name: pkgsrc
Committed By: mef
Date: Sat Jan 11 03:23:02 UTC 2025
Modified Files:
pkgsrc/math/cgal: Makefile PLIST buildlink3.mk distinfo
Log Message:
(math/cgal) Updated 4.14 to 5.6.2, based on wip/cgal, this may break openscad
CHANGES.md extends over 1,000 lines. The summary may be found at
https://www.cgal.org/news.html
Also: for each release:
https://www.cgal.org/2020/09/08/cgal51/ for a complete list of changes.
https://www.cgal.org/2019/11/08/cgal50/ for a complete list of changes.
To generate a diff of this commit:
cvs rdiff -u -r1.94 -r1.95 pkgsrc/math/cgal/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/math/cgal/PLIST
cvs rdiff -u -r1.48 -r1.49 pkgsrc/math/cgal/buildlink3.mk
cvs rdiff -u -r1.10 -r1.11 pkgsrc/math/cgal/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/math/cgal/Makefile
diff -u pkgsrc/math/cgal/Makefile:1.94 pkgsrc/math/cgal/Makefile:1.95
--- pkgsrc/math/cgal/Makefile:1.94 Sun Dec 29 15:09:54 2024
+++ pkgsrc/math/cgal/Makefile Sat Jan 11 03:23:02 2025
@@ -1,11 +1,10 @@
-# $NetBSD: Makefile,v 1.94 2024/12/29 15:09:54 adam Exp $
+# $NetBSD: Makefile,v 1.95 2025/01/11 03:23:02 mef Exp $
-DISTNAME= CGAL-4.14
+DISTNAME= CGAL-5.6.2
PKGNAME= ${DISTNAME:tl}
-PKGREVISION= 49
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_GITHUB:=CGAL/}
-GITHUB_RELEASE= releases/${DISTNAME}
+GITHUB_RELEASE= v${PKGVERSION_NOREV}
EXTRACT_SUFX= .tar.xz
MAINTAINER= reinoud%NetBSD.org@localhost
@@ -13,24 +12,17 @@ HOMEPAGE= https://www.cgal.org/
COMMENT= Computational Geometry Algorithms Library
LICENSE= gnu-lgpl-v3
-USE_CMAKE= yes
-USE_LANGUAGES= c c++11
+USE_LANGUAGES= c c++
+USE_CXX_FEATURES= c++14
+CMAKE_CONFIGURE_ARGS+= -DCMAKE_BUILD_TYPE=Release
CMAKE_CONFIGURE_ARGS+= -DCGAL_INSTALL_MAN_DIR=${PREFIX}/${PKGMANDIR}/man1
REPLACE_SH+= scripts/cgal_create_CMakeLists
REPLACE_SH+= scripts/cgal_create_cmake_script
-SUBST_CLASSES+= cmakeworkdir
-SUBST_STAGE.cmakeworkdir= post-install
-SUBST_MESSAGE.cmakeworkdir= Removing $$WRKDIR from cmake files
-SUBST_FILES.cmakeworkdir= ${DESTDIR}${PREFIX}/lib/cmake/CGAL/*.cmake
-SUBST_SED.cmakeworkdir= -e 's%${WRKDIR}/.buildlink%${PREFIX}%g'
-
-pre-install:
- find ${WRKSRC} -name \*.orig -exec rm {} \;
-
.include "../../devel/boost-headers/buildlink3.mk"
.include "../../devel/boost-libs/buildlink3.mk"
+.include "../../devel/cmake/build.mk"
.include "../../math/mpfr/buildlink3.mk"
.include "../../devel/gmp/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
Index: pkgsrc/math/cgal/PLIST
diff -u pkgsrc/math/cgal/PLIST:1.3 pkgsrc/math/cgal/PLIST:1.4
--- pkgsrc/math/cgal/PLIST:1.3 Sat Jun 22 23:43:04 2019
+++ pkgsrc/math/cgal/PLIST Sat Jan 11 03:23:02 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2019/06/22 23:43:04 mef Exp $
+@comment $NetBSD: PLIST,v 1.4 2025/01/11 03:23:02 mef Exp $
bin/cgal_create_CMakeLists
bin/cgal_create_cmake_script
bin/cgal_make_macosx_app
@@ -11,10 +11,24 @@ include/CGAL/AABB_primitive.h
include/CGAL/AABB_segment_primitive.h
include/CGAL/AABB_traits.h
include/CGAL/AABB_tree.h
+include/CGAL/AABB_tree/internal/AABB_drawing_traits.h
+include/CGAL/AABB_tree/internal/AABB_node.h
+include/CGAL/AABB_tree/internal/AABB_ray_intersection.h
+include/CGAL/AABB_tree/internal/AABB_search_tree.h
+include/CGAL/AABB_tree/internal/AABB_traversal_traits.h
+include/CGAL/AABB_tree/internal/Has_nested_type_Shared_data.h
+include/CGAL/AABB_tree/internal/Is_ray_intersection_geomtraits.h
+include/CGAL/AABB_tree/internal/Primitive_helper.h
+include/CGAL/AABB_tree/internal/triangle_datum_covering.h
include/CGAL/AABB_triangle_primitive.h
include/CGAL/AABB_triangulation_3_cell_primitive.h
include/CGAL/AABB_triangulation_3_triangle_primitive.h
include/CGAL/Advancing_front_surface_reconstruction.h
+include/CGAL/Advancing_front_surface_reconstruction/internal/Surface_face_base_2.h
+include/CGAL/Advancing_front_surface_reconstruction/internal/Surface_vertex_base_2.h
+include/CGAL/Advancing_front_surface_reconstruction/internal/construct_polyhedron.h
+include/CGAL/Advancing_front_surface_reconstruction/internal/construct_surface_2.h
+include/CGAL/Advancing_front_surface_reconstruction/internal/write_triple_indices.h
include/CGAL/Advancing_front_surface_reconstruction_cell_base_3.h
include/CGAL/Advancing_front_surface_reconstruction_vertex_base_3.h
include/CGAL/Aff_transformation_2.h
@@ -76,11 +90,24 @@ include/CGAL/Algebraic_structure_traits.
include/CGAL/Alpha_shape_2.h
include/CGAL/Alpha_shape_3.h
include/CGAL/Alpha_shape_cell_base_3.h
-include/CGAL/Alpha_shape_euclidean_traits_2.h
-include/CGAL/Alpha_shape_euclidean_traits_3.h
include/CGAL/Alpha_shape_face_base_2.h
include/CGAL/Alpha_shape_vertex_base_2.h
include/CGAL/Alpha_shape_vertex_base_3.h
+include/CGAL/Alpha_shapes_2/internal/Lazy_alpha_nt_2.h
+include/CGAL/Alpha_shapes_3/internal/Classification_type.h
+include/CGAL/Alpha_shapes_3/internal/Lazy_alpha_nt_3.h
+include/CGAL/Alpha_wrap_3/internal/Alpha_wrap_3.h
+include/CGAL/Alpha_wrap_3/internal/Alpha_wrap_AABB_geom_traits.h
+include/CGAL/Alpha_wrap_3/internal/Oracle_base.h
+include/CGAL/Alpha_wrap_3/internal/Point_set_oracle.h
+include/CGAL/Alpha_wrap_3/internal/Segment_soup_oracle.h
+include/CGAL/Alpha_wrap_3/internal/Triangle_mesh_oracle.h
+include/CGAL/Alpha_wrap_3/internal/Triangle_soup_oracle.h
+include/CGAL/Alpha_wrap_3/internal/gate_priority_queue.h
+include/CGAL/Alpha_wrap_3/internal/geometry_utils.h
+include/CGAL/Alpha_wrap_3/internal/offset_intersection.h
+include/CGAL/Alpha_wrap_3/internal/oracles.h
+include/CGAL/Alpha_wrap_3/internal/splitting_helper.h
include/CGAL/Apollonius_graph_2.h
include/CGAL/Apollonius_graph_2/Apollonius_graph_2_impl.h
include/CGAL/Apollonius_graph_2/Apollonius_graph_hierarchy_2_impl.h
@@ -106,7 +133,6 @@ include/CGAL/Apollonius_graph_2/Predicat
include/CGAL/Apollonius_graph_2/Predicates_C2.h
include/CGAL/Apollonius_graph_2/Traits_wrapper_2.h
include/CGAL/Apollonius_graph_2/basic.h
-include/CGAL/Apollonius_graph_2/check_filter.h
include/CGAL/Apollonius_graph_2/comparator_profiler.h
include/CGAL/Apollonius_graph_2/compare_quadratic.h
include/CGAL/Apollonius_graph_2/predicate_profiler.h
@@ -295,13 +321,22 @@ include/CGAL/Arrangement_with_history_2.
include/CGAL/Arrangement_zone_2.h
include/CGAL/BOOST_MP_arithmetic_kernel.h
include/CGAL/Barycentric_coordinates_2.h
+include/CGAL/Barycentric_coordinates_2/Delaunay_domain_2.h
include/CGAL/Barycentric_coordinates_2/Discrete_harmonic_2.h
+include/CGAL/Barycentric_coordinates_2/Discrete_harmonic_coordinates_2.h
include/CGAL/Barycentric_coordinates_2/Generalized_barycentric_coordinates_2.h
+include/CGAL/Barycentric_coordinates_2/Harmonic_coordinates_2.h
include/CGAL/Barycentric_coordinates_2/Mean_value_2.h
-include/CGAL/Barycentric_coordinates_2/Segment_coordinates_2.h
-include/CGAL/Barycentric_coordinates_2/Triangle_coordinates_2.h
+include/CGAL/Barycentric_coordinates_2/Mean_value_coordinates_2.h
include/CGAL/Barycentric_coordinates_2/Wachspress_2.h
+include/CGAL/Barycentric_coordinates_2/Wachspress_coordinates_2.h
include/CGAL/Barycentric_coordinates_2/barycentric_enum_2.h
+include/CGAL/Barycentric_coordinates_2/boundary_coordinates_2.h
+include/CGAL/Barycentric_coordinates_2/internal/utils_2.h
+include/CGAL/Barycentric_coordinates_2/segment_coordinates_2.h
+include/CGAL/Barycentric_coordinates_2/triangle_coordinates_2.h
+include/CGAL/Base_with_time_stamp.h
+include/CGAL/Basic_shaders.h
include/CGAL/Bbox_2.h
include/CGAL/Bbox_3.h
include/CGAL/Bigfloat_interval_traits.h
@@ -338,6 +373,14 @@ include/CGAL/Boolean_set_operations_2/Gp
include/CGAL/Boolean_set_operations_2/Indexed_event.h
include/CGAL/Boolean_set_operations_2/Point_with_vertex.h
include/CGAL/Boolean_set_operations_2/Polygon_2_curve_iterator.h
+include/CGAL/Boolean_set_operations_2/Polygon_conversions.h
+include/CGAL/Boolean_set_operations_2/complement.h
+include/CGAL/Boolean_set_operations_2/difference.h
+include/CGAL/Boolean_set_operations_2/do_intersect.h
+include/CGAL/Boolean_set_operations_2/intersection.h
+include/CGAL/Boolean_set_operations_2/join.h
+include/CGAL/Boolean_set_operations_2/oriented_side.h
+include/CGAL/Boolean_set_operations_2/symmetric_difference.h
include/CGAL/Bounded_kernel.h
include/CGAL/Box_intersection_d/Box_d.h
include/CGAL/Box_intersection_d/Box_traits_d.h
@@ -351,6 +394,7 @@ include/CGAL/CGAL_Ipelet_base.h
include/CGAL/CGAL_Ipelet_base_v6.h
include/CGAL/CGAL_Ipelet_base_v7.h
include/CGAL/CMap_linear_cell_complex_storages.h
+include/CGAL/CMap_linear_cell_complex_storages_with_index.h
include/CGAL/CORE/BigFloat.h
include/CGAL/CORE/BigFloatRep.h
include/CGAL/CORE/BigFloat_impl.h
@@ -405,6 +449,7 @@ include/CGAL/Cartesian/ConicCPA2.h
include/CGAL/Cartesian/Data_accessor_2.h
include/CGAL/Cartesian/Direction_2.h
include/CGAL/Cartesian/Direction_3.h
+include/CGAL/Cartesian/Is_trivial_construction.h
include/CGAL/Cartesian/Iso_cuboid_3.h
include/CGAL/Cartesian/Iso_rectangle_2.h
include/CGAL/Cartesian/Line_2.h
@@ -415,6 +460,7 @@ include/CGAL/Cartesian/Point_2.h
include/CGAL/Cartesian/Point_3.h
include/CGAL/Cartesian/Ray_2.h
include/CGAL/Cartesian/Ray_3.h
+include/CGAL/Cartesian/Reflection_rep_2.h
include/CGAL/Cartesian/Rotation_rep_2.h
include/CGAL/Cartesian/Scaling_rep_2.h
include/CGAL/Cartesian/Scaling_rep_3.h
@@ -504,7 +550,6 @@ include/CGAL/Circulator_on_node.h
include/CGAL/Circulator_project.h
include/CGAL/Classification.h
include/CGAL/Classification/Cluster.h
-include/CGAL/Classification/Color.h
include/CGAL/Classification/ETHZ/Random_forest_classifier.h
include/CGAL/Classification/ETHZ/internal/dataview.h
include/CGAL/Classification/ETHZ/internal/random-forest/common-libraries.hpp
@@ -520,13 +565,11 @@ include/CGAL/Classification/Feature/Clus
include/CGAL/Classification/Feature/Color_channel.h
include/CGAL/Classification/Feature/Distance_to_plane.h
include/CGAL/Classification/Feature/Echo_scatter.h
-include/CGAL/Classification/Feature/Eigen.h
include/CGAL/Classification/Feature/Eigenvalue.h
include/CGAL/Classification/Feature/Elevation.h
include/CGAL/Classification/Feature/Gradient_of_feature.h
include/CGAL/Classification/Feature/Height_above.h
include/CGAL/Classification/Feature/Height_below.h
-include/CGAL/Classification/Feature/Hsv.h
include/CGAL/Classification/Feature/Simple_feature.h
include/CGAL/Classification/Feature/Vertical_dispersion.h
include/CGAL/Classification/Feature/Vertical_range.h
@@ -544,7 +587,6 @@ include/CGAL/Classification/Planimetric_
include/CGAL/Classification/Point_set_feature_generator.h
include/CGAL/Classification/Point_set_neighborhood.h
include/CGAL/Classification/Sum_of_weighted_features_classifier.h
-include/CGAL/Classification/TensorFlow/Neural_network_classifier.h
include/CGAL/Classification/classify.h
include/CGAL/Classification/compressed_float.h
include/CGAL/Classification/internal/verbosity.h
@@ -552,16 +594,21 @@ include/CGAL/Classification/property_map
include/CGAL/Coercion_traits.h
include/CGAL/Combination_enumerator.h
include/CGAL/Combinatorial_map.h
+include/CGAL/Combinatorial_map/internal/Combinatorial_map_copy_functors.h
+include/CGAL/Combinatorial_map/internal/Combinatorial_map_group_functors.h
+include/CGAL/Combinatorial_map/internal/Combinatorial_map_internal_functors.h
+include/CGAL/Combinatorial_map/internal/Combinatorial_map_sewable.h
+include/CGAL/Combinatorial_map/internal/Combinatorial_map_utility.h
include/CGAL/Combinatorial_map_basic_operations.h
-include/CGAL/Combinatorial_map_constructors.h
include/CGAL/Combinatorial_map_functors.h
-include/CGAL/Combinatorial_map_insertions.h
+include/CGAL/Combinatorial_map_fwd.h
include/CGAL/Combinatorial_map_iterators_base.h
-include/CGAL/Combinatorial_map_min_items.h
include/CGAL/Combinatorial_map_operations.h
include/CGAL/Combinatorial_map_save_load.h
include/CGAL/Combinatorial_map_storages.h
+include/CGAL/Combinatorial_map_storages_with_index.h
include/CGAL/Compact_container.h
+include/CGAL/Compact_container_with_index.h
include/CGAL/Compact_mesh_cell_base_3.h
include/CGAL/Compare_handles_with_or_without_timestamps.h
include/CGAL/Complex_2_in_triangulation_3.h
@@ -583,9 +630,10 @@ include/CGAL/Constrained_triangulation_2
include/CGAL/Constrained_triangulation_face_base_2.h
include/CGAL/Constrained_triangulation_plus_2.h
include/CGAL/Constrained_voronoi_diagram_2.h
-include/CGAL/Constraint_hierarchy_2.h
include/CGAL/Construct_theta_graph_2.h
include/CGAL/Construct_yao_graph_2.h
+include/CGAL/Container_helper.h
+include/CGAL/Converting_construction.h
include/CGAL/Convex_decomposition_3/Edge_sorter.h
include/CGAL/Convex_decomposition_3/External_structure_builder.h
include/CGAL/Convex_decomposition_3/Insert_vertex_into_edge.h
@@ -601,7 +649,6 @@ include/CGAL/Convex_decomposition_3/Sing
include/CGAL/Convex_decomposition_3/YVertical_wall_builder.h
include/CGAL/Convex_decomposition_3/is_reflex_sedge.h
include/CGAL/Convex_hull_2/ch_akl_toussaint_impl.h
-include/CGAL/Convex_hull_2/ch_assertions.h
include/CGAL/Convex_hull_2/ch_bykat_impl.h
include/CGAL/Convex_hull_2/ch_eddy_impl.h
include/CGAL/Convex_hull_2/ch_graham_andrew_impl.h
@@ -612,17 +659,17 @@ include/CGAL/Convex_hull_2/convexity_che
include/CGAL/Convex_hull_3/dual/Convex_hull_traits_dual_2.h
include/CGAL/Convex_hull_3/dual/Convex_hull_traits_dual_3.h
include/CGAL/Convex_hull_3/dual/halfspace_intersection_3.h
+include/CGAL/Convex_hull_3/dual/halfspace_intersection_interior_point_3.h
include/CGAL/Convex_hull_3/dual/halfspace_intersection_with_constructions_3.h
-include/CGAL/Convex_hull_3/dual/interior_polyhedron_3.h
include/CGAL/Convex_hull_3/dual/predicates.h
+include/CGAL/Convex_hull_3/internal/Indexed_triangle_set.h
include/CGAL/Convex_hull_d.h
include/CGAL/Convex_hull_d_to_polyhedron_3.h
include/CGAL/Convex_hull_d_traits_3.h
include/CGAL/Convex_hull_face_base_2.h
-include/CGAL/Convex_hull_projective_xy_traits_2.h
-include/CGAL/Convex_hull_projective_xz_traits_2.h
-include/CGAL/Convex_hull_projective_yz_traits_2.h
include/CGAL/Convex_hull_traits_3.h
+include/CGAL/Convex_hull_traits_adapter_2.h
+include/CGAL/Convex_hull_vertex_base_2.h
include/CGAL/Counted_number.h
include/CGAL/Counting_iterator.h
include/CGAL/Curved_kernel_via_analysis_2/Arc_2.h
@@ -644,6 +691,7 @@ include/CGAL/Curved_kernel_via_analysis_
include/CGAL/Curved_kernel_via_analysis_2/gfx/Subdivision_1.h
include/CGAL/Curved_kernel_via_analysis_2/gfx/Subdivision_2.h
include/CGAL/Curved_kernel_via_analysis_2/test/simple_models.h
+include/CGAL/Curves_on_surface_topology.h
include/CGAL/Dart.h
include/CGAL/Dart_const_iterators.h
include/CGAL/Dart_iterators.h
@@ -667,11 +715,51 @@ include/CGAL/Delaunay_triangulation_adap
include/CGAL/Delaunay_triangulation_adaptation_traits_2.h
include/CGAL/Delaunay_triangulation_cell_base_3.h
include/CGAL/Delaunay_triangulation_cell_base_with_circumcenter_3.h
+include/CGAL/Delaunay_triangulation_on_sphere_2.h
+include/CGAL/Delaunay_triangulation_on_sphere_adaptation_policies_2.h
+include/CGAL/Delaunay_triangulation_on_sphere_adaptation_traits_2.h
+include/CGAL/Delaunay_triangulation_on_sphere_traits_2.h
include/CGAL/Diagonalize_traits.h
include/CGAL/Dimension.h
include/CGAL/Direction_2.h
include/CGAL/Direction_3.h
-include/CGAL/Distance_2.h
+include/CGAL/Distance_2/Line_2_Line_2.h
+include/CGAL/Distance_2/Line_2_Triangle_2.h
+include/CGAL/Distance_2/Point_2_Line_2.h
+include/CGAL/Distance_2/Point_2_Point_2.h
+include/CGAL/Distance_2/Point_2_Ray_2.h
+include/CGAL/Distance_2/Point_2_Segment_2.h
+include/CGAL/Distance_2/Point_2_Triangle_2.h
+include/CGAL/Distance_2/Ray_2_Line_2.h
+include/CGAL/Distance_2/Ray_2_Ray_2.h
+include/CGAL/Distance_2/Ray_2_Triangle_2.h
+include/CGAL/Distance_2/Segment_2_Line_2.h
+include/CGAL/Distance_2/Segment_2_Ray_2.h
+include/CGAL/Distance_2/Segment_2_Segment_2.h
+include/CGAL/Distance_2/Segment_2_Triangle_2.h
+include/CGAL/Distance_2/Triangle_2_Triangle_2.h
+include/CGAL/Distance_2/internal/squared_distance_utils_2.h
+include/CGAL/Distance_3/Line_3_Line_3.h
+include/CGAL/Distance_3/Line_3_Plane_3.h
+include/CGAL/Distance_3/Plane_3_Plane_3.h
+include/CGAL/Distance_3/Point_3_Line_3.h
+include/CGAL/Distance_3/Point_3_Plane_3.h
+include/CGAL/Distance_3/Point_3_Point_3.h
+include/CGAL/Distance_3/Point_3_Ray_3.h
+include/CGAL/Distance_3/Point_3_Segment_3.h
+include/CGAL/Distance_3/Point_3_Tetrahedron_3.h
+include/CGAL/Distance_3/Point_3_Triangle_3.h
+include/CGAL/Distance_3/Point_3_Weighted_point_3.h
+include/CGAL/Distance_3/Ray_3_Line_3.h
+include/CGAL/Distance_3/Ray_3_Plane_3.h
+include/CGAL/Distance_3/Ray_3_Ray_3.h
+include/CGAL/Distance_3/Segment_3_Line_3.h
+include/CGAL/Distance_3/Segment_3_Plane_3.h
+include/CGAL/Distance_3/Segment_3_Ray_3.h
+include/CGAL/Distance_3/Segment_3_Segment_3.h
+include/CGAL/Distance_3/Triangle_3_Triangle_3.h
+include/CGAL/Distance_3/Weighted_point_3_Weighted_point_3.h
+include/CGAL/Distance_3/internal/squared_distance_utils_3.h
include/CGAL/Double_map.h
include/CGAL/Dummy_tds_2.h
include/CGAL/Dynamic_matrix.h
@@ -679,6 +767,7 @@ include/CGAL/Dynamic_property_map.h
include/CGAL/Eigen_diagonalize_traits.h
include/CGAL/Eigen_matrix.h
include/CGAL/Eigen_solver_traits.h
+include/CGAL/Eigen_sparse_matrix.h
include/CGAL/Eigen_svd.h
include/CGAL/Eigen_vector.h
include/CGAL/Enum_converter.h
@@ -706,6 +795,7 @@ include/CGAL/Epick_d.h
include/CGAL/Euclidean_distance.h
include/CGAL/Euclidean_distance_sphere_point.h
include/CGAL/Euler_integrator_2.h
+include/CGAL/Exact_algebraic.h
include/CGAL/Exact_circular_kernel_2.h
include/CGAL/Exact_integer.h
include/CGAL/Exact_kernel_selector.h
@@ -726,6 +816,7 @@ include/CGAL/FPU_extension.h
include/CGAL/FPU_gcc_i386.h
include/CGAL/FPU_gcc_i386_sse2.h
include/CGAL/FPU_msvc.h
+include/CGAL/Face_graph_wrapper.h
include/CGAL/Filter_circulator.h
include/CGAL/Filtered_bbox_circular_kernel_2.h
include/CGAL/Filtered_bbox_circular_kernel_2/bbox_filtered_predicates.h
@@ -735,6 +826,30 @@ include/CGAL/Filtered_extended_homogeneo
include/CGAL/Filtered_kernel.h
include/CGAL/Filtered_kernel/Cartesian_coordinate_iterator_2.h
include/CGAL/Filtered_kernel/Cartesian_coordinate_iterator_3.h
+include/CGAL/Filtered_kernel/internal/Static_filters/Angle_3.h
+include/CGAL/Filtered_kernel/internal/Static_filters/Collinear_3.h
+include/CGAL/Filtered_kernel/internal/Static_filters/Compare_distance_3.h
+include/CGAL/Filtered_kernel/internal/Static_filters/Compare_squared_radius_3.h
+include/CGAL/Filtered_kernel/internal/Static_filters/Compare_weighted_squared_radius_3.h
+include/CGAL/Filtered_kernel/internal/Static_filters/Compare_x_2.h
+include/CGAL/Filtered_kernel/internal/Static_filters/Compare_y_2.h
+include/CGAL/Filtered_kernel/internal/Static_filters/Compare_y_at_x_2.h
+include/CGAL/Filtered_kernel/internal/Static_filters/Coplanar_3.h
+include/CGAL/Filtered_kernel/internal/Static_filters/Coplanar_orientation_3.h
+include/CGAL/Filtered_kernel/internal/Static_filters/Coplanar_side_of_bounded_circle_3.h
+include/CGAL/Filtered_kernel/internal/Static_filters/Do_intersect_2.h
+include/CGAL/Filtered_kernel/internal/Static_filters/Do_intersect_3.h
+include/CGAL/Filtered_kernel/internal/Static_filters/Equal_2.h
+include/CGAL/Filtered_kernel/internal/Static_filters/Equal_3.h
+include/CGAL/Filtered_kernel/internal/Static_filters/Is_degenerate_3.h
+include/CGAL/Filtered_kernel/internal/Static_filters/Orientation_2.h
+include/CGAL/Filtered_kernel/internal/Static_filters/Orientation_3.h
+include/CGAL/Filtered_kernel/internal/Static_filters/Power_side_of_oriented_power_sphere_3.h
+include/CGAL/Filtered_kernel/internal/Static_filters/Side_of_oriented_circle_2.h
+include/CGAL/Filtered_kernel/internal/Static_filters/Side_of_oriented_sphere_3.h
+include/CGAL/Filtered_kernel/internal/Static_filters/Static_filter_error.h
+include/CGAL/Filtered_kernel/internal/Static_filters/Static_filters.h
+include/CGAL/Filtered_kernel/internal/Static_filters/tools.h
include/CGAL/Filtered_kernel_d.h
include/CGAL/Filtered_kernel_fwd.h
include/CGAL/Filtered_predicate.h
@@ -747,6 +862,7 @@ include/CGAL/Fourtuple.h
include/CGAL/Fraction_traits.h
include/CGAL/Fuzzy_iso_box.h
include/CGAL/Fuzzy_sphere.h
+include/CGAL/GLPK_mixed_integer_program_traits.h
include/CGAL/GMP/Gmpfi_type.h
include/CGAL/GMP/Gmpfi_type_static.h
include/CGAL/GMP/Gmpfr_type.h
@@ -761,16 +877,24 @@ include/CGAL/GMap_cell_iterators.h
include/CGAL/GMap_dart_const_iterators.h
include/CGAL/GMap_dart_iterators.h
include/CGAL/GMap_linear_cell_complex_storages.h
+include/CGAL/GMap_linear_cell_complex_storages_with_index.h
include/CGAL/General_polygon_2.h
include/CGAL/General_polygon_set_2.h
include/CGAL/General_polygon_set_on_surface_2.h
include/CGAL/General_polygon_with_holes_2.h
include/CGAL/Generalized_map.h
+include/CGAL/Generalized_map/internal/Generalized_map_group_functors.h
+include/CGAL/Generalized_map/internal/Generalized_map_internal_functors.h
+include/CGAL/Generalized_map/internal/Generalized_map_sewable.h
+include/CGAL/Generalized_map_fwd.h
include/CGAL/Generalized_map_iterators_base.h
include/CGAL/Generalized_map_operations.h
include/CGAL/Generalized_map_save_load.h
include/CGAL/Generalized_map_storages.h
+include/CGAL/Generalized_map_storages_with_index.h
+include/CGAL/Generator/internal/Generic_random_point_generator.h
include/CGAL/Generic_map_min_items.h
+include/CGAL/Geographical_coordinates_traits_2.h
include/CGAL/Get_arithmetic_kernel.h
include/CGAL/Gmp_coercion_traits.h
include/CGAL/Gmpfi.h
@@ -810,7 +934,7 @@ include/CGAL/Handle_with_policy.h
include/CGAL/Has_conversion.h
include/CGAL/Has_member.h
include/CGAL/Has_timestamp.h
-include/CGAL/Hash_handles_with_or_without_timestamps.h
+include/CGAL/Hash_map/internal/chained_map.h
include/CGAL/Heat_method_3/Surface_mesh_geodesic_distances_3.h
include/CGAL/Heat_method_3/internal/Intrinsic_Delaunay_triangulation_3.h
include/CGAL/Heat_method_3/internal/V2V.h
@@ -866,9 +990,13 @@ include/CGAL/Hyperbolic_Delaunay_triangu
include/CGAL/Hyperbolic_Delaunay_triangulation_CK_traits_2.h
include/CGAL/Hyperbolic_Delaunay_triangulation_traits_2.h
include/CGAL/Hyperbolic_octagon_translation.h
+include/CGAL/Hyperbolic_triangulation_2/internal/Exact_complex.h
+include/CGAL/Hyperbolic_triangulation_2/internal/Hyperbolic_Delaunay_triangulation_traits_2_functions.h
include/CGAL/Hyperbolic_triangulation_face_base_2.h
include/CGAL/IEEE_754_unions.h
-include/CGAL/IO/Alpha_shape_3_VRML_2_ostream.h
+include/CGAL/IO/3MF.h
+include/CGAL/IO/3MF/read_3mf.h
+include/CGAL/IO/3MF/write_3mf.h
include/CGAL/IO/Arr_iostream.h
include/CGAL/IO/Arr_text_formatter.h
include/CGAL/IO/Arr_with_history_2_reader.h
@@ -878,7 +1006,6 @@ include/CGAL/IO/Arr_with_history_text_fo
include/CGAL/IO/Arrangement_2_reader.h
include/CGAL/IO/Arrangement_2_writer.h
include/CGAL/IO/Color.h
-include/CGAL/IO/Color_impl.h
include/CGAL/IO/Complex_2_in_triangulation_3_file_writer.h
include/CGAL/IO/Complex_2_in_triangulation_3_polyhedron_builder.h
include/CGAL/IO/Complex_2_in_triangulation_3_to_medit.h
@@ -887,93 +1014,92 @@ include/CGAL/IO/Complex_3_in_triangulati
include/CGAL/IO/Dxf_bsop_reader.h
include/CGAL/IO/Dxf_reader.h
include/CGAL/IO/Dxf_reader_doubles.h
-include/CGAL/IO/Dxf_stream.h
include/CGAL/IO/Dxf_variant_reader.h
-include/CGAL/IO/Dxf_writer.h
include/CGAL/IO/Fig_stream.h
include/CGAL/IO/Fig_stream_Conic_arc_2.h
include/CGAL/IO/File_avizo.h
include/CGAL/IO/File_binary_mesh_3.h
-include/CGAL/IO/File_header_OFF.h
-include/CGAL/IO/File_header_OFF_impl.h
-include/CGAL/IO/File_header_extended_OFF.h
-include/CGAL/IO/File_header_extended_OFF_impl.h
include/CGAL/IO/File_maya.h
include/CGAL/IO/File_medit.h
include/CGAL/IO/File_poly.h
-include/CGAL/IO/File_scanner_OFF.h
-include/CGAL/IO/File_scanner_OFF_impl.h
include/CGAL/IO/File_tetgen.h
-include/CGAL/IO/File_writer_OFF.h
-include/CGAL/IO/File_writer_OFF_impl.h
-include/CGAL/IO/File_writer_VRML_2.h
-include/CGAL/IO/File_writer_VRML_2_impl.h
-include/CGAL/IO/File_writer_inventor.h
-include/CGAL/IO/File_writer_inventor_impl.h
-include/CGAL/IO/File_writer_wavefront.h
-include/CGAL/IO/File_writer_wavefront_impl.h
+include/CGAL/IO/GOCAD.h
include/CGAL/IO/Generic_writer.h
-include/CGAL/IO/Geomview_stream.h
-include/CGAL/IO/Geomview_stream_impl.h
include/CGAL/IO/Gps_iostream.h
-include/CGAL/IO/Inventor_ostream.h
include/CGAL/IO/Istream_iterator.h
include/CGAL/IO/Nef_polyhedron_2_PS_stream.h
include/CGAL/IO/Nef_polyhedron_iostream_3.h
-include/CGAL/IO/OBJ_reader.h
-include/CGAL/IO/OFF_reader.h
+include/CGAL/IO/OBJ.h
+include/CGAL/IO/OBJ/File_writer_wavefront.h
+include/CGAL/IO/OFF.h
+include/CGAL/IO/OFF/File_header_OFF.h
+include/CGAL/IO/OFF/File_header_OFF_impl.h
+include/CGAL/IO/OFF/File_header_extended_OFF.h
+include/CGAL/IO/OFF/File_header_extended_OFF_impl.h
+include/CGAL/IO/OFF/File_scanner_OFF.h
+include/CGAL/IO/OFF/File_writer_OFF.h
+include/CGAL/IO/OFF/Scanner_OFF.h
+include/CGAL/IO/OFF/generic_copy_OFF.h
+include/CGAL/IO/OI.h
+include/CGAL/IO/OI/File_writer_inventor.h
+include/CGAL/IO/OI/Inventor_ostream.h
include/CGAL/IO/Ostream_iterator.h
-include/CGAL/IO/PLY_reader.h
-include/CGAL/IO/PLY_writer.h
+include/CGAL/IO/PLY.h
+include/CGAL/IO/PLY/PLY_reader.h
+include/CGAL/IO/PLY/PLY_writer.h
+include/CGAL/IO/Polyhedron_OFF_iostream.h
include/CGAL/IO/Polyhedron_VRML_1_ostream.h
include/CGAL/IO/Polyhedron_VRML_2_ostream.h
-include/CGAL/IO/Polyhedron_builder_from_STL.h
-include/CGAL/IO/Polyhedron_geomview_ostream.h
include/CGAL/IO/Polyhedron_inventor_ostream.h
include/CGAL/IO/Polyhedron_iostream.h
include/CGAL/IO/Polyhedron_scan_OFF.h
-include/CGAL/IO/STL_reader.h
-include/CGAL/IO/STL_writer.h
-include/CGAL/IO/Scanner_OFF.h
+include/CGAL/IO/STL.h
+include/CGAL/IO/STL/STL_reader.h
include/CGAL/IO/Tee_for_output_iterator.h
-include/CGAL/IO/Triangulation_geomview_ostream_2.h
-include/CGAL/IO/Triangulation_geomview_ostream_3.h
include/CGAL/IO/Triangulation_off_ostream.h
include/CGAL/IO/Triangulation_off_ostream_2.h
include/CGAL/IO/Triangulation_off_ostream_3.h
include/CGAL/IO/Triangulation_ps_stream.h
-include/CGAL/IO/VRML_1_ostream.h
-include/CGAL/IO/VRML_2_ostream.h
+include/CGAL/IO/VRML.h
+include/CGAL/IO/VRML/File_writer_VRML_2.h
+include/CGAL/IO/VRML/VRML_1_ostream.h
+include/CGAL/IO/VRML/VRML_2_ostream.h
+include/CGAL/IO/VTK.h
+include/CGAL/IO/VTK/VTK_reader.h
+include/CGAL/IO/VTK/VTK_writer.h
include/CGAL/IO/Verbose_ostream.h
-include/CGAL/IO/Writer_OFF.h
-include/CGAL/IO/alpha_shape_geomview_ostream_3.h
+include/CGAL/IO/WKT.h
+include/CGAL/IO/WKT/traits_linestring.h
+include/CGAL/IO/WKT/traits_multilinestring.h
+include/CGAL/IO/WKT/traits_multipoint.h
+include/CGAL/IO/WKT/traits_multipolygon.h
+include/CGAL/IO/WKT/traits_point.h
+include/CGAL/IO/WKT/traits_point_3.h
+include/CGAL/IO/WKT/traits_polygon.h
include/CGAL/IO/binary_file_io.h
include/CGAL/IO/facets_in_complex_2_to_triangle_mesh.h
include/CGAL/IO/facets_in_complex_3_to_triangle_mesh.h
-include/CGAL/IO/generic_copy_OFF.h
-include/CGAL/IO/generic_print_polyhedron.h
+include/CGAL/IO/helpers.h
include/CGAL/IO/io.h
-include/CGAL/IO/io_impl.h
include/CGAL/IO/io_tags.h
include/CGAL/IO/output_surface_facets_to_polyhedron.h
include/CGAL/IO/output_surface_facets_to_triangle_soup.h
include/CGAL/IO/output_to_vtu.h
+include/CGAL/IO/polygon_soup_io.h
include/CGAL/IO/print_OFF.h
-include/CGAL/IO/print_VRML_1.h
-include/CGAL/IO/print_VRML_2.h
-include/CGAL/IO/print_inventor.h
-include/CGAL/IO/print_wavefront.h
include/CGAL/IO/read_las_points.h
include/CGAL/IO/read_off_points.h
include/CGAL/IO/read_ply_points.h
+include/CGAL/IO/read_points.h
+include/CGAL/IO/read_vtk_image_data.h
include/CGAL/IO/read_xyz_points.h
-include/CGAL/IO/reader_helpers.h
include/CGAL/IO/scan_OFF.h
+include/CGAL/IO/trace.h
+include/CGAL/IO/write_VTU.h
include/CGAL/IO/write_las_points.h
include/CGAL/IO/write_off_points.h
include/CGAL/IO/write_ply_points.h
-include/CGAL/IO/write_vtk.h
-include/CGAL/IO/write_vtu.h
+include/CGAL/IO/write_points.h
include/CGAL/IO/write_xyz_points.h
include/CGAL/Identity_policy_2.h
include/CGAL/ImageIO.h
@@ -1020,20 +1146,31 @@ include/CGAL/Implicit_to_labeling_functi
include/CGAL/In_place_list.h
include/CGAL/Incremental_neighbor_search.h
include/CGAL/Index_property_map.h
+include/CGAL/Info_for_cell_attribute.h
+include/CGAL/Installation/internal/deprecation_warning.h
+include/CGAL/Installation/internal/disable_deprecation_warnings_and_errors.h
+include/CGAL/Installation/internal/enable_third_party_libraries.h
include/CGAL/Interpolation/internal/helpers.h
include/CGAL/Interpolation_gradient_fitting_traits_2.h
include/CGAL/Interpolation_traits_2.h
include/CGAL/Intersection_traits.h
include/CGAL/Intersection_traits_2.h
include/CGAL/Intersection_traits_3.h
+include/CGAL/Intersections_2/Bbox_2_Bbox_2.h
include/CGAL/Intersections_2/Bbox_2_Circle_2.h
+include/CGAL/Intersections_2/Bbox_2_Iso_rectangle_2.h
include/CGAL/Intersections_2/Bbox_2_Line_2.h
include/CGAL/Intersections_2/Bbox_2_Point_2.h
include/CGAL/Intersections_2/Bbox_2_Ray_2.h
+include/CGAL/Intersections_2/Bbox_2_Segment_2.h
+include/CGAL/Intersections_2/Bbox_2_Triangle_2.h
include/CGAL/Intersections_2/Circle_2_Circle_2.h
include/CGAL/Intersections_2/Circle_2_Iso_rectangle_2.h
include/CGAL/Intersections_2/Circle_2_Line_2.h
include/CGAL/Intersections_2/Circle_2_Point_2.h
+include/CGAL/Intersections_2/Circle_2_Ray_2.h
+include/CGAL/Intersections_2/Circle_2_Segment_2.h
+include/CGAL/Intersections_2/Circle_2_Triangle_2.h
include/CGAL/Intersections_2/Iso_rectangle_2_Iso_rectangle_2.h
include/CGAL/Intersections_2/Iso_rectangle_2_Line_2.h
include/CGAL/Intersections_2/Iso_rectangle_2_Point_2.h
@@ -1055,9 +1192,6 @@ include/CGAL/Intersections_2/Ray_2_Trian
include/CGAL/Intersections_2/Segment_2_Segment_2.h
include/CGAL/Intersections_2/Segment_2_Triangle_2.h
include/CGAL/Intersections_2/Triangle_2_Triangle_2.h
-include/CGAL/Intersections_2/internal/Bbox_2_Circle_2_do_intersect.h
-include/CGAL/Intersections_2/internal/Bbox_2_Line_2_intersection_impl.h
-include/CGAL/Intersections_2/internal/Ray_2_Bbox_2_intersection_impl.h
include/CGAL/Intersections_2/internal/Straight_2.h
include/CGAL/Intersections_2/internal/Triangle_2_Triangle_2_do_intersect_impl.h
include/CGAL/Intersections_2/internal/Triangle_2_Triangle_2_intersection_impl.h
@@ -1089,6 +1223,7 @@ include/CGAL/Intersections_3/Line_3_Sphe
include/CGAL/Intersections_3/Line_3_Tetrahedron_3.h
include/CGAL/Intersections_3/Line_3_Triangle_3.h
include/CGAL/Intersections_3/Plane_3_Plane_3.h
+include/CGAL/Intersections_3/Plane_3_Plane_3_Plane_3.h
include/CGAL/Intersections_3/Plane_3_Point_3.h
include/CGAL/Intersections_3/Plane_3_Ray_3.h
include/CGAL/Intersections_3/Plane_3_Segment_3.h
@@ -1116,32 +1251,105 @@ include/CGAL/Intersections_3/Sphere_3_Tr
include/CGAL/Intersections_3/Tetrahedron_3_Tetrahedron_3.h
include/CGAL/Intersections_3/Tetrahedron_3_Triangle_3.h
include/CGAL/Intersections_3/Triangle_3_Triangle_3.h
-include/CGAL/Intersections_3/internal/Bbox_3_Bbox_3_do_intersect.h
include/CGAL/Intersections_3/internal/Bbox_3_Iso_cuboid_3_do_intersect.h
+include/CGAL/Intersections_3/internal/Bbox_3_Iso_cuboid_3_intersection.h
include/CGAL/Intersections_3/internal/Bbox_3_Line_3_do_intersect.h
+include/CGAL/Intersections_3/internal/Bbox_3_Line_3_intersection.h
include/CGAL/Intersections_3/internal/Bbox_3_Plane_3_do_intersect.h
include/CGAL/Intersections_3/internal/Bbox_3_Ray_3_do_intersect.h
+include/CGAL/Intersections_3/internal/Bbox_3_Ray_3_intersection.h
include/CGAL/Intersections_3/internal/Bbox_3_Segment_3_do_intersect.h
+include/CGAL/Intersections_3/internal/Bbox_3_Segment_3_intersection.h
include/CGAL/Intersections_3/internal/Bbox_3_Sphere_3_do_intersect.h
+include/CGAL/Intersections_3/internal/Bbox_3_Tetrahedron_3_do_intersect.h
include/CGAL/Intersections_3/internal/Bbox_3_Triangle_3_do_intersect.h
+include/CGAL/Intersections_3/internal/Iso_cuboid_3_Iso_cuboid_3_do_intersect.h
+include/CGAL/Intersections_3/internal/Iso_cuboid_3_Iso_cuboid_3_intersection.h
+include/CGAL/Intersections_3/internal/Iso_cuboid_3_Line_3_do_intersect.h
+include/CGAL/Intersections_3/internal/Iso_cuboid_3_Line_3_intersection.h
+include/CGAL/Intersections_3/internal/Iso_cuboid_3_Plane_3_do_intersect.h
+include/CGAL/Intersections_3/internal/Iso_cuboid_3_Plane_3_intersection.h
+include/CGAL/Intersections_3/internal/Iso_cuboid_3_Point_3_do_intersect.h
+include/CGAL/Intersections_3/internal/Iso_cuboid_3_Point_3_intersection.h
include/CGAL/Intersections_3/internal/Iso_cuboid_3_Ray_3_do_intersect.h
+include/CGAL/Intersections_3/internal/Iso_cuboid_3_Ray_3_intersection.h
include/CGAL/Intersections_3/internal/Iso_cuboid_3_Segment_3_do_intersect.h
+include/CGAL/Intersections_3/internal/Iso_cuboid_3_Segment_3_intersection.h
include/CGAL/Intersections_3/internal/Iso_cuboid_3_Sphere_3_do_intersect.h
+include/CGAL/Intersections_3/internal/Iso_cuboid_3_Tetrahedron_3_do_intersect.h
include/CGAL/Intersections_3/internal/Iso_cuboid_3_Triangle_3_do_intersect.h
+include/CGAL/Intersections_3/internal/Iso_cuboid_3_Triangle_3_intersection.h
+include/CGAL/Intersections_3/internal/Line_3_Line_3_do_intersect.h
+include/CGAL/Intersections_3/internal/Line_3_Line_3_intersection.h
+include/CGAL/Intersections_3/internal/Line_3_Plane_3_do_intersect.h
+include/CGAL/Intersections_3/internal/Line_3_Plane_3_intersection.h
+include/CGAL/Intersections_3/internal/Line_3_Point_3_do_intersect.h
+include/CGAL/Intersections_3/internal/Line_3_Point_3_intersection.h
+include/CGAL/Intersections_3/internal/Line_3_Ray_3_do_intersect.h
+include/CGAL/Intersections_3/internal/Line_3_Ray_3_intersection.h
+include/CGAL/Intersections_3/internal/Line_3_Segment_3_do_intersect.h
+include/CGAL/Intersections_3/internal/Line_3_Segment_3_intersection.h
+include/CGAL/Intersections_3/internal/Line_3_Sphere_3_do_intersect.h
+include/CGAL/Intersections_3/internal/Line_3_Tetrahedron_3_do_intersect.h
+include/CGAL/Intersections_3/internal/Line_3_Tetrahedron_3_intersection.h
+include/CGAL/Intersections_3/internal/Line_3_Triangle_3_do_intersect.h
+include/CGAL/Intersections_3/internal/Line_3_Triangle_3_intersection.h
+include/CGAL/Intersections_3/internal/Plane_3_Plane_3_Plane_3_do_intersect.h
+include/CGAL/Intersections_3/internal/Plane_3_Plane_3_Plane_3_intersection.h
+include/CGAL/Intersections_3/internal/Plane_3_Plane_3_do_intersect.h
+include/CGAL/Intersections_3/internal/Plane_3_Plane_3_intersection.h
+include/CGAL/Intersections_3/internal/Plane_3_Point_3_do_intersect.h
+include/CGAL/Intersections_3/internal/Plane_3_Point_3_intersection.h
+include/CGAL/Intersections_3/internal/Plane_3_Ray_3_do_intersect.h
+include/CGAL/Intersections_3/internal/Plane_3_Ray_3_intersection.h
+include/CGAL/Intersections_3/internal/Plane_3_Segment_3_do_intersect.h
+include/CGAL/Intersections_3/internal/Plane_3_Segment_3_intersection.h
+include/CGAL/Intersections_3/internal/Plane_3_Sphere_3_do_intersect.h
+include/CGAL/Intersections_3/internal/Plane_3_Sphere_3_intersection.h
+include/CGAL/Intersections_3/internal/Plane_3_Tetrahedron_3_do_intersect.h
+include/CGAL/Intersections_3/internal/Plane_3_Tetrahedron_3_intersection.h
+include/CGAL/Intersections_3/internal/Plane_3_Triangle_3_do_intersect.h
+include/CGAL/Intersections_3/internal/Plane_3_Triangle_3_intersection.h
+include/CGAL/Intersections_3/internal/Point_3_Point_3_do_intersect.h
+include/CGAL/Intersections_3/internal/Point_3_Point_3_intersection.h
+include/CGAL/Intersections_3/internal/Point_3_Ray_3_do_intersect.h
+include/CGAL/Intersections_3/internal/Point_3_Ray_3_intersection.h
+include/CGAL/Intersections_3/internal/Point_3_Segment_3_do_intersect.h
+include/CGAL/Intersections_3/internal/Point_3_Segment_3_intersection.h
+include/CGAL/Intersections_3/internal/Point_3_Sphere_3_do_intersect.h
+include/CGAL/Intersections_3/internal/Point_3_Sphere_3_intersection.h
+include/CGAL/Intersections_3/internal/Point_3_Tetrahedron_3_do_intersect.h
+include/CGAL/Intersections_3/internal/Point_3_Tetrahedron_3_intersection.h
+include/CGAL/Intersections_3/internal/Point_3_Triangle_3_do_intersect.h
+include/CGAL/Intersections_3/internal/Point_3_Triangle_3_intersection.h
+include/CGAL/Intersections_3/internal/Ray_3_Ray_3_do_intersect.h
+include/CGAL/Intersections_3/internal/Ray_3_Ray_3_intersection.h
+include/CGAL/Intersections_3/internal/Ray_3_Segment_3_do_intersect.h
+include/CGAL/Intersections_3/internal/Ray_3_Segment_3_intersection.h
+include/CGAL/Intersections_3/internal/Ray_3_Sphere_3_do_intersect.h
+include/CGAL/Intersections_3/internal/Ray_3_Tetrahedron_3_do_intersect.h
+include/CGAL/Intersections_3/internal/Ray_3_Tetrahedron_3_intersection.h
+include/CGAL/Intersections_3/internal/Ray_3_Triangle_3_do_intersect.h
+include/CGAL/Intersections_3/internal/Ray_3_Triangle_3_intersection.h
+include/CGAL/Intersections_3/internal/Segment_3_Segment_3_do_intersect.h
+include/CGAL/Intersections_3/internal/Segment_3_Segment_3_intersection.h
+include/CGAL/Intersections_3/internal/Segment_3_Sphere_3_do_intersect.h
+include/CGAL/Intersections_3/internal/Segment_3_Tetrahedron_3_do_intersect.h
+include/CGAL/Intersections_3/internal/Segment_3_Tetrahedron_3_intersection.h
+include/CGAL/Intersections_3/internal/Segment_3_Triangle_3_do_intersect.h
+include/CGAL/Intersections_3/internal/Segment_3_Triangle_3_intersection.h
+include/CGAL/Intersections_3/internal/Sphere_3_Sphere_3_do_intersect.h
+include/CGAL/Intersections_3/internal/Sphere_3_Sphere_3_intersection.h
+include/CGAL/Intersections_3/internal/Sphere_3_Tetrahedron_3_do_intersect.h
+include/CGAL/Intersections_3/internal/Sphere_3_Triangle_3_do_intersect.h
include/CGAL/Intersections_3/internal/Tetrahedron_3_Bounded_3_do_intersect.h
+include/CGAL/Intersections_3/internal/Tetrahedron_3_Tetrahedron_3_do_intersect.h
+include/CGAL/Intersections_3/internal/Tetrahedron_3_Triangle_3_do_intersect.h
+include/CGAL/Intersections_3/internal/Tetrahedron_3_Triangle_3_intersection.h
include/CGAL/Intersections_3/internal/Tetrahedron_3_Unbounded_3_do_intersect.h
-include/CGAL/Intersections_3/internal/Triangle_3_Line_3_do_intersect.h
-include/CGAL/Intersections_3/internal/Triangle_3_Line_3_intersection.h
-include/CGAL/Intersections_3/internal/Triangle_3_Plane_3_do_intersect.h
-include/CGAL/Intersections_3/internal/Triangle_3_Ray_3_do_intersect.h
-include/CGAL/Intersections_3/internal/Triangle_3_Ray_3_intersection.h
-include/CGAL/Intersections_3/internal/Triangle_3_Segment_3_do_intersect.h
-include/CGAL/Intersections_3/internal/Triangle_3_Segment_3_intersection.h
-include/CGAL/Intersections_3/internal/Triangle_3_Sphere_3_do_intersect.h
include/CGAL/Intersections_3/internal/Triangle_3_Triangle_3_do_intersect.h
include/CGAL/Intersections_3/internal/Triangle_3_Triangle_3_intersection.h
-include/CGAL/Intersections_3/internal/bbox_intersection_3.h
-include/CGAL/Intersections_3/internal/intersection_3_1_impl.h
+include/CGAL/Intersections_3/internal/tetrahedron_lines_intersections_3.h
include/CGAL/Interval_arithmetic.h
include/CGAL/Interval_arithmetic_impl.h
include/CGAL/Interval_nt.h
@@ -1175,9 +1383,14 @@ include/CGAL/Kernel/global_functions_2.h
include/CGAL/Kernel/global_functions_3.h
include/CGAL/Kernel/global_functions_internal_2.h
include/CGAL/Kernel/global_functions_internal_3.h
+include/CGAL/Kernel/hash_functions.h
include/CGAL/Kernel/interface_macros.h
include/CGAL/Kernel/mpl.h
include/CGAL/Kernel/solve.h
+include/CGAL/Kernel_23/internal/Filtered_projection_traits_3.h
+include/CGAL/Kernel_23/internal/Has_boolean_tags.h
+include/CGAL/Kernel_23/internal/Projection_traits_3.h
+include/CGAL/Kernel_23/internal/Projection_traits_base_3.h
include/CGAL/Kernel_checker.h
include/CGAL/Kernel_d/Aff_transformationCd.h
include/CGAL/Kernel_d/Aff_transformationHd.h
@@ -1236,7 +1449,6 @@ include/CGAL/LEDA_arithmetic_kernel.h
include/CGAL/LEDA_basic.h
include/CGAL/Labeled_image_mesh_domain_3.h
include/CGAL/Labeled_mesh_domain_3.h
-include/CGAL/Lapack_svd.h
include/CGAL/Largest_empty_iso_rectangle_2.h
include/CGAL/Lazy.h
include/CGAL/Lazy_exact_nt.h
@@ -1249,14 +1461,14 @@ include/CGAL/Line_arc_2.h
include/CGAL/Line_arc_3.h
include/CGAL/Linear_algebraCd.h
include/CGAL/Linear_algebraHd.h
-include/CGAL/Linear_cell_complex.h
include/CGAL/Linear_cell_complex_base.h
include/CGAL/Linear_cell_complex_bgl_min_items.h
include/CGAL/Linear_cell_complex_constructors.h
include/CGAL/Linear_cell_complex_for_bgl_combinatorial_map_helper.h
include/CGAL/Linear_cell_complex_for_combinatorial_map.h
include/CGAL/Linear_cell_complex_for_generalized_map.h
-include/CGAL/Linear_cell_complex_incremental_builder.h
+include/CGAL/Linear_cell_complex_fwd.h
+include/CGAL/Linear_cell_complex_incremental_builder_3.h
include/CGAL/Linear_cell_complex_min_items.h
include/CGAL/Linear_cell_complex_operations.h
include/CGAL/Linear_cell_complex_traits.h
@@ -1264,7 +1476,6 @@ include/CGAL/Location_policy.h
include/CGAL/MP_Float.h
include/CGAL/MP_Float_arithmetic_kernel.h
include/CGAL/MP_Float_impl.h
-include/CGAL/MSVC_compiler_config.h
include/CGAL/Manhattan_distance_iso_box_point.h
include/CGAL/Marching_tetrahedra_observer_default_3.h
include/CGAL/Marching_tetrahedra_traits_skin_surface_3.h
@@ -1287,16 +1498,17 @@ include/CGAL/Mesh_2/Uniform_sizing_field
include/CGAL/Mesh_3/C3T3_helpers.h
include/CGAL/Mesh_3/Cell_criteria_visitor_with_balls.h
include/CGAL/Mesh_3/Concurrent_mesher_config.h
-include/CGAL/Mesh_3/Detect_polylines_in_polyhedra.h
-include/CGAL/Mesh_3/Detect_polylines_in_polyhedra_fwd.h
+include/CGAL/Mesh_3/Detect_features_in_image.h
+include/CGAL/Mesh_3/Detect_features_on_image_bbox.h
include/CGAL/Mesh_3/Dump_c3t3.h
include/CGAL/Mesh_3/Facet_criteria_visitor_with_balls.h
include/CGAL/Mesh_3/Facet_on_same_surface_criterion.h
-include/CGAL/Mesh_3/Has_features.h
+include/CGAL/Mesh_3/Image_plus_weights_to_labeled_function_wrapper.h
include/CGAL/Mesh_3/Image_to_labeled_function_wrapper.h
include/CGAL/Mesh_3/Implicit_surface_mesher_visitor.h
+include/CGAL/Mesh_3/Is_mesh_domain_field_3.h
include/CGAL/Mesh_3/Lloyd_move.h
-include/CGAL/Mesh_3/Mesh_complex_3_in_triangulation_3_base.h
+include/CGAL/Mesh_3/Mesh_complex_3_in_triangulation_3_fwd.h
include/CGAL/Mesh_3/Mesh_global_optimizer.h
include/CGAL/Mesh_3/Mesh_sizing_field.h
include/CGAL/Mesh_3/Mesh_surface_cell_base_3.h
@@ -1306,6 +1518,7 @@ include/CGAL/Mesh_3/Mesher_level_default
include/CGAL/Mesh_3/Null_exuder_visitor.h
include/CGAL/Mesh_3/Null_global_optimizer_visitor.h
include/CGAL/Mesh_3/Null_perturber_visitor.h
+include/CGAL/Mesh_3/Null_subdomain_index.h
include/CGAL/Mesh_3/Odt_move.h
include/CGAL/Mesh_3/Poisson_refine_cells_3.h
include/CGAL/Mesh_3/Polyline_with_context.h
@@ -1330,6 +1543,7 @@ include/CGAL/Mesh_3/Worksharing_data_str
include/CGAL/Mesh_3/config.h
include/CGAL/Mesh_3/dihedral_angle_3.h
include/CGAL/Mesh_3/experimental/AABB_filtered_projection_traits.h
+include/CGAL/Mesh_3/experimental/Facet_patch_id_map.h
include/CGAL/Mesh_3/experimental/Facet_topological_criterion_with_adjacency.h
include/CGAL/Mesh_3/experimental/Get_curve_index.h
include/CGAL/Mesh_3/experimental/Get_facet_patch_id.h
@@ -1337,13 +1551,25 @@ include/CGAL/Mesh_3/experimental/Lipschi
include/CGAL/Mesh_3/experimental/Lipschitz_sizing_parameters.h
include/CGAL/Mesh_3/experimental/Lipschitz_sizing_polyhedron.h
include/CGAL/Mesh_3/experimental/Sizing_field_minimum.h
-include/CGAL/Mesh_3/experimental/Sizing_field_with_aabb_tree.h
+include/CGAL/Mesh_3/features_detection/cases_table.h
+include/CGAL/Mesh_3/features_detection/combinations.h
+include/CGAL/Mesh_3/features_detection/coordinates.h
+include/CGAL/Mesh_3/features_detection/cube_isometries.h
+include/CGAL/Mesh_3/features_detection/features_detection.h
+include/CGAL/Mesh_3/features_detection/features_detection_helpers.h
+include/CGAL/Mesh_3/features_detection/postprocess_weights.h
+include/CGAL/Mesh_3/generate_label_weights.h
+include/CGAL/Mesh_3/initialize_triangulation_from_gray_image.h
include/CGAL/Mesh_3/initialize_triangulation_from_labeled_image.h
+include/CGAL/Mesh_3/internal/Graph_manipulations.h
+include/CGAL/Mesh_3/internal/check_weights.h
+include/CGAL/Mesh_3/internal/helpers.h
include/CGAL/Mesh_3/io_signature.h
include/CGAL/Mesh_3/mesh_standard_cell_criteria.h
include/CGAL/Mesh_3/mesh_standard_criteria.h
include/CGAL/Mesh_3/mesh_standard_facet_criteria.h
include/CGAL/Mesh_3/min_dihedral_angle.h
+include/CGAL/Mesh_3/parameters.h
include/CGAL/Mesh_3/parameters_defaults.h
include/CGAL/Mesh_3/polyhedral_to_labeled_function_wrapper.h
include/CGAL/Mesh_3/polylines_to_protect.h
@@ -1351,8 +1577,6 @@ include/CGAL/Mesh_3/radius_ratio.h
include/CGAL/Mesh_3/search_for_connected_components_in_labeled_image.h
include/CGAL/Mesh_3/sliver_criteria.h
include/CGAL/Mesh_3/squared_distance_Point_3_Triangle_3.h
-include/CGAL/Mesh_3/tet_soup_to_c3t3.h
-include/CGAL/Mesh_3/utilities.h
include/CGAL/Mesh_3/vertex_perturbation.h
include/CGAL/Mesh_cell_base_3.h
include/CGAL/Mesh_cell_criteria_3.h
@@ -1441,6 +1665,7 @@ include/CGAL/Minkowski_sum_3/Gaussian_ma
include/CGAL/Minkowski_sum_3/Gaussian_map_to_nef_3.h
include/CGAL/Minkowski_sum_3/PointMark.h
include/CGAL/Minkowski_sum_3/bipartite_nary_union_sorted_combined.h
+include/CGAL/Mixed_integer_program_traits.h
include/CGAL/Modifiable_priority_queue.h
include/CGAL/Modifier_base.h
include/CGAL/Modular_arithmetic/Residue_type.h
@@ -1453,6 +1678,7 @@ include/CGAL/Multiset.h
include/CGAL/NT_converter.h
include/CGAL/N_step_adaptor.h
include/CGAL/N_step_adaptor_derived.h
+include/CGAL/Named_function_parameters.h
include/CGAL/Needs_parens_as_product.h
include/CGAL/Nef_2/Bounding_box_2.h
include/CGAL/Nef_2/Constrained_triang_traits.h
@@ -1505,6 +1731,7 @@ include/CGAL/Nef_3/SNC_constructor.h
include/CGAL/Nef_3/SNC_decorator.h
include/CGAL/Nef_3/SNC_decorator_traits.h
include/CGAL/Nef_3/SNC_external_structure.h
+include/CGAL/Nef_3/SNC_halfedge_key.h
include/CGAL/Nef_3/SNC_indexed_items.h
include/CGAL/Nef_3/SNC_intersection.h
include/CGAL/Nef_3/SNC_io_parser.h
@@ -1617,8 +1844,10 @@ include/CGAL/NewKernel_d/utils.h
include/CGAL/No_intersection_surface_sweep_2.h
include/CGAL/Null_matrix.h
include/CGAL/Number_type_checker.h
+include/CGAL/Number_types/internal/Exact_type_selector.h
include/CGAL/Number_types/internal_functions_comparison_root_of_2.h
include/CGAL/OFF_to_nef_3.h
+include/CGAL/OSQP_quadratic_program_traits.h
include/CGAL/OTR_2/Cost.h
include/CGAL/OTR_2/Reconstruction_edge_2.h
include/CGAL/OTR_2/Reconstruction_face_base_2.h
@@ -1626,6 +1855,9 @@ include/CGAL/OTR_2/Reconstruction_triang
include/CGAL/OTR_2/Reconstruction_vertex_base_2.h
include/CGAL/OTR_2/Sample.h
include/CGAL/Object.h
+include/CGAL/Octree.h
+include/CGAL/OpenGR/compute_registration_transformation.h
+include/CGAL/OpenGR/register_point_sets.h
include/CGAL/OpenNL/bicgstab.h
include/CGAL/OpenNL/blas.h
include/CGAL/OpenNL/conjugate_gradient.h
@@ -1633,6 +1865,14 @@ include/CGAL/OpenNL/full_vector.h
include/CGAL/OpenNL/linear_solver.h
include/CGAL/OpenNL/preconditioner.h
include/CGAL/OpenNL/sparse_matrix.h
+include/CGAL/Optimal_bounding_box/Oriented_bounding_box_traits_3.h
+include/CGAL/Optimal_bounding_box/internal/evolution.h
+include/CGAL/Optimal_bounding_box/internal/fitness_function.h
+include/CGAL/Optimal_bounding_box/internal/helper.h
+include/CGAL/Optimal_bounding_box/internal/nelder_mead_functions.h
+include/CGAL/Optimal_bounding_box/internal/optimize_2.h
+include/CGAL/Optimal_bounding_box/internal/population.h
+include/CGAL/Optimal_bounding_box/oriented_bounding_box.h
include/CGAL/Optimal_transportation_reconstruction_2.h
include/CGAL/Optimisation/Access_coordinates_begin_2.h
include/CGAL/Optimisation/Access_coordinates_begin_3.h
@@ -1643,7 +1883,6 @@ include/CGAL/Optimisation/Access_dimensi
include/CGAL/Optimisation/Construct_point_2.h
include/CGAL/Optimisation/Construct_point_3.h
include/CGAL/Optimisation/Construct_point_d.h
-include/CGAL/Optimisation/assertions.h
include/CGAL/Optimisation/basic.h
include/CGAL/Optimisation/debug.h
include/CGAL/Optimisation_d_traits_2.h
@@ -1654,6 +1893,16 @@ include/CGAL/Origin.h
include/CGAL/Origin_impl.h
include/CGAL/Orthogonal_incremental_neighbor_search.h
include/CGAL/Orthogonal_k_neighbor_search.h
+include/CGAL/Orthtree.h
+include/CGAL/Orthtree/Cartesian_ranges.h
+include/CGAL/Orthtree/IO.h
+include/CGAL/Orthtree/Node.h
+include/CGAL/Orthtree/Split_predicates.h
+include/CGAL/Orthtree/Traversal_iterator.h
+include/CGAL/Orthtree/Traversals.h
+include/CGAL/Orthtree_traits_2.h
+include/CGAL/Orthtree_traits_3.h
+include/CGAL/Orthtree_traits_d.h
include/CGAL/PCA_util.h
include/CGAL/PCA_util_Eigen.h
include/CGAL/Parabola_2.h
@@ -1681,16 +1930,25 @@ include/CGAL/Partition_2/Vertex_visibili
include/CGAL/Partition_2/Vertex_visibility_graph_2_impl.h
include/CGAL/Partition_2/is_degenerate_polygon_2.h
include/CGAL/Partition_2/partition_approx_convex_2.h
-include/CGAL/Partition_2/partition_assertions.h
include/CGAL/Partition_2/partition_greene_approx_convex_2.h
include/CGAL/Partition_2/partition_optimal_convex_2.h
include/CGAL/Partition_2/partition_y_monotone_2.h
include/CGAL/Partition_is_valid_traits_2.h
include/CGAL/Partition_traits_2.h
+include/CGAL/Partition_traits_adapter_2.h
+include/CGAL/Path_on_surface.h
include/CGAL/Periodic_2_Delaunay_triangulation_2.h
include/CGAL/Periodic_2_Delaunay_triangulation_traits_2.h
include/CGAL/Periodic_2_offset_2.h
include/CGAL/Periodic_2_triangulation_2.h
+include/CGAL/Periodic_2_triangulation_2/internal/Functor_with_offset_points_adaptor_2.h
+include/CGAL/Periodic_2_triangulation_2/internal/Periodic_2_Delaunay_triangulation_filtered_traits_2.h
+include/CGAL/Periodic_2_triangulation_2/internal/Periodic_2_Delaunay_triangulation_statically_filtered_traits_2.h
+include/CGAL/Periodic_2_triangulation_2/internal/Periodic_2_construct_point_2.h
+include/CGAL/Periodic_2_triangulation_2/internal/Periodic_2_triangulation_filtered_traits_2.h
+include/CGAL/Periodic_2_triangulation_2/internal/Periodic_2_triangulation_statically_filtered_traits_2.h
+include/CGAL/Periodic_2_triangulation_2/internal/Static_filters/Periodic_2_orientation_2.h
+include/CGAL/Periodic_2_triangulation_2/internal/Static_filters/Periodic_2_side_of_oriented_circle_2.h
include/CGAL/Periodic_2_triangulation_dummy_12.h
include/CGAL/Periodic_2_triangulation_face_base_2.h
include/CGAL/Periodic_2_triangulation_hierarchy_2.h
@@ -1708,6 +1966,27 @@ include/CGAL/Periodic_3_offset_3.h
include/CGAL/Periodic_3_regular_triangulation_3.h
include/CGAL/Periodic_3_regular_triangulation_traits_3.h
include/CGAL/Periodic_3_triangulation_3.h
+include/CGAL/Periodic_3_triangulation_3/internal/Functor_with_offset_points_adaptor_3.h
+include/CGAL/Periodic_3_triangulation_3/internal/Functor_with_offset_weighted_points_adaptor_3.h
+include/CGAL/Periodic_3_triangulation_3/internal/Periodic_3_Delaunay_triangulation_filtered_traits_3.h
+include/CGAL/Periodic_3_triangulation_3/internal/Periodic_3_Delaunay_triangulation_remove_traits_3.h
+include/CGAL/Periodic_3_triangulation_3/internal/Periodic_3_Delaunay_triangulation_statically_filtered_traits_3.h
+include/CGAL/Periodic_3_triangulation_3/internal/Periodic_3_construct_point_3.h
+include/CGAL/Periodic_3_triangulation_3/internal/Periodic_3_construct_weighted_point_3.h
+include/CGAL/Periodic_3_triangulation_3/internal/Periodic_3_regular_triangulation_dummy_288.h
+include/CGAL/Periodic_3_triangulation_3/internal/Periodic_3_regular_triangulation_filtered_traits_3.h
+include/CGAL/Periodic_3_triangulation_3/internal/Periodic_3_regular_triangulation_remove_traits_3.h
+include/CGAL/Periodic_3_triangulation_3/internal/Periodic_3_regular_triangulation_statically_filtered_traits_3.h
+include/CGAL/Periodic_3_triangulation_3/internal/Periodic_3_triangulation_dummy_36.h
+include/CGAL/Periodic_3_triangulation_3/internal/Periodic_3_triangulation_dummy_generator.h
+include/CGAL/Periodic_3_triangulation_3/internal/Periodic_3_triangulation_filtered_traits_3.h
+include/CGAL/Periodic_3_triangulation_3/internal/Periodic_3_triangulation_iterators_3.h
+include/CGAL/Periodic_3_triangulation_3/internal/Periodic_3_triangulation_statically_filtered_traits_3.h
+include/CGAL/Periodic_3_triangulation_3/internal/Robust_periodic_weighted_circumcenter_traits_3.h
+include/CGAL/Periodic_3_triangulation_3/internal/Static_filters/Periodic_3_orientation_3.h
+include/CGAL/Periodic_3_triangulation_3/internal/Static_filters/Periodic_3_power_side_of_oriented_power_sphere_3.h
+include/CGAL/Periodic_3_triangulation_3/internal/Static_filters/Periodic_3_side_of_oriented_sphere_3.h
+include/CGAL/Periodic_3_triangulation_3/internal/canonicalize_helper.h
include/CGAL/Periodic_3_triangulation_ds_cell_base_3.h
include/CGAL/Periodic_3_triangulation_ds_vertex_base_3.h
include/CGAL/Periodic_3_triangulation_hierarchy_3.h
@@ -1715,6 +1994,10 @@ include/CGAL/Periodic_3_triangulation_tr
include/CGAL/Periodic_4_hyperbolic_Delaunay_triangulation_2.h
include/CGAL/Periodic_4_hyperbolic_Delaunay_triangulation_traits_2.h
include/CGAL/Periodic_4_hyperbolic_triangulation_2.h
+include/CGAL/Periodic_4_hyperbolic_triangulation_2/internal/Dehn_hyperbolic_octagon_translation_word.h
+include/CGAL/Periodic_4_hyperbolic_triangulation_2/internal/Hyperbolic_octagon_translation_matrix.h
+include/CGAL/Periodic_4_hyperbolic_triangulation_2/internal/Hyperbolic_octagon_translation_word.h
+include/CGAL/Periodic_4_hyperbolic_triangulation_2/internal/Periodic_4_hyperbolic_triangulation_dummy_14.h
include/CGAL/Periodic_4_hyperbolic_triangulation_face_base_2.h
include/CGAL/Periodic_4_hyperbolic_triangulation_vertex_base_2.h
include/CGAL/Plane_3.h
@@ -1725,9 +2008,17 @@ include/CGAL/Point_container.h
include/CGAL/Point_set_2.h
include/CGAL/Point_set_3.h
include/CGAL/Point_set_3/IO.h
+include/CGAL/Point_set_3/IO/LAS.h
+include/CGAL/Point_set_3/IO/OFF.h
+include/CGAL/Point_set_3/IO/PLY.h
+include/CGAL/Point_set_3/IO/XYZ.h
+include/CGAL/Point_set_processing_3/internal/Callback_wrapper.h
+include/CGAL/Point_set_processing_3/internal/Neighbor_query.h
include/CGAL/Point_set_processing_3/internal/Rich_grid.h
+include/CGAL/Point_set_processing_3/internal/Search_traits_vertex_handle_3.h
include/CGAL/Point_set_processing_3/internal/Voronoi_covariance_3/voronoi_covariance_3.h
include/CGAL/Point_set_processing_3/internal/Voronoi_covariance_3/voronoi_covariance_sphere_3.h
+include/CGAL/Point_set_processing_3/internal/bbox_diagonal.h
include/CGAL/Point_traits.h
include/CGAL/Point_with_normal_3.h
include/CGAL/Point_with_psc_localisation.h
@@ -1744,10 +2035,11 @@ include/CGAL/Polygon_2/Polygon_2_edge_it
include/CGAL/Polygon_2/Polygon_2_impl.h
include/CGAL/Polygon_2/Polygon_2_simplicity.h
include/CGAL/Polygon_2/Polygon_2_vertex_circulator.h
-include/CGAL/Polygon_2/polygon_assertions.h
include/CGAL/Polygon_2_algorithms.h
include/CGAL/Polygon_convex_decomposition_2.h
-include/CGAL/Polygon_mesh_processing/Weights.h
+include/CGAL/Polygon_mesh_processing/IO/polygon_mesh_io.h
+include/CGAL/Polygon_mesh_processing/Non_manifold_feature_map.h
+include/CGAL/Polygon_mesh_processing/angle_and_area_smoothing.h
include/CGAL/Polygon_mesh_processing/bbox.h
include/CGAL/Polygon_mesh_processing/border.h
include/CGAL/Polygon_mesh_processing/clip.h
@@ -1758,8 +2050,10 @@ include/CGAL/Polygon_mesh_processing/det
include/CGAL/Polygon_mesh_processing/distance.h
include/CGAL/Polygon_mesh_processing/extrude.h
include/CGAL/Polygon_mesh_processing/fair.h
+include/CGAL/Polygon_mesh_processing/internal/AABB_traversal_traits_with_Hausdorff_distance.h
include/CGAL/Polygon_mesh_processing/internal/AABB_traversal_traits_with_transformation.h
include/CGAL/Polygon_mesh_processing/internal/Corefinement/Face_graph_output_builder.h
+include/CGAL/Polygon_mesh_processing/internal/Corefinement/Generic_clip_output_builder.h
include/CGAL/Polygon_mesh_processing/internal/Corefinement/Intersection_type.h
include/CGAL/Polygon_mesh_processing/internal/Corefinement/Output_builder_for_autorefinement.h
include/CGAL/Polygon_mesh_processing/internal/Corefinement/Visitor.h
@@ -1780,28 +2074,47 @@ include/CGAL/Polygon_mesh_processing/int
include/CGAL/Polygon_mesh_processing/internal/Polygon_mesh_slicer/Traversal_traits.h
include/CGAL/Polygon_mesh_processing/internal/Side_of_triangle_mesh/Point_inside_vertical_ray_cast.h
include/CGAL/Polygon_mesh_processing/internal/Side_of_triangle_mesh/Ray_3_Triangle_3_traversal_traits.h
+include/CGAL/Polygon_mesh_processing/internal/Smoothing/ceres_support.h
+include/CGAL/Polygon_mesh_processing/internal/Smoothing/curvature_flow_impl.h
+include/CGAL/Polygon_mesh_processing/internal/Smoothing/mesh_smoothing_impl.h
+include/CGAL/Polygon_mesh_processing/internal/Smoothing/smoothing_evaluation.h
+include/CGAL/Polygon_mesh_processing/internal/Snapping/helper.h
+include/CGAL/Polygon_mesh_processing/internal/Snapping/snap.h
+include/CGAL/Polygon_mesh_processing/internal/Snapping/snap_vertices.h
include/CGAL/Polygon_mesh_processing/internal/do_no_use_CDT2.h
include/CGAL/Polygon_mesh_processing/internal/fair_impl.h
include/CGAL/Polygon_mesh_processing/internal/mesh_to_point_set_hausdorff_distance.h
-include/CGAL/Polygon_mesh_processing/internal/named_function_params.h
-include/CGAL/Polygon_mesh_processing/internal/named_params_helper.h
include/CGAL/Polygon_mesh_processing/internal/refine_impl.h
include/CGAL/Polygon_mesh_processing/internal/repair_extra.h
+include/CGAL/Polygon_mesh_processing/internal/simplify_polyline.h
include/CGAL/Polygon_mesh_processing/intersection.h
+include/CGAL/Polygon_mesh_processing/locate.h
+include/CGAL/Polygon_mesh_processing/manifoldness.h
include/CGAL/Polygon_mesh_processing/measure.h
include/CGAL/Polygon_mesh_processing/merge_border_vertices.h
include/CGAL/Polygon_mesh_processing/orient_polygon_soup.h
+include/CGAL/Polygon_mesh_processing/orient_polygon_soup_extension.h
include/CGAL/Polygon_mesh_processing/orientation.h
+include/CGAL/Polygon_mesh_processing/polygon_mesh_to_polygon_soup.h
include/CGAL/Polygon_mesh_processing/polygon_soup_to_polygon_mesh.h
include/CGAL/Polygon_mesh_processing/random_perturbation.h
include/CGAL/Polygon_mesh_processing/refine.h
+include/CGAL/Polygon_mesh_processing/region_growing.h
include/CGAL/Polygon_mesh_processing/remesh.h
+include/CGAL/Polygon_mesh_processing/remesh_planar_patches.h
include/CGAL/Polygon_mesh_processing/repair.h
+include/CGAL/Polygon_mesh_processing/repair_degeneracies.h
include/CGAL/Polygon_mesh_processing/repair_polygon_soup.h
+include/CGAL/Polygon_mesh_processing/repair_self_intersections.h
include/CGAL/Polygon_mesh_processing/self_intersections.h
include/CGAL/Polygon_mesh_processing/shape_predicates.h
+include/CGAL/Polygon_mesh_processing/smooth_mesh.h
+include/CGAL/Polygon_mesh_processing/smooth_shape.h
include/CGAL/Polygon_mesh_processing/stitch_borders.h
+include/CGAL/Polygon_mesh_processing/surface_Delaunay_remeshing.h
+include/CGAL/Polygon_mesh_processing/tangential_relaxation.h
include/CGAL/Polygon_mesh_processing/transform.h
+include/CGAL/Polygon_mesh_processing/triangle.h
include/CGAL/Polygon_mesh_processing/triangulate_faces.h
include/CGAL/Polygon_mesh_processing/triangulate_hole.h
include/CGAL/Polygon_mesh_slicer.h
@@ -1813,8 +2126,18 @@ include/CGAL/Polygon_traits_2.h
include/CGAL/Polygon_triangulation_decomposition_2.h
include/CGAL/Polygon_vertical_decomposition_2.h
include/CGAL/Polygon_with_holes_2.h
+include/CGAL/Polygonal_schema.h
+include/CGAL/Polygonal_schema_fwd.h
+include/CGAL/Polygonal_schema_min_items.h
+include/CGAL/Polygonal_surface_reconstruction.h
+include/CGAL/Polygonal_surface_reconstruction/internal/alpha_shape_mesh.h
+include/CGAL/Polygonal_surface_reconstruction/internal/compute_confidences.h
+include/CGAL/Polygonal_surface_reconstruction/internal/hypothesis.h
+include/CGAL/Polygonal_surface_reconstruction/internal/parameters.h
+include/CGAL/Polygonal_surface_reconstruction/internal/point_set_with_planes.h
include/CGAL/PolyhedralSurf_neighbors.h
include/CGAL/Polyhedral_complex_mesh_domain_3.h
+include/CGAL/Polyhedral_envelope.h
include/CGAL/Polyhedral_mesh_domain_3.h
include/CGAL/Polyhedral_mesh_domain_with_features_3.h
include/CGAL/Polyhedron_3.h
@@ -1827,7 +2150,6 @@ include/CGAL/Polyhedron_items_with_id_3.
include/CGAL/Polyhedron_min_items_3.h
include/CGAL/Polyhedron_traits_3.h
include/CGAL/Polyhedron_traits_with_normals_3.h
-include/CGAL/Polyline_constraint_hierarchy_2.h
include/CGAL/Polyline_simplification_2/Hybrid_squared_distance_cost.h
include/CGAL/Polyline_simplification_2/Scaled_squared_distance_cost.h
include/CGAL/Polyline_simplification_2/Squared_distance_cost.h
@@ -1881,6 +2203,8 @@ include/CGAL/Polytope_distance_d_traits_
include/CGAL/Polytope_distance_d_traits_d.h
include/CGAL/Profile_counter.h
include/CGAL/Profile_timer.h
+include/CGAL/Projection_on_sphere_traits_3.h
+include/CGAL/Projection_traits_3.h
include/CGAL/Projection_traits_xy_3.h
include/CGAL/Projection_traits_xz_3.h
include/CGAL/Projection_traits_yz_3.h
@@ -1934,6 +2258,7 @@ include/CGAL/Qt/GraphicsViewPointInput.h
include/CGAL/Qt/GraphicsViewPolygonWithHolesInput.h
include/CGAL/Qt/GraphicsViewPolylineInput.h
include/CGAL/Qt/GraphicsViewPolylineInput_impl.h
+include/CGAL/Qt/ImageInterface.ui
include/CGAL/Qt/LineGraphicsItem.h
include/CGAL/Qt/PainterOstream.h
include/CGAL/Qt/PointsGraphicsItem.h
@@ -1957,10 +2282,10 @@ include/CGAL/Qt/constraint.h
include/CGAL/Qt/constraint_impl.h
include/CGAL/Qt/debug.h
include/CGAL/Qt/debug_impl.h
-include/CGAL/Qt/domUtils.h
include/CGAL/Qt/frame.h
include/CGAL/Qt/frame_impl.h
include/CGAL/Qt/image_interface.h
+include/CGAL/Qt/init_ogl_context.h
include/CGAL/Qt/keyFrameInterpolator.h
include/CGAL/Qt/keyFrameInterpolator_impl.h
include/CGAL/Qt/manipulatedCameraFrame.h
@@ -1975,7 +2300,6 @@ include/CGAL/Qt/qglviewer_impl_list.h
include/CGAL/Qt/quaternion.h
include/CGAL/Qt/quaternion_impl.h
include/CGAL/Qt/resources.h
-include/CGAL/Qt/resources/ImageInterface.ui
include/CGAL/Qt/resources/qglviewer-icon.xpm
include/CGAL/Qt/resources_impl.h
include/CGAL/Qt/utility.h
@@ -1983,6 +2307,7 @@ include/CGAL/Qt/utility_impl.h
include/CGAL/Qt/vec.h
include/CGAL/Qt/vec_impl.h
include/CGAL/Qt/viewer_actions.h
+include/CGAL/Quadtree.h
include/CGAL/Quotient.h
include/CGAL/Quotient_fwd.h
include/CGAL/RS/Gmpfr_make_unique.h
@@ -2032,17 +2357,14 @@ include/CGAL/Regular_triangulation_adapt
include/CGAL/Regular_triangulation_adaptation_traits_2.h
include/CGAL/Regular_triangulation_cell_base_3.h
include/CGAL/Regular_triangulation_cell_base_with_weighted_circumcenter_3.h
-include/CGAL/Regular_triangulation_euclidean_traits_2.h
include/CGAL/Regular_triangulation_euclidean_traits_3.h
include/CGAL/Regular_triangulation_face_base_2.h
-include/CGAL/Regular_triangulation_filtered_traits_2.h
include/CGAL/Regular_triangulation_traits_adapter.h
include/CGAL/Regular_triangulation_vertex_base_2.h
include/CGAL/Regular_triangulation_vertex_base_3.h
include/CGAL/Residue.h
include/CGAL/Ridges.h
include/CGAL/Rigid_triangle_mesh_collision_detection.h
-include/CGAL/Robust_circumcenter_filtered_traits_3.h
include/CGAL/Robust_circumcenter_traits_3.h
include/CGAL/Robust_construction.h
include/CGAL/Robust_weighted_circumcenter_filtered_traits_3.h
@@ -2052,8 +2374,29 @@ include/CGAL/Root_of_traits.h
include/CGAL/Root_of_traits_specializations.h
include/CGAL/Rotational_sweep_visibility_2.h
include/CGAL/Runge_kutta_integrator_2.h
+include/CGAL/SCIP_mixed_integer_program_traits.h
include/CGAL/SEP_header.h
include/CGAL/SEP_to_ImageIO.h
+include/CGAL/SMDS_3/Dump_c3t3.h
+include/CGAL/SMDS_3/Mesh_complex_3_in_triangulation_3_fwd.h
+include/CGAL/SMDS_3/internal/Boundary_of_subdomain_of_complex_3_in_triangulation_3_to_off.h
+include/CGAL/SMDS_3/internal/Handle_IO_for_pair_of_int.h
+include/CGAL/SMDS_3/internal/SMDS_3_helper.h
+include/CGAL/SMDS_3/internal/indices_management.h
+include/CGAL/SMDS_3/io_signature.h
+include/CGAL/SMDS_3/tet_soup_to_c3t3.h
+include/CGAL/SMDS_3/utilities.h
+include/CGAL/STL_Extension/internal/Has_features.h
+include/CGAL/STL_Extension/internal/Has_member_visited.h
+include/CGAL/STL_Extension/internal/Has_nested_type_Bare_point.h
+include/CGAL/STL_Extension/internal/boost/array_binary_tree.hpp
+include/CGAL/STL_Extension/internal/boost/mutable_heap.hpp
+include/CGAL/STL_Extension/internal/boost/mutable_queue.hpp
+include/CGAL/STL_Extension/internal/boost/relaxed_heap.hpp
+include/CGAL/STL_Extension/internal/info_check.h
+include/CGAL/STL_Extension/internal/mesh_option_classes.h
+include/CGAL/STL_Extension/internal/mesh_parameters_interface.h
+include/CGAL/STL_Extension/internal/parameters_interface.h
include/CGAL/Scalar_factor_traits.h
include/CGAL/Scale_space_reconstruction_3/Advancing_front_mesher.h
include/CGAL/Scale_space_reconstruction_3/Alpha_shape_mesher.h
@@ -2067,7 +2410,6 @@ include/CGAL/Search_traits_2.h
include/CGAL/Search_traits_3.h
include/CGAL/Search_traits_adapter.h
include/CGAL/Search_traits_d.h
-include/CGAL/Search_traits_vertex_handle_3.h
include/CGAL/Segment_2.h
include/CGAL/Segment_3.h
include/CGAL/Segment_Delaunay_graph_2.h
@@ -2151,19 +2493,66 @@ include/CGAL/Set_movable_separability_2/
include/CGAL/Set_movable_separability_2/Single_mold_translational_casting/top_edges.h
include/CGAL/Set_movable_separability_2/internal/Circle_arrangment.h
include/CGAL/Set_movable_separability_2/internal/Utils.h
-include/CGAL/Shape_detection_3.h
-include/CGAL/Shape_detection_3/Cone.h
-include/CGAL/Shape_detection_3/Cylinder.h
-include/CGAL/Shape_detection_3/Efficient_RANSAC.h
-include/CGAL/Shape_detection_3/Efficient_RANSAC_traits.h
-include/CGAL/Shape_detection_3/Octree.h
-include/CGAL/Shape_detection_3/Plane.h
-include/CGAL/Shape_detection_3/Region_growing.h
-include/CGAL/Shape_detection_3/Shape_base.h
-include/CGAL/Shape_detection_3/Shape_detection_traits.h
-include/CGAL/Shape_detection_3/Sphere.h
-include/CGAL/Shape_detection_3/Torus.h
-include/CGAL/Shape_detection_3/property_maps.h
+include/CGAL/Shape_detection.h
+include/CGAL/Shape_detection/Efficient_RANSAC.h
+include/CGAL/Shape_detection/Efficient_RANSAC/Cone.h
+include/CGAL/Shape_detection/Efficient_RANSAC/Cylinder.h
+include/CGAL/Shape_detection/Efficient_RANSAC/Efficient_RANSAC.h
+include/CGAL/Shape_detection/Efficient_RANSAC/Efficient_RANSAC_traits.h
+include/CGAL/Shape_detection/Efficient_RANSAC/Octree.h
+include/CGAL/Shape_detection/Efficient_RANSAC/Plane.h
+include/CGAL/Shape_detection/Efficient_RANSAC/Shape_base.h
+include/CGAL/Shape_detection/Efficient_RANSAC/Sphere.h
+include/CGAL/Shape_detection/Efficient_RANSAC/Torus.h
+include/CGAL/Shape_detection/Efficient_RANSAC/property_map.h
+include/CGAL/Shape_detection/Region_growing.h
+include/CGAL/Shape_detection/Region_growing/Point_set.h
+include/CGAL/Shape_detection/Region_growing/Point_set/K_neighbor_query.h
+include/CGAL/Shape_detection/Region_growing/Point_set/Least_squares_circle_fit_region.h
+include/CGAL/Shape_detection/Region_growing/Point_set/Least_squares_circle_fit_sorting.h
+include/CGAL/Shape_detection/Region_growing/Point_set/Least_squares_cylinder_fit_region.h
+include/CGAL/Shape_detection/Region_growing/Point_set/Least_squares_cylinder_fit_sorting.h
+include/CGAL/Shape_detection/Region_growing/Point_set/Least_squares_line_fit_region.h
+include/CGAL/Shape_detection/Region_growing/Point_set/Least_squares_line_fit_sorting.h
+include/CGAL/Shape_detection/Region_growing/Point_set/Least_squares_plane_fit_region.h
+include/CGAL/Shape_detection/Region_growing/Point_set/Least_squares_plane_fit_sorting.h
+include/CGAL/Shape_detection/Region_growing/Point_set/Least_squares_sphere_fit_region.h
+include/CGAL/Shape_detection/Region_growing/Point_set/Least_squares_sphere_fit_sorting.h
+include/CGAL/Shape_detection/Region_growing/Point_set/Sphere_neighbor_query.h
+include/CGAL/Shape_detection/Region_growing/Polygon_mesh.h
+include/CGAL/Shape_detection/Region_growing/Polygon_mesh/Least_squares_plane_fit_region.h
+include/CGAL/Shape_detection/Region_growing/Polygon_mesh/Least_squares_plane_fit_sorting.h
+include/CGAL/Shape_detection/Region_growing/Polygon_mesh/One_ring_neighbor_query.h
+include/CGAL/Shape_detection/Region_growing/Polygon_mesh/Polyline_graph.h
+include/CGAL/Shape_detection/Region_growing/Region_growing.h
+include/CGAL/Shape_detection/Region_growing/Segment_set.h
+include/CGAL/Shape_detection/Region_growing/Segment_set/Least_squares_line_fit_region.h
+include/CGAL/Shape_detection/Region_growing/Segment_set/Least_squares_line_fit_sorting.h
+include/CGAL/Shape_detection/Region_growing/internal/cylinder_fitting.h
+include/CGAL/Shape_detection/Region_growing/internal/property_map.h
+include/CGAL/Shape_detection/Region_growing/internal/region_growing_traits.h
+include/CGAL/Shape_detection/Region_growing/internal/utils.h
+include/CGAL/Shape_regularization.h
+include/CGAL/Shape_regularization/Contours/Longest_direction_2.h
+include/CGAL/Shape_regularization/Contours/Multiple_directions_2.h
+include/CGAL/Shape_regularization/Contours/User_defined_directions_2.h
+include/CGAL/Shape_regularization/QP_regularization.h
+include/CGAL/Shape_regularization/Segments/Angle_regularization_2.h
+include/CGAL/Shape_regularization/Segments/Delaunay_neighbor_query_2.h
+include/CGAL/Shape_regularization/Segments/Offset_regularization_2.h
+include/CGAL/Shape_regularization/internal/Closed_contour_2.h
+include/CGAL/Shape_regularization/internal/Collinear_groups_2.h
+include/CGAL/Shape_regularization/internal/Contour_base_2.h
+include/CGAL/Shape_regularization/internal/Contour_regularization_2.h
+include/CGAL/Shape_regularization/internal/Open_contour_2.h
+include/CGAL/Shape_regularization/internal/Orthogonal_groups_2.h
+include/CGAL/Shape_regularization/internal/Parallel_groups_2.h
+include/CGAL/Shape_regularization/internal/Segment_wrapper_2.h
+include/CGAL/Shape_regularization/internal/Unique_segments_2.h
+include/CGAL/Shape_regularization/internal/utils.h
+include/CGAL/Shape_regularization/regularize_contours.h
+include/CGAL/Shape_regularization/regularize_planes.h
+include/CGAL/Shape_regularization/regularize_segments.h
include/CGAL/Side_of_bounded_square_2.h
include/CGAL/Side_of_oriented_square_2.h
include/CGAL/Side_of_triangle_mesh.h
@@ -2172,7 +2561,11 @@ include/CGAL/Simple_circular_kernel_2.h
include/CGAL/Simple_homogeneous.h
include/CGAL/Simple_polygon_visibility_2.h
include/CGAL/Simple_spherical_kernel_3.h
+include/CGAL/Simplicial_mesh_cell_base_3.h
+include/CGAL/Simplicial_mesh_vertex_base_3.h
+include/CGAL/Single.h
include/CGAL/Sixtuple.h
+include/CGAL/Sizing_field_with_aabb_tree.h
include/CGAL/Skin_surface_3.h
include/CGAL/Skin_surface_base_3.h
include/CGAL/Skin_surface_filtered_traits_3.h
@@ -2184,14 +2577,21 @@ include/CGAL/Skin_surface_refinement_pol
include/CGAL/Skin_surface_traits_3.h
include/CGAL/Skiplist.h
include/CGAL/Small_side_angle_bisector_decomposition_2.h
+include/CGAL/Small_unordered_map.h
+include/CGAL/Small_unordered_set.h
include/CGAL/Snap_rounding_2.h
include/CGAL/Snap_rounding_kd_2.h
include/CGAL/Snap_rounding_traits_2.h
include/CGAL/Sorted_matrix_search_traits_adaptor.h
include/CGAL/Spatial_lock_grid_3.h
+include/CGAL/Spatial_searching/internal/Get_dimension_tag.h
+include/CGAL/Spatial_searching/internal/K_neighbor_search.h
+include/CGAL/Spatial_searching/internal/Search_helpers.h
+include/CGAL/Spatial_searching/internal/bounded_priority_queue.h
include/CGAL/Spatial_sort_traits_adapter_2.h
include/CGAL/Spatial_sort_traits_adapter_3.h
include/CGAL/Spatial_sort_traits_adapter_d.h
+include/CGAL/Spatial_sorting/internal/Transform_coordinates_traits_3.h
include/CGAL/Sphere_3.h
include/CGAL/Spherical_kernel_3.h
include/CGAL/Spherical_kernel_intersections.h
@@ -2215,11 +2615,16 @@ include/CGAL/Sqrt_extension/io.h
include/CGAL/Sqrt_extension_fwd.h
include/CGAL/Static_filtered_predicate.h
include/CGAL/Straight_skeleton_2.h
+include/CGAL/Straight_skeleton_2/IO/Dxf_stream.h
+include/CGAL/Straight_skeleton_2/IO/Dxf_writer.h
+include/CGAL/Straight_skeleton_2/IO/print.h
+include/CGAL/Straight_skeleton_2/Polygon_iterators.h
include/CGAL/Straight_skeleton_2/Polygon_offset_builder_2_impl.h
include/CGAL/Straight_skeleton_2/Straight_skeleton_aux.h
include/CGAL/Straight_skeleton_2/Straight_skeleton_builder_2_impl.h
include/CGAL/Straight_skeleton_2/Straight_skeleton_builder_events_2.h
include/CGAL/Straight_skeleton_2/Straight_skeleton_builder_traits_2_aux.h
+include/CGAL/Straight_skeleton_2/Straight_skeleton_builder_traits_2_caches.h
include/CGAL/Straight_skeleton_2/assertions.h
include/CGAL/Straight_skeleton_2/debug.h
include/CGAL/Straight_skeleton_2/test.h
@@ -2231,13 +2636,18 @@ include/CGAL/Straight_skeleton_halfedge_
include/CGAL/Straight_skeleton_items_2.h
include/CGAL/Straight_skeleton_vertex_base_2.h
include/CGAL/Stream_lines_2.h
+include/CGAL/Stream_support/internal/Geometry_container.h
include/CGAL/Subdivision_method_3/internal/Euler_extensions.h
include/CGAL/Subdivision_method_3/internal/subdivision_hosts_impl_3.h
include/CGAL/Subdivision_method_3/subdivision_hosts_3.h
include/CGAL/Subdivision_method_3/subdivision_masks_3.h
include/CGAL/Subdivision_method_3/subdivision_methods_3.h
+include/CGAL/Subiterator.h
include/CGAL/Surface_mesh.h
include/CGAL/Surface_mesh/IO.h
+include/CGAL/Surface_mesh/IO/3MF.h
+include/CGAL/Surface_mesh/IO/OFF.h
+include/CGAL/Surface_mesh/IO/PLY.h
include/CGAL/Surface_mesh/Properties.h
include/CGAL/Surface_mesh/Surface_mesh.h
include/CGAL/Surface_mesh/Surface_mesh_fwd.h
@@ -2258,6 +2668,7 @@ include/CGAL/Surface_mesh_parameterizati
include/CGAL/Surface_mesh_parameterization/Error_code.h
include/CGAL/Surface_mesh_parameterization/Fixed_border_parameterizer_3.h
include/CGAL/Surface_mesh_parameterization/IO/File_off.h
+include/CGAL/Surface_mesh_parameterization/Iterative_authalic_parameterizer_3.h
include/CGAL/Surface_mesh_parameterization/LSCM_parameterizer_3.h
include/CGAL/Surface_mesh_parameterization/MVC_post_processor_3.h
include/CGAL/Surface_mesh_parameterization/Mean_value_coordinates_parameterizer_3.h
@@ -2266,13 +2677,22 @@ include/CGAL/Surface_mesh_parameterizati
include/CGAL/Surface_mesh_parameterization/Two_vertices_parameterizer_3.h
include/CGAL/Surface_mesh_parameterization/internal/Bool_property_map.h
include/CGAL/Surface_mesh_parameterization/internal/Containers_filler.h
-include/CGAL/Surface_mesh_parameterization/internal/angles.h
include/CGAL/Surface_mesh_parameterization/internal/kernel_traits.h
include/CGAL/Surface_mesh_parameterization/internal/orbifold_cone_helper.h
include/CGAL/Surface_mesh_parameterization/internal/validity.h
+include/CGAL/Surface_mesh_parameterization/measure_distortion.h
include/CGAL/Surface_mesh_parameterization/orbifold_enums.h
include/CGAL/Surface_mesh_parameterization/orbifold_shortest_path.h
include/CGAL/Surface_mesh_parameterization/parameterize.h
+include/CGAL/Surface_mesh_segmentation/internal/AABB_traits.h
+include/CGAL/Surface_mesh_segmentation/internal/AABB_traversal_traits.h
+include/CGAL/Surface_mesh_segmentation/internal/Disk_samplers.h
+include/CGAL/Surface_mesh_segmentation/internal/Expectation_maximization.h
+include/CGAL/Surface_mesh_segmentation/internal/Filters.h
+include/CGAL/Surface_mesh_segmentation/internal/K_means_clustering.h
+include/CGAL/Surface_mesh_segmentation/internal/SDF_calculation.h
+include/CGAL/Surface_mesh_segmentation/internal/Surface_mesh_segmentation.h
+include/CGAL/Surface_mesh_segmentation/internal/auxiliary/graph.h
include/CGAL/Surface_mesh_shortest_path.h
include/CGAL/Surface_mesh_shortest_path/Surface_mesh_shortest_path.h
include/CGAL/Surface_mesh_shortest_path/Surface_mesh_shortest_path_traits.h
@@ -2281,28 +2701,50 @@ include/CGAL/Surface_mesh_shortest_path/
include/CGAL/Surface_mesh_shortest_path/internal/Cone_expansion_event.h
include/CGAL/Surface_mesh_shortest_path/internal/Cone_tree.h
include/CGAL/Surface_mesh_shortest_path/internal/misc_functions.h
-include/CGAL/Surface_mesh_simplification/Detail/Common.h
-include/CGAL/Surface_mesh_simplification/Detail/Edge_collapse.h
-include/CGAL/Surface_mesh_simplification/Detail/Edge_collapse_impl.h
include/CGAL/Surface_mesh_simplification/Edge_collapse_visitor_base.h
-include/CGAL/Surface_mesh_simplification/HalfedgeGraph_Polyhedron_3.h
+include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/Bounded_distance_placement.h
+include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/Bounded_normal_change_filter.h
include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/Bounded_normal_change_placement.h
include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/Constrained_placement.h
include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/Count_ratio_stop_predicate.h
include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/Count_stop_predicate.h
-include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/Detail/Lindstrom_Turk_core.h
-include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/Detail/Lindstrom_Turk_core_impl.h
+include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/Edge_count_ratio_stop_predicate.h
+include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/Edge_count_stop_predicate.h
include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/Edge_length_cost.h
include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/Edge_length_stop_predicate.h
include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/Edge_profile.h
-include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/Edge_profile_impl.h
+include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/Face_count_ratio_stop_predicate.h
+include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/Face_count_stop_predicate.h
+include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/FastEnvelope_filter.h
+include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/GarlandHeckbert_plane_policies.h
+include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/GarlandHeckbert_policies.h
+include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/GarlandHeckbert_probabilistic_plane_policies.h
+include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/GarlandHeckbert_probabilistic_triangle_policies.h
+include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/GarlandHeckbert_triangle_policies.h
include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/LindstromTurk.h
include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/LindstromTurk_cost.h
-include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/LindstromTurk_params.h
include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/LindstromTurk_placement.h
-include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/Midpoint_and_length.h
include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/Midpoint_placement.h
+include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/Polyhedral_envelope_filter.h
+include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/internal/GarlandHeckbert_functions.h
+include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/internal/GarlandHeckbert_policy_base.h
+include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/internal/LindstromTurk_params.h
+include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/internal/Lindstrom_Turk_core.h
include/CGAL/Surface_mesh_simplification/edge_collapse.h
+include/CGAL/Surface_mesh_simplification/internal/Common.h
+include/CGAL/Surface_mesh_simplification/internal/Edge_collapse.h
+include/CGAL/Surface_mesh_skeletonization/internal/Curve_skeleton.h
+include/CGAL/Surface_mesh_skeletonization/internal/Debug.h
+include/CGAL/Surface_mesh_skeletonization/internal/Detect_degeneracy.h
+include/CGAL/Surface_mesh_topology/internal/Edge_weight_functor.h
+include/CGAL/Surface_mesh_topology/internal/Facewidth.h
+include/CGAL/Surface_mesh_topology/internal/Functors_for_face_graph_wrapper.h
+include/CGAL/Surface_mesh_topology/internal/Generic_map_selector.h
+include/CGAL/Surface_mesh_topology/internal/Iterators_for_face_graph_wrapper.h
+include/CGAL/Surface_mesh_topology/internal/Minimal_quadrangulation.h
+include/CGAL/Surface_mesh_topology/internal/Path_generators.h
+include/CGAL/Surface_mesh_topology/internal/Path_on_surface_with_rle.h
+include/CGAL/Surface_mesh_topology/internal/Shortest_noncontractible_cycle.h
include/CGAL/Surface_mesh_traits_generator_3.h
include/CGAL/Surface_mesh_triangulation_generator_3.h
include/CGAL/Surface_mesh_vertex_base_3.h
@@ -2346,7 +2788,6 @@ include/CGAL/Surface_sweep_2/Arr_overlay
include/CGAL/Surface_sweep_2/Arr_overlay_traits_2.h
include/CGAL/Surface_sweep_2/Arr_vert_decomp_ss_visitor.h
include/CGAL/Surface_sweep_2/Curve_comparer.h
-include/CGAL/Surface_sweep_2/Curve_pair.h
include/CGAL/Surface_sweep_2/Default_event.h
include/CGAL/Surface_sweep_2/Default_event_base.h
include/CGAL/Surface_sweep_2/Default_subcurve.h
@@ -2359,14 +2800,34 @@ include/CGAL/Surface_sweep_2/No_intersec
include/CGAL/Surface_sweep_2/No_overlap_event.h
include/CGAL/Surface_sweep_2/No_overlap_event_base.h
include/CGAL/Surface_sweep_2/No_overlap_subcurve.h
+include/CGAL/Surface_sweep_2/Random_access_output_iterator.h
include/CGAL/Surface_sweep_2/Subcurves_visitor.h
include/CGAL/Surface_sweep_2/Surface_sweep_2_debug.h
include/CGAL/Surface_sweep_2/Surface_sweep_2_impl.h
include/CGAL/Surface_sweep_2/Surface_sweep_2_utils.h
include/CGAL/Surface_sweep_2_algorithms.h
include/CGAL/Sweep_line_2_algorithms.h
+include/CGAL/TDS_2/internal/Edge_hash_function.h
+include/CGAL/TDS_2/internal/edge_list.h
+include/CGAL/TDS_3/internal/Dummy_tds_3.h
+include/CGAL/TDS_3/internal/Triangulation_ds_circulators_3.h
+include/CGAL/TDS_3/internal/Triangulation_ds_iterators_3.h
include/CGAL/TDS_full_cell_default_storage_policy.h
include/CGAL/TDS_full_cell_mirror_storage_policy.h
+include/CGAL/Tetrahedral_remeshing/Remeshing_cell_base_3.h
+include/CGAL/Tetrahedral_remeshing/Remeshing_triangulation_3.h
+include/CGAL/Tetrahedral_remeshing/Remeshing_vertex_base_3.h
+include/CGAL/Tetrahedral_remeshing/Sizing_field.h
+include/CGAL/Tetrahedral_remeshing/Uniform_sizing_field.h
+include/CGAL/Tetrahedral_remeshing/internal/FMLS.h
+include/CGAL/Tetrahedral_remeshing/internal/collapse_short_edges.h
+include/CGAL/Tetrahedral_remeshing/internal/compute_c3t3_statistics.h
+include/CGAL/Tetrahedral_remeshing/internal/flip_edges.h
+include/CGAL/Tetrahedral_remeshing/internal/smooth_vertices.h
+include/CGAL/Tetrahedral_remeshing/internal/split_long_edges.h
+include/CGAL/Tetrahedral_remeshing/internal/tetrahedral_adaptive_remeshing_impl.h
+include/CGAL/Tetrahedral_remeshing/internal/tetrahedral_remeshing_helpers.h
+include/CGAL/Tetrahedral_remeshing/tetrahedral_remeshing_io.h
include/CGAL/Tetrahedron_3.h
include/CGAL/Three/Buffer_objects.h
include/CGAL/Three/Edge_container.h
@@ -2395,9 +2856,7 @@ include/CGAL/Threetuple.h
include/CGAL/Time_stamper.h
include/CGAL/Timer.h
include/CGAL/Timer_impl.h
-include/CGAL/Tools/chained_map.h
include/CGAL/Transform_iterator.h
-include/CGAL/Tree_assertions.h
include/CGAL/Tree_base.h
include/CGAL/Tree_traits.h
include/CGAL/Triangle_2.h
@@ -2407,13 +2866,24 @@ include/CGAL/Triangular_expansion_visibi
include/CGAL/Triangular_field_2.h
include/CGAL/Triangulated_mixed_complex_observer_3.h
include/CGAL/Triangulation.h
+include/CGAL/Triangulation/internal/Combination_enumerator.h
+include/CGAL/Triangulation/internal/Dummy_TDS.h
+include/CGAL/Triangulation/internal/Static_or_dynamic_array.h
+include/CGAL/Triangulation/internal/Triangulation_ds_iterators.h
+include/CGAL/Triangulation/internal/utilities.h
include/CGAL/Triangulation_2.h
include/CGAL/Triangulation_2/insert_constraints.h
-include/CGAL/Triangulation_2_filtered_projection_traits_3.h
+include/CGAL/Triangulation_2/internal/CTP2_subconstraint_graph.h
+include/CGAL/Triangulation_2/internal/Constraint_hierarchy_2.h
+include/CGAL/Triangulation_2/internal/In_domain.h
+include/CGAL/Triangulation_2/internal/Polyline_constraint_hierarchy_2.h
+include/CGAL/Triangulation_2/internal/Triangulation_line_face_circulator_2.h
include/CGAL/Triangulation_2_projection_traits_3.h
include/CGAL/Triangulation_2_to_lcc.h
include/CGAL/Triangulation_2_traits_3.h
include/CGAL/Triangulation_3.h
+include/CGAL/Triangulation_3/internal/Delaunay_triangulation_hierarchy_3.h
+include/CGAL/Triangulation_3/internal/Triangulation_segment_traverser_3_impl.h
include/CGAL/Triangulation_3_to_lcc.h
include/CGAL/Triangulation_cell_base_3.h
include/CGAL/Triangulation_cell_base_with_info_3.h
@@ -2433,9 +2903,9 @@ include/CGAL/Triangulation_ds_vertex.h
include/CGAL/Triangulation_ds_vertex_2.h
include/CGAL/Triangulation_ds_vertex_base_2.h
include/CGAL/Triangulation_ds_vertex_base_3.h
-include/CGAL/Triangulation_euclidean_traits_2.h
include/CGAL/Triangulation_face.h
include/CGAL/Triangulation_face_base_2.h
+include/CGAL/Triangulation_face_base_with_id_2.h
include/CGAL/Triangulation_face_base_with_info_2.h
include/CGAL/Triangulation_full_cell.h
include/CGAL/Triangulation_geom_traits_3.h
@@ -2444,9 +2914,15 @@ include/CGAL/Triangulation_hierarchy_3.h
include/CGAL/Triangulation_hierarchy_vertex_base_2.h
include/CGAL/Triangulation_hierarchy_vertex_base_3.h
include/CGAL/Triangulation_incremental_builder_3.h
-include/CGAL/Triangulation_iterator_adaptator.h
-include/CGAL/Triangulation_line_face_circulator_2.h
+include/CGAL/Triangulation_on_sphere_2.h
+include/CGAL/Triangulation_on_sphere_2/IO/OFF.h
+include/CGAL/Triangulation_on_sphere_2/internal/arc_on_sphere_2_subsampling.h
+include/CGAL/Triangulation_on_sphere_2/internal/get_precision_bounds.h
+include/CGAL/Triangulation_on_sphere_face_base_2.h
+include/CGAL/Triangulation_on_sphere_vertex_base_2.h
+include/CGAL/Triangulation_segment_traverser_3.h
include/CGAL/Triangulation_simplex_3.h
+include/CGAL/Triangulation_sphere_line_face_circulator_2.h
include/CGAL/Triangulation_structural_filtering_traits.h
include/CGAL/Triangulation_utils_2.h
include/CGAL/Triangulation_utils_3.h
@@ -2456,7 +2932,7 @@ include/CGAL/Triangulation_vertex_base_3
include/CGAL/Triangulation_vertex_base_with_id_2.h
include/CGAL/Triangulation_vertex_base_with_info_2.h
include/CGAL/Triangulation_vertex_base_with_info_3.h
-include/CGAL/Trivial_iterator.h
+include/CGAL/Trisegment_2.h
include/CGAL/Twotuple.h
include/CGAL/Umbilics.h
include/CGAL/Uncertain.h
@@ -2484,6 +2960,7 @@ include/CGAL/Voronoi_diagram_2/Default_s
include/CGAL/Voronoi_diagram_2/Degeneracy_tester_binders.h
include/CGAL/Voronoi_diagram_2/Delaunay_triangulation_degeneracy_testers.h
include/CGAL/Voronoi_diagram_2/Delaunay_triangulation_nearest_site_2.h
+include/CGAL/Voronoi_diagram_2/Delaunay_triangulation_on_sphere_degeneracy_testers.h
include/CGAL/Voronoi_diagram_2/Dummy_iterator.h
include/CGAL/Voronoi_diagram_2/Edge_less.h
include/CGAL/Voronoi_diagram_2/Face.h
@@ -2505,11 +2982,28 @@ include/CGAL/Voronoi_diagram_2/Vertex.h
include/CGAL/Voronoi_diagram_2/basic.h
include/CGAL/Voronoi_intersection_2_traits_3.h
include/CGAL/Weighted_Minkowski_distance.h
-include/CGAL/Weighted_alpha_shape_euclidean_traits_2.h
-include/CGAL/Weighted_alpha_shape_euclidean_traits_3.h
-include/CGAL/Weighted_point.h
include/CGAL/Weighted_point_2.h
include/CGAL/Weighted_point_3.h
+include/CGAL/Weights.h
+include/CGAL/Weights/authalic_weights.h
+include/CGAL/Weights/barycentric_region_weights.h
+include/CGAL/Weights/cotangent_weights.h
+include/CGAL/Weights/discrete_harmonic_weights.h
+include/CGAL/Weights/internal/pmp_weights_deprecated.h
+include/CGAL/Weights/internal/polygon_utils_2.h
+include/CGAL/Weights/internal/utils.h
+include/CGAL/Weights/inverse_distance_weights.h
+include/CGAL/Weights/mean_value_weights.h
+include/CGAL/Weights/mixed_voronoi_region_weights.h
+include/CGAL/Weights/shepard_weights.h
+include/CGAL/Weights/tangent_weights.h
+include/CGAL/Weights/three_point_family_weights.h
+include/CGAL/Weights/triangular_region_weights.h
+include/CGAL/Weights/uniform_region_weights.h
+include/CGAL/Weights/uniform_weights.h
+include/CGAL/Weights/utils.h
+include/CGAL/Weights/voronoi_region_weights.h
+include/CGAL/Weights/wachspress_weights.h
include/CGAL/Width_3.h
include/CGAL/Width_default_traits_3.h
include/CGAL/Width_polyhedron_3.h
@@ -2517,6 +3011,7 @@ include/CGAL/aff_transformation_tags.h
include/CGAL/aff_transformation_tags_impl.h
include/CGAL/algorithm.h
include/CGAL/all_furthest_neighbors_2.h
+include/CGAL/alpha_wrap_3.h
include/CGAL/apply_to_range.h
include/CGAL/approximated_offset_2.h
include/CGAL/argument_swaps.h
@@ -2529,9 +3024,7 @@ include/CGAL/atomic.h
include/CGAL/auto_link/CGAL.h
include/CGAL/auto_link/CORE.h
include/CGAL/auto_link/ImageIO.h
-include/CGAL/auto_link/LAPACK.h
include/CGAL/auto_link/Qt.h
-include/CGAL/auto_link/TAUCS.h
include/CGAL/auto_link/auto_link.h
include/CGAL/barycenter.h
include/CGAL/basic.h
@@ -2541,20 +3034,34 @@ include/CGAL/basic_constructions_3.h
include/CGAL/bilateral_smooth_point_set.h
include/CGAL/boost/bimap.hpp
include/CGAL/boost/bimap/multiset_of.hpp
+include/CGAL/boost/graph/Alpha_expansion_MaxFlow_tag.h
include/CGAL/boost/graph/Dual.h
include/CGAL/boost/graph/Euler_operations.h
include/CGAL/boost/graph/Face_filtered_graph.h
include/CGAL/boost/graph/Graph_with_descriptor_with_graph.h
include/CGAL/boost/graph/Graph_with_descriptor_with_graph_fwd.h
+include/CGAL/boost/graph/IO/3MF.h
+include/CGAL/boost/graph/IO/GOCAD.h
+include/CGAL/boost/graph/IO/Generic_facegraph_builder.h
+include/CGAL/boost/graph/IO/Generic_facegraph_printer.h
+include/CGAL/boost/graph/IO/INP.h
+include/CGAL/boost/graph/IO/OBJ.h
+include/CGAL/boost/graph/IO/OFF.h
+include/CGAL/boost/graph/IO/PLY.h
+include/CGAL/boost/graph/IO/STL.h
+include/CGAL/boost/graph/IO/Tds_2_off.h
+include/CGAL/boost/graph/IO/VTK.h
+include/CGAL/boost/graph/IO/WRL.h
+include/CGAL/boost/graph/IO/polygon_mesh_io.h
include/CGAL/boost/graph/METIS/partition_dual_graph.h
include/CGAL/boost/graph/METIS/partition_graph.h
include/CGAL/boost/graph/Seam_mesh.h
+include/CGAL/boost/graph/alpha_expansion_graphcut.h
include/CGAL/boost/graph/backward_compatibility_functions.h
-include/CGAL/boost/graph/boost_parameters_interface.h
+include/CGAL/boost/graph/breadth_first_search.h
include/CGAL/boost/graph/convert_nef_polyhedron_to_polygon_mesh.h
include/CGAL/boost/graph/copy_face_graph.h
-include/CGAL/boost/graph/dijkstra_shortest_paths.h
-include/CGAL/boost/graph/dijkstra_shortest_paths.hpp
+include/CGAL/boost/graph/generators.h
include/CGAL/boost/graph/graph_concepts.h
include/CGAL/boost/graph/graph_traits_Arrangement_2.h
include/CGAL/boost/graph/graph_traits_Constrained_Delaunay_triangulation_2.h
@@ -2575,6 +3082,7 @@ include/CGAL/boost/graph/graph_traits_Tr
include/CGAL/boost/graph/graph_traits_Triangulation_2.h
include/CGAL/boost/graph/graph_traits_Triangulation_data_structure_2.h
include/CGAL/boost/graph/graph_traits_Triangulation_hierarchy_2.h
+include/CGAL/boost/graph/graph_traits_inheritance_macros.h
include/CGAL/boost/graph/halfedge_graph_traits.h
include/CGAL/boost/graph/halfedge_graph_traits_HalfedgeDS.h
include/CGAL/boost/graph/halfedge_graph_traits_Polyhedron_3.h
@@ -2582,32 +3090,46 @@ include/CGAL/boost/graph/helpers.h
include/CGAL/boost/graph/internal/Has_member_clear.h
include/CGAL/boost/graph/internal/Has_member_id.h
include/CGAL/boost/graph/internal/OM_iterator_from_circulator.h
+include/CGAL/boost/graph/internal/graph_traits_2D_TDS_helper.h
+include/CGAL/boost/graph/internal/graph_traits_2D_triangulation.h
+include/CGAL/boost/graph/internal/graph_traits_2D_triangulation_helper.h
include/CGAL/boost/graph/internal/helpers.h
+include/CGAL/boost/graph/internal/initialized_index_maps_helpers.h
+include/CGAL/boost/graph/internal/properties_2D_triangulation.h
include/CGAL/boost/graph/io.h
include/CGAL/boost/graph/iterator.h
-include/CGAL/boost/graph/named_function_params.h
+include/CGAL/boost/graph/kruskal_min_spanning_tree.h
include/CGAL/boost/graph/named_params_helper.h
-include/CGAL/boost/graph/parameters_interface.h
include/CGAL/boost/graph/partition.h
+include/CGAL/boost/graph/prim_minimum_spanning_tree.h
include/CGAL/boost/graph/properties.h
+include/CGAL/boost/graph/properties_Constrained_Delaunay_triangulation_2.h
+include/CGAL/boost/graph/properties_Constrained_triangulation_2.h
+include/CGAL/boost/graph/properties_Constrained_triangulation_plus_2.h
+include/CGAL/boost/graph/properties_Delaunay_triangulation_2.h
+include/CGAL/boost/graph/properties_HalfedgeDS_base.h
+include/CGAL/boost/graph/properties_HalfedgeDS_default.h
include/CGAL/boost/graph/properties_Linear_cell_complex_for_combinatorial_map.h
include/CGAL/boost/graph/properties_OpenMesh.h
include/CGAL/boost/graph/properties_PolyMesh_ArrayKernelT.h
include/CGAL/boost/graph/properties_Polyhedron_3.h
include/CGAL/boost/graph/properties_Polyhedron_3_features.h
include/CGAL/boost/graph/properties_Polyhedron_3_time_stamp.h
+include/CGAL/boost/graph/properties_Regular_triangulation_2.h
include/CGAL/boost/graph/properties_Seam_mesh.h
include/CGAL/boost/graph/properties_Surface_mesh.h
include/CGAL/boost/graph/properties_Surface_mesh_features.h
include/CGAL/boost/graph/properties_Surface_mesh_time_stamp.h
include/CGAL/boost/graph/properties_TriMesh_ArrayKernelT.h
+include/CGAL/boost/graph/properties_Triangulation_2.h
+include/CGAL/boost/graph/properties_Triangulation_data_structure_2.h
+include/CGAL/boost/graph/properties_Triangulation_hierarchy_2.h
include/CGAL/boost/graph/property_maps.h
include/CGAL/boost/graph/selection.h
include/CGAL/boost/graph/split_graph_into_polylines.h
include/CGAL/boost/graph/visitor.h
include/CGAL/boost/iterator/counting_iterator.hpp
include/CGAL/boost/iterator/transform_iterator.hpp
-include/CGAL/boost/parameter.h
include/CGAL/boost_mp.h
include/CGAL/bounding_box.h
include/CGAL/box_intersection_d.h
@@ -2618,15 +3140,14 @@ include/CGAL/certified_quotient_predicat
include/CGAL/ch_akl_toussaint.h
include/CGAL/ch_bykat.h
include/CGAL/ch_eddy.h
-include/CGAL/ch_function_objects_2.h
include/CGAL/ch_graham_andrew.h
include/CGAL/ch_jarvis.h
include/CGAL/ch_melkman.h
include/CGAL/ch_selected_extreme_points_2.h
include/CGAL/circulator.h
include/CGAL/circulator_bases.h
+include/CGAL/cluster_point_set.h
include/CGAL/compare_vertices.h
-include/CGAL/compiler_config.h
include/CGAL/compute_average_spacing.h
include/CGAL/compute_outer_frame_margin.h
include/CGAL/config.h
@@ -2643,16 +3164,20 @@ include/CGAL/convex_decomposition_3.h
include/CGAL/convex_hull_2.h
include/CGAL/convex_hull_3.h
include/CGAL/convex_hull_3_to_face_graph.h
-include/CGAL/convex_hull_3_to_polyhedron_3.h
include/CGAL/convex_hull_constructive_traits_2.h
include/CGAL/convex_hull_traits_2.h
include/CGAL/convexity_check_2.h
include/CGAL/convexity_check_3.h
include/CGAL/copy_n.h
+include/CGAL/cpp_float.h
include/CGAL/create_offset_polygons_2.h
include/CGAL/create_offset_polygons_from_polygon_with_holes_2.h
include/CGAL/create_straight_skeleton_2.h
include/CGAL/create_straight_skeleton_from_polygon_with_holes_2.h
+include/CGAL/create_weighted_offset_polygons_2.h
+include/CGAL/create_weighted_offset_polygons_from_polygon_with_holes_2.h
+include/CGAL/create_weighted_straight_skeleton_2.h
+include/CGAL/create_weighted_straight_skeleton_from_polygon_with_holes_2.h
include/CGAL/demangle.h
include/CGAL/determinant.h
include/CGAL/determinant_of_vectors.h
@@ -2660,11 +3185,23 @@ include/CGAL/disable_warnings.h
include/CGAL/distance_predicates_2.h
include/CGAL/distance_predicates_3.h
include/CGAL/double.h
+include/CGAL/draw_arrangement_2.h
+include/CGAL/draw_constrained_triangulation_2.h
+include/CGAL/draw_face_graph.h
+include/CGAL/draw_face_graph_with_paths.h
include/CGAL/draw_linear_cell_complex.h
+include/CGAL/draw_nef_3.h
+include/CGAL/draw_periodic_2_triangulation_2.h
+include/CGAL/draw_point_set_3.h
+include/CGAL/draw_polygon_2.h
+include/CGAL/draw_polygon_set_2.h
+include/CGAL/draw_polygon_with_holes_2.h
include/CGAL/draw_polyhedron.h
+include/CGAL/draw_straight_skeleton_2.h
include/CGAL/draw_surface_mesh.h
include/CGAL/draw_triangulation_2.h
include/CGAL/draw_triangulation_3.h
+include/CGAL/draw_voronoi_diagram_2.h
include/CGAL/edge_aware_upsample_point_set.h
include/CGAL/enable_warnings.h
include/CGAL/enum.h
@@ -2680,9 +3217,11 @@ include/CGAL/export/helpers.h
include/CGAL/extended_euclidean_algorithm.h
include/CGAL/extract_mean_curvature_flow_skeleton.h
include/CGAL/extremal_polygon_2.h
+include/CGAL/extrude_skeleton.h
include/CGAL/exude_mesh_3.h
+include/CGAL/facets_in_complex_3_to_triangle_mesh.h
include/CGAL/float.h
-include/CGAL/function.h
+include/CGAL/for_each.h
include/CGAL/function_objects.h
include/CGAL/functional.h
include/CGAL/functions_on_enums.h
@@ -2715,152 +3254,13 @@ include/CGAL/hilbert_sort.h
include/CGAL/hilbert_sort_on_sphere.h
include/CGAL/in_place_edge_list.h
include/CGAL/int.h
-include/CGAL/internal/AABB_tree/AABB_drawing_traits.h
-include/CGAL/internal/AABB_tree/AABB_node.h
-include/CGAL/internal/AABB_tree/AABB_ray_intersection.h
-include/CGAL/internal/AABB_tree/AABB_search_tree.h
-include/CGAL/internal/AABB_tree/AABB_traversal_traits.h
-include/CGAL/internal/AABB_tree/Has_nested_type_Shared_data.h
-include/CGAL/internal/AABB_tree/Is_ray_intersection_geomtraits.h
-include/CGAL/internal/AABB_tree/Primitive_helper.h
-include/CGAL/internal/AFSR/Surface_face_base_2.h
-include/CGAL/internal/AFSR/Surface_vertex_base_2.h
-include/CGAL/internal/AFSR/construct_polyhedron.h
-include/CGAL/internal/AFSR/construct_surface_2.h
-include/CGAL/internal/AFSR/orient.h
-include/CGAL/internal/AFSR/write_triple_indices.h
-include/CGAL/internal/Classification_type.h
-include/CGAL/internal/Combination_enumerator.h
-include/CGAL/internal/Combinatorial_map_copy_functors.h
-include/CGAL/internal/Combinatorial_map_group_functors.h
-include/CGAL/internal/Combinatorial_map_internal_functors.h
-include/CGAL/internal/Combinatorial_map_sewable.h
-include/CGAL/internal/Combinatorial_map_utility.h
-include/CGAL/internal/Combinatorial_map_utility_novariadic.h
-include/CGAL/internal/Dehn_hyperbolic_octagon_translation_word.h
-include/CGAL/internal/Delaunay_triangulation_hierarchy_3.h
-include/CGAL/internal/Dummy_tds_3.h
-include/CGAL/internal/Exact_complex.h
-include/CGAL/internal/Exact_type_selector.h
-include/CGAL/internal/Functor_with_offset_points_adaptor_2.h
-include/CGAL/internal/Functor_with_offset_points_adaptor_3.h
-include/CGAL/internal/Functor_with_offset_weighted_points_adaptor_3.h
-include/CGAL/internal/Generalized_map_group_functors.h
-include/CGAL/internal/Generalized_map_internal_functors.h
-include/CGAL/internal/Generalized_map_sewable.h
-include/CGAL/internal/Generic_random_point_generator.h
-include/CGAL/internal/Get_dimension_tag.h
-include/CGAL/internal/Has_boolean_tags.h
-include/CGAL/internal/Has_member_visited.h
-include/CGAL/internal/Has_nested_type_Bare_point.h
-include/CGAL/internal/Hyperbolic_Delaunay_triangulation_traits_2_functions.h
-include/CGAL/internal/Hyperbolic_octagon_translation_matrix.h
-include/CGAL/internal/Hyperbolic_octagon_translation_word.h
-include/CGAL/internal/K_neighbor_search.h
-include/CGAL/internal/Lazy_alpha_nt_2.h
-include/CGAL/internal/Lazy_alpha_nt_3.h
-include/CGAL/internal/Mesh_3/Boundary_of_subdomain_of_complex_3_in_triangulation_3_to_off.h
-include/CGAL/internal/Mesh_3/Graph_manipulations.h
-include/CGAL/internal/Mesh_3/Handle_IO_for_pair_of_int.h
-include/CGAL/internal/Mesh_3/check_weights.h
-include/CGAL/internal/Mesh_3/get_index.h
-include/CGAL/internal/Mesh_3/helpers.h
-include/CGAL/internal/Mesh_3/indices_management.h
-include/CGAL/internal/Parallel_callback.h
-include/CGAL/internal/Periodic_2_Delaunay_triangulation_filtered_traits_2.h
-include/CGAL/internal/Periodic_2_Delaunay_triangulation_statically_filtered_traits_2.h
-include/CGAL/internal/Periodic_2_construct_point_2.h
-include/CGAL/internal/Periodic_2_triangulation_filtered_traits_2.h
-include/CGAL/internal/Periodic_2_triangulation_statically_filtered_traits_2.h
-include/CGAL/internal/Periodic_3_Delaunay_triangulation_filtered_traits_3.h
-include/CGAL/internal/Periodic_3_Delaunay_triangulation_remove_traits_3.h
-include/CGAL/internal/Periodic_3_Delaunay_triangulation_statically_filtered_traits_3.h
-include/CGAL/internal/Periodic_3_construct_point_3.h
-include/CGAL/internal/Periodic_3_construct_weighted_point_3.h
-include/CGAL/internal/Periodic_3_regular_triangulation_dummy_288.h
-include/CGAL/internal/Periodic_3_regular_triangulation_filtered_traits_3.h
-include/CGAL/internal/Periodic_3_regular_triangulation_remove_traits_3.h
-include/CGAL/internal/Periodic_3_regular_triangulation_statically_filtered_traits_3.h
-include/CGAL/internal/Periodic_3_triangulation_dummy_36.h
-include/CGAL/internal/Periodic_3_triangulation_filtered_traits_3.h
-include/CGAL/internal/Periodic_3_triangulation_iterators_3.h
-include/CGAL/internal/Periodic_3_triangulation_remove_traits_3.h
-include/CGAL/internal/Periodic_3_triangulation_statically_filtered_traits_3.h
-include/CGAL/internal/Periodic_4_hyperbolic_triangulation_dummy_14.h
-include/CGAL/internal/Projection_traits_3.h
-include/CGAL/internal/Robust_periodic_weighted_circumcenter_traits_3.h
-include/CGAL/internal/Static_filters/Angle_3.h
-include/CGAL/internal/Static_filters/Collinear_3.h
-include/CGAL/internal/Static_filters/Compare_squared_radius_3.h
-include/CGAL/internal/Static_filters/Compare_weighted_squared_radius_3.h
-include/CGAL/internal/Static_filters/Compare_x_2.h
-include/CGAL/internal/Static_filters/Compare_y_2.h
-include/CGAL/internal/Static_filters/Compare_y_at_x_2.h
-include/CGAL/internal/Static_filters/Coplanar_orientation_3.h
-include/CGAL/internal/Static_filters/Coplanar_side_of_bounded_circle_3.h
-include/CGAL/internal/Static_filters/Do_intersect_2.h
-include/CGAL/internal/Static_filters/Do_intersect_3.h
-include/CGAL/internal/Static_filters/Equal_2.h
-include/CGAL/internal/Static_filters/Equal_3.h
-include/CGAL/internal/Static_filters/Is_degenerate_3.h
-include/CGAL/internal/Static_filters/Orientation_2.h
-include/CGAL/internal/Static_filters/Orientation_3.h
-include/CGAL/internal/Static_filters/Periodic_2_orientation_2.h
-include/CGAL/internal/Static_filters/Periodic_2_side_of_oriented_circle_2.h
-include/CGAL/internal/Static_filters/Periodic_3_orientation_3.h
-include/CGAL/internal/Static_filters/Periodic_3_power_side_of_oriented_power_sphere_3.h
-include/CGAL/internal/Static_filters/Periodic_3_side_of_oriented_sphere_3.h
-include/CGAL/internal/Static_filters/Power_side_of_oriented_power_sphere_3.h
-include/CGAL/internal/Static_filters/Side_of_oriented_circle_2.h
-include/CGAL/internal/Static_filters/Side_of_oriented_sphere_3.h
-include/CGAL/internal/Static_filters/Static_filter_error.h
-include/CGAL/internal/Static_filters/Static_filters.h
-include/CGAL/internal/Static_filters/tools.h
-include/CGAL/internal/Static_or_dynamic_array.h
-include/CGAL/internal/Surface_mesh_deformation/Spokes_and_rims_iterator.h
-include/CGAL/internal/Surface_mesh_segmentation/AABB_traits.h
-include/CGAL/internal/Surface_mesh_segmentation/AABB_traversal_traits.h
-include/CGAL/internal/Surface_mesh_segmentation/Alpha_expansion_graph_cut.h
-include/CGAL/internal/Surface_mesh_segmentation/Disk_samplers.h
-include/CGAL/internal/Surface_mesh_segmentation/Expectation_maximization.h
-include/CGAL/internal/Surface_mesh_segmentation/Filters.h
-include/CGAL/internal/Surface_mesh_segmentation/K_means_clustering.h
-include/CGAL/internal/Surface_mesh_segmentation/SDF_calculation.h
-include/CGAL/internal/Surface_mesh_segmentation/Surface_mesh_segmentation.h
-include/CGAL/internal/Surface_mesh_skeletonization/Curve_skeleton.h
-include/CGAL/internal/Surface_mesh_skeletonization/Debug.h
-include/CGAL/internal/Surface_mesh_skeletonization/Detect_degeneracy.h
-include/CGAL/internal/TDS_2/Edge_hash_function.h
-include/CGAL/internal/TDS_2/edge_list.h
-include/CGAL/internal/Transform_coordinates_traits_3.h
-include/CGAL/internal/Triangulation/Dummy_TDS.h
-include/CGAL/internal/Triangulation/Triangulation_ds_iterators.h
-include/CGAL/internal/Triangulation/utilities.h
-include/CGAL/internal/Triangulation_2_filtered_projection_traits_3.h
-include/CGAL/internal/Triangulation_2_projection_traits_base_3.h
-include/CGAL/internal/Triangulation_ds_circulators_3.h
-include/CGAL/internal/Triangulation_ds_iterators_3.h
-include/CGAL/internal/auxiliary/graph.h
-include/CGAL/internal/boost/array_binary_tree.hpp
-include/CGAL/internal/boost/function_property_map.hpp
-include/CGAL/internal/boost/mutable_heap.hpp
-include/CGAL/internal/boost/mutable_queue.hpp
-include/CGAL/internal/bounded_priority_queue.h
-include/CGAL/internal/canonicalize_helper.h
-include/CGAL/internal/container_fwd_fixed.hpp
-include/CGAL/internal/deprecation_warning.h
-include/CGAL/internal/disable_deprecation_warnings_and_errors.h
-include/CGAL/internal/enable_third_party_libraries.h
-include/CGAL/internal/info_check.h
include/CGAL/interpolation_functions.h
include/CGAL/intersection_2.h
include/CGAL/intersection_3.h
-include/CGAL/intersection_3_1.h
include/CGAL/intersections.h
include/CGAL/intersections_d.h
include/CGAL/ipower.h
include/CGAL/is_convertible.h
-include/CGAL/is_iterator.h
include/CGAL/is_streamable.h
include/CGAL/is_y_monotone_2.h
include/CGAL/iterator.h
@@ -2883,6 +3283,7 @@ include/CGAL/license/AABB_tree.h
include/CGAL/license/Advancing_front_surface_reconstruction.h
include/CGAL/license/Alpha_shapes_2.h
include/CGAL/license/Alpha_shapes_3.h
+include/CGAL/license/Alpha_wrap_3.h
include/CGAL/license/Apollonius_graph_2.h
include/CGAL/license/Arrangement_on_surface_2.h
include/CGAL/license/Barycentric_coordinates_2.h
@@ -2914,7 +3315,9 @@ include/CGAL/license/Minkowski_sum_3.h
include/CGAL/license/Nef_2.h
include/CGAL/license/Nef_3.h
include/CGAL/license/Nef_S2.h
+include/CGAL/license/Optimal_bounding_box.h
include/CGAL/license/Optimal_transportation_reconstruction_2.h
+include/CGAL/license/Orthtree.h
include/CGAL/license/Partition_2.h
include/CGAL/license/Periodic_2_triangulation_2.h
include/CGAL/license/Periodic_3_mesh_3.h
@@ -2923,37 +3326,44 @@ include/CGAL/license/Periodic_4_hyperbol
include/CGAL/license/Point_set_2.h
include/CGAL/license/Point_set_3.h
include/CGAL/license/Point_set_processing_3.h
-include/CGAL/license/Point_set_shape_detection_3.h
include/CGAL/license/Poisson_surface_reconstruction_3.h
include/CGAL/license/Polygon_mesh_processing.h
include/CGAL/license/Polygon_mesh_processing/Compute_normal.h
+include/CGAL/license/Polygon_mesh_processing/Polyhedral_envelope.h
include/CGAL/license/Polygon_mesh_processing/collision_detection.h
+include/CGAL/license/Polygon_mesh_processing/combinatorial_repair.h
include/CGAL/license/Polygon_mesh_processing/connected_components.h
include/CGAL/license/Polygon_mesh_processing/core.h
include/CGAL/license/Polygon_mesh_processing/corefinement.h
include/CGAL/license/Polygon_mesh_processing/detect_features.h
include/CGAL/license/Polygon_mesh_processing/distance.h
+include/CGAL/license/Polygon_mesh_processing/geometric_repair.h
+include/CGAL/license/Polygon_mesh_processing/locate.h
include/CGAL/license/Polygon_mesh_processing/measure.h
include/CGAL/license/Polygon_mesh_processing/meshing_hole_filling.h
include/CGAL/license/Polygon_mesh_processing/miscellaneous.h
include/CGAL/license/Polygon_mesh_processing/orientation.h
include/CGAL/license/Polygon_mesh_processing/predicate.h
-include/CGAL/license/Polygon_mesh_processing/repair.h
+include/CGAL/license/Polygonal_surface_reconstruction.h
include/CGAL/license/Polyhedron.h
include/CGAL/license/Polyline_simplification_2.h
include/CGAL/license/Polytope_distance_d.h
include/CGAL/license/Principal_component_analysis.h
include/CGAL/license/QP_solver.h
include/CGAL/license/Ridges_3.h
+include/CGAL/license/SMDS_3.h
include/CGAL/license/Scale_space_reconstruction_3.h
include/CGAL/license/SearchStructures.h
include/CGAL/license/Segment_Delaunay_graph_2.h
include/CGAL/license/Segment_Delaunay_graph_Linf_2.h
include/CGAL/license/Set_movable_separability_2.h
+include/CGAL/license/Shape_detection.h
+include/CGAL/license/Shape_regularization.h
include/CGAL/license/Skin_surface_3.h
include/CGAL/license/Snap_rounding_2.h
include/CGAL/license/Spatial_searching.h
include/CGAL/license/Straight_skeleton_2.h
+include/CGAL/license/Straight_skeleton_extrusion_2.h
include/CGAL/license/Stream_lines_2.h
include/CGAL/license/Surface_mesh.h
include/CGAL/license/Surface_mesh_approximation.h
@@ -2963,14 +3373,17 @@ include/CGAL/license/Surface_mesh_segmen
include/CGAL/license/Surface_mesh_shortest_path.h
include/CGAL/license/Surface_mesh_simplification.h
include/CGAL/license/Surface_mesh_skeletonization.h
+include/CGAL/license/Surface_mesh_topology.h
include/CGAL/license/Surface_mesher.h
include/CGAL/license/Surface_sweep_2.h
include/CGAL/license/TDS_2.h
include/CGAL/license/TDS_3.h
+include/CGAL/license/Tetrahedral_remeshing.h
include/CGAL/license/Three.h
include/CGAL/license/Triangulation.h
include/CGAL/license/Triangulation_2.h
include/CGAL/license/Triangulation_3.h
+include/CGAL/license/Triangulation_on_sphere_2.h
include/CGAL/license/Visibility_2.h
include/CGAL/license/Voronoi_diagram_2.h
include/CGAL/license/gpl_package_list.txt
@@ -3000,6 +3413,7 @@ include/CGAL/make_skin_surface_mesh_3.h
include/CGAL/make_surface_mesh.h
include/CGAL/make_union_of_balls_3.h
include/CGAL/marching_tetrahedra_3.h
+include/CGAL/mark_domain_in_triangulation.h
include/CGAL/memory.h
include/CGAL/mesh_segmentation.h
include/CGAL/mesh_skin_surface_3.h
@@ -3016,7 +3430,6 @@ include/CGAL/mpfr_coercion_traits.h
include/CGAL/mpq_class.h
include/CGAL/mpz_class.h
include/CGAL/mst_orient_normals.h
-include/CGAL/multiset_assertions.h
include/CGAL/mutex.h
include/CGAL/natural_neighbor_coordinates_2.h
include/CGAL/natural_neighbor_coordinates_3.h
@@ -3028,6 +3441,7 @@ include/CGAL/number_utils.h
include/CGAL/number_utils_classes.h
include/CGAL/odt_optimize_mesh_3.h
include/CGAL/offset_polygon_2.h
+include/CGAL/optimal_bounding_box.h
include/CGAL/optimize_mesh_3.h
include/CGAL/optimize_periodic_3_mesh_3.h
include/CGAL/partition_2.h
@@ -3039,7 +3453,8 @@ include/CGAL/pierce_rectangles_2.h
include/CGAL/point_generators_2.h
include/CGAL/point_generators_3.h
include/CGAL/point_generators_d.h
-include/CGAL/point_set_processing_assertions.h
+include/CGAL/pointmatcher/compute_registration_transformation.h
+include/CGAL/pointmatcher/register_point_sets.h
include/CGAL/poisson_refine_triangulation.h
include/CGAL/poisson_surface_reconstruction.h
include/CGAL/polygon_function_objects.h
@@ -3066,6 +3481,7 @@ include/CGAL/random_polygon_2.h
include/CGAL/random_selection.h
include/CGAL/random_simplify_point_set.h
include/CGAL/range_search_delaunay_2.h
+include/CGAL/rank.h
include/CGAL/rational_rotation.h
include/CGAL/read_vtk_image_data.h
include/CGAL/rectangular_3_center_2.h
@@ -3073,11 +3489,11 @@ include/CGAL/rectangular_p_center_2.h
include/CGAL/refine_mesh_3.h
include/CGAL/refine_periodic_3_mesh_3.h
include/CGAL/regular_neighbor_coordinates_2.h
-include/CGAL/regularize_planes.h
include/CGAL/remove_far_points_in_mesh_3.h
include/CGAL/remove_outliers.h
include/CGAL/representation_tags.h
include/CGAL/result_of.h
+include/CGAL/scanline_orient_normals.h
include/CGAL/segment_intersection_points_2.h
include/CGAL/sibson_gradient_fitting.h
include/CGAL/simple_transformations_d.h
@@ -3086,16 +3502,9 @@ include/CGAL/sorted_matrix_search.h
include/CGAL/spatial_sort.h
include/CGAL/spatial_sort_on_sphere.h
include/CGAL/squared_distance_2.h
-include/CGAL/squared_distance_2_1.h
-include/CGAL/squared_distance_2_2.h
include/CGAL/squared_distance_3.h
-include/CGAL/squared_distance_3_0.h
-include/CGAL/squared_distance_3_1.h
-include/CGAL/squared_distance_3_2.h
-include/CGAL/squared_distance_utils.h
include/CGAL/sse2.h
include/CGAL/stddef.h
-include/CGAL/streamlines_assertions.h
include/CGAL/structure_point_set.h
include/CGAL/subdivide_skin_surface_mesh_3.h
include/CGAL/subdivide_union_of_balls_mesh_3.h
@@ -3103,23 +3512,22 @@ include/CGAL/subdivision_method_3.h
include/CGAL/surface_mesh_parameterization.h
include/CGAL/surface_neighbor_coordinates_3.h
include/CGAL/surface_neighbors_3.h
-include/CGAL/surface_reconstruction_points_assertions.h
include/CGAL/sweep_observer.h
include/CGAL/tags.h
include/CGAL/test_FPU_rounding_mode_impl.h
+include/CGAL/tetrahedral_remeshing.h
+include/CGAL/tetrahedron_soup_to_triangulation_3.h
include/CGAL/thread.h
include/CGAL/to_rational.h
-include/CGAL/trace.h
include/CGAL/transforming_iterator.h
include/CGAL/transforming_pair_iterator.h
include/CGAL/triangulate_mixed_complex_3.h
include/CGAL/triangulate_power_diagram_3.h
-include/CGAL/triangulation_assertions.h
include/CGAL/tss.h
include/CGAL/tuple.h
include/CGAL/type_traits.h
+include/CGAL/type_traits/is_iterator.h
include/CGAL/typeset.h
-include/CGAL/unordered.h
include/CGAL/use.h
include/CGAL/user_classes.h
include/CGAL/utility.h
@@ -3136,30 +3544,32 @@ include/CGAL/width_assertions.h
include/CGAL/wlop_simplify_and_regularize_point_set.h
include/CGAL/wmult.h
lib/cmake/CGAL/CGALConfig.cmake
+lib/cmake/CGAL/CGALConfigBuildVersion.cmake
lib/cmake/CGAL/CGALConfigVersion.cmake
+lib/cmake/CGAL/CGALConfigVersion_binary_header_only.cmake.in
lib/cmake/CGAL/CGALConfig_binary.cmake.in
lib/cmake/CGAL/CGALConfig_binary_header_only.cmake.in
lib/cmake/CGAL/CGALConfig_install.cmake.in
-lib/cmake/CGAL/CGALExports-noconfig.cmake
-lib/cmake/CGAL/CGALExports.cmake
-lib/cmake/CGAL/CGALLibConfig.cmake
lib/cmake/CGAL/CGALLibConfig.cmake.in
+lib/cmake/CGAL/CGAL_Boost_iostreams_support.cmake
+lib/cmake/CGAL/CGAL_Boost_serialization_support.cmake
+lib/cmake/CGAL/CGAL_Ceres_support.cmake
lib/cmake/CGAL/CGAL_CheckCXXFileRuns.cmake
lib/cmake/CGAL/CGAL_Common.cmake
-lib/cmake/CGAL/CGAL_CoreExports-noconfig.cmake
-lib/cmake/CGAL/CGAL_CoreExports.cmake
-lib/cmake/CGAL/CGAL_CoreLibConfig.cmake
lib/cmake/CGAL/CGAL_CreateSingleSourceCGALProgram.cmake
+lib/cmake/CGAL/CGAL_Eigen3_support.cmake
+lib/cmake/CGAL/CGAL_Eigen_support.cmake
+lib/cmake/CGAL/CGAL_GLPK_support.cmake
lib/cmake/CGAL/CGAL_GeneratorSpecificSettings.cmake
-lib/cmake/CGAL/CGAL_ImageIOExports-noconfig.cmake
-lib/cmake/CGAL/CGAL_ImageIOExports.cmake
-lib/cmake/CGAL/CGAL_ImageIOLibConfig.cmake
-lib/cmake/CGAL/CGAL_Locate_CGAL_TAUCS.cmake
+lib/cmake/CGAL/CGAL_ITK_support.cmake
+lib/cmake/CGAL/CGAL_LASLIB_support.cmake
+lib/cmake/CGAL/CGAL_METIS_support.cmake
lib/cmake/CGAL/CGAL_Macros.cmake
-lib/cmake/CGAL/CGAL_Qt5Exports-noconfig.cmake
-lib/cmake/CGAL/CGAL_Qt5Exports.cmake
-lib/cmake/CGAL/CGAL_Qt5LibConfig.cmake
+lib/cmake/CGAL/CGAL_OSQP_support.cmake
+lib/cmake/CGAL/CGAL_OpenCV_support.cmake
+lib/cmake/CGAL/CGAL_OpenGR_support.cmake
lib/cmake/CGAL/CGAL_Qt5_moc_and_resource_files.cmake
+lib/cmake/CGAL/CGAL_SCIP_support.cmake
lib/cmake/CGAL/CGAL_SCM.cmake
lib/cmake/CGAL/CGAL_SetupBoost.cmake
lib/cmake/CGAL/CGAL_SetupCGALDependencies.cmake
@@ -3171,45 +3581,44 @@ lib/cmake/CGAL/CGAL_SetupFlags.cmake
lib/cmake/CGAL/CGAL_SetupGMP.cmake
lib/cmake/CGAL/CGAL_SetupLEDA.cmake
lib/cmake/CGAL/CGAL_SetupVLD.cmake
+lib/cmake/CGAL/CGAL_TBB_support.cmake
lib/cmake/CGAL/CGAL_TweakFindBoost.cmake
-lib/cmake/CGAL/CGAL_UseBLAS.cmake
-lib/cmake/CGAL/CGAL_UseLAPACK.cmake
lib/cmake/CGAL/CGAL_UseLEDA.cmake
lib/cmake/CGAL/CGAL_UseMKL.cmake
lib/cmake/CGAL/CGAL_UseMPFI.cmake
lib/cmake/CGAL/CGAL_UseRS.cmake
lib/cmake/CGAL/CGAL_UseRS3.cmake
-lib/cmake/CGAL/CGAL_UseTAUCS.cmake
lib/cmake/CGAL/CGAL_VersionUtils.cmake
lib/cmake/CGAL/CGAL_add_test.cmake
lib/cmake/CGAL/CGAL_display_flags.cmake
lib/cmake/CGAL/CGAL_enable_end_of_configuration_hook.cmake
lib/cmake/CGAL/CGAL_parse_version_h.cmake
+lib/cmake/CGAL/CGAL_pointmatcher_support.cmake
lib/cmake/CGAL/CGAL_setup_target_dependencies.cmake
lib/cmake/CGAL/CGAL_target_use_TBB.cmake
-lib/cmake/CGAL/FindBLAS.cmake
lib/cmake/CGAL/FindCORE.cmake
lib/cmake/CGAL/FindESBTL.cmake
lib/cmake/CGAL/FindEigen3.cmake
lib/cmake/CGAL/FindF2C.cmake
+lib/cmake/CGAL/FindGLPK.cmake
lib/cmake/CGAL/FindGMP.cmake
lib/cmake/CGAL/FindGMPXX.cmake
lib/cmake/CGAL/FindIPE.cmake
-lib/cmake/CGAL/FindLAPACK.cmake
+lib/cmake/CGAL/FindITT.cmake
lib/cmake/CGAL/FindLASLIB.cmake
lib/cmake/CGAL/FindLEDA.cmake
+lib/cmake/CGAL/FindLibSSH.cmake
lib/cmake/CGAL/FindMETIS.cmake
lib/cmake/CGAL/FindMKL.cmake
lib/cmake/CGAL/FindMPFI.cmake
lib/cmake/CGAL/FindMPFR.cmake
lib/cmake/CGAL/FindNTL.cmake
+lib/cmake/CGAL/FindOSQP.cmake
lib/cmake/CGAL/FindOpenMesh.cmake
lib/cmake/CGAL/FindRS.cmake
lib/cmake/CGAL/FindRS3.cmake
lib/cmake/CGAL/FindSuiteSparse.cmake
-lib/cmake/CGAL/FindTAUCS.cmake
lib/cmake/CGAL/FindTBB.cmake
-lib/cmake/CGAL/FindTensorFlow.cmake
lib/cmake/CGAL/Help/CGAL_SetupBoost.rst
lib/cmake/CGAL/Help/CGAL_SetupCGALDependencies.rst
lib/cmake/CGAL/Help/CGAL_SetupCGAL_CoreDependencies.rst
@@ -3239,14 +3648,11 @@ lib/cmake/CGAL/config/support/print_OPEN
lib/cmake/CGAL/config/support/print_QT4_version.cpp
lib/cmake/CGAL/config/support/print_QT_version.cpp
lib/cmake/CGAL/config/support/print_ZLIB_version.cpp
-lib/cmake/CGAL/config/support/test_ATLAS.cpp
-lib/cmake/CGAL/config/support/test_BLAS.cpp
lib/cmake/CGAL/config/support/test_BOOST.cpp
lib/cmake/CGAL/config/support/test_BOOST_PROGRAM_OPTIONS.cpp
lib/cmake/CGAL/config/support/test_BOOST_THREAD.cpp
lib/cmake/CGAL/config/support/test_GMP.cpp
lib/cmake/CGAL/config/support/test_GMPXX.cpp
-lib/cmake/CGAL/config/support/test_LAPACK.cpp
lib/cmake/CGAL/config/support/test_LEDA.cpp
lib/cmake/CGAL/config/support/test_LEDAWIN.cpp
lib/cmake/CGAL/config/support/test_LIDIA.cpp
@@ -3273,27 +3679,33 @@ lib/cmake/CGAL/config/testfiles/CGAL_CFG
lib/cmake/CGAL/config/testfiles/CGAL_CFG_TYPENAME_BEFORE_DEFAULT_ARGUMENT_BUG.cpp
lib/cmake/CGAL/config/testfiles/CGAL_CFG_USING_BASE_MEMBER_BUG_2.cpp
lib/cmake/CGAL/config/version.h.in
+lib/cmake/CGAL/demo/icons/Delaunay_triangulation_2.png
+lib/cmake/CGAL/demo/icons/File.qrc
+lib/cmake/CGAL/demo/icons/Input.qrc
+lib/cmake/CGAL/demo/icons/Triangulation_2.qrc
+lib/cmake/CGAL/demo/icons/Voronoi_diagram_2.png
+lib/cmake/CGAL/demo/icons/fileNew.png
+lib/cmake/CGAL/demo/icons/fileOpen.png
+lib/cmake/CGAL/demo/icons/fileSave.png
+lib/cmake/CGAL/demo/icons/fit-page-32.png
+lib/cmake/CGAL/demo/icons/inputPoint.png
+lib/cmake/CGAL/demo/icons/inputPoint.svg
+lib/cmake/CGAL/demo/icons/inputPolyline.png
+lib/cmake/CGAL/demo/icons/license.txt
+lib/cmake/CGAL/demo/icons/zoom-best-fit.png
+lib/cmake/CGAL/demo/icons/zoom-best-fit.svg
+lib/cmake/CGAL/demo/resources/CGAL.qrc
+lib/cmake/CGAL/demo/resources/about_CGAL.html
+lib/cmake/CGAL/demo/resources/cgal_logo.xpm
+lib/cmake/CGAL/demo/resources/cgal_logo_ipe_2013.png
lib/cmake/CGAL/list_of_whitelisted_headers.cmake
lib/cmake/CGAL/process_dependencies.cmake
lib/cmake/CGAL/run_cmd_redirection_cerr.cmake
lib/cmake/CGAL/run_test_with_cin.cmake
lib/cmake/CGAL/test_MPFI.cpp
-lib/libCGAL.so
-lib/libCGAL.so.13
-lib/libCGAL.so.13.0.3
-lib/libCGAL_Core.so
-lib/libCGAL_Core.so.13
-lib/libCGAL_Core.so.13.0.3
-lib/libCGAL_ImageIO.so
-lib/libCGAL_ImageIO.so.14
-lib/libCGAL_ImageIO.so.14.0.0
-lib/libCGAL_Qt5.so
-lib/libCGAL_Qt5.so.14
-lib/libCGAL_Qt5.so.14.0.0
man/man1/cgal_create_cmake_script.1
-share/doc/CGAL-${PKGVERSION}/AUTHORS
-share/doc/CGAL-${PKGVERSION}/CHANGES.md
-share/doc/CGAL-${PKGVERSION}/LICENSE
-share/doc/CGAL-${PKGVERSION}/LICENSE.FREE_USE
-share/doc/CGAL-${PKGVERSION}/LICENSE.GPL
-share/doc/CGAL-${PKGVERSION}/LICENSE.LGPL
+share/doc/CGAL/AUTHORS
+share/doc/CGAL/CHANGES.md
+share/doc/CGAL/LICENSE
+share/doc/CGAL/LICENSE.GPL
+share/doc/CGAL/LICENSE.LGPL
Index: pkgsrc/math/cgal/buildlink3.mk
diff -u pkgsrc/math/cgal/buildlink3.mk:1.48 pkgsrc/math/cgal/buildlink3.mk:1.49
--- pkgsrc/math/cgal/buildlink3.mk:1.48 Sun Dec 29 15:09:54 2024
+++ pkgsrc/math/cgal/buildlink3.mk Sat Jan 11 03:23:02 2025
@@ -1,12 +1,12 @@
-# $NetBSD: buildlink3.mk,v 1.48 2024/12/29 15:09:54 adam Exp $
+# $NetBSD: buildlink3.mk,v 1.49 2025/01/11 03:23:02 mef Exp $
BUILDLINK_TREE+= cgal
.if !defined(CGAL_BUILDLINK3_MK)
CGAL_BUILDLINK3_MK:=
-BUILDLINK_API_DEPENDS.cgal+= cgal>=4.11
-BUILDLINK_ABI_DEPENDS.cgal+= cgal>=4.14nb49
+BUILDLINK_API_DEPENDS.cgal+= cgal>=5.1
+BUILDLINK_ABI_DEPENDS.cgal+= cgal>=5.1
BUILDLINK_PKGSRCDIR.cgal?= ../../math/cgal
.include "../../devel/boost-headers/buildlink3.mk"
Index: pkgsrc/math/cgal/distinfo
diff -u pkgsrc/math/cgal/distinfo:1.10 pkgsrc/math/cgal/distinfo:1.11
--- pkgsrc/math/cgal/distinfo:1.10 Tue Oct 26 10:55:37 2021
+++ pkgsrc/math/cgal/distinfo Sat Jan 11 03:23:02 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2021/10/26 10:55:37 nia Exp $
+$NetBSD: distinfo,v 1.11 2025/01/11 03:23:02 mef Exp $
-BLAKE2s (CGAL-4.14.tar.xz) = fcccf67188745fde1b1da8788470e0dfc9e578e334019f29e3ea2d8889ed9a92
-SHA512 (CGAL-4.14.tar.xz) = 1f22da098a136c26fd51c7ac401212865dce7cc5110ca6a083ef6f09ead5c03a002bfd16752cb298427b84bd5b4900b52c6514f97ccd0e199ffb28e9fe640c43
-Size (CGAL-4.14.tar.xz) = 15602228 bytes
+BLAKE2s (CGAL-5.6.2.tar.xz) = beb5c6c25cfbed5a3b116571c67fecf5a62ce7705af74950ef4c29f11dd246ec
+SHA512 (CGAL-5.6.2.tar.xz) = 5f47c69320fdf4cea53df9c2ebfe27080cc919b2be2b2aeeacabdd2820c71600a1dc0def53b7436bd7e20b391f7d23e77461779beb3ba34e8d856f6714ff85bd
+Size (CGAL-5.6.2.tar.xz) = 24489156 bytes
Home |
Main Index |
Thread Index |
Old Index