CGAL 6.1 - 2D Arrangements
Loading...
Searching...
No Matches
AosLandmarkTraits_2 Class Reference

#include <Concepts/AosLandmarkTraits_2.h>

Definition

The concept AosLandmarkTraits_2 refines the traits concepts AosApproximatePointTraits_2 and AosConstructXMonotoneCurveTraits_2. The type of an arrangement associated with the landmark point-location strategy (see CGAL::Arr_landmarks_point_location) must be an instance of the CGAL::Arrangement_2<Traits,Dcel> class template, where the Traits parameter is substituted by a model of this concept.

Refines
AosApproximatePointTraits_2
AosConstructXMonotoneCurveTraits_2
Has models
CGAL::Arr_conic_traits_2<RatKernel,AlgKernel,NtTraits>
CGAL::Arr_geodesic_arc_on_sphere_traits_2
CGAL::Arr_linear_traits_2<Kernel>
CGAL::Arr_non_caching_segment_traits_2<Kernel>
CGAL::Arr_segment_traits_2<Kernel>
CGAL::Arr_polycurve_traits_2<GeometryTraits_2>
CGAL::Arr_polyline_traits_2<SegmentTraits_2>
CGAL::Arr_rational_function_traits_2
See also
AosXMonotoneTraits_2
AosTraits_2<AlgebraicKernel_d_1>