mirror of https://github.com/CGAL/cgal
Include <CGAL/algorithm.h> instead of <CGAL/copy_n.h>.
This commit is contained in:
parent
25051d8809
commit
c24c588aa5
|
|
@ -1,7 +1,7 @@
|
|||
#include <CGAL/Simple_cartesian.h>
|
||||
#include <CGAL/box_intersection_d.h>
|
||||
#include <CGAL/point_generators_3.h>
|
||||
#include <CGAL/copy_n.h>
|
||||
#include <CGAL/algorithm.h>
|
||||
#include <vector>
|
||||
#include <algorithm>
|
||||
#include <iterator>
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
#include <CGAL/box_intersection_d.h>
|
||||
#include <CGAL/function_objects.h>
|
||||
#include <CGAL/Join_input_iterator.h>
|
||||
#include <CGAL/copy_n.h>
|
||||
#include <CGAL/algorithm.h>
|
||||
#include <vector>
|
||||
|
||||
typedef CGAL::Exact_predicates_inexact_constructions_kernel Kernel;
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
#include <CGAL/box_intersection_d.h>
|
||||
#include <CGAL/function_objects.h>
|
||||
#include <CGAL/Join_input_iterator.h>
|
||||
#include <CGAL/copy_n.h>
|
||||
#include <CGAL/algorithm.h>
|
||||
#include <vector>
|
||||
|
||||
typedef CGAL::Exact_predicates_inexact_constructions_kernel Kernel;
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@
|
|||
#include <CGAL/Convex_hull_d_traits_3.h>
|
||||
#include <CGAL/Convex_hull_d_to_polyhedron_3.h>
|
||||
#include <CGAL/Polyhedron_3.h>
|
||||
#include <CGAL/copy_n.h>
|
||||
#include <CGAL/algorithm.h>
|
||||
#include <CGAL/IO/Geomview_stream.h>
|
||||
#include <CGAL/IO/Polyhedron_geomview_ostream.h>
|
||||
#include <vector>
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
|
||||
#include <CGAL/Homogeneous.h>
|
||||
#include <CGAL/point_generators_3.h>
|
||||
#include <CGAL/copy_n.h>
|
||||
#include <CGAL/algorithm.h>
|
||||
#include <CGAL/Convex_hull_traits_3.h>
|
||||
#include <CGAL/convex_hull_3.h>
|
||||
#include <CGAL/predicates_on_points_3.h>
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
#include <CGAL/Exact_predicates_inexact_constructions_kernel.h>
|
||||
#include <CGAL/point_generators_3.h>
|
||||
#include <CGAL/Delaunay_triangulation_3.h>
|
||||
#include <CGAL/copy_n.h>
|
||||
#include <CGAL/algorithm.h>
|
||||
|
||||
#include <list>
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
#include <CGAL/Homogeneous.h>
|
||||
#include <CGAL/point_generators_3.h>
|
||||
#include <CGAL/copy_n.h>
|
||||
#include <CGAL/algorithm.h>
|
||||
#include <CGAL/Polyhedron_3.h>
|
||||
#include <CGAL/convex_hull_incremental_3.h>
|
||||
#include <vector>
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
#include <CGAL/Exact_predicates_inexact_constructions_kernel.h>
|
||||
#include <CGAL/point_generators_3.h>
|
||||
#include <CGAL/copy_n.h>
|
||||
#include <CGAL/algorithm.h>
|
||||
#include <CGAL/Convex_hull_traits_3.h>
|
||||
#include <CGAL/convex_hull_3.h>
|
||||
#include <vector>
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@ int main(int, char*){
|
|||
#include <CGAL/function_objects.h>
|
||||
#include <CGAL/Join_input_iterator.h>
|
||||
#include <CGAL/Counting_iterator.h>
|
||||
#include <CGAL/copy_n.h>
|
||||
#include <CGAL/algorithm.h>
|
||||
|
||||
#include <CGAL/IO/Qt_widget.h>
|
||||
#include <CGAL/IO/Qt_widget_standard_toolbar.h>
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
#include <vector>
|
||||
#include <algorithm>
|
||||
#include <CGAL/point_generators_2.h>
|
||||
#include <CGAL/copy_n.h>
|
||||
#include <CGAL/algorithm.h>
|
||||
#include <CGAL/random_selection.h>
|
||||
|
||||
using namespace CGAL;
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
#include <vector>
|
||||
#include <algorithm>
|
||||
#include <CGAL/point_generators_2.h>
|
||||
#include <CGAL/copy_n.h>
|
||||
#include <CGAL/algorithm.h>
|
||||
|
||||
using namespace CGAL;
|
||||
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
#include <CGAL/point_generators_2.h>
|
||||
#include <CGAL/random_polygon_2.h>
|
||||
#include <CGAL/Random.h>
|
||||
#include <CGAL/copy_n.h>
|
||||
#include <CGAL/algorithm.h>
|
||||
|
||||
#ifdef CGAL_USE_GMP
|
||||
#include <CGAL/Gmpz.h>
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
#include <CGAL/point_generators_2.h>
|
||||
#include <CGAL/function_objects.h>
|
||||
#include <CGAL/Join_input_iterator.h>
|
||||
#include <CGAL/copy_n.h>
|
||||
#include <CGAL/algorithm.h>
|
||||
|
||||
using namespace CGAL;
|
||||
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@
|
|||
#define CGAL_RANDOM_CONVEX_SET_2_H 1
|
||||
|
||||
#include <CGAL/basic.h>
|
||||
#include <CGAL/copy_n.h>
|
||||
#include <CGAL/algorithm.h>
|
||||
#include <vector>
|
||||
#include <algorithm>
|
||||
#include <numeric>
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@
|
|||
#include <CGAL/Point_3.h>
|
||||
#include <CGAL/point_generators_2.h>
|
||||
#include <CGAL/point_generators_3.h>
|
||||
#include <CGAL/copy_n.h>
|
||||
#include <CGAL/algorithm.h>
|
||||
#include <CGAL/random_selection.h>
|
||||
|
||||
using namespace CGAL;
|
||||
|
|
|
|||
|
|
@ -53,7 +53,7 @@ int main()
|
|||
#include <CGAL/interpolation_functions.h>
|
||||
|
||||
#include <CGAL/point_generators_2.h>
|
||||
#include <CGAL/copy_n.h>
|
||||
#include <CGAL/algorithm.h>
|
||||
|
||||
#include <CGAL/IO/Geomview_stream.h>
|
||||
|
||||
|
|
|
|||
|
|
@ -40,7 +40,7 @@ int main()
|
|||
|
||||
#include <CGAL/point_generators_3.h>
|
||||
#include <CGAL/point_generators_2.h>
|
||||
#include <CGAL/copy_n.h>
|
||||
#include <CGAL/algorithm.h>
|
||||
|
||||
#include <CGAL/squared_distance_2.h>
|
||||
#include <CGAL/Origin.h>
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
#include <CGAL/interpolation_functions.h>
|
||||
|
||||
#include <CGAL/point_generators_2.h>
|
||||
#include <CGAL/copy_n.h>
|
||||
#include <CGAL/algorithm.h>
|
||||
#include <CGAL/Origin.h>
|
||||
|
||||
#include <cassert>
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
#include <CGAL/Exact_predicates_inexact_constructions_kernel.h>
|
||||
|
||||
#include <CGAL/point_generators_3.h>
|
||||
#include <CGAL/copy_n.h>
|
||||
#include <CGAL/algorithm.h>
|
||||
#include <CGAL/Origin.h>
|
||||
|
||||
#include <CGAL/surface_neighbor_coordinates_3.h>
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@
|
|||
#include <CGAL/Random.h>
|
||||
#include <CGAL/Origin.h>
|
||||
#include <CGAL/point_generators_2.h>
|
||||
#include <CGAL/copy_n.h>
|
||||
#include <CGAL/algorithm.h>
|
||||
|
||||
#include <CGAL/natural_neighbor_coordinates_2.h>
|
||||
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
#include <cassert>
|
||||
#include <utility>
|
||||
|
||||
#include <CGAL/copy_n.h>
|
||||
#include <CGAL/algorithm.h>
|
||||
#include <CGAL/Random.h>
|
||||
#include <CGAL/barycenter.h>
|
||||
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@
|
|||
#include <utility>
|
||||
|
||||
#include <CGAL/point_generators_2.h>
|
||||
#include <CGAL/copy_n.h>
|
||||
#include <CGAL/algorithm.h>
|
||||
#include <CGAL/Random.h>
|
||||
#include <CGAL/Origin.h>
|
||||
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@
|
|||
|
||||
#include <CGAL/point_generators_3.h>
|
||||
#include <CGAL/point_generators_2.h>
|
||||
#include <CGAL/copy_n.h>
|
||||
#include <CGAL/algorithm.h>
|
||||
#include <CGAL/function_objects.h>
|
||||
|
||||
#include <CGAL/Origin.h>
|
||||
|
|
|
|||
|
|
@ -1604,7 +1604,7 @@ or sphere, respectively.
|
|||
|
||||
@macro <Min_annulus_d test: includes and typedefs (2/3D)>(1) many = @begin
|
||||
#include <CGAL/point_generators_@1.h>
|
||||
#include <CGAL/copy_n.h>
|
||||
#include <CGAL/algorithm.h>
|
||||
#include <iterator>
|
||||
@end
|
||||
|
||||
|
|
|
|||
|
|
@ -44,7 +44,7 @@
|
|||
#include <CGAL/Min_circle_2_traits_2.h>
|
||||
|
||||
#include <CGAL/point_generators_2.h>
|
||||
#include <CGAL/copy_n.h>
|
||||
#include <CGAL/algorithm.h>
|
||||
#include <iterator>
|
||||
|
||||
// typedefs
|
||||
|
|
|
|||
|
|
@ -44,7 +44,7 @@
|
|||
#include <CGAL/Optimisation_d_traits_3.h>
|
||||
|
||||
#include <CGAL/point_generators_3.h>
|
||||
#include <CGAL/copy_n.h>
|
||||
#include <CGAL/algorithm.h>
|
||||
#include <iterator>
|
||||
|
||||
// typedefs
|
||||
|
|
|
|||
|
|
@ -1387,7 +1387,7 @@ or sphere, respectively.
|
|||
@macro <Min_sphere_d test: includes (2/3D)>(1) many = @begin
|
||||
|
||||
#include <CGAL/point_generators_@1.h>
|
||||
#include <CGAL/copy_n.h>
|
||||
#include <CGAL/algorithm.h>
|
||||
#include <iterator>
|
||||
@end
|
||||
|
||||
|
|
|
|||
|
|
@ -3041,7 +3041,7 @@ SUN Ultra-Enterprise-10000 with an 333 MHz UltraSPARC processors.
|
|||
#include <CGAL/basic_constructions_2.h>
|
||||
#include <CGAL/Point_2.h>
|
||||
#include <CGAL/point_generators_2.h>
|
||||
#include <CGAL/copy_n.h>
|
||||
#include <CGAL/algorithm.h>
|
||||
#include <CGAL/random_selection.h>
|
||||
#include <CGAL/IO/Window_stream.h>
|
||||
|
||||
|
|
|
|||
|
|
@ -2187,7 +2187,7 @@ CGAL_END_NAMESPACE
|
|||
#include <CGAL/point_generators_2.h>
|
||||
#include <CGAL/function_objects.h>
|
||||
#include <CGAL/Join_input_iterator.h>
|
||||
#include <CGAL/copy_n.h>
|
||||
#include <CGAL/algorithm.h>
|
||||
#include <CGAL/Halfedge_data_structure_default.h>
|
||||
#include "Segment_overlay_traits.h"
|
||||
#include "HDS_decorator.h"
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
|
||||
#include <CGAL/Homogeneous.h>
|
||||
#include <CGAL/Gmpz.h>
|
||||
#include <CGAL/copy_n.h>
|
||||
#include <CGAL/algorithm.h>
|
||||
#include <CGAL/random_selection.h>
|
||||
#include <CGAL/point_generators_3.h>
|
||||
#if CGAL_LEDA_VERSION < 500
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@
|
|||
|
||||
#include <CGAL/leda_integer.h>
|
||||
#include <CGAL/Homogeneous.h>
|
||||
#include <CGAL/copy_n.h>
|
||||
#include <CGAL/algorithm.h>
|
||||
#include <CGAL/random_selection.h>
|
||||
#include <CGAL/point_generators_3.h>
|
||||
#if CGAL_LEDA_VERSION < 500
|
||||
|
|
|
|||
|
|
@ -2254,7 +2254,7 @@ int main(int argc, char **argv)
|
|||
|
||||
<<SM_overlayer-demo.C>>=
|
||||
#include <LOCAL/CGALH3.h>
|
||||
#include <CGAL/copy_n.h>
|
||||
#include <CGAL/algorithm.h>
|
||||
#include <CGAL/random_selection.h>
|
||||
#include <CGAL/point_generators_3.h>
|
||||
#if CGAL_LEDA_VERSION < 500
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
// test for the linear_least_square_fitting() functions.
|
||||
#include <CGAL/Cartesian.h>
|
||||
#include <CGAL/copy_n.h>
|
||||
#include <CGAL/algorithm.h>
|
||||
#include <CGAL/linear_least_squares_fitting_2.h>
|
||||
#include <CGAL/point_generators_2.h>
|
||||
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
|
||||
#include <CGAL/Cartesian.h>
|
||||
#include <CGAL/copy_n.h>
|
||||
#include <CGAL/algorithm.h>
|
||||
#include <CGAL/linear_least_squares_fitting_2.h>
|
||||
#include <CGAL/point_generators_2.h>
|
||||
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
|
||||
#include <CGAL/Cartesian.h>
|
||||
#include <CGAL/copy_n.h>
|
||||
#include <CGAL/algorithm.h>
|
||||
#include <CGAL/linear_least_squares_fitting_2.h>
|
||||
#include <CGAL/point_generators_2.h>
|
||||
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
|
||||
#include <CGAL/Cartesian.h>
|
||||
#include <CGAL/copy_n.h>
|
||||
#include <CGAL/algorithm.h>
|
||||
#include <CGAL/linear_least_squares_fitting_3.h>
|
||||
#include <CGAL/point_generators_3.h>
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
// test for the linear_least_square_fitting() functions.
|
||||
#include <CGAL/Cartesian.h>
|
||||
#include <CGAL/copy_n.h>
|
||||
#include <CGAL/algorithm.h>
|
||||
#include <CGAL/linear_least_squares_fitting_2.h>
|
||||
#include <CGAL/point_generators_2.h>
|
||||
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@
|
|||
|
||||
#include <CGAL/segment_intersection_points_2.h>
|
||||
#include <CGAL/Join_input_iterator.h>
|
||||
#include <CGAL/copy_n.h>
|
||||
#include <CGAL/algorithm.h>
|
||||
#include <CGAL/convex_hull_2.h>
|
||||
#include <CGAL/squared_distance_2.h>
|
||||
#include <CGAL/Cartesian_converter.h>
|
||||
|
|
|
|||
Loading…
Reference in New Issue