Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[KSP] Removing unnecessary dependencies #8479

Merged
merged 2 commits into from
Oct 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion Kinetic_space_partition/include/CGAL/KSP/utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
#include <CGAL/linear_least_squares_fitting_2.h>
#include <CGAL/linear_least_squares_fitting_3.h>
#include <CGAL/Exact_predicates_inexact_constructions_kernel.h>
#include <CGAL/Polygon_2_algorithms.h>

// Boost includes.
#include <boost/iterator/function_output_iterator.hpp>
Expand Down
10 changes: 5 additions & 5 deletions Kinetic_space_partition/include/CGAL/KSP_3/Initializer.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@

// CGAL includes.
#include <CGAL/Timer.h>
#include <CGAL/optimal_bounding_box.h>
#include <CGAL/Boolean_set_operations_2.h>
//#include <CGAL/optimal_bounding_box.h>
//#include <CGAL/Boolean_set_operations_2.h>
#include <CGAL/Exact_predicates_inexact_constructions_kernel.h>
#include <CGAL/Exact_predicates_exact_constructions_kernel.h>
#include <CGAL/intersections.h>
#include <CGAL/min_quadrilateral_2.h>
#include <CGAL/Aff_transformation_2.h>
#include <boost/optional/optional_io.hpp>
//#include <CGAL/Aff_transformation_2.h>
//#include <boost/optional/optional_io.hpp>

// Internal includes.
#include <CGAL/KSP/utils.h>
Expand Down Expand Up @@ -74,7 +74,7 @@ class Initializer {
using From_exact = CGAL::Cartesian_converter<Intersection_kernel, Kernel>;

using Bbox_3 = CGAL::Bbox_3;
using OBB_traits = CGAL::Oriented_bounding_box_traits_3<Kernel>;
//using OBB_traits = CGAL::Oriented_bounding_box_traits_3<Kernel>;

using Parameters = KSP::internal::Parameters_3<FT>;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,20 +1,16 @@
Algebraic_foundations
Arithmetic_kernel
Arrangement_on_surface_2
BGL
Boolean_set_operations_2
Bounding_volumes
CGAL_Core
Cartesian_kernel
Circulator
Combinatorial_map
Convex_hull_2
Convex_hull_3
Distance_2
Distance_3
Filtered_kernel
Generalized_map
HalfedgeDS
Hash_map
Homogeneous_kernel
Installation
Expand All @@ -27,7 +23,6 @@ Kinetic_space_partition
Linear_cell_complex
Modular_arithmetic
Number_types
Optimal_bounding_box
Orthtree
Point_set_3
Point_set_processing_3
Expand All @@ -43,7 +38,5 @@ Solver_interface
Spatial_sorting
Stream_support
Surface_mesh
Surface_sweep_2
TDS_2
Triangulation_2
Union_find
Original file line number Diff line number Diff line change
@@ -1,20 +1,16 @@
Algebraic_foundations
Arithmetic_kernel
Arrangement_on_surface_2
BGL
Boolean_set_operations_2
Bounding_volumes
Cartesian_kernel
CGAL_Core
Circulator
Combinatorial_map
Convex_hull_2
Convex_hull_3
Distance_2
Distance_3
Filtered_kernel
Generalized_map
HalfedgeDS
Hash_map
Homogeneous_kernel
Installation
Expand All @@ -28,7 +24,6 @@ Kinetic_surface_reconstruction
Linear_cell_complex
Modular_arithmetic
Number_types
Optimal_bounding_box
Orthtree
Point_set_3
Point_set_processing_3
Expand All @@ -48,9 +43,7 @@ Spatial_sorting
Stream_support
Surface_mesh
Surface_mesh_segmentation
Surface_sweep_2
TDS_2
TDS_3
Triangulation_2
Triangulation_3
Union_find