Traits API revisited

This commit is contained in:
Efi Fogel 2007-11-16 21:55:42 +00:00
parent 09e5e60229
commit 1ad1b2ce92
2 changed files with 2 additions and 0 deletions

View File

@ -130,6 +130,7 @@ class Gps_agg_meta_traits :
typedef typename Base::Point_2 Point_2;
typedef typename Traits::Has_left_category Has_left_category;
typedef typename Traits::Has_boundary_category Has_boundary_category;
typedef typename Traits::Boundary_category Boundary_category;
typedef typename Traits::Has_merge_category Has_merge_category;
typedef typename Base::Curve_data Curve_data;

View File

@ -48,6 +48,7 @@ public:
typedef typename Base::Compare_endpoints_xy_2 Base_Compare_endpoints_xy_2;
typedef typename Base::Construct_opposite_2 Base_Construct_opposite_2;
typedef typename Base::Has_boundary_category Has_boundary_category;
typedef typename Base::Boundary_category Boundary_category;
typedef typename Base::Has_left_category Has_left_category;
typedef typename Base::Has_merge_category Has_merge_category;