non-x-monotone arc

This commit is contained in:
Pavel Emeliyanenko 2008-04-03 13:58:44 +00:00
parent ef029a31b6
commit 348619e09d
1 changed files with 8 additions and 4 deletions

View File

@ -31,6 +31,8 @@
#include <CGAL/Curved_kernel_via_analysis_2/Point_2.h>
#include <CGAL/Curved_kernel_via_analysis_2/Arc_2.h>
#include <CGAL/Curved_kernel_via_analysis_2/Non_x_monotone_arc_2.h>
#include <CGAL/Curved_kernel_via_analysis_2/Curve_interval_arcno_cache.h>
#include <CGAL/Curved_kernel_via_analysis_2/Curved_kernel_via_analysis_2_functors.h>
@ -367,8 +369,10 @@ public:
//! type of weakly x-monotone arc for \c ArrangementTraits_2
typedef Arc_2 X_monotone_curve_2;
//!@}
//! type of non x-monotone arc on a curve that can be analyzed
typedef CGALi::Non_x_monotone_arc_2<Self> Non_x_monotone_arc_2;
//!@}
protected:
//!\name Protected base types
//!@{