From owner-svn-ports-all@freebsd.org Fri Mar 8 02:51:28 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B6FD7152FBDF; Fri, 8 Mar 2019 02:51:27 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6854E86C87; Fri, 8 Mar 2019 02:51:27 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5DB7825026; Fri, 8 Mar 2019 02:51:27 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x282pR0W049828; Fri, 8 Mar 2019 02:51:27 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x282pQiC049823; Fri, 8 Mar 2019 02:51:26 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201903080251.x282pQiC049823@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Fri, 8 Mar 2019 02:51:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r495010 - head/math/cgal X-SVN-Group: ports-head X-SVN-Commit-Author: wen X-SVN-Commit-Paths: head/math/cgal X-SVN-Commit-Revision: 495010 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 6854E86C87 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.97)[-0.975,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Mar 2019 02:51:28 -0000 Author: wen Date: Fri Mar 8 02:51:26 2019 New Revision: 495010 URL: https://svnweb.freebsd.org/changeset/ports/495010 Log: - Update to 4.13 Submitted by: lbartoletti@tuxfamily.org(via email) Modified: head/math/cgal/Makefile head/math/cgal/distinfo head/math/cgal/pkg-plist Modified: head/math/cgal/Makefile ============================================================================== --- head/math/cgal/Makefile Fri Mar 8 02:26:17 2019 (r495009) +++ head/math/cgal/Makefile Fri Mar 8 02:51:26 2019 (r495010) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= cgal -PORTVERSION= 4.11.2 -PORTREVISION= 3 +PORTVERSION= 4.13 CATEGORIES= math MASTER_SITES= https://github.com/${PORTNAME:tu}/${PORTNAME}/releases/download/releases/${DISTNAME}/ DISTNAME= ${PORTNAME:tu}-${PORTVERSION} @@ -41,7 +40,7 @@ VISUALIZATION_LIB_DEPENDS= libgeomview.so:graphics/geo .if ${PORT_OPTIONS:MQT5} USES+= qt:5 CMAKE_ARGS+= -DWITH_CGAL_Qt5=ON -USE_QT+= core gui opengl widgets svg buildtools_build qmake_build +USE_QT+= core gui opengl widgets svg buildtools_build qmake_build xml USE_GL+= gl glu .else CMAKE_ARGS+= -DWITH_CGAL_Qt5=OFF Modified: head/math/cgal/distinfo ============================================================================== --- head/math/cgal/distinfo Fri Mar 8 02:26:17 2019 (r495009) +++ head/math/cgal/distinfo Fri Mar 8 02:51:26 2019 (r495010) @@ -1,3 +1,3 @@ -TIMESTAMP = 1531797363 -SHA256 (CGAL-4.11.2.tar.xz) = a848f62968f545d46fd9b38f513983c04d3cc22eb59564ed4b3866d8626e7551 -SIZE (CGAL-4.11.2.tar.xz) = 14647620 +TIMESTAMP = 1552005187 +SHA256 (CGAL-4.13.tar.xz) = 3e3dd7a64febda58be54c3cbeba329ab6a73b72d4d7647ba4931ecd1fad0e3bc +SIZE (CGAL-4.13.tar.xz) = 15367120 Modified: head/math/cgal/pkg-plist ============================================================================== --- head/math/cgal/pkg-plist Fri Mar 8 02:26:17 2019 (r495009) +++ head/math/cgal/pkg-plist Fri Mar 8 02:51:26 2019 (r495010) @@ -285,8 +285,8 @@ include/CGAL/Arrangement_2/Arrangement_2_iterators.h include/CGAL/Arrangement_2/Arrangement_on_surface_2_global.h include/CGAL/Arrangement_2/Arrangement_on_surface_2_impl.h include/CGAL/Arrangement_2/Arrangement_zone_2_impl.h -include/CGAL/Arrangement_2/Open_hash.h include/CGAL/Arrangement_2/arrangement_type_traits.h +include/CGAL/Arrangement_2/graph_traits_dual.h include/CGAL/Arrangement_on_surface_2.h include/CGAL/Arrangement_on_surface_with_history_2.h include/CGAL/Arrangement_with_history_2.h @@ -299,7 +299,6 @@ include/CGAL/Barycentric_coordinates_2/Segment_coordin include/CGAL/Barycentric_coordinates_2/Triangle_coordinates_2.h include/CGAL/Barycentric_coordinates_2/Wachspress_2.h include/CGAL/Barycentric_coordinates_2/barycentric_enum_2.h -include/CGAL/Basic_sweep_line_2.h include/CGAL/Bbox_2.h include/CGAL/Bbox_2_Line_2_intersection.h include/CGAL/Bbox_2_Line_2_intersection_impl.h @@ -313,7 +312,7 @@ include/CGAL/Boolean_set_operations_2/Ccb_curve_iterat include/CGAL/Boolean_set_operations_2/Curve_with_halfedge.h include/CGAL/Boolean_set_operations_2/Gps_agg_meta_traits.h include/CGAL/Boolean_set_operations_2/Gps_agg_op.h -include/CGAL/Boolean_set_operations_2/Gps_agg_op_sweep.h +include/CGAL/Boolean_set_operations_2/Gps_agg_op_surface_sweep_2.h include/CGAL/Boolean_set_operations_2/Gps_agg_op_visitor.h include/CGAL/Boolean_set_operations_2/Gps_base_functor.h include/CGAL/Boolean_set_operations_2/Gps_bfs_base_visitor.h @@ -337,6 +336,7 @@ include/CGAL/Boolean_set_operations_2/Gps_simplifier_t include/CGAL/Boolean_set_operations_2/Gps_sym_diff_functor.h include/CGAL/Boolean_set_operations_2/Gps_traits_adaptor.h include/CGAL/Boolean_set_operations_2/Gps_traits_decorator.h +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/Bounded_kernel.h @@ -346,6 +346,7 @@ include/CGAL/Box_intersection_d/Box_with_handle_d.h include/CGAL/Box_intersection_d/Box_with_info_d.h include/CGAL/Box_intersection_d/box_limits.h include/CGAL/Box_intersection_d/segment_tree.h +include/CGAL/Buffer_for_vao.h include/CGAL/CC_safe_handle.h include/CGAL/CGAL_Ipelet_base.h include/CGAL/CGAL_Ipelet_base_v6.h @@ -445,6 +446,7 @@ include/CGAL/Cartesian/predicates_on_points_2.h include/CGAL/Cartesian/predicates_on_points_3.h include/CGAL/Cartesian/solve_3.h include/CGAL/Cartesian_converter.h +include/CGAL/Cartesian_converter_fwd.h include/CGAL/Cartesian_d.h include/CGAL/Cartesian_matrix.h include/CGAL/Cell_attribute.h @@ -503,6 +505,49 @@ include/CGAL/Circulator/Safe_circulator_from_iterator. include/CGAL/Circulator_identity.h 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/Evaluation.h +include/CGAL/Classification/Feature/Cluster_mean_of_feature.h +include/CGAL/Classification/Feature/Cluster_size.h +include/CGAL/Classification/Feature/Cluster_variance_of_feature.h +include/CGAL/Classification/Feature/Cluster_vertical_extent.h +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/Hsv.h +include/CGAL/Classification/Feature/Simple_feature.h +include/CGAL/Classification/Feature/Vertical_dispersion.h +include/CGAL/Classification/Feature/Verticality.h +include/CGAL/Classification/Feature_base.h +include/CGAL/Classification/Feature_set.h +include/CGAL/Classification/Image.h +include/CGAL/Classification/Label.h +include/CGAL/Classification/Label_set.h +include/CGAL/Classification/Local_eigen_analysis.h +include/CGAL/Classification/Mesh_feature_generator.h +include/CGAL/Classification/Mesh_neighborhood.h +include/CGAL/Classification/OpenCV_random_forest_classifier.h +include/CGAL/Classification/Planimetric_grid.h +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/classify.h +include/CGAL/Classification/compressed_float.h +include/CGAL/Classification/internal/auxiliary/dataview.h +include/CGAL/Classification/internal/auxiliary/random-forest/common-libraries.hpp +include/CGAL/Classification/internal/auxiliary/random-forest/forest.hpp +include/CGAL/Classification/internal/auxiliary/random-forest/node-gini.hpp +include/CGAL/Classification/internal/auxiliary/random-forest/node.hpp +include/CGAL/Classification/internal/auxiliary/random-forest/tree.hpp +include/CGAL/Classification/internal/verbosity.h +include/CGAL/Classification/property_maps.h include/CGAL/Coercion_traits.h include/CGAL/Combination_enumerator.h include/CGAL/Combinatorial_map.h @@ -655,12 +700,14 @@ include/CGAL/Envelope_3/Envelope_pm_dcel.h include/CGAL/Envelope_3/set_dividors.h include/CGAL/Envelope_diagram_1.h include/CGAL/Epeck_d.h +include/CGAL/Epic_converter.h 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_circular_kernel_2.h include/CGAL/Exact_integer.h +include/CGAL/Exact_kernel_selector.h include/CGAL/Exact_predicates_exact_constructions_kernel.h include/CGAL/Exact_predicates_exact_constructions_kernel_with_kth_root.h include/CGAL/Exact_predicates_exact_constructions_kernel_with_root_of.h @@ -672,6 +719,7 @@ include/CGAL/Exponent_vector.h include/CGAL/Extended_cartesian.h include/CGAL/Extended_homogeneous.h include/CGAL/Extremal_polygon_traits_2.h +include/CGAL/Extreme_points_traits_adapter_3.h include/CGAL/FPU.h include/CGAL/FPU_extension.h include/CGAL/FPU_gcc_i386.h @@ -760,6 +808,7 @@ include/CGAL/Handle_hash_function.h include/CGAL/Handle_with_policy.h include/CGAL/Has_conversion.h include/CGAL/Has_timestamp.h +include/CGAL/Hash_handles_with_or_without_timestamps.h include/CGAL/Hidden_point_memory_policy.h include/CGAL/Hilbert_policy_tags.h include/CGAL/Hilbert_sort_2.h @@ -864,6 +913,8 @@ include/CGAL/IO/Nef_polyhedron_iostream_3.h include/CGAL/IO/OBJ_reader.h include/CGAL/IO/OFF_reader.h include/CGAL/IO/Ostream_iterator.h +include/CGAL/IO/PLY_reader.h +include/CGAL/IO/PLY_writer.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 @@ -872,6 +923,7 @@ 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/Tee_for_output_iterator.h include/CGAL/IO/Triangulation_geomview_ostream_2.h @@ -886,12 +938,13 @@ include/CGAL/IO/Verbose_ostream.h include/CGAL/IO/Writer_OFF.h include/CGAL/IO/alpha_shape_geomview_ostream_3.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/io.h include/CGAL/IO/io_impl.h include/CGAL/IO/io_tags.h -include/CGAL/IO/output_surface_facets_to_facegraph.h include/CGAL/IO/output_surface_facets_to_polyhedron.h include/CGAL/IO/output_surface_facets_to_triangle_soup.h include/CGAL/IO/print_OFF.h @@ -948,10 +1001,12 @@ include/CGAL/Image_3_impl.h include/CGAL/Image_3_vtk_interface.h include/CGAL/Implicit_mesh_domain_3.h include/CGAL/Implicit_surface_3.h +include/CGAL/Implicit_to_labeled_subdomains_function_wrapper.h include/CGAL/Implicit_to_labeling_function_wrapper.h include/CGAL/In_place_list.h include/CGAL/Incremental_neighbor_search.h include/CGAL/Index_property_map.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 @@ -1053,78 +1108,7 @@ include/CGAL/Kernel_d/intersection_objects_d.h include/CGAL/Kernel_d/simple_objects.h include/CGAL/Kernel_profiler.h include/CGAL/Kernel_traits.h -include/CGAL/Kinetic/Active_objects_vector.h -include/CGAL/Kinetic/CORE_Expr_exact_simulation_traits.h -include/CGAL/Kinetic/Cartesian.h -include/CGAL/Kinetic/Certificate_generator.h -include/CGAL/Kinetic/Default_instantaneous_kernel.h -include/CGAL/Kinetic/Default_instantaneous_mapped_kernel.h -include/CGAL/Kinetic/Default_simulator.h -include/CGAL/Kinetic/Delaunay_triangulation_2.h -include/CGAL/Kinetic/Delaunay_triangulation_3.h -include/CGAL/Kinetic/Delaunay_triangulation_cell_base_3.h -include/CGAL/Kinetic/Delaunay_triangulation_default_traits_2.h -include/CGAL/Kinetic/Delaunay_triangulation_event_log_visitor_2.h -include/CGAL/Kinetic/Delaunay_triangulation_event_log_visitor_3.h -include/CGAL/Kinetic/Delaunay_triangulation_face_base_2.h -include/CGAL/Kinetic/Delaunay_triangulation_recent_edges_visitor_2.h -include/CGAL/Kinetic/Delaunay_triangulation_vertex_base_2.h -include/CGAL/Kinetic/Delaunay_triangulation_visitor_base_2.h -include/CGAL/Kinetic/Delaunay_triangulation_visitor_base_3.h -include/CGAL/Kinetic/Derivitive_filter_function_kernel.h -include/CGAL/Kinetic/Enclosing_box_2.h -include/CGAL/Kinetic/Enclosing_box_3.h -include/CGAL/Kinetic/Erase_event.h -include/CGAL/Kinetic/Event_base.h -include/CGAL/Kinetic/Exact_simulation_traits.h -include/CGAL/Kinetic/Free_event_base.h -include/CGAL/Kinetic/Handle_degeneracy_function_kernel.h -include/CGAL/Kinetic/Heap_pointer_event_queue.h -include/CGAL/Kinetic/Inexact_simulation_traits.h -include/CGAL/Kinetic/Insert_event.h -include/CGAL/Kinetic/Listener.h -include/CGAL/Kinetic/Multi_listener.h -include/CGAL/Kinetic/Ref_counted.h -include/CGAL/Kinetic/Regular_triangulation_3.h -include/CGAL/Kinetic/Regular_triangulation_CORE_exact_simulation_traits.h -include/CGAL/Kinetic/Regular_triangulation_cell_base_3.h -include/CGAL/Kinetic/Regular_triangulation_event_log_visitor_3.h -include/CGAL/Kinetic/Regular_triangulation_exact_simulation_traits.h -include/CGAL/Kinetic/Regular_triangulation_inexact_simulation_traits.h -include/CGAL/Kinetic/Regular_triangulation_instantaneous_kernel.h -include/CGAL/Kinetic/Regular_triangulation_vertex_base_3.h -include/CGAL/Kinetic/Regular_triangulation_visitor_base_3.h -include/CGAL/Kinetic/Simulator_objects_listener.h -include/CGAL/Kinetic/Sort.h -include/CGAL/Kinetic/Sort_event_log_visitor.h -include/CGAL/Kinetic/Sort_visitor_base.h -include/CGAL/Kinetic/Two_list_pointer_event_queue.h -include/CGAL/Kinetic/basic.h -include/CGAL/Kinetic/internal/Delaunay_triangulation_base_3.h -include/CGAL/Kinetic/internal/Instantaneous_adaptor.h -include/CGAL/Kinetic/internal/Kernel/Cartesian_kinetic_kernel_base.h -include/CGAL/Kinetic/internal/Kernel/Cartesian_moving_lifted_point_3.h -include/CGAL/Kinetic/internal/Kernel/Cartesian_moving_orthosphere_3.h -include/CGAL/Kinetic/internal/Kernel/Cartesian_moving_point_1.h -include/CGAL/Kinetic/internal/Kernel/Cartesian_moving_point_2.h -include/CGAL/Kinetic/internal/Kernel/Cartesian_moving_point_3.h -include/CGAL/Kinetic/internal/Kernel/Cartesian_moving_weighted_point_3.h -include/CGAL/Kinetic/internal/Kernel/Center.h -include/CGAL/Kinetic/internal/Kernel/Certificate.h -include/CGAL/Kinetic/internal/Kernel/Delaunay_lifted_lifting.h -include/CGAL/Kinetic/internal/Kernel/Delaunay_lifting.h -include/CGAL/Kinetic/internal/Kernel/Reverse_time.h -include/CGAL/Kinetic/internal/Kernel/cartesian_predicates_2.h -include/CGAL/Kinetic/internal/Kernel/cartesian_predicates_3.h -include/CGAL/Kinetic/internal/To_static.h -include/CGAL/Kinetic/internal/Triangulation_helper_3.h -include/CGAL/Kinetic/internal/config.h -include/CGAL/Kinetic/internal/debug_counters.h -include/CGAL/Kinetic/internal/debug_counters_impl.h -include/CGAL/Kinetic/internal/infinity_or_max.h -include/CGAL/Kinetic/internal/tds_2_helpers.h -include/CGAL/Kinetic/internal/triangulation_helpers_3.h -include/CGAL/Kinetic/listeners.h +include/CGAL/Kernel_traits_fwd.h include/CGAL/LEDA_arithmetic_kernel.h include/CGAL/LEDA_basic.h include/CGAL/Labeled_image_mesh_domain_3.h @@ -1164,6 +1148,7 @@ 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 @@ -1177,7 +1162,6 @@ include/CGAL/Mesh_2/Lloyd_move_2.h include/CGAL/Mesh_2/Mesh_global_optimizer_2.h include/CGAL/Mesh_2/Mesh_sizing_field.h include/CGAL/Mesh_2/Output_stream.h -include/CGAL/Mesh_2/README include/CGAL/Mesh_2/Refine_edges.h include/CGAL/Mesh_2/Refine_edges_visitor.h include/CGAL/Mesh_2/Refine_edges_with_clusters.h @@ -1195,8 +1179,6 @@ include/CGAL/Mesh_3/Facet_on_same_surface_criterion.h include/CGAL/Mesh_3/Has_features.h include/CGAL/Mesh_3/Image_to_labeled_function_wrapper.h include/CGAL/Mesh_3/Implicit_surface_mesher_visitor.h -include/CGAL/Mesh_3/Implicit_to_labeled_function_wrapper.h -include/CGAL/Mesh_3/Labeled_mesh_domain_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_global_optimizer.h @@ -1240,7 +1222,6 @@ include/CGAL/Mesh_3/experimental/Lipschitz_sizing_para 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/global_parameters.h include/CGAL/Mesh_3/initialize_triangulation_from_labeled_image.h include/CGAL/Mesh_3/io_signature.h include/CGAL/Mesh_3/mesh_standard_cell_criteria.h @@ -1250,9 +1231,6 @@ include/CGAL/Mesh_3/min_dihedral_angle.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 -include/CGAL/Mesh_3/properties.h -include/CGAL/Mesh_3/properties_Polyhedron_3.h -include/CGAL/Mesh_3/properties_Surface_mesh.h 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 @@ -1267,6 +1245,7 @@ include/CGAL/Mesh_constant_domain_field_3.h include/CGAL/Mesh_criteria_3.h include/CGAL/Mesh_domain_with_polyline_features_3.h include/CGAL/Mesh_edge_criteria_3.h +include/CGAL/Mesh_error_code.h include/CGAL/Mesh_facet_criteria_3.h include/CGAL/Mesh_facet_topology.h include/CGAL/Mesh_optimization_return_code.h @@ -1519,6 +1498,7 @@ include/CGAL/NewKernel_d/functor_tags.h include/CGAL/NewKernel_d/static_int.h include/CGAL/NewKernel_d/store_kernel.h 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_functions_comparison_root_of_2.h @@ -1597,15 +1577,17 @@ include/CGAL/Periodic_2_offset_2.h include/CGAL/Periodic_2_triangulation_2.h include/CGAL/Periodic_2_triangulation_dummy_12.h include/CGAL/Periodic_2_triangulation_face_base_2.h -include/CGAL/Periodic_2_triangulation_filtered_traits_2.h include/CGAL/Periodic_2_triangulation_hierarchy_2.h -include/CGAL/Periodic_2_triangulation_hierarchy_vertex_base_2.h include/CGAL/Periodic_2_triangulation_iterators_2.h -include/CGAL/Periodic_2_triangulation_statically_filtered_traits_2.h include/CGAL/Periodic_2_triangulation_traits_2.h include/CGAL/Periodic_2_triangulation_vertex_base_2.h include/CGAL/Periodic_3_Delaunay_triangulation_3.h include/CGAL/Periodic_3_Delaunay_triangulation_traits_3.h +include/CGAL/Periodic_3_function_wrapper.h +include/CGAL/Periodic_3_mesh_3/IO/File_medit.h +include/CGAL/Periodic_3_mesh_3/Protect_edges_sizing_field.h +include/CGAL/Periodic_3_mesh_3/config.h +include/CGAL/Periodic_3_mesh_triangulation_3.h include/CGAL/Periodic_3_offset_3.h include/CGAL/Periodic_3_regular_triangulation_3.h include/CGAL/Periodic_3_regular_triangulation_traits_3.h @@ -1628,7 +1610,9 @@ 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/Point_set_processing_3.h +include/CGAL/Point_set_processing_3/internal/Rich_grid.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_traits.h include/CGAL/Point_with_normal_3.h include/CGAL/Point_with_psc_localisation.h @@ -1648,18 +1632,20 @@ 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/Detect_features_in_polyhedra.h -include/CGAL/Polygon_mesh_processing/Detect_features_in_polyhedra_fwd.h include/CGAL/Polygon_mesh_processing/Weights.h include/CGAL/Polygon_mesh_processing/bbox.h include/CGAL/Polygon_mesh_processing/border.h +include/CGAL/Polygon_mesh_processing/clip.h include/CGAL/Polygon_mesh_processing/compute_normal.h include/CGAL/Polygon_mesh_processing/connected_components.h include/CGAL/Polygon_mesh_processing/corefinement.h +include/CGAL/Polygon_mesh_processing/detect_features.h 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/Corefinement/Face_graph_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 include/CGAL/Polygon_mesh_processing/internal/Corefinement/face_graph_utils.h include/CGAL/Polygon_mesh_processing/internal/Corefinement/intersect_triangle_and_segment_3.h @@ -1676,16 +1662,15 @@ include/CGAL/Polygon_mesh_processing/internal/Isotropi include/CGAL/Polygon_mesh_processing/internal/Isotropic_remeshing/remesh_impl.h include/CGAL/Polygon_mesh_processing/internal/Polygon_mesh_slicer/Axis_parallel_plane_traits.h include/CGAL/Polygon_mesh_processing/internal/Polygon_mesh_slicer/Traversal_traits.h -include/CGAL/Polygon_mesh_processing/internal/Side_of_triangle_mesh/AABB_triangle_accessor_3_primitive.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/clip.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/parameters_interface.h include/CGAL/Polygon_mesh_processing/internal/refine_impl.h +include/CGAL/Polygon_mesh_processing/internal/repair_extra.h include/CGAL/Polygon_mesh_processing/intersection.h include/CGAL/Polygon_mesh_processing/measure.h include/CGAL/Polygon_mesh_processing/orient_polygon_soup.h @@ -1697,6 +1682,7 @@ include/CGAL/Polygon_mesh_processing/remesh.h include/CGAL/Polygon_mesh_processing/repair.h include/CGAL/Polygon_mesh_processing/self_intersections.h include/CGAL/Polygon_mesh_processing/stitch_borders.h +include/CGAL/Polygon_mesh_processing/transform.h include/CGAL/Polygon_mesh_processing/triangulate_faces.h include/CGAL/Polygon_mesh_processing/triangulate_hole.h include/CGAL/Polygon_mesh_slicer.h @@ -1713,6 +1699,7 @@ include/CGAL/Polyhedral_complex_mesh_domain_3.h include/CGAL/Polyhedral_mesh_domain_3.h include/CGAL/Polyhedral_mesh_domain_with_features_3.h include/CGAL/Polyhedron_3.h +include/CGAL/Polyhedron_3_fwd.h include/CGAL/Polyhedron_3_to_lcc.h include/CGAL/Polyhedron_copy_3.h include/CGAL/Polyhedron_incremental_builder_3.h @@ -1732,136 +1719,28 @@ include/CGAL/Polyline_simplification_2/Vertex_base_2.h include/CGAL/Polyline_simplification_2/simplify.h include/CGAL/Polynomial.h include/CGAL/Polynomial/Algebraic_structure_traits.h -include/CGAL/Polynomial/CORE_Expr_root_stack.h -include/CGAL/Polynomial/CORE_kernel.h include/CGAL/Polynomial/Cached_extended_euclidean_algorithm.h include/CGAL/Polynomial/Chinese_remainder_traits.h include/CGAL/Polynomial/Coercion_traits.h include/CGAL/Polynomial/Degree.h -include/CGAL/Polynomial/Fixed_polynomial.h include/CGAL/Polynomial/Fraction_traits.h include/CGAL/Polynomial/Get_arithmetic_kernel.h include/CGAL/Polynomial/Interpolator.h -include/CGAL/Polynomial/Interval_polynomial.h -include/CGAL/Polynomial/Kernel.h include/CGAL/Polynomial/Modular_traits.h include/CGAL/Polynomial/Monomial_representation.h -include/CGAL/Polynomial/Numeric_root_stack.h -include/CGAL/Polynomial/Polynomial.h include/CGAL/Polynomial/Polynomial_type.h include/CGAL/Polynomial/Real_embeddable_traits.h -include/CGAL/Polynomial/Root_stack_default_traits.h include/CGAL/Polynomial/Scalar_factor_traits.h -include/CGAL/Polynomial/Sturm_root_stack.h -include/CGAL/Polynomial/Sturm_root_stack_traits.h -include/CGAL/Polynomial/basic.h include/CGAL/Polynomial/bezout_matrix.h include/CGAL/Polynomial/determinant.h include/CGAL/Polynomial/fwd.h include/CGAL/Polynomial/hgdelta_update.h -include/CGAL/Polynomial/internal/Alternation_counter.h -include/CGAL/Polynomial/internal/CORE_polynomial.h -include/CGAL/Polynomial/internal/Descartes_root_count.h -include/CGAL/Polynomial/internal/Double_with_infinity.h -include/CGAL/Polynomial/internal/Filtered_function.h -include/CGAL/Polynomial/internal/Filtered_kernel.h -include/CGAL/Polynomial/internal/Filtered_kernel/Filtered_Descartes_has_root.h -include/CGAL/Polynomial/internal/Filtered_kernel/Filtered_Descartes_root_counter.h -include/CGAL/Polynomial/internal/Filtered_kernel/Filtered_are_negations.h -include/CGAL/Polynomial/internal/Filtered_kernel/Filtered_root_bound_evaluator.h -include/CGAL/Polynomial/internal/Filtered_kernel/Filtered_root_multiplicity.h -include/CGAL/Polynomial/internal/Filtered_kernel/Filtered_sign_at.h -include/CGAL/Polynomial/internal/Filtered_number.h -include/CGAL/Polynomial/internal/Filtered_rational/Construct_filtered_function.h -include/CGAL/Polynomial/internal/Filtered_rational/Filtered_Descartes_has_root.h -include/CGAL/Polynomial/internal/Filtered_rational/Filtered_Descartes_root_counter.h -include/CGAL/Polynomial/internal/Filtered_rational/Filtered_Sturm_sequence.h -include/CGAL/Polynomial/internal/Filtered_rational/Filtered_are_negations.h -include/CGAL/Polynomial/internal/Filtered_rational/Filtered_rational_multiplicity.h -include/CGAL/Polynomial/internal/Filtered_rational/Filtered_rational_sign_above_rational.h -include/CGAL/Polynomial/internal/Filtered_rational/Filtered_rational_traits.h -include/CGAL/Polynomial/internal/Filtered_rational/Filtered_root_bound_evaluator.h -include/CGAL/Polynomial/internal/Filtered_rational/Filtered_sign_Sturm_sequence.h -include/CGAL/Polynomial/internal/Filtered_rational/Filtered_sign_at_rational.h -include/CGAL/Polynomial/internal/Filtered_rational/Filtered_standard_sequence.h -include/CGAL/Polynomial/internal/Fixed_polynomial_impl.h -include/CGAL/Polynomial/internal/GSL_numeric_solver.h -include/CGAL/Polynomial/internal/Isolating_interval.h -include/CGAL/Polynomial/internal/JAMA_numeric_solvers_impl.h -include/CGAL/Polynomial/internal/Kernel/Is_even_multiplicity.h -include/CGAL/Polynomial/internal/Kernel/Is_rational.h -include/CGAL/Polynomial/internal/Kernel/Isolating_interval.h -include/CGAL/Polynomial/internal/Kernel/Lower_bound_root.h -include/CGAL/Polynomial/internal/Kernel/Multiplicity.h -include/CGAL/Polynomial/internal/Kernel/Rational_between_roots.h -include/CGAL/Polynomial/internal/Kernel/Root_container.h -include/CGAL/Polynomial/internal/Kernel/Sign_above.h -include/CGAL/Polynomial/internal/Kernel/Sign_at.h -include/CGAL/Polynomial/internal/Kernel/Sign_below.h -include/CGAL/Polynomial/internal/Kernel/Sign_between_roots.h -include/CGAL/Polynomial/internal/Kernel/To_rational.h -include/CGAL/Polynomial/internal/Kernel/predicate_template.h -include/CGAL/Polynomial/internal/Polynomial_impl.h -include/CGAL/Polynomial/internal/Rational/Are_negations.h -include/CGAL/Polynomial/internal/Rational/Bezier_root_counter.h -include/CGAL/Polynomial/internal/Rational/Compare_isolated_roots_in_interval.h -include/CGAL/Polynomial/internal/Rational/Construct_function.h -include/CGAL/Polynomial/internal/Rational/Derivative.h -include/CGAL/Polynomial/internal/Rational/Descartes_has_root.h -include/CGAL/Polynomial/internal/Rational/Descartes_root_counter.h -include/CGAL/Polynomial/internal/Rational/Euclidean_Sturm_sequence.h -include/CGAL/Polynomial/internal/Rational/Evaluate_polynomial.h -include/CGAL/Polynomial/internal/Rational/Invert_variable.h -include/CGAL/Polynomial/internal/Rational/Map_rational_interval_to_positive.h -include/CGAL/Polynomial/internal/Rational/Monic_Sturm_sequence.h -include/CGAL/Polynomial/internal/Rational/Negate_variable.h -include/CGAL/Polynomial/internal/Rational/Primitive_part_Sturm_sequence.h -include/CGAL/Polynomial/internal/Rational/Pseudo_quotient.h -include/CGAL/Polynomial/internal/Rational/Pseudo_remainder.h -include/CGAL/Polynomial/internal/Rational/Quotient.h -include/CGAL/Polynomial/internal/Rational/Quotient_remainder.h -include/CGAL/Polynomial/internal/Rational/Rational_multiplicity.h -include/CGAL/Polynomial/internal/Rational/Rational_traits_base.h -include/CGAL/Polynomial/internal/Rational/Rational_translate_zero.h -include/CGAL/Polynomial/internal/Rational/Reduced_Sturm_sequence.h -include/CGAL/Polynomial/internal/Rational/Remainder.h -include/CGAL/Polynomial/internal/Rational/Root_bound_evaluator.h -include/CGAL/Polynomial/internal/Rational/Shift_power.h -include/CGAL/Polynomial/internal/Rational/Sign_Sturm_sequence.h -include/CGAL/Polynomial/internal/Rational/Sign_above_rational.h -include/CGAL/Polynomial/internal/Rational/Sign_at_rational.h -include/CGAL/Polynomial/internal/Rational/Sign_below_rational.h -include/CGAL/Polynomial/internal/Rational/Standard_sequence.h -include/CGAL/Polynomial/internal/Rational/Sturm_root_counter.h -include/CGAL/Polynomial/internal/Rational/Sturm_sequence.h -include/CGAL/Polynomial/internal/Rational/Sturm_sequence_base.h -include/CGAL/Polynomial/internal/Rational/Subresultant_Sturm_sequence.h -include/CGAL/Polynomial/internal/Root_stack_traits_base.h -include/CGAL/Polynomial/internal/Sign_variations_counter.h -include/CGAL/Polynomial/internal/Simple_interval_root.h -include/CGAL/Polynomial/internal/Statistics.h -include/CGAL/Polynomial/internal/Sturm_isolating_interval.h -include/CGAL/Polynomial/internal/Sturm_root_rep.h -include/CGAL/Polynomial/internal/Turkowski_numeric_solvers_impl.h -include/CGAL/Polynomial/internal/config.h -include/CGAL/Polynomial/internal/filtered_function_leaf_nodes.h -include/CGAL/Polynomial/internal/filtered_function_node_bases.h -include/CGAL/Polynomial/internal/filtered_function_operation_nodes.h -include/CGAL/Polynomial/internal/interval_arithmetic.h -include/CGAL/Polynomial/internal/macros.h -include/CGAL/Polynomial/internal/nt_converters.h -include/CGAL/Polynomial/internal/numeric_solvers.h -include/CGAL/Polynomial/internal/numeric_solvers_impl.h -include/CGAL/Polynomial/internal/numeric_solvers_support.h -include/CGAL/Polynomial/internal/numeric_solvers_support_impl.h -include/CGAL/Polynomial/internal/polynomial_generators.h include/CGAL/Polynomial/misc.h include/CGAL/Polynomial/modular_filter.h include/CGAL/Polynomial/modular_gcd.h include/CGAL/Polynomial/modular_gcd_utcf_algorithm_M.h include/CGAL/Polynomial/modular_gcd_utcf_dfai.h include/CGAL/Polynomial/modular_gcd_utils.h -include/CGAL/Polynomial/polynomial_converters.h include/CGAL/Polynomial/polynomial_gcd.h include/CGAL/Polynomial/polynomial_gcd_implementations.h include/CGAL/Polynomial/polynomial_gcd_ntl.h @@ -1915,6 +1794,7 @@ include/CGAL/QP_solver/debug.h include/CGAL/QP_solver/functors.h include/CGAL/Qt/AlphaShapeGraphicsItem.h include/CGAL/Qt/ApolloniusGraphGraphicsItem.h +include/CGAL/Qt/Basic_viewer_qt.h include/CGAL/Qt/CGAL_Qt_config.h include/CGAL/Qt/CircularArcGraphicsItem.h include/CGAL/Qt/ConstrainedTriangulationGraphicsItem.h @@ -1952,12 +1832,38 @@ include/CGAL/Qt/SegmentsGraphicsItem.h include/CGAL/Qt/StreamLinesGraphicsItem.h include/CGAL/Qt/TriangulationGraphicsItem.h include/CGAL/Qt/VoronoiGraphicsItem.h +include/CGAL/Qt/camera.h +include/CGAL/Qt/camera_impl.h +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/keyFrameInterpolator.h +include/CGAL/Qt/keyFrameInterpolator_impl.h +include/CGAL/Qt/manipulatedCameraFrame.h +include/CGAL/Qt/manipulatedCameraFrame_impl.h +include/CGAL/Qt/manipulatedFrame.h +include/CGAL/Qt/manipulatedFrame_impl.h +include/CGAL/Qt/mouseGrabber.h +include/CGAL/Qt/mouseGrabber_impl.h +include/CGAL/Qt/qglviewer.h +include/CGAL/Qt/qglviewer_impl.h +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 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/Quotient.h include/CGAL/Quotient_fwd.h include/CGAL/RS/Gmpfr_make_unique.h @@ -2034,6 +1940,8 @@ 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/SEP_header.h +include/CGAL/SEP_to_ImageIO.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 @@ -2132,6 +2040,11 @@ include/CGAL/Segment_Delaunay_graph_traits_2.h include/CGAL/Segment_Delaunay_graph_vertex_base_2.h include/CGAL/Segment_tree_d.h include/CGAL/Segment_tree_k.h +include/CGAL/Set_movable_separability_2/Single_mold_translational_casting/is_pullout_direction.h +include/CGAL/Set_movable_separability_2/Single_mold_translational_casting/pullout_directions.h +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 @@ -2139,9 +2052,12 @@ 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/Side_of_bounded_square_2.h include/CGAL/Side_of_oriented_square_2.h include/CGAL/Side_of_triangle_mesh.h @@ -2191,6 +2107,7 @@ include/CGAL/Sqrt_extension/Wang_traits.h include/CGAL/Sqrt_extension/convert_to_bfi.h include/CGAL/Sqrt_extension/io.h include/CGAL/Sqrt_extension_fwd.h +include/CGAL/Static_filtered_predicate.h include/CGAL/Straight_2.h include/CGAL/Straight_skeleton_2.h include/CGAL/Straight_skeleton_2/Polygon_offset_builder_2_impl.h @@ -2304,46 +2221,65 @@ include/CGAL/Surface_mesher/Verbose_flag.h include/CGAL/Surface_mesher/Vertices_on_the_same_psc_element_criterion.h include/CGAL/Surface_mesher/Vertices_on_the_same_surface_criterion.h include/CGAL/Surface_mesher_generator.h -include/CGAL/Sweep_line_2.h -include/CGAL/Sweep_line_2/Arr_basic_insertion_sl_visitor.h -include/CGAL/Sweep_line_2/Arr_basic_insertion_traits_2.h -include/CGAL/Sweep_line_2/Arr_batched_pl_sl_visitor.h -include/CGAL/Sweep_line_2/Arr_construction_event.h -include/CGAL/Sweep_line_2/Arr_construction_sl_visitor.h -include/CGAL/Sweep_line_2/Arr_construction_subcurve.h -include/CGAL/Sweep_line_2/Arr_default_overlay_traits_base.h -include/CGAL/Sweep_line_2/Arr_insertion_sl_visitor.h -include/CGAL/Sweep_line_2/Arr_insertion_traits_2.h -include/CGAL/Sweep_line_2/Arr_overlay_sl_visitor.h -include/CGAL/Sweep_line_2/Arr_overlay_subcurve.h -include/CGAL/Sweep_line_2/Arr_overlay_traits_2.h -include/CGAL/Sweep_line_2/Arr_vert_decomp_sl_visitor.h -include/CGAL/Sweep_line_2/Basic_sweep_line_2_impl.h -include/CGAL/Sweep_line_2/Sweep_line_2_debug.h -include/CGAL/Sweep_line_2/Sweep_line_2_impl.h -include/CGAL/Sweep_line_2/Sweep_line_2_utils.h -include/CGAL/Sweep_line_2/Sweep_line_2_visitors.h -include/CGAL/Sweep_line_2/Sweep_line_curve_pair.h -include/CGAL/Sweep_line_2/Sweep_line_event.h -include/CGAL/Sweep_line_2/Sweep_line_functors.h -include/CGAL/Sweep_line_2/Sweep_line_subcurve.h +include/CGAL/Surface_sweep_2.h +include/CGAL/Surface_sweep_2/Arr_basic_insertion_traits_2.h +include/CGAL/Surface_sweep_2/Arr_batched_pl_ss_visitor.h +include/CGAL/Surface_sweep_2/Arr_construction_event.h +include/CGAL/Surface_sweep_2/Arr_construction_event_base.h +include/CGAL/Surface_sweep_2/Arr_construction_ss_visitor.h +include/CGAL/Surface_sweep_2/Arr_construction_subcurve.h +include/CGAL/Surface_sweep_2/Arr_default_overlay_traits_base.h +include/CGAL/Surface_sweep_2/Arr_insertion_ss_visitor.h +include/CGAL/Surface_sweep_2/Arr_insertion_traits_2.h +include/CGAL/Surface_sweep_2/Arr_no_intersection_insertion_ss_visitor.h +include/CGAL/Surface_sweep_2/Arr_overlay_event.h +include/CGAL/Surface_sweep_2/Arr_overlay_ss_visitor.h +include/CGAL/Surface_sweep_2/Arr_overlay_subcurve.h +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 +include/CGAL/Surface_sweep_2/Default_visitor.h +include/CGAL/Surface_sweep_2/Default_visitor_base.h +include/CGAL/Surface_sweep_2/Do_interior_intersect_visitor.h +include/CGAL/Surface_sweep_2/Event_comparer.h +include/CGAL/Surface_sweep_2/Intersection_points_visitor.h +include/CGAL/Surface_sweep_2/No_intersection_surface_sweep_2_impl.h +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/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/Sweep_line_empty_visitor.h include/CGAL/TDS_full_cell_default_storage_policy.h include/CGAL/TDS_full_cell_mirror_storage_policy.h include/CGAL/Tetrahedron_3.h +include/CGAL/Three/Buffer_objects.h +include/CGAL/Three/Edge_container.h +include/CGAL/Three/Point_container.h include/CGAL/Three/Polyhedron_demo_io_plugin_interface.h include/CGAL/Three/Polyhedron_demo_plugin_helper.h include/CGAL/Three/Polyhedron_demo_plugin_interface.h +include/CGAL/Three/Primitive_container.h include/CGAL/Three/Scene_draw_interface.h include/CGAL/Three/Scene_group_item.h include/CGAL/Three/Scene_interface.h include/CGAL/Three/Scene_item.h include/CGAL/Three/Scene_item_config.h +include/CGAL/Three/Scene_item_rendering_helper.h include/CGAL/Three/Scene_item_with_properties.h include/CGAL/Three/Scene_print_item_interface.h +include/CGAL/Three/Scene_transparent_interface.h include/CGAL/Three/Scene_zoomable_item_interface.h include/CGAL/Three/TextRenderer.h +include/CGAL/Three/Three.h +include/CGAL/Three/Triangle_container.h include/CGAL/Three/Viewer_config.h include/CGAL/Three/Viewer_interface.h include/CGAL/Three/exceptions.h @@ -2351,11 +2287,7 @@ include/CGAL/Threetuple.h include/CGAL/Time_stamper.h include/CGAL/Timer.h include/CGAL/Timer_impl.h -include/CGAL/Tools/Label.h -include/CGAL/Tools/Log.h -include/CGAL/Tools/Log_impl.h include/CGAL/Tools/chained_map.h -include/CGAL/Tools/utility_macros.h include/CGAL/Transform_iterator.h include/CGAL/Tree_assertions.h include/CGAL/Tree_base.h @@ -2392,7 +2324,6 @@ include/CGAL/Triangulation_2_traits_3.h include/CGAL/Triangulation_3.h include/CGAL/Triangulation_3_to_lcc.h include/CGAL/Triangulation_cell_base_3.h -include/CGAL/Triangulation_cell_base_with_circumcenter_3.h include/CGAL/Triangulation_cell_base_with_info_3.h include/CGAL/Triangulation_conformer_2.h include/CGAL/Triangulation_data_structure.h @@ -2516,14 +2447,18 @@ include/CGAL/basic_constructions_2.h include/CGAL/basic_constructions_3.h include/CGAL/bbox_intersection_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/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/METIS/partition_dual_graph.h +include/CGAL/boost/graph/METIS/partition_graph.h include/CGAL/boost/graph/Seam_mesh.h include/CGAL/boost/graph/backward_compatibility_functions.h include/CGAL/boost/graph/boost_parameters_interface.h -include/CGAL/boost/graph/cgal_bgl_graph_io.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 @@ -2536,7 +2471,9 @@ include/CGAL/boost/graph/graph_traits_Constrained_tria include/CGAL/boost/graph/graph_traits_Delaunay_triangulation_2.h include/CGAL/boost/graph/graph_traits_Dual_Arrangement_2.h include/CGAL/boost/graph/graph_traits_HalfedgeDS.h +include/CGAL/boost/graph/graph_traits_HalfedgeDS_default.h include/CGAL/boost/graph/graph_traits_Linear_cell_complex_for_combinatorial_map.h +include/CGAL/boost/graph/graph_traits_OpenMesh.h include/CGAL/boost/graph/graph_traits_PolyMesh_ArrayKernelT.h include/CGAL/boost/graph/graph_traits_Polyhedron_3.h include/CGAL/boost/graph/graph_traits_Regular_triangulation_2.h @@ -2557,13 +2494,20 @@ include/CGAL/boost/graph/internal/helpers.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/named_params_helper.h include/CGAL/boost/graph/parameters_interface.h +include/CGAL/boost/graph/partition.h include/CGAL/boost/graph/properties.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_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/property_maps.h include/CGAL/boost/graph/selection.h @@ -2571,6 +2515,7 @@ 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/bounding_box.h include/CGAL/box_intersection_d.h include/CGAL/cartesian_homogeneous_conversion.h @@ -2620,10 +2565,17 @@ include/CGAL/create_straight_skeleton_from_polygon_wit include/CGAL/demangle.h include/CGAL/determinant.h include/CGAL/determinant_of_vectors.h +include/CGAL/disable_warnings.h include/CGAL/distance_predicates_2.h include/CGAL/distance_predicates_3.h include/CGAL/double.h +include/CGAL/draw_linear_cell_complex.h +include/CGAL/draw_polyhedron.h +include/CGAL/draw_surface_mesh.h +include/CGAL/draw_triangulation_2.h +include/CGAL/draw_triangulation_3.h include/CGAL/edge_aware_upsample_point_set.h +include/CGAL/enable_warnings.h include/CGAL/enum.h include/CGAL/envelope_2.h include/CGAL/envelope_3.h @@ -2639,7 +2591,9 @@ include/CGAL/extract_mean_curvature_flow_skeleton.h include/CGAL/extremal_polygon_2.h include/CGAL/exude_mesh_3.h include/CGAL/float.h +include/CGAL/function.h include/CGAL/function_objects.h +include/CGAL/functional.h include/CGAL/functions_on_enums.h include/CGAL/functions_on_signs.h include/CGAL/generators.h @@ -2657,7 +2611,10 @@ include/CGAL/gmpxx_coercion_traits.h include/CGAL/gnuplot_output_2.h include/CGAL/grabbers.h include/CGAL/graph_traits_Arrangement_2.h -include/CGAL/graph_traits_Dual_Arrangement_2.h +include/CGAL/graph_traits_dual_arrangement_2.h +include/CGAL/graph_traits_dual_arrangement_on_surface_2.h +include/CGAL/graph_traits_dual_arrangement_on_surface_with_history_2.h +include/CGAL/graph_traits_dual_arrangement_with_history_2.h include/CGAL/grid_simplify_point_set.h include/CGAL/halfedgeDS_cut_component.h include/CGAL/halfedgeds_connected_components.h @@ -2692,14 +2649,16 @@ include/CGAL/internal/Combinatorial_map_utility_novari include/CGAL/internal/Delaunay_triangulation_hierarchy_3.h include/CGAL/internal/Dummy_tds_3.h include/CGAL/internal/Exact_type_selector.h -include/CGAL/internal/Functor_with_offset_points_adaptor.h -include/CGAL/internal/Functor_with_offset_weighted_points_adaptor.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/Intersections_3/Bbox_3_Bbox_3_do_intersect.h include/CGAL/internal/Intersections_3/Bbox_3_Line_3_do_intersect.h @@ -2719,6 +2678,14 @@ 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 @@ -2734,7 +2701,7 @@ include/CGAL/internal/Periodic_3_triangulation_iterato include/CGAL/internal/Periodic_3_triangulation_remove_traits_3.h include/CGAL/internal/Periodic_3_triangulation_statically_filtered_traits_3.h include/CGAL/internal/Projection_traits_3.h -include/CGAL/internal/Rich_grid.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 @@ -2744,6 +2711,7 @@ 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 @@ -2785,14 +2753,13 @@ include/CGAL/internal/Triangulation_2_filtered_project 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/Voronoi_covariance_3/voronoi_covariance_3.h -include/CGAL/internal/Voronoi_covariance_3/voronoi_covariance_sphere_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/corefinement/Combinatorial_map_for_corefinement.h include/CGAL/internal/corefinement/Combinatorial_map_output_builder.h @@ -2805,6 +2772,8 @@ include/CGAL/internal/corefinement/intersection_triang include/CGAL/internal/corefinement/predicates.h include/CGAL/internal/corefinement/utils.h 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 @@ -2850,6 +2819,7 @@ include/CGAL/license/Bounding_volumes.h include/CGAL/license/Box_intersection_d.h include/CGAL/license/Circular_kernel_2.h include/CGAL/license/Circular_kernel_3.h +include/CGAL/license/Classification.h include/CGAL/license/Cone_spanners_2.h include/CGAL/license/Convex_decomposition_3.h include/CGAL/license/Convex_hull_2.h @@ -2873,6 +2843,7 @@ include/CGAL/license/Nef_S2.h include/CGAL/license/Optimal_transportation_reconstruction_2.h include/CGAL/license/Partition_2.h include/CGAL/license/Periodic_2_triangulation_2.h +include/CGAL/license/Periodic_3_mesh_3.h include/CGAL/license/Periodic_3_triangulation_3.h include/CGAL/license/Point_set_2.h include/CGAL/license/Point_set_3.h @@ -2884,6 +2855,7 @@ include/CGAL/license/Polygon_mesh_processing/Compute_n 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/measure.h include/CGAL/license/Polygon_mesh_processing/meshing_hole_filling.h @@ -2901,6 +2873,7 @@ 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/Skin_surface_3.h include/CGAL/license/Snap_rounding_2.h include/CGAL/license/Spatial_searching.h @@ -2914,7 +2887,7 @@ 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_mesher.h -include/CGAL/license/Sweep_line_2.h +include/CGAL/license/Surface_sweep_2.h include/CGAL/license/TDS_2.h include/CGAL/license/TDS_3.h include/CGAL/license/Three.h @@ -2944,6 +2917,7 @@ include/CGAL/lloyd_optimize_mesh_3.h include/CGAL/long_double.h include/CGAL/long_long.h include/CGAL/make_mesh_3.h +include/CGAL/make_periodic_3_mesh_3.h include/CGAL/make_piecewise_smooth_surface_mesh.h include/CGAL/make_skin_surface_mesh_3.h include/CGAL/make_surface_mesh.h @@ -2978,6 +2952,7 @@ include/CGAL/number_utils_classes.h include/CGAL/odt_optimize_mesh_3.h *** DIFF OUTPUT TRUNCATED AT 1000 LINES ***