last before official?

This commit is contained in:
Marc Pouget 2006-12-06 10:43:37 +00:00
parent 8b479bf739
commit 3f42713b40
3 changed files with 15 additions and 20 deletions

View File

@ -13,6 +13,7 @@
<CENTER> <img border=0 src="./david-dirmaxkmin-white-back.jpg" width=400> <CENTER> <img border=0 src="./david-dirmaxkmin-white-back.jpg" width=400>
</CENTER> </CENTER>
\end{ccHtmlOnly} \end{ccHtmlOnly}
\label{fig:jet3:fig-david}
\end{figure} \end{figure}
This chapter describes the \cgal's package geared towards the This chapter describes the \cgal's package geared towards the
@ -333,19 +334,19 @@ Figs.
\ref{fig:jet3:fig-elliptic-paraboloid} \ref{fig:jet3:fig-elliptic-paraboloid}
provide illustrations of principal directions of curvature. provide illustrations of principal directions of curvature.
\begin{figure}[!ht] % \begin{figure}[!ht]
\begin{ccTexOnly} % \begin{ccTexOnly}
\centerline{ % \centerline{
\includegraphics[width=.5\linewidth]{Jet_fitting_3/david-dirmaxkmin-jpg-white-back}} % \includegraphics[width=.5\linewidth]{Jet_fitting_3/david-dirmaxkmin-jpg-white-back}}
\end{ccTexOnly} % \end{ccTexOnly}
\caption{Principal directions associated with $k_{max}$ scaled by $k_{min}$.} % \caption{Principal directions associated with $k_{max}$ scaled by $k_{min}$.}
\begin{ccHtmlOnly} % \begin{ccHtmlOnly}
<CENTER> <img border=0 src="./david-dirmaxkmin-white-back.jpg" width=600> % <CENTER> <img border=0 src="./david-dirmaxkmin-white-back.jpg" width=600>
</CENTER> % </CENTER>
\end{ccHtmlOnly} % \end{ccHtmlOnly}
\label{fig:jet3:fig-david} % \label{fig:jet3:fig-david}
\end{figure} % \end{figure}

View File

@ -38,13 +38,6 @@ Surfaces via Polynomial Fitting}
\ccRequirements \ccRequirements
The two classes \ccc{Monge_form} and
\ccc{Monge_via_jet_fitting} are designed to be used
simultaneously.
The \ccc{DataKernel} template parameter must be the
same for the classes \ccc{Monge_form} and
\ccc{Monge_via_jet_fitting}.
\subsection*{Concepts} \subsection*{Concepts}
\ccRefConceptPage{DataKernel} \\ \ccRefConceptPage{DataKernel} \\
\ccRefConceptPage{LocalKernel} \\ \ccRefConceptPage{LocalKernel} \\

View File

@ -20,7 +20,8 @@ int main(int argc, char *argv[])
//check command line //check command line
if (argc<4) if (argc<4)
{ {
std::cout << " Usage : " << argv[0] << " <inputPoints.txt> <d_fitting> <d_monge>" << std::endl; std::cout << " Usage : " << argv[0]
<< " <inputPoints.txt> <d_fitting> <d_monge>" << std::endl;
exit(-1); exit(-1);
} }
//open the input file //open the input file