mirror of https://github.com/CGAL/cgal
side tags inherited
This commit is contained in:
parent
a921c23926
commit
509ad60c7f
|
|
@ -54,10 +54,10 @@ class Env_plane_traits_3 : public Arr_linear_traits_2<Kernel_>
|
||||||
typedef typename Kernel::Object_3 Object_3;
|
typedef typename Kernel::Object_3 Object_3;
|
||||||
typedef std::pair<Curve_2, Multiplicity> Intersection_curve;
|
typedef std::pair<Curve_2, Multiplicity> Intersection_curve;
|
||||||
|
|
||||||
typedef Arr_open_side_tag Arr_left_side_tag;
|
typedef Base::Arr_left_side_tag Arr_left_side_tag;
|
||||||
typedef Arr_open_side_tag Arr_bottom_side_tag;
|
typedef Base::Arr_bottom_side_tag Arr_bottom_side_tag;
|
||||||
typedef Arr_open_side_tag Arr_top_side_tag;
|
typedef Base::Arr_top_side_tag Arr_top_side_tag;
|
||||||
typedef Arr_open_side_tag Arr_righ_side_tag;
|
typedef Base::Arr_right_side_tag Arr_righ_side_tag;
|
||||||
|
|
||||||
class Is_vertical_3
|
class Is_vertical_3
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue