From 19bc9067dbb7fe7d6c8fecf12c07a58bf21fe35d Mon Sep 17 00:00:00 2001 From: Sylvain Pion Date: Tue, 1 Aug 2006 12:07:15 +0000 Subject: [PATCH] - Isolate 3D aff_transformations as well. --- Filtered_kernel/include/CGAL/Lazy_kernel.h | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/Filtered_kernel/include/CGAL/Lazy_kernel.h b/Filtered_kernel/include/CGAL/Lazy_kernel.h index 1c1c9a62505..7037192e3f6 100644 --- a/Filtered_kernel/include/CGAL/Lazy_kernel.h +++ b/Filtered_kernel/include/CGAL/Lazy_kernel.h @@ -72,10 +72,6 @@ public: typedef Lazy Triangle_2; typedef Lazy Circle_2; typedef Lazy Iso_rectangle_2; - // Aff_transformation_2 operations are not functorized, so treat it as - // an exterior object for now. - //typedef Lazy Aff_transformation_2; - typedef CGAL::Aff_transformationC2 Aff_transformation_2; typedef Cartesian_coordinate_iterator_2 Cartesian_const_iterator_2; typedef Lazy Data_accessor_2; typedef Lazy Conic_2; @@ -91,9 +87,15 @@ public: typedef Lazy Tetrahedron_3; typedef Lazy Sphere_3; typedef Lazy Iso_cuboid_3; - typedef Lazy Aff_transformation_3; typedef Lazy Cartesian_const_iterator_3; + // Aff_transformation_2/3 operations are not functorized, so treat it as + // an exterior object for now. + //typedef Lazy Aff_transformation_2; + //typedef Lazy Aff_transformation_3; + typedef CGAL::Aff_transformationC2 Aff_transformation_2; + typedef CGAL::Aff_transformationC3 Aff_transformation_3; + // We don't touch the predicates. #define CGAL_Kernel_pred(P, Pf) \