replace Bounded_volume -> Bounding_volume, step (1)

This commit is contained in:
Andreas Meyer 2007-06-05 12:29:54 +00:00
parent a0829ddc8b
commit 3d216d4abc
15 changed files with 46 additions and 47 deletions

View File

@ -1,8 +1,8 @@
\input{Bounded_volumes_ref/Approximate_min_ellipsoid_d.tex} \input{Bounding_volumes_ref/Approximate_min_ellipsoid_d.tex}
\input{Bounded_volumes_ref/ApproximateMinEllipsoid_d_Traits_d.tex} \input{Bounding_volumes_ref/ApproximateMinEllipsoid_d_Traits_d.tex}
\input{Bounded_volumes_ref/Approximate_min_ellipsoid_d_traits_2} \input{Bounding_volumes_ref/Approximate_min_ellipsoid_d_traits_2}
\input{Bounded_volumes_ref/Approximate_min_ellipsoid_d_traits_3} \input{Bounding_volumes_ref/Approximate_min_ellipsoid_d_traits_3}
\input{Bounded_volumes_ref/Approximate_min_ellipsoid_d_traits_d} \input{Bounding_volumes_ref/Approximate_min_ellipsoid_d_traits_d}

View File

@ -10,9 +10,8 @@
// This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE // This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
// WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. // WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
// //
// $Source: /KM/projects/ecg/CVS/BMTools/parser/src/check_syntax.C,v $ // $URL$
// $Revision$ $Date$ // $Id$
// $Name: $
// //
// Author(s) : Andreas Meyer // Author(s) : Andreas Meyer
**************************************************************************/ **************************************************************************/

View File

@ -136,7 +136,7 @@
\entry{\part{Geometric Optimization\label{Part:GeometricOptimization}}} \entry{\part{Geometric Optimization\label{Part:GeometricOptimization}}}
\packageleftright{Bounded_volumes}{Bounded_volumes_ref} \packageleftright{Bounding_volumes}{Bounding_volumes_ref}
\packageleftright{Inscribed_areas}{Inscribed_areas_ref} \packageleftright{Inscribed_areas}{Inscribed_areas_ref}
\packageleftright{Polytope_distance_d}{Polytope_distance_d_ref} \packageleftright{Polytope_distance_d}{Polytope_distance_d_ref}
\packageleftright{Principal_component_analysis}{Principal_component_analysis_ref} \packageleftright{Principal_component_analysis}{Principal_component_analysis_ref}

View File

@ -1,3 +1,3 @@
\input{Bounded_volumes_ref/spec_rectangular_p_centers} \input{Bounding_volumes_ref/spec_rectangular_p_centers}

View File

@ -5,6 +5,6 @@
\ccPropagateThreeToTwoColumns} \ccPropagateThreeToTwoColumns}
\input{Bounded_volumes_ref/Min_annulus_d} \input{Bounding_volumes_ref/Min_annulus_d}

View File

@ -7,10 +7,10 @@
\input{Bounded_volumes_ref/Min_circle_2.tex} \input{Bounding_volumes_ref/Min_circle_2.tex}
\input{Bounded_volumes_ref/Min_circle_2_traits_2.tex} \input{Bounding_volumes_ref/Min_circle_2_traits_2.tex}
\input{Bounded_volumes_ref/MinCircle2Traits.tex} \input{Bounding_volumes_ref/MinCircle2Traits.tex}

View File

@ -6,10 +6,10 @@
\ccPropagateThreeToTwoColumns} \ccPropagateThreeToTwoColumns}
\input{Bounded_volumes_ref/Min_ellipse_2.tex} \input{Bounding_volumes_ref/Min_ellipse_2.tex}
\input{Bounded_volumes_ref/Min_ellipse_2_traits_2.tex} \input{Bounding_volumes_ref/Min_ellipse_2_traits_2.tex}
\input{Bounded_volumes_ref/MinEllipse2Traits.tex} \input{Bounding_volumes_ref/MinEllipse2Traits.tex}

View File

@ -1 +1 @@
\input{Bounded_volumes_ref/spec_oops.tex} \input{Bounding_volumes_ref/spec_oops.tex}

View File

@ -4,8 +4,8 @@
\ccc{min_sphere} of type \ccc{CGAL_Min_sphere_d<Traits>}.} \ccc{min_sphere} of type \ccc{CGAL_Min_sphere_d<Traits>}.}
\ccPropagateThreeToTwoColumns}{}} \ccPropagateThreeToTwoColumns}{}}
\input{Bounded_volumes_ref/Min_sphere_d} \input{Bounding_volumes_ref/Min_sphere_d}
\input{Bounded_volumes_ref/MinSphereAnnulusDTraits} \input{Bounding_volumes_ref/MinSphereAnnulusDTraits}
\input{Bounded_volumes_ref/Min_sphere_annulus_d_traits_2} \input{Bounding_volumes_ref/Min_sphere_annulus_d_traits_2}
\input{Bounded_volumes_ref/Min_sphere_annulus_d_traits_3} \input{Bounding_volumes_ref/Min_sphere_annulus_d_traits_3}
\input{Bounded_volumes_ref/Min_sphere_annulus_d_traits_d} \input{Bounding_volumes_ref/Min_sphere_annulus_d_traits_d}

View File

@ -1,6 +1,6 @@
\input{Bounded_volumes_ref/Min_sphere_of_spheres_d} \input{Bounding_volumes_ref/Min_sphere_of_spheres_d}
\input{Bounded_volumes_ref/MinSphereOfSpheresTraits} \input{Bounding_volumes_ref/MinSphereOfSpheresTraits}
\input{Bounded_volumes_ref/Traits_model_2} \input{Bounding_volumes_ref/Traits_model_2}
\input{Bounded_volumes_ref/Traits_model_3} \input{Bounding_volumes_ref/Traits_model_3}
\input{Bounded_volumes_ref/Traits_model_d} \input{Bounding_volumes_ref/Traits_model_d}

View File

@ -19,5 +19,5 @@
\ccPkgDemo{Smallest Enclosing Ellipse}{demo/min_elipse_2.zip} \ccPkgDemo{Smallest Enclosing Ellipse}{demo/min_elipse_2.zip}
\ccPkgDemo{Smallest Enclosing Quadrilateral}{demo/min_quadrilateral_2.zip} \ccPkgDemo{Smallest Enclosing Quadrilateral}{demo/min_quadrilateral_2.zip}
\ccPkgDemo{2D Rectangular p-center}{demo/rectangular_p_center_2.zip} \ccPkgDemo{2D Rectangular p-center}{demo/rectangular_p_center_2.zip}
\ccPkgIllustration{Bounded_volumes/minCircle.png}{Bounded_volumes/minCircle.png} \ccPkgIllustration{Bounding_volumes/minCircle.png}{Bounding_volumes/minCircle.png}
\end{ccPkgDescription} \end{ccPkgDescription}

View File

@ -8,5 +8,5 @@
\ccTexHtml{\thispagestyle{empty}}{} \ccTexHtml{\thispagestyle{empty}}{}
\input{Bounded_volumes/PkgDescription.tex} \input{Bounding_volumes/PkgDescription.tex}
\input{Bounded_volumes/user_part.tex} \input{Bounding_volumes/user_part.tex}

View File

@ -7,7 +7,7 @@
\begin{ccTexOnly} \begin{ccTexOnly}
\begin{center} \begin{center}
\includegraphics[width=4cm]{Bounded_volumes/ball} \includegraphics[width=4cm]{Bounding_volumes/ball}
%%\leavevmode\epsfxsize8cm\epsffile{ball.eps} %%\leavevmode\epsfxsize8cm\epsffile{ball.eps}
\end{center} \end{center}
\end{ccTexOnly} \end{ccTexOnly}
@ -49,7 +49,7 @@ approximation ratio (\ccc{CGAL::Approximate_min_ellipsoid_d<Traits>}).
\begin{ccTexOnly} \begin{ccTexOnly}
\begin{center} \begin{center}
\includegraphics[width=4cm]{Bounded_volumes/annulus} \includegraphics[width=4cm]{Bounding_volumes/annulus}
%%\leavevmode\epsfxsize8cm\epsffile{annulus.eps} %%\leavevmode\epsfxsize8cm\epsffile{annulus.eps}
\end{center} \end{center}
\end{ccTexOnly} \end{ccTexOnly}
@ -102,7 +102,7 @@ three boxes; the center points are shown in red.
\begin{ccTexOnly} \begin{ccTexOnly}
\begin{center} \begin{center}
\includegraphics[width=5cm]{Bounded_volumes/pcenter} \includegraphics[width=5cm]{Bounding_volumes/pcenter}
\end{center} \end{center}
\end{ccTexOnly} \end{ccTexOnly}

View File

@ -76,19 +76,19 @@ checking off, cf.~Section~\ref{sec:checks}.
\input{Bounded_volumes_ref/main_Min_circle_2.tex} \input{Bounding_volumes_ref/main_Min_circle_2.tex}
\input{Bounded_volumes_ref/main_Min_ellipse_2.tex} \input{Bounding_volumes_ref/main_Min_ellipse_2.tex}
\input{Bounded_volumes_ref/main_Min_quadrilateral_2.tex} \input{Bounding_volumes_ref/main_Min_quadrilateral_2.tex}
\input{Bounded_volumes_ref/main_Rectangular_p_centers.tex} \input{Bounding_volumes_ref/main_Rectangular_p_centers.tex}
\input{Bounded_volumes_ref/main_Min_sphere_d.tex} \input{Bounding_volumes_ref/main_Min_sphere_d.tex}
\input{Bounded_volumes_ref/main_Min_annulus_d.tex} \input{Bounding_volumes_ref/main_Min_annulus_d.tex}
\input{Bounded_volumes_ref/main_Min_sphere_of_spheres_d.tex} \input{Bounding_volumes_ref/main_Min_sphere_of_spheres_d.tex}
\input{Bounded_volumes_ref/main_Approximate_min_ellipsoid_d.tex} \input{Bounding_volumes_ref/main_Approximate_min_ellipsoid_d.tex}
\input{Bounded_volumes_ref/Min_sphere_annulus_d_traits_2.tex} \input{Bounding_volumes_ref/Min_sphere_annulus_d_traits_2.tex}
\input{Bounded_volumes_ref/Min_sphere_annulus_d_traits_3.tex} \input{Bounding_volumes_ref/Min_sphere_annulus_d_traits_3.tex}
\input{Bounded_volumes_ref/Min_sphere_annulus_d_traits_d.tex} \input{Bounding_volumes_ref/Min_sphere_annulus_d_traits_d.tex}
\input{Bounded_volumes_ref/MinSphereAnnulusDTraits.tex} \input{Bounding_volumes_ref/MinSphereAnnulusDTraits.tex}

View File

@ -1,3 +1,3 @@
\input{Bounded_volumes_ref/intro.tex} \input{Bounding_volumes_ref/intro.tex}