mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
math/cgal: update to 6.1.1.
see https://github.com/CGAL/cgal/releases/tag/v6.0 and https://github.com/CGAL/cgal/releases/tag/v6.1 for the major changes in those new branches tested by jtt@ with openscad & prusaslicer (thanks !), geo/sfcgal is happy with it.
This commit is contained in:
+1
-2
@@ -1,9 +1,8 @@
|
||||
COMMENT = Computational Geometry Algorithms Library
|
||||
|
||||
V = 5.6.2
|
||||
V = 6.1.1
|
||||
DISTNAME = CGAL-${V}
|
||||
PKGNAME = ${DISTNAME:L}
|
||||
REVISION = 1
|
||||
|
||||
CATEGORIES = math
|
||||
|
||||
|
||||
+2
-2
@@ -1,2 +1,2 @@
|
||||
SHA256 (CGAL-5.6.2.tar.xz) = RY9g346PHy/a2TyPJOGqj0sJXMYaFPrIG5BoDXMGpC4=
|
||||
SIZE (CGAL-5.6.2.tar.xz) = 24489156
|
||||
SHA256 (CGAL-6.1.1.tar.xz) = UlBpNfcOJH7Sd348ZfIOhveSCMKi0OGArnR12vEclu8=
|
||||
SIZE (CGAL-6.1.1.tar.xz) = 26305296
|
||||
|
||||
@@ -1,14 +0,0 @@
|
||||
Fixes build of sfcgal with boost 1.88
|
||||
https://github.com/CGAL/cgal/commit/138b06ca1188c9aaa734801cdda7f7a6cac54602
|
||||
|
||||
Index: include/CGAL/number_utils.h
|
||||
--- include/CGAL/number_utils.h.orig
|
||||
+++ include/CGAL/number_utils.h
|
||||
@@ -21,6 +21,7 @@
|
||||
#include <CGAL/Algebraic_structure_traits.h>
|
||||
#include <CGAL/Real_embeddable_traits.h>
|
||||
#include <CGAL/Kernel/Same_uncertainty.h>
|
||||
+#include <boost/mpl/if.hpp>
|
||||
|
||||
namespace CGAL {
|
||||
CGAL_NTS_BEGIN_NAMESPACE
|
||||
+191
-66
@@ -1,15 +1,18 @@
|
||||
bin/cgal_create_CMakeLists
|
||||
bin/cgal_create_cmake_script
|
||||
bin/cgal_make_macosx_app
|
||||
include/CGAL/
|
||||
include/CGAL/AABB_face_graph_triangle_primitive.h
|
||||
include/CGAL/AABB_halfedge_graph_segment_primitive.h
|
||||
include/CGAL/AABB_indexed_triangle_primitive_2.h
|
||||
include/CGAL/AABB_polyhedral_oracle.h
|
||||
include/CGAL/AABB_polyhedron_segment_primitive.h
|
||||
include/CGAL/AABB_polyhedron_triangle_primitive.h
|
||||
include/CGAL/AABB_polyline_segment_primitive_2.h
|
||||
include/CGAL/AABB_primitive.h
|
||||
include/CGAL/AABB_segment_primitive.h
|
||||
include/CGAL/AABB_segment_primitive_2.h
|
||||
include/CGAL/AABB_segment_primitive_3.h
|
||||
include/CGAL/AABB_traits.h
|
||||
include/CGAL/AABB_traits_2.h
|
||||
include/CGAL/AABB_traits_3.h
|
||||
include/CGAL/AABB_tree/
|
||||
include/CGAL/AABB_tree.h
|
||||
include/CGAL/AABB_tree/internal/
|
||||
@@ -17,14 +20,19 @@ 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_traits_base.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/Remove_optional.h
|
||||
include/CGAL/AABB_tree/internal/triangle_datum_covering.h
|
||||
include/CGAL/AABB_triangle_primitive.h
|
||||
include/CGAL/AABB_triangle_primitive_2.h
|
||||
include/CGAL/AABB_triangle_primitive_3.h
|
||||
include/CGAL/AABB_triangulation_3_cell_primitive.h
|
||||
include/CGAL/AABB_triangulation_3_triangle_primitive.h
|
||||
include/CGAL/Adaptive_remeshing_sizing_field.h
|
||||
include/CGAL/Advancing_front_surface_reconstruction/
|
||||
include/CGAL/Advancing_front_surface_reconstruction.h
|
||||
include/CGAL/Advancing_front_surface_reconstruction/internal/
|
||||
@@ -91,8 +99,6 @@ include/CGAL/Algebraic_kernel_for_spheres/internal_functions_on_roots_and_polyno
|
||||
include/CGAL/Algebraic_kernel_for_spheres/internal_functions_on_roots_and_polynomials_1_3.h
|
||||
include/CGAL/Algebraic_kernel_for_spheres/internal_functions_on_roots_and_polynomials_2_3.h
|
||||
include/CGAL/Algebraic_kernel_for_spheres_2_3.h
|
||||
include/CGAL/Algebraic_kernel_rs_gmpq_d_1.h
|
||||
include/CGAL/Algebraic_kernel_rs_gmpz_d_1.h
|
||||
include/CGAL/Algebraic_structure_traits.h
|
||||
include/CGAL/Alpha_shape_2.h
|
||||
include/CGAL/Alpha_shape_3.h
|
||||
@@ -111,6 +117,8 @@ include/CGAL/Alpha_wrap_3/
|
||||
include/CGAL/Alpha_wrap_3/internal/
|
||||
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/Alpha_wrap_triangulation_cell_base_3.h
|
||||
include/CGAL/Alpha_wrap_3/internal/Alpha_wrap_triangulation_vertex_base_3.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
|
||||
@@ -121,6 +129,8 @@ 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/Alpha_wrap_3/internal/validation.h
|
||||
include/CGAL/Aos_observer.h
|
||||
include/CGAL/Apollonius_graph_2/
|
||||
include/CGAL/Apollonius_graph_2.h
|
||||
include/CGAL/Apollonius_graph_2/Apollonius_graph_2_impl.h
|
||||
@@ -189,6 +199,7 @@ include/CGAL/Arr_conic_traits_2.h
|
||||
include/CGAL/Arr_consolidated_curve_data_traits_2.h
|
||||
include/CGAL/Arr_counting_traits_2.h
|
||||
include/CGAL/Arr_curve_data_traits_2.h
|
||||
include/CGAL/Arr_dcel.h
|
||||
include/CGAL/Arr_dcel_base.h
|
||||
include/CGAL/Arr_default_dcel.h
|
||||
include/CGAL/Arr_default_overlay_traits.h
|
||||
@@ -221,6 +232,7 @@ include/CGAL/Arr_geometry_traits/Polyline_2.h
|
||||
include/CGAL/Arr_geometry_traits/Rational_arc_2.h
|
||||
include/CGAL/Arr_geometry_traits/Segment_assertions.h
|
||||
include/CGAL/Arr_geometry_traits/de_Casteljau_2.h
|
||||
include/CGAL/Arr_has.h
|
||||
include/CGAL/Arr_landmarks_point_location.h
|
||||
include/CGAL/Arr_line_arc_traits_2.h
|
||||
include/CGAL/Arr_linear_traits_2.h
|
||||
@@ -361,10 +373,11 @@ include/CGAL/Barycentric_coordinates_2/internal/
|
||||
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/Basic_viewer.h
|
||||
include/CGAL/Bbox_2.h
|
||||
include/CGAL/Bbox_3.h
|
||||
include/CGAL/Bbox_d.h
|
||||
include/CGAL/Bigfloat_interval_traits.h
|
||||
include/CGAL/Boolean_set_operations_2/
|
||||
include/CGAL/Boolean_set_operations_2.h
|
||||
@@ -435,13 +448,10 @@ include/CGAL/CORE/CoreAux.h
|
||||
include/CGAL/CORE/CoreAux_impl.h
|
||||
include/CGAL/CORE/CoreDefs.h
|
||||
include/CGAL/CORE/CoreDefs_impl.h
|
||||
include/CGAL/CORE/CoreIO_impl.h
|
||||
include/CGAL/CORE/Expr.h
|
||||
include/CGAL/CORE/ExprRep.h
|
||||
include/CGAL/CORE/Expr_impl.h
|
||||
include/CGAL/CORE/Filter.h
|
||||
include/CGAL/CORE/Gmp.h
|
||||
include/CGAL/CORE/Gmp_impl.h
|
||||
include/CGAL/CORE/Impl.h
|
||||
include/CGAL/CORE/MemoryPool.h
|
||||
include/CGAL/CORE/Promote.h
|
||||
@@ -515,7 +525,6 @@ include/CGAL/Cartesian/function_objects.h
|
||||
include/CGAL/Cartesian/line_constructions_2.h
|
||||
include/CGAL/Cartesian/plane_constructions_3.h
|
||||
include/CGAL/Cartesian/point_constructions_2.h
|
||||
include/CGAL/Cartesian/point_constructions_3.h
|
||||
include/CGAL/Cartesian/predicates_on_directions_2.h
|
||||
include/CGAL/Cartesian/predicates_on_planes_3.h
|
||||
include/CGAL/Cartesian/predicates_on_points_2.h
|
||||
@@ -653,10 +662,12 @@ 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/Compact_simplicial_mesh_cell_base_3.h
|
||||
include/CGAL/Compare_handles_with_or_without_timestamps.h
|
||||
include/CGAL/Complex_2_in_triangulation_3.h
|
||||
include/CGAL/Complex_2_in_triangulation_cell_base_3.h
|
||||
include/CGAL/Complex_2_in_triangulation_vertex_base_3.h
|
||||
include/CGAL/Complex_number.h
|
||||
include/CGAL/Complexity_tags.h
|
||||
include/CGAL/Compute_anchor_3.h
|
||||
include/CGAL/Compute_cone_boundaries_2.h
|
||||
@@ -667,10 +678,24 @@ include/CGAL/Cone_spanners_2/Less_by_direction_2.h
|
||||
include/CGAL/Cone_spanners_2/Plane_scan_tree.h
|
||||
include/CGAL/Cone_spanners_2/Plane_scan_tree_impl.h
|
||||
include/CGAL/Cone_spanners_enum_2.h
|
||||
include/CGAL/Conforming_Delaunay_triangulation_3.h
|
||||
include/CGAL/Conforming_constrained_Delaunay_triangulation_3.h
|
||||
include/CGAL/Conforming_constrained_Delaunay_triangulation_3_fwd.h
|
||||
include/CGAL/Conforming_constrained_Delaunay_triangulation_cell_base_3.h
|
||||
include/CGAL/Conforming_constrained_Delaunay_triangulation_cell_data_3.h
|
||||
include/CGAL/Conforming_constrained_Delaunay_triangulation_vertex_base_3.h
|
||||
include/CGAL/Conforming_constrained_Delaunay_triangulation_vertex_data_3.h
|
||||
include/CGAL/Conic_2.h
|
||||
include/CGAL/Constrained_Delaunay_triangulation_2.h
|
||||
include/CGAL/Constrained_Delaunay_triangulation_face_base_2.h
|
||||
include/CGAL/Constrained_triangulation_2.h
|
||||
include/CGAL/Constrained_triangulation_3/
|
||||
include/CGAL/Constrained_triangulation_3/internal/
|
||||
include/CGAL/Constrained_triangulation_3/internal/cdt_debug_io.h
|
||||
include/CGAL/Constrained_triangulation_3/internal/config.h
|
||||
include/CGAL/Constrained_triangulation_3/internal/ostream_redirect_guard.h
|
||||
include/CGAL/Constrained_triangulation_3/internal/read_polygon_mesh_for_cdt_3.h
|
||||
include/CGAL/Constrained_triangulation_3_types.h
|
||||
include/CGAL/Constrained_triangulation_face_base_2.h
|
||||
include/CGAL/Constrained_triangulation_plus_2.h
|
||||
include/CGAL/Constrained_voronoi_diagram_2.h
|
||||
@@ -820,6 +845,7 @@ include/CGAL/Double_map.h
|
||||
include/CGAL/Dummy_tds_2.h
|
||||
include/CGAL/Dynamic_matrix.h
|
||||
include/CGAL/Dynamic_property_map.h
|
||||
include/CGAL/EPIC_predicate_if_convertible.h
|
||||
include/CGAL/Eigen_diagonalize_traits.h
|
||||
include/CGAL/Eigen_matrix.h
|
||||
include/CGAL/Eigen_solver_traits.h
|
||||
@@ -906,6 +932,7 @@ 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_circle_2.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
|
||||
@@ -922,6 +949,25 @@ include/CGAL/Fixed_alpha_shape_vertex_base_3.h
|
||||
include/CGAL/Flattening_iterator.h
|
||||
include/CGAL/Fourtuple.h
|
||||
include/CGAL/Fraction_traits.h
|
||||
include/CGAL/Frechet_distance/
|
||||
include/CGAL/Frechet_distance.h
|
||||
include/CGAL/Frechet_distance/Neighbor_search.h
|
||||
include/CGAL/Frechet_distance/internal/
|
||||
include/CGAL/Frechet_distance/internal/Certificate.h
|
||||
include/CGAL/Frechet_distance/internal/Curve.h
|
||||
include/CGAL/Frechet_distance/internal/Filter.h
|
||||
include/CGAL/Frechet_distance/internal/Frechet_classical.h
|
||||
include/CGAL/Frechet_distance/internal/Frechet_distance.h
|
||||
include/CGAL/Frechet_distance/internal/Frechet_distance_traits.h
|
||||
include/CGAL/Frechet_distance/internal/Frechet_light.h
|
||||
include/CGAL/Frechet_distance/internal/Frechet_light_types.h
|
||||
include/CGAL/Frechet_distance/internal/Id.h
|
||||
include/CGAL/Frechet_distance/internal/Neighbor_search.h
|
||||
include/CGAL/Frechet_distance/internal/geometry_basics.h
|
||||
include/CGAL/Frechet_distance/internal/high_level_predicates.h
|
||||
include/CGAL/Frechet_distance_traits_2.h
|
||||
include/CGAL/Frechet_distance_traits_3.h
|
||||
include/CGAL/Frechet_distance_traits_d.h
|
||||
include/CGAL/Fuzzy_iso_box.h
|
||||
include/CGAL/Fuzzy_sphere.h
|
||||
include/CGAL/GLPK_mixed_integer_program_traits.h
|
||||
@@ -972,7 +1018,8 @@ include/CGAL/Gmpzf.h
|
||||
include/CGAL/Gps_circle_segment_traits_2.h
|
||||
include/CGAL/Gps_segment_traits_2.h
|
||||
include/CGAL/Gps_traits_2.h
|
||||
include/CGAL/Gray_image_mesh_domain_3.h
|
||||
include/CGAL/Graphics_scene.h
|
||||
include/CGAL/Graphics_scene_options.h
|
||||
include/CGAL/Gray_level_image_3.h
|
||||
include/CGAL/HalfedgeDS_const_decorator.h
|
||||
include/CGAL/HalfedgeDS_decorator.h
|
||||
@@ -1061,7 +1108,11 @@ include/CGAL/Hyperbola_segment_2.h
|
||||
include/CGAL/Hyperbolic_Delaunay_triangulation_2.h
|
||||
include/CGAL/Hyperbolic_Delaunay_triangulation_CK_traits_2.h
|
||||
include/CGAL/Hyperbolic_Delaunay_triangulation_traits_2.h
|
||||
include/CGAL/Hyperbolic_fundamental_domain_2.h
|
||||
include/CGAL/Hyperbolic_fundamental_domain_factory_2.h
|
||||
include/CGAL/Hyperbolic_isometry_2.h
|
||||
include/CGAL/Hyperbolic_octagon_translation.h
|
||||
include/CGAL/Hyperbolic_surface_traits_2.h
|
||||
include/CGAL/Hyperbolic_triangulation_2/
|
||||
include/CGAL/Hyperbolic_triangulation_2/internal/
|
||||
include/CGAL/Hyperbolic_triangulation_2/internal/Exact_complex.h
|
||||
@@ -1169,6 +1220,7 @@ 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_mesh_io.h
|
||||
include/CGAL/IO/polygon_soup_io.h
|
||||
include/CGAL/IO/print_OFF.h
|
||||
include/CGAL/IO/read_las_points.h
|
||||
@@ -1179,6 +1231,7 @@ include/CGAL/IO/read_vtk_image_data.h
|
||||
include/CGAL/IO/read_xyz_points.h
|
||||
include/CGAL/IO/scan_OFF.h
|
||||
include/CGAL/IO/trace.h
|
||||
include/CGAL/IO/write_MEDIT.h
|
||||
include/CGAL/IO/write_VTU.h
|
||||
include/CGAL/IO/write_las_points.h
|
||||
include/CGAL/IO/write_off_points.h
|
||||
@@ -1224,7 +1277,6 @@ include/CGAL/ImageIO_impl.h
|
||||
include/CGAL/Image_3.h
|
||||
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
|
||||
@@ -1450,15 +1502,56 @@ include/CGAL/Interval_skip_list.h
|
||||
include/CGAL/Interval_skip_list_interval.h
|
||||
include/CGAL/Interval_traits.h
|
||||
include/CGAL/Inverse_index.h
|
||||
include/CGAL/Is_a_predicate.h
|
||||
include/CGAL/Is_extended_kernel.h
|
||||
include/CGAL/Iso_cuboid_3.h
|
||||
include/CGAL/Iso_rectangle_2.h
|
||||
include/CGAL/Iso_rectangle_d.h
|
||||
include/CGAL/Isosurfacing_3/
|
||||
include/CGAL/Isosurfacing_3/Cartesian_grid_3.h
|
||||
include/CGAL/Isosurfacing_3/Dual_contouring_domain_3.h
|
||||
include/CGAL/Isosurfacing_3/Finite_difference_gradient_3.h
|
||||
include/CGAL/Isosurfacing_3/Gradient_function_3.h
|
||||
include/CGAL/Isosurfacing_3/IO/
|
||||
include/CGAL/Isosurfacing_3/IO/Image_3.h
|
||||
include/CGAL/Isosurfacing_3/IO/OBJ.h
|
||||
include/CGAL/Isosurfacing_3/Interpolated_discrete_gradients_3.h
|
||||
include/CGAL/Isosurfacing_3/Interpolated_discrete_values_3.h
|
||||
include/CGAL/Isosurfacing_3/Marching_cubes_domain_3.h
|
||||
include/CGAL/Isosurfacing_3/Octree_partition.h
|
||||
include/CGAL/Isosurfacing_3/Value_function_3.h
|
||||
include/CGAL/Isosurfacing_3/dual_contouring_3.h
|
||||
include/CGAL/Isosurfacing_3/edge_intersection_oracles_3.h
|
||||
include/CGAL/Isosurfacing_3/internal/
|
||||
include/CGAL/Isosurfacing_3/internal/Cell_type.h
|
||||
include/CGAL/Isosurfacing_3/internal/Isosurfacing_domain_3.h
|
||||
include/CGAL/Isosurfacing_3/internal/Octree_domain_3.h
|
||||
include/CGAL/Isosurfacing_3/internal/dual_contouring_functors.h
|
||||
include/CGAL/Isosurfacing_3/internal/implicit_shapes_helper.h
|
||||
include/CGAL/Isosurfacing_3/internal/marching_cubes_functors.h
|
||||
include/CGAL/Isosurfacing_3/internal/partition_traits.h
|
||||
include/CGAL/Isosurfacing_3/internal/partition_traits_Cartesian_grid.h
|
||||
include/CGAL/Isosurfacing_3/internal/partition_traits_Octree.h
|
||||
include/CGAL/Isosurfacing_3/internal/tables.h
|
||||
include/CGAL/Isosurfacing_3/internal/topologically_correct_marching_cubes_functors.h
|
||||
include/CGAL/Isosurfacing_3/interpolation_schemes_3.h
|
||||
include/CGAL/Isosurfacing_3/marching_cubes_3.h
|
||||
include/CGAL/Iterator_project.h
|
||||
include/CGAL/Iterator_range.h
|
||||
include/CGAL/Iterator_transform.h
|
||||
include/CGAL/Join_input_iterator.h
|
||||
include/CGAL/KSP/
|
||||
include/CGAL/KSP/debug.h
|
||||
include/CGAL/KSP/parameters.h
|
||||
include/CGAL/KSP/utils.h
|
||||
include/CGAL/KSP_3/
|
||||
include/CGAL/KSP_3/Data_structure.h
|
||||
include/CGAL/KSP_3/Finalizer.h
|
||||
include/CGAL/KSP_3/Initializer.h
|
||||
include/CGAL/KSP_3/Intersection_graph.h
|
||||
include/CGAL/KSP_3/Propagation.h
|
||||
include/CGAL/KSP_3/Support_plane.h
|
||||
include/CGAL/KSR_3/
|
||||
include/CGAL/KSR_3/Graphcut.h
|
||||
include/CGAL/K_neighbor_search.h
|
||||
include/CGAL/Kd_tree.h
|
||||
include/CGAL/Kd_tree_node.h
|
||||
@@ -1542,9 +1635,10 @@ include/CGAL/Kernel_d/simple_objects.h
|
||||
include/CGAL/Kernel_profiler.h
|
||||
include/CGAL/Kernel_traits.h
|
||||
include/CGAL/Kernel_traits_fwd.h
|
||||
include/CGAL/Kinetic_space_partition_3.h
|
||||
include/CGAL/Kinetic_surface_reconstruction_3.h
|
||||
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/Largest_empty_iso_rectangle_2.h
|
||||
include/CGAL/Lazy.h
|
||||
@@ -1597,6 +1691,8 @@ include/CGAL/Mesh_3/
|
||||
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/Construct_initial_points_gray_image.h
|
||||
include/CGAL/Mesh_3/Construct_initial_points_labeled_image.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
|
||||
@@ -1660,8 +1756,6 @@ 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/
|
||||
include/CGAL/Mesh_3/internal/Graph_manipulations.h
|
||||
include/CGAL/Mesh_3/internal/check_weights.h
|
||||
@@ -1783,9 +1877,11 @@ include/CGAL/Modular_traits.h
|
||||
include/CGAL/Monge_via_jet_fitting.h
|
||||
include/CGAL/Mpzf.h
|
||||
include/CGAL/Multi_surface_3.h
|
||||
include/CGAL/Multipolygon_with_holes_2.h
|
||||
include/CGAL/Multiscale_sort.h
|
||||
include/CGAL/Multiset.h
|
||||
include/CGAL/NT_converter.h
|
||||
include/CGAL/NT_wrapper.h
|
||||
include/CGAL/N_step_adaptor.h
|
||||
include/CGAL/N_step_adaptor_derived.h
|
||||
include/CGAL/Named_function_parameters.h
|
||||
@@ -1980,14 +2076,6 @@ include/CGAL/Octree.h
|
||||
include/CGAL/OpenGR/
|
||||
include/CGAL/OpenGR/compute_registration_transformation.h
|
||||
include/CGAL/OpenGR/register_point_sets.h
|
||||
include/CGAL/OpenNL/
|
||||
include/CGAL/OpenNL/bicgstab.h
|
||||
include/CGAL/OpenNL/blas.h
|
||||
include/CGAL/OpenNL/conjugate_gradient.h
|
||||
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/
|
||||
include/CGAL/Optimal_bounding_box/Oriented_bounding_box_traits_3.h
|
||||
include/CGAL/Optimal_bounding_box/internal/
|
||||
@@ -2023,13 +2111,14 @@ include/CGAL/Orthtree/
|
||||
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/Orthtree_traits.h
|
||||
include/CGAL/Orthtree_traits_base.h
|
||||
include/CGAL/Orthtree_traits_face_graph.h
|
||||
include/CGAL/Orthtree_traits_point.h
|
||||
include/CGAL/Orthtree_traits_polygons.h
|
||||
include/CGAL/PCA_util.h
|
||||
include/CGAL/PCA_util_Eigen.h
|
||||
include/CGAL/Parabola_2.h
|
||||
@@ -2169,7 +2258,12 @@ include/CGAL/Point_with_surface_index.h
|
||||
include/CGAL/Point_with_surface_index_geom_traits.h
|
||||
include/CGAL/Poisson_implicit_surface_3.h
|
||||
include/CGAL/Poisson_mesh_cell_criteria_3.h
|
||||
include/CGAL/Poisson_mesh_domain_3.h
|
||||
include/CGAL/Poisson_reconstruction_function.h
|
||||
include/CGAL/Poisson_surface_reconstruction_3/
|
||||
include/CGAL/Poisson_surface_reconstruction_3/internal/
|
||||
include/CGAL/Poisson_surface_reconstruction_3/internal/Poisson_mesh_traits_generator_3.h
|
||||
include/CGAL/Poisson_surface_reconstruction_3/internal/Poisson_sphere_oracle_3.h
|
||||
include/CGAL/Polychain_2.h
|
||||
include/CGAL/Polygon_2/
|
||||
include/CGAL/Polygon_2.h
|
||||
@@ -2182,16 +2276,21 @@ include/CGAL/Polygon_2/Polygon_2_vertex_circulator.h
|
||||
include/CGAL/Polygon_2_algorithms.h
|
||||
include/CGAL/Polygon_convex_decomposition_2.h
|
||||
include/CGAL/Polygon_mesh_processing/
|
||||
include/CGAL/Polygon_mesh_processing/Adaptive_sizing_field.h
|
||||
include/CGAL/Polygon_mesh_processing/IO/
|
||||
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/Uniform_sizing_field.h
|
||||
include/CGAL/Polygon_mesh_processing/angle_and_area_smoothing.h
|
||||
include/CGAL/Polygon_mesh_processing/approximated_centroidal_Voronoi_diagram_remeshing.h
|
||||
include/CGAL/Polygon_mesh_processing/autorefinement.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/curvature.h
|
||||
include/CGAL/Polygon_mesh_processing/detect_features.h
|
||||
include/CGAL/Polygon_mesh_processing/distance.h
|
||||
include/CGAL/Polygon_mesh_processing/extrude.h
|
||||
@@ -2204,6 +2303,7 @@ include/CGAL/Polygon_mesh_processing/internal/Corefinement/Face_graph_output_bui
|
||||
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/Self_intersection_exception.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
|
||||
@@ -2216,8 +2316,6 @@ include/CGAL/Polygon_mesh_processing/internal/Hole_filling/
|
||||
include/CGAL/Polygon_mesh_processing/internal/Hole_filling/Triangulate_hole_polygon_mesh.h
|
||||
include/CGAL/Polygon_mesh_processing/internal/Hole_filling/Triangulate_hole_polyline.h
|
||||
include/CGAL/Polygon_mesh_processing/internal/Hole_filling/do_not_use_DT3.h
|
||||
include/CGAL/Polygon_mesh_processing/internal/Hole_filling/experimental/
|
||||
include/CGAL/Polygon_mesh_processing/internal/Hole_filling/experimental/experimental_code.h
|
||||
include/CGAL/Polygon_mesh_processing/internal/Isotropic_remeshing/
|
||||
include/CGAL/Polygon_mesh_processing/internal/Isotropic_remeshing/AABB_filtered_projection_traits.h
|
||||
include/CGAL/Polygon_mesh_processing/internal/Isotropic_remeshing/remesh_impl.h
|
||||
@@ -2227,6 +2325,7 @@ include/CGAL/Polygon_mesh_processing/internal/Polygon_mesh_slicer/Traversal_trai
|
||||
include/CGAL/Polygon_mesh_processing/internal/Side_of_triangle_mesh/
|
||||
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/Sizing_field_base.h
|
||||
include/CGAL/Polygon_mesh_processing/internal/Smoothing/
|
||||
include/CGAL/Polygon_mesh_processing/internal/Smoothing/ceres_support.h
|
||||
include/CGAL/Polygon_mesh_processing/internal/Smoothing/curvature_flow_impl.h
|
||||
@@ -2242,6 +2341,8 @@ include/CGAL/Polygon_mesh_processing/internal/mesh_to_point_set_hausdorff_distan
|
||||
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/internal/triangle_soup_snap_rounding.h
|
||||
include/CGAL/Polygon_mesh_processing/interpolated_corrected_curvatures.h
|
||||
include/CGAL/Polygon_mesh_processing/intersection.h
|
||||
include/CGAL/Polygon_mesh_processing/locate.h
|
||||
include/CGAL/Polygon_mesh_processing/manifoldness.h
|
||||
@@ -2251,9 +2352,12 @@ 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_self_intersections.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/refine_mesh_at_isolevel.h
|
||||
include/CGAL/Polygon_mesh_processing/refine_with_plane.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
|
||||
@@ -2276,6 +2380,17 @@ include/CGAL/Polygon_mesh_slicer.h
|
||||
include/CGAL/Polygon_nop_decomposition_2.h
|
||||
include/CGAL/Polygon_offset_builder_2.h
|
||||
include/CGAL/Polygon_offset_builder_traits_2.h
|
||||
include/CGAL/Polygon_repair/
|
||||
include/CGAL/Polygon_repair/Boolean.h
|
||||
include/CGAL/Polygon_repair/Even_odd_rule.h
|
||||
include/CGAL/Polygon_repair/Intersection_rule.h
|
||||
include/CGAL/Polygon_repair/Non_zero_rule.h
|
||||
include/CGAL/Polygon_repair/Union_rule.h
|
||||
include/CGAL/Polygon_repair/Winding.h
|
||||
include/CGAL/Polygon_repair/internal/
|
||||
include/CGAL/Polygon_repair/internal/Triangulation_face_base_with_repair_info_2.h
|
||||
include/CGAL/Polygon_repair/internal/Triangulation_with_even_odd_constraints_2.h
|
||||
include/CGAL/Polygon_repair/repair.h
|
||||
include/CGAL/Polygon_set_2.h
|
||||
include/CGAL/Polygon_traits_2.h
|
||||
include/CGAL/Polygon_triangulation_decomposition_2.h
|
||||
@@ -2367,6 +2482,7 @@ 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
|
||||
include/CGAL/Property_container.h
|
||||
include/CGAL/QP_functions.h
|
||||
include/CGAL/QP_models.h
|
||||
include/CGAL/QP_options.h
|
||||
@@ -2398,7 +2514,7 @@ include/CGAL/QP_solver/functors.h
|
||||
include/CGAL/Qt/
|
||||
include/CGAL/Qt/AlphaShapeGraphicsItem.h
|
||||
include/CGAL/Qt/ApolloniusGraphGraphicsItem.h
|
||||
include/CGAL/Qt/Basic_viewer_qt.h
|
||||
include/CGAL/Qt/Basic_viewer.h
|
||||
include/CGAL/Qt/CGAL_Qt_config.h
|
||||
include/CGAL/Qt/CircularArcGraphicsItem.h
|
||||
include/CGAL/Qt/ConstrainedTriangulationGraphicsItem.h
|
||||
@@ -2421,6 +2537,7 @@ include/CGAL/Qt/GraphicsViewPolylineInput.h
|
||||
include/CGAL/Qt/GraphicsViewPolylineInput_impl.h
|
||||
include/CGAL/Qt/ImageInterface.ui
|
||||
include/CGAL/Qt/LineGraphicsItem.h
|
||||
include/CGAL/Qt/MultipolygonWithHolesGraphicsItem.h
|
||||
include/CGAL/Qt/PainterOstream.h
|
||||
include/CGAL/Qt/PointsGraphicsItem.h
|
||||
include/CGAL/Qt/PointsInKdTreeGraphicsItem.h
|
||||
@@ -2472,28 +2589,10 @@ include/CGAL/Qt/viewer_actions.h
|
||||
include/CGAL/Quadtree.h
|
||||
include/CGAL/Quotient.h
|
||||
include/CGAL/Quotient_fwd.h
|
||||
include/CGAL/RS/
|
||||
include/CGAL/RS/Gmpfr_make_unique.h
|
||||
include/CGAL/RS/ak_1.h
|
||||
include/CGAL/RS/ak_z_1.h
|
||||
include/CGAL/RS/algebraic_1.h
|
||||
include/CGAL/RS/algebraic_z_1.h
|
||||
include/CGAL/RS/bisection_refiner_1.h
|
||||
include/CGAL/RS/comparator_1.h
|
||||
include/CGAL/RS/dyadic.h
|
||||
include/CGAL/RS/exact_signat_1.h
|
||||
include/CGAL/RS/functors_1.h
|
||||
include/CGAL/RS/functors_z_1.h
|
||||
include/CGAL/RS/polynomial_converter_1.h
|
||||
include/CGAL/RS/rs23_k_isolator_1.h
|
||||
include/CGAL/RS/rs2_calls.h
|
||||
include/CGAL/RS/rs2_isolator_1.h
|
||||
include/CGAL/RS/rs3_k_refiner_1.h
|
||||
include/CGAL/RS/rs3_refiner_1.h
|
||||
include/CGAL/RS/signat_1.h
|
||||
include/CGAL/Random.h
|
||||
include/CGAL/Random_access_adaptor.h
|
||||
include/CGAL/Random_access_value_adaptor.h
|
||||
include/CGAL/Random_allocator.h
|
||||
include/CGAL/Random_convex_hull_traits_2.h
|
||||
include/CGAL/Random_convex_set_traits_2.h
|
||||
include/CGAL/Random_impl.h
|
||||
@@ -2556,6 +2655,7 @@ include/CGAL/STL_Extension/internal/
|
||||
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/Has_nested_type_Has_filtered_predicates_tag.h
|
||||
include/CGAL/STL_Extension/internal/boost/
|
||||
include/CGAL/STL_Extension/internal/boost/array_binary_tree.hpp
|
||||
include/CGAL/STL_Extension/internal/boost/mutable_heap.hpp
|
||||
@@ -2565,6 +2665,7 @@ 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/STL_Extension/internal/tuple_like_helpers.h
|
||||
include/CGAL/Scalar_factor_traits.h
|
||||
include/CGAL/Scale_space_reconstruction_3/
|
||||
include/CGAL/Scale_space_reconstruction_3/Advancing_front_mesher.h
|
||||
@@ -2804,7 +2905,6 @@ 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_skeleton_2/
|
||||
include/CGAL/Straight_skeleton_2.h
|
||||
include/CGAL/Straight_skeleton_2/IO/
|
||||
@@ -3041,26 +3141,28 @@ include/CGAL/Tetrahedral_remeshing/
|
||||
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/
|
||||
include/CGAL/Tetrahedral_remeshing/internal/FMLS.h
|
||||
include/CGAL/Tetrahedral_remeshing/internal/Medial_axis_kd_tree.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/peel_slivers.h
|
||||
include/CGAL/Tetrahedral_remeshing/internal/property_maps.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/Tetrahedral_remeshing_sizing_field.h
|
||||
include/CGAL/Tetrahedron_3.h
|
||||
include/CGAL/Three/
|
||||
include/CGAL/Three/Buffer_objects.h
|
||||
include/CGAL/Three/CGAL_Lab_io_plugin_interface.h
|
||||
include/CGAL/Three/CGAL_Lab_plugin_helper.h
|
||||
include/CGAL/Three/CGAL_Lab_plugin_interface.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
|
||||
@@ -3146,6 +3248,8 @@ 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_on_hyperbolic_surface_2.h
|
||||
include/CGAL/Triangulation_on_hyperbolic_surface_2_IO.h
|
||||
include/CGAL/Triangulation_on_sphere_2/
|
||||
include/CGAL/Triangulation_on_sphere_2.h
|
||||
include/CGAL/Triangulation_on_sphere_2/IO/
|
||||
@@ -3157,6 +3261,7 @@ 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_simplex_base_with_time_stamp.h
|
||||
include/CGAL/Triangulation_sphere_line_face_circulator_2.h
|
||||
include/CGAL/Triangulation_structural_filtering_traits.h
|
||||
include/CGAL/Triangulation_utils_2.h
|
||||
@@ -3172,6 +3277,7 @@ include/CGAL/Twotuple.h
|
||||
include/CGAL/Umbilics.h
|
||||
include/CGAL/Uncertain.h
|
||||
include/CGAL/Unfiltered_predicate_adaptor.h
|
||||
include/CGAL/Uniform_sizing_field.h
|
||||
include/CGAL/Union_find.h
|
||||
include/CGAL/Union_of_balls_3.h
|
||||
include/CGAL/Unique_hash_map.h
|
||||
@@ -3291,6 +3397,7 @@ 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/OM.h
|
||||
include/CGAL/boost/graph/IO/PLY.h
|
||||
include/CGAL/boost/graph/IO/STL.h
|
||||
include/CGAL/boost/graph/IO/Tds_2_off.h
|
||||
@@ -3306,6 +3413,7 @@ include/CGAL/boost/graph/backward_compatibility_functions.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_path.h
|
||||
include/CGAL/boost/graph/generators.h
|
||||
include/CGAL/boost/graph/graph_concepts.h
|
||||
include/CGAL/boost/graph/graph_traits_Arrangement_2.h
|
||||
@@ -3378,6 +3486,7 @@ include/CGAL/boost/iterator/
|
||||
include/CGAL/boost/iterator/counting_iterator.hpp
|
||||
include/CGAL/boost/iterator/transform_iterator.hpp
|
||||
include/CGAL/boost_mp.h
|
||||
include/CGAL/boost_mp_type.h
|
||||
include/CGAL/bounding_box.h
|
||||
include/CGAL/box_intersection_d.h
|
||||
include/CGAL/cartesian_homogeneous_conversion.h
|
||||
@@ -3435,9 +3544,11 @@ 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_constrained_triangulation_3.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_multipolygon_with_holes_2.h
|
||||
include/CGAL/draw_nef_3.h
|
||||
include/CGAL/draw_periodic_2_triangulation_2.h
|
||||
include/CGAL/draw_point_set_3.h
|
||||
@@ -3479,6 +3590,7 @@ include/CGAL/generators.h
|
||||
include/CGAL/generic_sweep.h
|
||||
include/CGAL/gl.h
|
||||
include/CGAL/global_functions_circular_kernel_2.h
|
||||
include/CGAL/global_functions_distance_3.h
|
||||
include/CGAL/global_functions_on_root_for_sphere_2_3.h
|
||||
include/CGAL/global_functions_on_roots_and_polynomials_1_3.h
|
||||
include/CGAL/global_functions_on_roots_and_polynomials_2_3.h
|
||||
@@ -3544,19 +3656,24 @@ 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/Constrained_triangulation_3.h
|
||||
include/CGAL/license/Convex_decomposition_3.h
|
||||
include/CGAL/license/Convex_hull_2.h
|
||||
include/CGAL/license/Convex_hull_3.h
|
||||
include/CGAL/license/Convex_hull_d.h
|
||||
include/CGAL/license/Envelope_2.h
|
||||
include/CGAL/license/Envelope_3.h
|
||||
include/CGAL/license/Frechet_distance.h
|
||||
include/CGAL/license/GraphicsView.h
|
||||
include/CGAL/license/Heat_method_3.h
|
||||
include/CGAL/license/Hyperbolic_triangulation_2.h
|
||||
include/CGAL/license/Inscribed_areas.h
|
||||
include/CGAL/license/Interpolation.h
|
||||
include/CGAL/license/Interval_skip_list.h
|
||||
include/CGAL/license/Isosurfacing_3.h
|
||||
include/CGAL/license/Jet_fitting_3.h
|
||||
include/CGAL/license/Kinetic_space_partition.h
|
||||
include/CGAL/license/Kinetic_surface_reconstruction.h
|
||||
include/CGAL/license/Matrix_search.h
|
||||
include/CGAL/license/Mesh_2.h
|
||||
include/CGAL/license/Mesh_3.h
|
||||
@@ -3581,6 +3698,8 @@ include/CGAL/license/Polygon_mesh_processing/
|
||||
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/acvd.h
|
||||
include/CGAL/license/Polygon_mesh_processing/autorefinement.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
|
||||
@@ -3589,12 +3708,14 @@ 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/interpolated_corrected_curvatures.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_repair.h
|
||||
include/CGAL/license/Polygonal_surface_reconstruction.h
|
||||
include/CGAL/license/Polyhedron.h
|
||||
include/CGAL/license/Polyline_simplification_2.h
|
||||
@@ -3634,6 +3755,7 @@ 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_hyperbolic_surface_2.h
|
||||
include/CGAL/license/Triangulation_on_sphere_2.h
|
||||
include/CGAL/license/Visibility_2.h
|
||||
include/CGAL/license/Voronoi_diagram_2.h
|
||||
@@ -3657,6 +3779,7 @@ include/CGAL/lloyd_optimize_mesh_2.h
|
||||
include/CGAL/lloyd_optimize_mesh_3.h
|
||||
include/CGAL/long_double.h
|
||||
include/CGAL/long_long.h
|
||||
include/CGAL/make_conforming_constrained_Delaunay_triangulation_3.h
|
||||
include/CGAL/make_mesh_3.h
|
||||
include/CGAL/make_periodic_3_mesh_3.h
|
||||
include/CGAL/make_piecewise_smooth_surface_mesh.h
|
||||
@@ -3707,6 +3830,7 @@ include/CGAL/point_generators_d.h
|
||||
include/CGAL/pointmatcher/
|
||||
include/CGAL/pointmatcher/compute_registration_transformation.h
|
||||
include/CGAL/pointmatcher/register_point_sets.h
|
||||
include/CGAL/poisson_eliminate.h
|
||||
include/CGAL/poisson_refine_triangulation.h
|
||||
include/CGAL/poisson_surface_reconstruction.h
|
||||
include/CGAL/polygon_function_objects.h
|
||||
@@ -3782,16 +3906,20 @@ include/CGAL/type_traits/
|
||||
include/CGAL/type_traits.h
|
||||
include/CGAL/type_traits/is_iterator.h
|
||||
include/CGAL/typeset.h
|
||||
include/CGAL/unordered_flat_map.h
|
||||
include/CGAL/unordered_flat_set.h
|
||||
include/CGAL/use.h
|
||||
include/CGAL/user_classes.h
|
||||
include/CGAL/utility.h
|
||||
include/CGAL/utils.h
|
||||
include/CGAL/utils_classes.h
|
||||
include/CGAL/value_type_traits.h
|
||||
include/CGAL/variant.h
|
||||
include/CGAL/vcm_estimate_edges.h
|
||||
include/CGAL/vcm_estimate_normals.h
|
||||
include/CGAL/vector.h
|
||||
include/CGAL/version.h
|
||||
include/CGAL/version_checker.h
|
||||
include/CGAL/version_macros.h
|
||||
include/CGAL/vtkSurfaceMesherContourFilter.h
|
||||
include/CGAL/width_assertions.h
|
||||
@@ -3805,6 +3933,7 @@ 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/CGALHelpers.cmake
|
||||
lib/cmake/CGAL/CGALLibConfig.cmake.in
|
||||
lib/cmake/CGAL/CGAL_Boost_iostreams_support.cmake
|
||||
lib/cmake/CGAL/CGAL_Boost_serialization_support.cmake
|
||||
@@ -3823,15 +3952,15 @@ lib/cmake/CGAL/CGAL_Macros.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_OpenMesh_support.cmake
|
||||
lib/cmake/CGAL/CGAL_Qt6_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
|
||||
lib/cmake/CGAL/CGAL_SetupCGAL_CoreDependencies.cmake
|
||||
lib/cmake/CGAL/CGAL_SetupCGAL_ImageIODependencies.cmake
|
||||
lib/cmake/CGAL/CGAL_SetupCGAL_Qt5Dependencies.cmake
|
||||
lib/cmake/CGAL/CGAL_SetupDependencies.cmake
|
||||
lib/cmake/CGAL/CGAL_SetupCGAL_Qt6Dependencies.cmake
|
||||
lib/cmake/CGAL/CGAL_SetupFlags.cmake
|
||||
lib/cmake/CGAL/CGAL_SetupGMP.cmake
|
||||
lib/cmake/CGAL/CGAL_SetupLEDA.cmake
|
||||
@@ -3850,10 +3979,10 @@ 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_setup_tl-excepted.cmake
|
||||
lib/cmake/CGAL/CGAL_target_use_TBB.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
|
||||
@@ -3869,28 +3998,24 @@ 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/FindTBB.cmake
|
||||
lib/cmake/CGAL/Help/
|
||||
lib/cmake/CGAL/Help/CGAL_SetupBoost.rst
|
||||
lib/cmake/CGAL/Help/CGAL_SetupCGALDependencies.rst
|
||||
lib/cmake/CGAL/Help/CGAL_SetupCGAL_CoreDependencies.rst
|
||||
lib/cmake/CGAL/Help/CGAL_SetupCGAL_ImageIODependencies.rst
|
||||
lib/cmake/CGAL/Help/CGAL_SetupCGAL_Qt5Dependencies.rst
|
||||
lib/cmake/CGAL/Help/CGAL_SetupCGAL_Qt6Dependencies.rst
|
||||
lib/cmake/CGAL/Help/CGAL_SetupGMP.rst
|
||||
lib/cmake/CGAL/Help/CGAL_SetupLEDA.rst
|
||||
@comment lib/cmake/CGAL/Help/cmake.py
|
||||
@comment lib/cmake/CGAL/Help/conf.py
|
||||
lib/cmake/CGAL/Help/index.rst
|
||||
lib/cmake/CGAL/Makefile
|
||||
lib/cmake/CGAL/UseCGAL.cmake
|
||||
lib/cmake/CGAL/UseESBTL.cmake
|
||||
lib/cmake/CGAL/UseEigen3.cmake
|
||||
lib/cmake/CGAL/UseLASLIB.cmake
|
||||
lib/cmake/CGAL/UseOpenMesh.cmake
|
||||
lib/cmake/CGAL/UseTBB.cmake
|
||||
lib/cmake/CGAL/config/
|
||||
lib/cmake/CGAL/config/support/
|
||||
@@ -3903,7 +4028,6 @@ lib/cmake/CGAL/config/support/print_LEDA_version.cpp
|
||||
lib/cmake/CGAL/config/support/print_MPFI_version.cpp
|
||||
lib/cmake/CGAL/config/support/print_MPFR_version.cpp
|
||||
lib/cmake/CGAL/config/support/print_OPENGL_version.cpp
|
||||
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_BOOST.cpp
|
||||
@@ -3960,6 +4084,7 @@ 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/display-third-party-libs-versions.cmake
|
||||
lib/cmake/CGAL/list_of_whitelisted_headers.cmake
|
||||
lib/cmake/CGAL/process_dependencies.cmake
|
||||
lib/cmake/CGAL/run_cmd_redirection_cerr.cmake
|
||||
|
||||
Reference in New Issue
Block a user