replaced Boundary_category with side tags

This commit is contained in:
Eric Berberich 2009-05-19 00:10:44 +00:00
parent d2800b58a7
commit f967ac3494
1 changed files with 5 additions and 1 deletions

View File

@ -53,7 +53,11 @@ public:
typedef typename Base::Point_2 Point_2;
typedef typename Base::Has_left_category Has_left_category;
typedef typename Base::Boundary_category Boundary_category;
typedef typename Base::Arr_left_side_tag Arr_left_side_tag;
typedef typename Base::Arr_bottom_side_tag Arr_bottom_side_tag;
typedef typename Base::Arr_top_side_tag Arr_top_side_tag;
typedef typename Base::Arr_right_side_tag Arr_right_side_tag;
/* Insertion is implemented as sweep-line visitor. The sweep-line algorithm
* never never performs merging of curves. Therefore, AreMergeable_2 and