changed titles of subsection to have more "isosurfaces" in them.

This commit is contained in:
Mariette Yvinec 2010-07-06 14:18:31 +00:00
parent c4e8058cf5
commit c3dfed3863
1 changed files with 2 additions and 2 deletions

View File

@ -257,7 +257,7 @@ to be meshed.
\label{SurfaceMesher_section_example}
\subsection{Meshing an Implicit Surface}
\subsection{Meshing Isosurfaces defined by Implicit Functions}
The first code example meshes a sphere
given as the zero level set of a function $\R^3 \longrightarrow \R$.
@ -302,7 +302,7 @@ Figure~\ref{figure:Surface_mesher-sphere-surface}.
\ccIncludeExampleCode{Surface_mesher/mesh_an_implicit_function.cpp}
\subsection{Meshing a Surface Defined as a Gray Level in a 3D Image}
\subsection{Meshing Isosurfaces Defined as Gray Levels in 3D Images}
In this example the surface to be meshed is defined
as the locus of points with a given gray level
in a 3D image.