mirror of https://github.com/CGAL/cgal
Removed the requirement for Approximate_kernel
This commit is contained in:
parent
b9915fed10
commit
bf4fce5e61
|
|
@ -3573,12 +3573,11 @@ of the curves.
|
||||||
The `AosApproximateTraits_2` refines the concept
|
The `AosApproximateTraits_2` refines the concept
|
||||||
`AosApproximatePointTraits_2`. In addition to the type
|
`AosApproximatePointTraits_2`. In addition to the type
|
||||||
`Approximate_number_type` required by the latter, a model of the
|
`Approximate_number_type` required by the latter, a model of the
|
||||||
`AosApproximateTraits_2` concept must define the types
|
`AosApproximateTraits_2` concept must define the type
|
||||||
`Approximate_kernel` and `Approximate_point_2`, which are
|
`Approximate_point_2`, which is typically defined as
|
||||||
typically defined as `CGAL::Cartesian<Approximate_number_type>`
|
`CGAL::Cartesian<Approximate_number_type>::Point_2`. Also, it must
|
||||||
and `Approximate_kernel::Point_2`, respectively. Also, it
|
support the operations below (in addition to the operation required by
|
||||||
must support the operations below (in addition to the operation
|
the concept `AosApproximatePointTraits_2`).
|
||||||
required by the concept `AosApproximatePointTraits_2`).
|
|
||||||
|
|
||||||
<DL>
|
<DL>
|
||||||
<DT>\link AosApproximateTraits_2::Approximate_2 <B>`Approximate_2`</B>\endlink:
|
<DT>\link AosApproximateTraits_2::Approximate_2 <B>`Approximate_2`</B>\endlink:
|
||||||
|
|
|
||||||
|
|
@ -24,9 +24,6 @@ public:
|
||||||
/// \name Types
|
/// \name Types
|
||||||
/// @{
|
/// @{
|
||||||
|
|
||||||
//! the approximate kernel.
|
|
||||||
typedef unspecified_type Approximate_kernel;
|
|
||||||
|
|
||||||
//! the approximate point.
|
//! the approximate point.
|
||||||
typedef unspecified_type Approximate_point_2;
|
typedef unspecified_type Approximate_point_2;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue