mirror of https://github.com/CGAL/cgal
Replaced Kernel with CGAL::Cartesian<double>
This commit is contained in:
parent
498835cd5c
commit
c4825d97dd
|
|
@ -25,7 +25,7 @@ The class \ccRefName\ implements incremental nearest and furthest neighbor searc
|
|||
\ccParameters
|
||||
|
||||
Expects for the first template argument a model of the concept \ccc{SearchTraits},
|
||||
for example \ccc{CGAL::Search_traits_2<Kernel>}.
|
||||
for example \ccc{CGAL::Search_traits_2<CGAL::Cartesian<double> >}.
|
||||
|
||||
Expects for the second template argument a model of the
|
||||
concept \ccc{GeneralDistance}. The default type is
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@ using an orthogonal distance class.
|
|||
\ccParameters
|
||||
|
||||
Expects for the first template argument an implementation of the concept \ccc{SearchTraits},
|
||||
for example \ccc{CGAL::Kd_tree_traits_2<Kernel>}.
|
||||
for example \ccc{CGAL::Kd_tree_traits_2<CGAL::Cartesian<double> >}.
|
||||
|
||||
Expects for the second template argument a model of the
|
||||
concept \ccc{GeneralDistance}. The default type is
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@ The class \ccRefName\ implements incremental nearest and furthest neighbor searc
|
|||
\ccParameters
|
||||
|
||||
Expects for the first template argument a model of the concept \ccc{SearchTraits},
|
||||
for example \ccc{CGAL::Search_traits_2<Kernel>}.
|
||||
for example \ccc{CGAL::Search_traits_2<CGAL::Cartesian<double> >}.
|
||||
|
||||
Expects for the second template argument a model of the
|
||||
concept \ccc{GeneralDistance}. The default type is
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@ using an orthogonal distance class.
|
|||
\ccParameters
|
||||
|
||||
Expects for the first template argument an implementation of the concept \ccc{SearchTraits},
|
||||
for example \ccc{CGAL::Kd_tree_traits_2<Kernel>}.
|
||||
for example \ccc{CGAL::Kd_tree_traits_2<CGAL::Cartesian<double> >}.
|
||||
|
||||
Expects for the second template argument a model of the
|
||||
concept \ccc{GeneralDistance}. The default type is
|
||||
|
|
|
|||
Loading…
Reference in New Issue