- Changed CartesianCoordinateConstIterator to CartesianConstIterator

This commit is contained in:
Andreas Fabri 2003-09-17 12:09:44 +00:00
parent b9108e76a8
commit cb15a3506e
3 changed files with 7 additions and 6 deletions

View File

@ -1,3 +1,6 @@
Version 6.98 (17 September 2003)
- Changed CartesianCoordinateConstIterator to CartesianConstIterator
Version 6.97 (8 September 2003)
- bug fix in Segment_2.h

View File

@ -107,10 +107,8 @@ struct Cartesian_base
typedef SphereC3<Kernel> Sphere_3;
typedef Aff_transformationC3<Kernel> Aff_transformation_3;
typedef Cartesian_coordinate_iterator_2<Kernel>
Cartesian_coordinate_const_iterator_2;
typedef Cartesian_coordinate_iterator_3<Kernel>
Cartesian_coordinate_const_iterator_3;
typedef Cartesian_coordinate_iterator_2<Kernel> Cartesian_const_iterator_2;
typedef Cartesian_coordinate_iterator_3<Kernel> Cartesian_const_iterator_3;
// Undocumented stuff.
typedef Data_accessorC2<Kernel> Data_accessor_2;

View File

@ -102,8 +102,8 @@ namespace CartesianKernelFunctors {
using CommonKernelFunctors::Construct_vertex_3;
using CommonKernelFunctors::Construct_bbox_2;
using CommonKernelFunctors::Construct_bbox_3;
using CommonKernelFunctors::Construct_cartesian_coordinate_const_iterator_2;
using CommonKernelFunctors::Construct_cartesian_coordinate_const_iterator_3;
using CommonKernelFunctors::Construct_cartesian_const_iterator_2;
using CommonKernelFunctors::Construct_cartesian_const_iterator_3;
using CommonKernelFunctors::Counterclockwise_in_between_2;
using CommonKernelFunctors::Do_intersect_2;
using CommonKernelFunctors::Do_intersect_3;