mirror of https://github.com/CGAL/cgal
Merge pull request #8479 from soesau/KSP-Dependencies-GF
[KSP] Removing unnecessary dependencies
This commit is contained in:
commit
407ff65b44
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
@ -74,7 +74,7 @@ private:
|
|||
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>;
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
@ -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
|
||||
|
|
@ -43,7 +38,5 @@ Solver_interface
|
|||
Spatial_sorting
|
||||
Stream_support
|
||||
Surface_mesh
|
||||
Surface_sweep_2
|
||||
TDS_2
|
||||
Triangulation_2
|
||||
Union_find
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
@ -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
|
||||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue