added traits class for Alpha_sahpes_3

This commit is contained in:
Mariette Yvinec 2009-06-30 13:35:46 +00:00
parent 8068c3bc38
commit 2dabe1ec03
2 changed files with 45 additions and 0 deletions

1
.gitattributes vendored
View File

@ -106,6 +106,7 @@ Alpha_shapes_3/doc_tex/Alpha_shapes_3/alpha_shapes_3_small.png -text
Alpha_shapes_3/doc_tex/Alpha_shapes_3/alphashape.eps -text svneol=unset#application/postscript
Alpha_shapes_3/doc_tex/Alpha_shapes_3/alphashape.gif -text svneol=unset#image/gif
Alpha_shapes_3/doc_tex/Alpha_shapes_3/alphashape.pdf -text svneol=unset#application/pdf
Alpha_shapes_3/doc_tex/Alpha_shapes_3_ref/Alpha_shape_euclidean_traits_3.tex -text
Apollonius_graph_2/doc_tex/Apollonius_graph_2/apollonius-both_vertices.eps -text svneol=unset#application/postscript
Apollonius_graph_2/doc_tex/Apollonius_graph_2/apollonius-both_vertices.gif -text svneol=unset#image/gif
Apollonius_graph_2/doc_tex/Apollonius_graph_2/apollonius-both_vertices_bw.eps -text svneol=unset#application/postscript

View File

@ -0,0 +1,44 @@
% +------------------------------------------------------------------------+
% | Reference manual page: Alpha_shape_euclidean_traits_3.tex
% +------------------------------------------------------------------------+
% | 03.06.2009 Mariette Yvinec
% | Package: Alpha_shapes_3
% |
\RCSdef{\RCSAlphashapeeuclideantraitsRev}{$Id: header.tex 40270 2007-09-07 15:29:10Z lsaboret $}
\RCSdefDate{\RCSAlphashapeeuclideantraitsDate}{$Date: 2007-09-07 17:29:10 +0200 (Ven, 07 sep 2007) $}
% |
\ccRefPageBegin
%%RefPage: end of header, begin of main body
% +------------------------------------------------------------------------+
\begin{ccRefClass}{Alpha_shape_euclidean_traits_3<K>} %% add template arg's if necessary
%% \ccHtmlCrossLink{} %% add further rules for cross referencing links
%% \ccHtmlIndexC[class]{} %% add further index entries
\ccDefinition
The class \ccRefName\ is the default model for the concept
\ccc{AlphaShapeTraits_3} of traits class for
the underlying triangulation of an alpha shapes.
\ccc{K} must be a kernel.
\ccInclude{Alpha_shape_euclidean_traits_3.h}
\ccIsModel
\ccc{AlphaShapeTraits_3}
%% \ccIncludeExampleCode{Package/Alpha_shape_euclidean_traits_3.C}
\end{ccRefClass}
% +------------------------------------------------------------------------+
%%RefPage: end of main body, begin of footer
\ccRefPageEnd
% EOF
% +------------------------------------------------------------------------+