beginner's mistake back from vacation, I forgot svn add yesterday...

This commit is contained in:
Monique Teillaud 2008-08-14 12:09:02 +00:00
parent dd41e4f2cf
commit 072093c571
1 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,18 @@
\begin{ccRefFunction}{intersection}
\ccFunction{template < class OutputIterator >
OutputIterator
intersection(Type1<SphericalKernel> obj1, Type2<SphericalKernel> 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<SphericalKernel> obj1, Type2<SphericalKernel> obj2,
OutputIterator result);}
{Calls the operator() of \ccc{SphericalKernel::DoIntersect_3.}}
\end{ccRefFunction}