Include <CGAL/algorithm.h> instead of <CGAL/copy_n.h>.

This commit is contained in:
Sylvain Pion 2008-08-12 12:58:18 +00:00
parent 25051d8809
commit c24c588aa5
38 changed files with 38 additions and 38 deletions

View File

@ -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>

View File

@ -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;

View File

@ -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;

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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;

View File

@ -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;

View File

@ -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>

View File

@ -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;

View File

@ -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>

View File

@ -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;

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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>

View File

@ -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"

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>