From db4472338a1ebd8e5ac1d5f70f8922a2db462b89 Mon Sep 17 00:00:00 2001 From: Monique Teillaud Date: Thu, 9 Mar 2006 14:05:58 +0000 Subject: [PATCH] things forgotten yesterday... --- .../AlgFunctorsConstruct.tex | 25 ------------------- .../Curved_kernel_ref/Arrangements_traits.tex | 6 ++--- .../BasicGeometricKernel.tex | 4 +-- .../Curved_kernel_ref/Circular_kernel.tex | 2 +- .../doc_tex/Curved_kernel_ref/intro.tex | 2 +- 5 files changed, 7 insertions(+), 32 deletions(-) diff --git a/Curved_kernel/doc_tex/Curved_kernel_ref/AlgFunctorsConstruct.tex b/Curved_kernel/doc_tex/Curved_kernel_ref/AlgFunctorsConstruct.tex index 19a4aac76f1..5a6fa99e2e1 100644 --- a/Curved_kernel/doc_tex/Curved_kernel_ref/AlgFunctorsConstruct.tex +++ b/Curved_kernel/doc_tex/Curved_kernel_ref/AlgFunctorsConstruct.tex @@ -73,16 +73,7 @@ with their multiplicity, as objects of type OutputIterator res);} {Same as previous.} -\ccHasModels - -\ccc{Algebraic_kernel_for_circles_2_2::Solve;} - -\ccSeeAlso - -\ccRefIdfierPage{CGAL::solve} - \end{ccRefConcept} - \begin{ccRefConcept}{AlgebraicKernelForCircles::XCriticalPoints} \ccDefinition @@ -104,14 +95,6 @@ A model \ccVar\ of this type must provide: bool i);} {Computes the \ccc{i}th \ccc{x}-critical point of polynomial \ccc{p}.} -\ccHasModels - -\ccc{Algebraic_kernel_for_circles_2_2::X_critical_points;} - -\ccSeeAlso - -\ccRefIdfierPage{CGAL::x_critical_points} - \end{ccRefConcept} \begin{ccRefConcept}{AlgebraicKernelForCircles::YCriticalPoints} @@ -134,12 +117,4 @@ A model \ccVar\ of this type must provide: bool i);} {Computes the \ccc{i}th \ccc{y}-critical point of polynomial \ccc{p}.} -\ccHasModels - -\ccc{Algebraic_kernel_for_circles_2_2::Y_critical_points;} - -\ccSeeAlso - -\ccRefIdfierPage{CGAL::y_critical_points} - \end{ccRefConcept} diff --git a/Curved_kernel/doc_tex/Curved_kernel_ref/Arrangements_traits.tex b/Curved_kernel/doc_tex/Curved_kernel_ref/Arrangements_traits.tex index a62dd70f985..5b72bf28d26 100644 --- a/Curved_kernel/doc_tex/Curved_kernel_ref/Arrangements_traits.tex +++ b/Curved_kernel/doc_tex/Curved_kernel_ref/Arrangements_traits.tex @@ -4,7 +4,7 @@ \ccDefinition -This class is a traits class for CGAL arrangements, built on top of a model of +This class is a traits class for \cgal\ arrangements, built on top of a model of concept \ccc{CircularKernel}. It provides curves of type \ccc{CGAL::Circular_arc_2}. @@ -18,7 +18,7 @@ It provides curves of type \ccc{CGAL::Circular_arc_2}. \ccDefinition -This class is a traits class for CGAL arrangements, built on top of a +This class is a traits class for \cgal\ arrangements, built on top of a model of concept \ccc{CircularKernel}. It provides curves of type \ccc{CGAL::Line_arc_2}. @@ -32,7 +32,7 @@ model of concept \ccc{CircularKernel}. It provides curves of type \ccDefinition -This class is a traits class for CGAL arrangements, built on top of a +This class is a traits class for \cgal\ arrangements, built on top of a model of concept \ccc{CircularKernel}. It provides curves that can be of both types \ccc{CGAL::Line_arc_2} or diff --git a/Curved_kernel/doc_tex/Curved_kernel_ref/BasicGeometricKernel.tex b/Curved_kernel/doc_tex/Curved_kernel_ref/BasicGeometricKernel.tex index d91f8ba0b51..c07b1b3774a 100644 --- a/Curved_kernel/doc_tex/Curved_kernel_ref/BasicGeometricKernel.tex +++ b/Curved_kernel/doc_tex/Curved_kernel_ref/BasicGeometricKernel.tex @@ -5,7 +5,7 @@ The geometric kernel parameter of \ccc{CGAL::Circular_kernel_2} is supposed to be a model of the \textit{(two-dimensional)} \ccc{Kernel} concept, so that the circular kernel provides all functionalities of a -CGAL kernel. +\cgal\ kernel. %In fact, even though all types and operations of the %\ccc{CGAL::Kernel} concept are required so that @@ -25,7 +25,7 @@ CGAL kernel. \ccHasModels -all CGAL kernels +All \cgal\ kernels \ccSeeAlso diff --git a/Curved_kernel/doc_tex/Curved_kernel_ref/Circular_kernel.tex b/Curved_kernel/doc_tex/Curved_kernel_ref/Circular_kernel.tex index 986b42ba40a..9711a7d2f13 100644 --- a/Curved_kernel/doc_tex/Curved_kernel_ref/Circular_kernel.tex +++ b/Curved_kernel/doc_tex/Curved_kernel_ref/Circular_kernel.tex @@ -10,7 +10,7 @@ The circular kernel is parameterized by a \ccc{LinearKernel} parameter (and derives from it), in order to reuse all needed functionalities on -basic linear objects provided by one of the CGAL kernels. It also +basic linear objects provided by one of the \cgal\ kernels. It also allows other implementations of these basic functionalities. The second parameter, \ccc{AlgebraicKernelForCircles}, is meant to provide the diff --git a/Curved_kernel/doc_tex/Curved_kernel_ref/intro.tex b/Curved_kernel/doc_tex/Curved_kernel_ref/intro.tex index e26487fd6ff..23f154fe43c 100644 --- a/Curved_kernel/doc_tex/Curved_kernel_ref/intro.tex +++ b/Curved_kernel/doc_tex/Curved_kernel_ref/intro.tex @@ -155,7 +155,7 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -\section{Traits Classes for CGAL Arrangements} +\section{Traits Classes for \cgal\ Arrangements} \ccRefIdfierPage{CGAL::Arr_circular_arc_traits}\\ \ccRefIdfierPage{CGAL::Arr_line_arc_traits}\\