mirror of https://github.com/CGAL/cgal
Merge pull request #5952 from sloriot/SS-remove_Polygon_dep
remove artificial dependency to Polygon
This commit is contained in:
commit
575939c64f
|
|
@ -19,7 +19,6 @@ Kernel_d
|
|||
Modifier
|
||||
Modular_arithmetic
|
||||
Number_types
|
||||
Polygon
|
||||
Polyhedron
|
||||
Profiling_tools
|
||||
Property_map
|
||||
|
|
|
|||
|
|
@ -11,7 +11,6 @@ Interval_support
|
|||
Kernel_23
|
||||
Modular_arithmetic
|
||||
Number_types
|
||||
Polygon
|
||||
Profiling_tools
|
||||
Property_map
|
||||
STL_Extension
|
||||
|
|
|
|||
|
|
@ -14,7 +14,6 @@ Interval_support
|
|||
Kernel_23
|
||||
Modular_arithmetic
|
||||
Number_types
|
||||
Polygon
|
||||
Profiling_tools
|
||||
Property_map
|
||||
STL_Extension
|
||||
|
|
|
|||
|
|
@ -19,7 +19,6 @@ Kernel_23
|
|||
Kernel_d
|
||||
Modular_arithmetic
|
||||
Number_types
|
||||
Polygon
|
||||
Profiling_tools
|
||||
Property_map
|
||||
STL_Extension
|
||||
|
|
|
|||
|
|
@ -20,6 +20,7 @@
|
|||
#include <CGAL/iterator.h>
|
||||
#include <CGAL/utility.h>
|
||||
#include <CGAL/function_objects.h>
|
||||
#include <CGAL/Polygon_2_algorithms.h>
|
||||
|
||||
#include <boost/utility/enable_if.hpp>
|
||||
#include <boost/type_traits/is_convertible.hpp>
|
||||
|
|
|
|||
|
|
@ -24,7 +24,6 @@ Mesher_level
|
|||
Modifier
|
||||
Modular_arithmetic
|
||||
Number_types
|
||||
Polygon
|
||||
Polygon_mesh_processing
|
||||
Polyhedron
|
||||
Principal_component_analysis
|
||||
|
|
|
|||
|
|
@ -12,7 +12,6 @@ Kernel_23
|
|||
Modular_arithmetic
|
||||
Number_types
|
||||
Optimal_transportation_reconstruction_2
|
||||
Polygon
|
||||
Profiling_tools
|
||||
Property_map
|
||||
Random_numbers
|
||||
|
|
|
|||
|
|
@ -14,7 +14,6 @@ Kernel_23
|
|||
Modular_arithmetic
|
||||
Number_types
|
||||
Periodic_2_triangulation_2
|
||||
Polygon
|
||||
Profiling_tools
|
||||
Property_map
|
||||
STL_Extension
|
||||
|
|
|
|||
|
|
@ -22,7 +22,6 @@ Modular_arithmetic
|
|||
Number_types
|
||||
Periodic_3_mesh_3
|
||||
Periodic_3_triangulation_3
|
||||
Polygon
|
||||
Principal_component_analysis
|
||||
Principal_component_analysis_LGPL
|
||||
Profiling_tools
|
||||
|
|
|
|||
|
|
@ -16,7 +16,6 @@ Kernel_d
|
|||
Modular_arithmetic
|
||||
Number_types
|
||||
Periodic_3_triangulation_3
|
||||
Polygon
|
||||
Profiling_tools
|
||||
Property_map
|
||||
STL_Extension
|
||||
|
|
|
|||
|
|
@ -16,7 +16,6 @@ Kernel_23
|
|||
Modular_arithmetic
|
||||
Number_types
|
||||
Periodic_4_hyperbolic_triangulation_2
|
||||
Polygon
|
||||
Profiling_tools
|
||||
Property_map
|
||||
STL_Extension
|
||||
|
|
|
|||
|
|
@ -8,7 +8,6 @@ Kernel_23
|
|||
Modular_arithmetic
|
||||
Number_types
|
||||
Point_set_2
|
||||
Polygon
|
||||
Profiling_tools
|
||||
Property_map
|
||||
STL_Extension
|
||||
|
|
|
|||
|
|
@ -22,7 +22,6 @@ Modular_arithmetic
|
|||
Number_types
|
||||
Point_set_2
|
||||
Point_set_processing_3
|
||||
Polygon
|
||||
Principal_component_analysis
|
||||
Principal_component_analysis_LGPL
|
||||
Profiling_tools
|
||||
|
|
|
|||
|
|
@ -20,7 +20,6 @@ Modular_arithmetic
|
|||
Number_types
|
||||
Point_set_processing_3
|
||||
Poisson_surface_reconstruction_3
|
||||
Polygon
|
||||
Principal_component_analysis_LGPL
|
||||
Profiling_tools
|
||||
Property_map
|
||||
|
|
|
|||
|
|
@ -30,6 +30,7 @@
|
|||
#include <CGAL/Constrained_Delaunay_triangulation_2.h>
|
||||
#include <CGAL/Projection_traits_3.h>
|
||||
#include <queue>
|
||||
#include <CGAL/Polygon_2_algorithms.h>
|
||||
#endif
|
||||
|
||||
#include <CGAL/utility.h>
|
||||
|
|
|
|||
|
|
@ -22,7 +22,6 @@ Modifier
|
|||
Modular_arithmetic
|
||||
Number_types
|
||||
Point_set_processing_3
|
||||
Polygon
|
||||
Polyhedron
|
||||
Profiling_tools
|
||||
Property_map
|
||||
|
|
|
|||
|
|
@ -16,7 +16,6 @@ Kernel_23
|
|||
Kernel_d
|
||||
Modular_arithmetic
|
||||
Number_types
|
||||
Polygon
|
||||
Profiling_tools
|
||||
Property_map
|
||||
STL_Extension
|
||||
|
|
|
|||
|
|
@ -18,7 +18,6 @@ Kernel_d
|
|||
Modifier
|
||||
Modular_arithmetic
|
||||
Number_types
|
||||
Polygon
|
||||
Polyhedron
|
||||
Profiling_tools
|
||||
Property_map
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@
|
|||
#include <functional>
|
||||
#include <cstddef>
|
||||
#include <CGAL/Hilbert_sort_middle_base.h>
|
||||
#include <CGAL/Polygon_2_algorithms.h>
|
||||
#include <CGAL/number_utils.h>
|
||||
|
||||
namespace CGAL {
|
||||
|
||||
|
|
|
|||
|
|
@ -19,6 +19,7 @@
|
|||
#include <CGAL/Hilbert_sort_2.h>
|
||||
#include <CGAL/Hilbert_sort_3.h>
|
||||
#include <CGAL/Hilbert_sort_d.h>
|
||||
#include <CGAL/Kernel_traits.h>
|
||||
#include <CGAL/algorithm.h>
|
||||
|
||||
#include <boost/random/random_number_generator.hpp>
|
||||
|
|
|
|||
|
|
@ -2,7 +2,6 @@ Algebraic_foundations
|
|||
Installation
|
||||
Kernel_23
|
||||
Number_types
|
||||
Polygon
|
||||
Profiling_tools
|
||||
Property_map
|
||||
STL_Extension
|
||||
|
|
|
|||
|
|
@ -15,7 +15,6 @@ Kernel_23
|
|||
Modular_arithmetic
|
||||
Number_types
|
||||
OpenNL
|
||||
Polygon
|
||||
Polygon_mesh_processing
|
||||
Profiling_tools
|
||||
Property_map
|
||||
|
|
|
|||
|
|
@ -20,7 +20,6 @@ Kernel_d
|
|||
Modifier
|
||||
Modular_arithmetic
|
||||
Number_types
|
||||
Polygon
|
||||
Polygon_mesh_processing
|
||||
Polyhedron
|
||||
Profiling_tools
|
||||
|
|
|
|||
|
|
@ -21,7 +21,6 @@ Mesher_level
|
|||
Modifier
|
||||
Modular_arithmetic
|
||||
Number_types
|
||||
Polygon
|
||||
Polyhedron
|
||||
Profiling_tools
|
||||
Property_map
|
||||
|
|
|
|||
|
|
@ -17,7 +17,6 @@ Kernel_d
|
|||
Mesh_3
|
||||
Modular_arithmetic
|
||||
Number_types
|
||||
Polygon
|
||||
Polygon_mesh_processing
|
||||
Profiling_tools
|
||||
Property_map
|
||||
|
|
|
|||
|
|
@ -5,7 +5,6 @@ Interval_support
|
|||
Kernel_23
|
||||
Modular_arithmetic
|
||||
Number_types
|
||||
Polygon
|
||||
Profiling_tools
|
||||
Random_numbers
|
||||
STL_Extension
|
||||
|
|
|
|||
|
|
@ -17,7 +17,6 @@ Kernel_23
|
|||
Kernel_d
|
||||
Modular_arithmetic
|
||||
Number_types
|
||||
Polygon
|
||||
Profiling_tools
|
||||
Property_map
|
||||
Random_numbers
|
||||
|
|
|
|||
|
|
@ -16,7 +16,6 @@ Interval_support
|
|||
Kernel_23
|
||||
Modular_arithmetic
|
||||
Number_types
|
||||
Polygon
|
||||
Profiling_tools
|
||||
Property_map
|
||||
STL_Extension
|
||||
|
|
|
|||
|
|
@ -13,7 +13,6 @@ Interval_support
|
|||
Kernel_23
|
||||
Modular_arithmetic
|
||||
Number_types
|
||||
Polygon
|
||||
Principal_component_analysis_LGPL
|
||||
Profiling_tools
|
||||
Property_map
|
||||
|
|
|
|||
Loading…
Reference in New Issue