mirror of https://github.com/CGAL/cgal
- Changed CartesianCoordinateConstIterator to CartesianConstIterator
This commit is contained in:
parent
b9108e76a8
commit
cb15a3506e
|
|
@ -1,3 +1,6 @@
|
||||||
|
Version 6.98 (17 September 2003)
|
||||||
|
- Changed CartesianCoordinateConstIterator to CartesianConstIterator
|
||||||
|
|
||||||
Version 6.97 (8 September 2003)
|
Version 6.97 (8 September 2003)
|
||||||
- bug fix in Segment_2.h
|
- bug fix in Segment_2.h
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -107,10 +107,8 @@ struct Cartesian_base
|
||||||
typedef SphereC3<Kernel> Sphere_3;
|
typedef SphereC3<Kernel> Sphere_3;
|
||||||
typedef Aff_transformationC3<Kernel> Aff_transformation_3;
|
typedef Aff_transformationC3<Kernel> Aff_transformation_3;
|
||||||
|
|
||||||
typedef Cartesian_coordinate_iterator_2<Kernel>
|
typedef Cartesian_coordinate_iterator_2<Kernel> Cartesian_const_iterator_2;
|
||||||
Cartesian_coordinate_const_iterator_2;
|
typedef Cartesian_coordinate_iterator_3<Kernel> Cartesian_const_iterator_3;
|
||||||
typedef Cartesian_coordinate_iterator_3<Kernel>
|
|
||||||
Cartesian_coordinate_const_iterator_3;
|
|
||||||
|
|
||||||
// Undocumented stuff.
|
// Undocumented stuff.
|
||||||
typedef Data_accessorC2<Kernel> Data_accessor_2;
|
typedef Data_accessorC2<Kernel> Data_accessor_2;
|
||||||
|
|
|
||||||
|
|
@ -102,8 +102,8 @@ namespace CartesianKernelFunctors {
|
||||||
using CommonKernelFunctors::Construct_vertex_3;
|
using CommonKernelFunctors::Construct_vertex_3;
|
||||||
using CommonKernelFunctors::Construct_bbox_2;
|
using CommonKernelFunctors::Construct_bbox_2;
|
||||||
using CommonKernelFunctors::Construct_bbox_3;
|
using CommonKernelFunctors::Construct_bbox_3;
|
||||||
using CommonKernelFunctors::Construct_cartesian_coordinate_const_iterator_2;
|
using CommonKernelFunctors::Construct_cartesian_const_iterator_2;
|
||||||
using CommonKernelFunctors::Construct_cartesian_coordinate_const_iterator_3;
|
using CommonKernelFunctors::Construct_cartesian_const_iterator_3;
|
||||||
using CommonKernelFunctors::Counterclockwise_in_between_2;
|
using CommonKernelFunctors::Counterclockwise_in_between_2;
|
||||||
using CommonKernelFunctors::Do_intersect_2;
|
using CommonKernelFunctors::Do_intersect_2;
|
||||||
using CommonKernelFunctors::Do_intersect_3;
|
using CommonKernelFunctors::Do_intersect_3;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue