Added a couple of nested definitions

This commit is contained in:
Efi Fogel 2010-04-25 14:04:25 +00:00
parent d99fec0b97
commit d0b6a3a55a
1 changed files with 3 additions and 0 deletions

View File

@ -43,6 +43,9 @@ public:
typedef Kernel_ Kernel;
typedef typename Kernel::FT NT;
typedef typename Kernel::Point_2 Rational_point_2;
typedef typename Kernel::Segment_2 Rational_segment_2;
typedef typename Kernel::Circle_2 Rational_circle_2;
typedef _One_root_point_2<NT, Filter_> Point_2;
typedef typename Point_2::CoordNT CoordNT;
typedef _Circle_segment_2<Kernel, Filter_> Curve_2;