mirror of https://github.com/CGAL/cgal
Move:
<CGAL/Kernel/Cartesian_coordinate_iterator_2.h> <CGAL/Kernel/Cartesian_coordinate_iterator_3.h> To: <CGAL/Filtered_kernel/Cartesian_coordinate_iterator_2.h> <CGAL/Filtered_kernel/Cartesian_coordinate_iterator_3.h>
This commit is contained in:
parent
11bbf3e2de
commit
4873e53de2
|
|
@ -1,8 +1,5 @@
|
|||
// Copyright (c) 2003 Utrecht University (The Netherlands),
|
||||
// ETH Zurich (Switzerland), Freie Universitaet Berlin (Germany),
|
||||
// INRIA Sophia-Antipolis (France), Martin-Luther-University Halle-Wittenberg
|
||||
// (Germany), Max-Planck-Institute Saarbruecken (Germany), RISC Linz (Austria),
|
||||
// and Tel-Aviv University (Israel). All rights reserved.
|
||||
// Copyright (c) 2006 INRIA Sophia-Antipolis (France).
|
||||
// All rights reserved.
|
||||
//
|
||||
// This file is part of CGAL (www.cgal.org); you can redistribute it and/or
|
||||
// modify it under the terms of the GNU Lesser General Public License as
|
||||
|
|
@ -19,7 +16,7 @@
|
|||
// $Id$
|
||||
//
|
||||
//
|
||||
// Author(s) : Andreas Fabri
|
||||
// Author(s) : Andreas Fabri, Sylvain Pion
|
||||
|
||||
#ifndef CGAL_CARTESIAN_COORDINATE_ITERATOR_2_H
|
||||
#define CGAL_CARTESIAN_COORDINATE_ITERATOR_2_H
|
||||
|
|
@ -1,8 +1,5 @@
|
|||
// Copyright (c) 2003 Utrecht University (The Netherlands),
|
||||
// ETH Zurich (Switzerland), Freie Universitaet Berlin (Germany),
|
||||
// INRIA Sophia-Antipolis (France), Martin-Luther-University Halle-Wittenberg
|
||||
// (Germany), Max-Planck-Institute Saarbruecken (Germany), RISC Linz (Austria),
|
||||
// and Tel-Aviv University (Israel). All rights reserved.
|
||||
// Copyright (c) 2006 INRIA Sophia-Antipolis (France).
|
||||
// All rights reserved.
|
||||
//
|
||||
// This file is part of CGAL (www.cgal.org); you can redistribute it and/or
|
||||
// modify it under the terms of the GNU Lesser General Public License as
|
||||
|
|
@ -19,7 +16,7 @@
|
|||
// $Id$
|
||||
//
|
||||
//
|
||||
// Author(s) : Andreas Fabri
|
||||
// Author(s) : Andreas Fabri, Sylvain Pion
|
||||
|
||||
#ifndef CGAL_CARTESIAN_COORDINATE_ITERATOR_3_H
|
||||
#define CGAL_CARTESIAN_COORDINATE_ITERATOR_3_H
|
||||
|
|
@ -28,6 +28,8 @@
|
|||
#include <CGAL/Simple_cartesian.h>
|
||||
#include <CGAL/Interval_nt.h>
|
||||
#include <CGAL/Kernel/Type_equality_wrapper.h>
|
||||
#include <CGAL/Filtered_kernel/Cartesian_coordinate_iterator_2.h>
|
||||
#include <CGAL/Filtered_kernel/Cartesian_coordinate_iterator_3.h>
|
||||
#include <CGAL/Lazy.h>
|
||||
#include <boost/mpl/if.hpp>
|
||||
|
||||
|
|
|
|||
|
|
@ -29,7 +29,6 @@
|
|||
#include <CGAL/Origin.h>
|
||||
#include <CGAL/Bbox_2.h>
|
||||
#include <CGAL/Bbox_3.h>
|
||||
#include <CGAL/Kernel/Cartesian_coordinate_iterator_2.h>
|
||||
|
||||
// see kernel functors for original version
|
||||
// all deprecated stuff was removed ...
|
||||
|
|
|
|||
|
|
@ -28,8 +28,6 @@
|
|||
#include <CGAL/Origin.h>
|
||||
#include <CGAL/Bbox_2.h>
|
||||
#include <CGAL/Bbox_3.h>
|
||||
#include <CGAL/Kernel/Cartesian_coordinate_iterator_2.h>
|
||||
#include <CGAL/Kernel/Cartesian_coordinate_iterator_3.h>
|
||||
#include <CGAL/squared_distance_2.h>
|
||||
#include <CGAL/squared_distance_3.h>
|
||||
#include <CGAL/intersection_2.h>
|
||||
|
|
|
|||
Loading…
Reference in New Issue