mirror of https://github.com/CGAL/cgal
remove end-of-line blanks
This commit is contained in:
parent
8f569aa382
commit
1ad6e53cbd
|
|
@ -1,18 +1,18 @@
|
|||
\begin{ccRefConcept}{Kernel}
|
||||
The concept of a {\em kernel} is defined by a set of requirements on
|
||||
the provision of certain types and access member functions to create
|
||||
the provision of certain types and access member functions to create
|
||||
objects of these types. The types are function object classes to be used
|
||||
within the algorithms and data structures in the basic library of \cgal.
|
||||
This allows you to use any model of a kernel as a traits class in
|
||||
the \cgal\ algorithms and data structures, unless they require types
|
||||
beyond those provided by a kernel.
|
||||
within the algorithms and data structures of \cgal.
|
||||
This allows you to use any model of a kernel as a traits class in
|
||||
the \cgal\ algorithms and data structures, unless they require types
|
||||
beyond those provided by a kernel.
|
||||
|
||||
%A kernel subsumes the concepts of {\em two-dimensional kernel},
|
||||
%{\em three-dimensional kernel}, and {\em $d$-dimensional kernel}.
|
||||
|
||||
A kernel provides types, construction objects, and generalized predicates.
|
||||
The former replace constructors of the kernel classes and constructive
|
||||
procedures in the kernel. There are also function objects replacing operators,
|
||||
A kernel provides types, construction objects, and generalized predicates.
|
||||
The former replace constructors of the kernel classes and constructive
|
||||
procedures in the kernel. There are also function objects replacing operators,
|
||||
especially for equality testing.
|
||||
|
||||
\ccHasModels
|
||||
|
|
@ -536,4 +536,4 @@ example, for the function object
|
|||
|
||||
\ccc{Kernel_d}
|
||||
|
||||
\end{ccRefConcept}
|
||||
\end{ccRefConcept}
|
||||
|
|
|
|||
Loading…
Reference in New Issue