moved Intersection_category typedef to main class

This commit is contained in:
Efi Fogel 2002-12-29 13:02:29 +00:00
parent 27e2008e9d
commit 74f7003dfe
1 changed files with 1 additions and 2 deletions

View File

@ -34,7 +34,6 @@ template <class NT>
class Circ_Curve {
public:
typedef Lazy_intersection_tag Intersection_category;
typedef Cartesian<NT> Kernel;
typedef typename Kernel::Point_2 Point_2;
typedef typename Kernel::Circle_2 Circle_2;
@ -114,7 +113,7 @@ private:
template <class _NT>
class Arr_circles_real_traits {
public:
typedef Lazy_intersection_tag Intersection_category;
typedef _NT NT;
//the difference between Curve and X_curve is semantical only,