Replaced Kernel with CGAL::Cartesian<double>

This commit is contained in:
Andreas Fabri 2004-01-15 21:14:56 +00:00
parent 498835cd5c
commit c4825d97dd
4 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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