fixed headings

This commit is contained in:
Andreas Fabri 2007-06-04 14:57:50 +00:00
parent 46ac02bb98
commit 4ddcc74de5
1 changed files with 4 additions and 2 deletions

View File

@ -253,7 +253,9 @@ the 1D mesh interpolating the 1D curves.
\section{Examples} \section{Examples}
\label{SurfaceMesher_section_example} \label{SurfaceMesher_section_example}
\subsection{Meshing an implicit surface}
\subsection{Meshing an Implicit Surface}
The first code example meshes a sphere The first code example meshes a sphere
given as the zero level set of a function $\R^3 \longrightarrow \R$. given as the zero level set of a function $\R^3 \longrightarrow \R$.
More precisely, More precisely,
@ -297,7 +299,7 @@ Figure~\ref{figure:Surface_mesher-sphere-surface}.
\ccIncludeExampleCode{Surface_mesher/mesh_an_implicit_function.cpp} \ccIncludeExampleCode{Surface_mesher/mesh_an_implicit_function.cpp}
\subsection{Meshing a surface defined as a gray level in a 3D image} \subsection{Meshing a Surface Defined as a Gray Level in a 3D Image}
In this example the surface to be meshed is defined In this example the surface to be meshed is defined
as the locus of points with a given gray level as the locus of points with a given gray level
in a 3D image. in a 3D image.