*** empty log message ***

This commit is contained in:
Andreas Fabri 2003-11-19 17:03:31 +00:00
parent 9735a9427f
commit e8b6f3e83f
16 changed files with 24 additions and 22 deletions

View File

@ -47,7 +47,7 @@ OrthogonalDistance
\ccOperations
\ccMethod{FT transformed_distance(Point_d q, Point_d p);}{Returns the squared Euclidean distance between \ccc{q} and \ccc{p}.}
\ccMethod{FT transformed_distance(Point_d q, Point_d p);}{Returns the squared Euclidean distance between~\ccc{q} and~\ccc{p}.}
\ccMethod{FT min_distance_to_rectangle(Point_d q, Kd_tree_rectangle<FT> r);}
{Returns the squared Euclidean distance between \ccc{q} and

View File

@ -39,7 +39,7 @@ for example \ccc{CGAL::Cartesian_d<double>::Sphere_d}.
\ccIsModel
GeneralDistance
\ccc{GeneralDistance}
\ccTypes

View File

@ -27,7 +27,7 @@ by a $d$-dim square with side length $\epsilon$.
\ccParameters
Expects for the template argument a model of the concept
\ccc{SearchTraits}, for example \ccc{CGAL::Search_traits_2<Kernel>}.
\ccc{SearchTraits}, for example \ccc{CGAL::Search_traits_2<CGAL::Simple_cartesian<double> >}.
Expects for the second template argument a model
of the concept \ccc{IsoBox}, for example \ccc{CGAL::Iso_rectangle_2<Kernel>}.

View File

@ -29,7 +29,7 @@ as inner approximation a sphere with radius $r-\epsilon$.
Expects for the template argument a model of the concept
\ccc{SearchTraits}, for example \ccc{CGAL::Search_traits_2<Kernel>}.
\ccc{SearchTraits}, for example \ccc{CGAL::Search_traits_2<CGAL::Cartesian_d<double> >}.
\ccIsModel

View File

@ -34,7 +34,7 @@ e.g., for an Euclidian distance the transformed distance is the squared Euclidea
\ccOperations
\ccMethod{FT distance(Query_item q, Point_d r);}{Returns the transformed distance between \ccc{q} and \ccc{r}.}
\ccMethod{FT transformed_distance(Query_item q, Point_d r);}{Returns the transformed distance between \ccc{q} and~\ccc{r}.}
\ccMethod{FT min_distance_to_rectangle(Query_item q, Kd_tree_rectangle<FT> r);}
{Returns the transformed distance between \ccc{q} and

View File

@ -53,12 +53,13 @@ for example \ccc{CGAL::Cartesian<double>::Iso_cuboid_3}.
\ccOperations
\ccMethod{FT transformed distance(IsoBox b, Point_d p);}{Returns the transformed
distance between \ccc{b} and \ccc{p}.}
\ccMethod{FT transformed_distance(FT d);} {Returns $d$.}
\ccMethod{FT inverse_of_transformed_distance(FT d);} {Returns $d$.}
\ccMethod{FT distance(IsoBox b, Point_d p);}{Returns the distance between \ccc{b} and \ccc{p}.}
\ccMethod{FT min_distance_to_rectangle(IsoBox b, Kd_tree_rectangle<Traits> r);}
{Returns the minimal distance between a point from \ccc{b} and a point from
\ccc{r}.}

View File

@ -46,7 +46,7 @@ $d$-dimensional query items.
\ccOperations
\ccMethod{FT distance(Point_d q, Point_d r);}{Returns the transformed distance between \ccc{q} and \ccc{r}.}
\ccMethod{FT transformed_distance(Point_d q, Point_d r);}{Returns the transformed distance between \ccc{q} and~\ccc{r}.}
\ccMethod{FT min_distance_to_rectangle(Point_d q, Kd_tree_rectangle<Traits> r);}
{Returns the transformed distance between \ccc{q} and

View File

@ -56,7 +56,7 @@ The values in the iterator range \ccc{[wb,we)} are the weight. }
\ccOperations
\ccMethod{FT distance(Point q, Point r);}{Returns $d^{power}$,
\ccMethod{FT transformed_distance(Point q, Point r);}{Returns $d^{power}$,
where $d$ denotes the distance between \ccc{q} and \ccc{r}.}
\ccMethod{FT min_distance_to_rectangle(Point q, Kd_tree_rectangle<Traits> r;);}
@ -78,8 +78,8 @@ and returns the updated distance.}
\ccSeeAlso
\ccc{OrthogonalDistance},\\
\ccc{CGAL::Euclidean_distance<Traits>}.
\ccc{OrthogonalDistance}\\
\ccc{CGAL::Euclidean_distance<Traits>}
\end{ccRefClass}

View File

@ -47,7 +47,7 @@ OrthogonalDistance
\ccOperations
\ccMethod{FT transformed_distance(Point_d q, Point_d p);}{Returns the squared Euclidean distance between \ccc{q} and \ccc{p}.}
\ccMethod{FT transformed_distance(Point_d q, Point_d p);}{Returns the squared Euclidean distance between~\ccc{q} and~\ccc{p}.}
\ccMethod{FT min_distance_to_rectangle(Point_d q, Kd_tree_rectangle<FT> r);}
{Returns the squared Euclidean distance between \ccc{q} and

View File

@ -39,7 +39,7 @@ for example \ccc{CGAL::Cartesian_d<double>::Sphere_d}.
\ccIsModel
GeneralDistance
\ccc{GeneralDistance}
\ccTypes

View File

@ -27,7 +27,7 @@ by a $d$-dim square with side length $\epsilon$.
\ccParameters
Expects for the template argument a model of the concept
\ccc{SearchTraits}, for example \ccc{CGAL::Search_traits_2<Kernel>}.
\ccc{SearchTraits}, for example \ccc{CGAL::Search_traits_2<CGAL::Simple_cartesian<double> >}.
Expects for the second template argument a model
of the concept \ccc{IsoBox}, for example \ccc{CGAL::Iso_rectangle_2<Kernel>}.

View File

@ -29,7 +29,7 @@ as inner approximation a sphere with radius $r-\epsilon$.
Expects for the template argument a model of the concept
\ccc{SearchTraits}, for example \ccc{CGAL::Search_traits_2<Kernel>}.
\ccc{SearchTraits}, for example \ccc{CGAL::Search_traits_2<CGAL::Cartesian_d<double> >}.
\ccIsModel

View File

@ -34,7 +34,7 @@ e.g., for an Euclidian distance the transformed distance is the squared Euclidea
\ccOperations
\ccMethod{FT distance(Query_item q, Point_d r);}{Returns the transformed distance between \ccc{q} and \ccc{r}.}
\ccMethod{FT transformed_distance(Query_item q, Point_d r);}{Returns the transformed distance between \ccc{q} and~\ccc{r}.}
\ccMethod{FT min_distance_to_rectangle(Query_item q, Kd_tree_rectangle<FT> r);}
{Returns the transformed distance between \ccc{q} and

View File

@ -53,12 +53,13 @@ for example \ccc{CGAL::Cartesian<double>::Iso_cuboid_3}.
\ccOperations
\ccMethod{FT transformed distance(IsoBox b, Point_d p);}{Returns the transformed
distance between \ccc{b} and \ccc{p}.}
\ccMethod{FT transformed_distance(FT d);} {Returns $d$.}
\ccMethod{FT inverse_of_transformed_distance(FT d);} {Returns $d$.}
\ccMethod{FT distance(IsoBox b, Point_d p);}{Returns the distance between \ccc{b} and \ccc{p}.}
\ccMethod{FT min_distance_to_rectangle(IsoBox b, Kd_tree_rectangle<Traits> r);}
{Returns the minimal distance between a point from \ccc{b} and a point from
\ccc{r}.}

View File

@ -46,7 +46,7 @@ $d$-dimensional query items.
\ccOperations
\ccMethod{FT distance(Point_d q, Point_d r);}{Returns the transformed distance between \ccc{q} and \ccc{r}.}
\ccMethod{FT transformed_distance(Point_d q, Point_d r);}{Returns the transformed distance between \ccc{q} and~\ccc{r}.}
\ccMethod{FT min_distance_to_rectangle(Point_d q, Kd_tree_rectangle<Traits> r);}
{Returns the transformed distance between \ccc{q} and

View File

@ -56,7 +56,7 @@ The values in the iterator range \ccc{[wb,we)} are the weight. }
\ccOperations
\ccMethod{FT distance(Point q, Point r);}{Returns $d^{power}$,
\ccMethod{FT transformed_distance(Point q, Point r);}{Returns $d^{power}$,
where $d$ denotes the distance between \ccc{q} and \ccc{r}.}
\ccMethod{FT min_distance_to_rectangle(Point q, Kd_tree_rectangle<Traits> r;);}
@ -78,8 +78,8 @@ and returns the updated distance.}
\ccSeeAlso
\ccc{OrthogonalDistance},\\
\ccc{CGAL::Euclidean_distance<Traits>}.
\ccc{OrthogonalDistance}\\
\ccc{CGAL::Euclidean_distance<Traits>}
\end{ccRefClass}