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

View File

@ -38,13 +38,6 @@ Surfaces via Polynomial Fitting}
\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}
\ccRefConceptPage{DataKernel} \\
\ccRefConceptPage{LocalKernel} \\

View File

@ -20,7 +20,8 @@ int main(int argc, char *argv[])
//check command line
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);
}
//open the input file