mirror of https://github.com/CGAL/cgal
Traits API revisited
This commit is contained in:
parent
09e5e60229
commit
1ad1b2ce92
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue