mirror of https://github.com/CGAL/cgal
Add PkgDescription
This commit is contained in:
parent
85bf7d2def
commit
8ff685a379
|
|
@ -1307,6 +1307,7 @@ Circular_kernel_3/test/Circular_kernel_3/makefile -text
|
|||
Circular_kernel_3/test/Circular_kernel_3/test_Lazy_Spherical_kernel.cpp -text
|
||||
Circular_kernel_3/test/Circular_kernel_3/test_Lazy_spherical_kernel_basics.cpp -text
|
||||
Circular_kernel_3/test/Circular_kernel_3/test_Spherical_kernel_basics.cpp -text
|
||||
Circulator/doc_tex/Circulator/circulator.png -text
|
||||
Convex_decomposition_3/demo/Convex_decomposition_3/star.nef3 -text
|
||||
Convex_decomposition_3/doc_tex/Convex_decomposition_3/PkgDescription.tex -text
|
||||
Convex_decomposition_3/doc_tex/Convex_decomposition_3/fig/teaser.png -text
|
||||
|
|
|
|||
|
|
@ -0,0 +1,13 @@
|
|||
\begin{ccPkgDescription}{Handles and Circulators\label{Pkg:HandlesAndCirculators}}
|
||||
\ccPkgHowToCiteCgal{cgal:dksy-hc-08}
|
||||
|
||||
\ccPkgSummary{This package descibes handles and circulators. They are related to
|
||||
iterators. Handles allow to dereference but neither to increment nor to decrement.
|
||||
Circulators have no notion of past-the-end, and they are used in \cgal\ whenever
|
||||
we have cyclic stuctures.
|
||||
}
|
||||
|
||||
\ccPkgIntroducedInCGAL{1.0}
|
||||
\ccPkgLicense{\ccLicenseLGPL}
|
||||
\ccPkgIllustration{Circulator/circulator.png}{Circulator/circulator.png}
|
||||
\end{ccPkgDescription}
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 29 KiB |
|
|
@ -11,6 +11,8 @@
|
|||
\ccChapterAuthor{Olivier Devillers \and Lutz Kettner \and Michael Seel
|
||||
\and Mariette Yvinec}
|
||||
|
||||
\input{Circulator/PkgDescription.tex}
|
||||
|
||||
\minitoc
|
||||
|
||||
\input{Circulator/handle}
|
||||
|
|
|
|||
Loading…
Reference in New Issue