CGAL 5.1 - 2D Arrangements
|
#include <Concepts/ArrangementApproximateTraits_2.h>
The concept ArrangementApproximateTraits_2
refines the basic traits concept ArrangementBasicTraits_2
. A model of this concept is able to approximate a point.
CGAL::Arr_conic_traits_2<RatKernel,AlgKernel,NtTraits>
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>
Types | |
typedef unspecified_type | Approximate_number_type |
the number type used to approximate point coordinates, e.g., double. More... | |
Functor Types | |
typedef unspecified_type | Approximate_2 |
models the concept ArrTraits::Approximate_2 . More... | |
Accessing Functor Objects | |
Approximate_2 | approximate_2_object () const |
typedef unspecified_type ArrangementApproximateTraits_2::Approximate_2 |
models the concept ArrTraits::Approximate_2
.
typedef unspecified_type ArrangementApproximateTraits_2::Approximate_number_type |
the number type used to approximate point coordinates, e.g., double.
Approximate_2 ArrangementApproximateTraits_2::approximate_2_object | ( | ) | const |