From 072093c57191128e39ee1c4abdec811c24f5e8fd Mon Sep 17 00:00:00 2001 From: Monique Teillaud Date: Thu, 14 Aug 2008 12:09:02 +0000 Subject: [PATCH] beginner's mistake back from vacation, I forgot svn add yesterday... --- .../Circular_kernel_3_ref/Global_functions.tex | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 Circular_kernel_3/doc_tex/Circular_kernel_3_ref/Global_functions.tex diff --git a/Circular_kernel_3/doc_tex/Circular_kernel_3_ref/Global_functions.tex b/Circular_kernel_3/doc_tex/Circular_kernel_3_ref/Global_functions.tex new file mode 100644 index 00000000000..1ce98428d67 --- /dev/null +++ b/Circular_kernel_3/doc_tex/Circular_kernel_3_ref/Global_functions.tex @@ -0,0 +1,18 @@ +\begin{ccRefFunction}{intersection} + +\ccFunction{template < class OutputIterator > + OutputIterator + intersection(Type1 obj1, Type2 obj2, + OutputIterator result);} +{Calls the operator() of \ccc{SphericalKernel::Intersect_3.}} + +\end{ccRefFunction} +\begin{ccRefFunction}{do_intersect} + +\ccFunction{template < class OutputIterator > + OutputIterator + do_intersect(Type1 obj1, Type2 obj2, + OutputIterator result);} +{Calls the operator() of \ccc{SphericalKernel::DoIntersect_3.}} + +\end{ccRefFunction}