From c3dfed3863dd8e361ae36b5731fa131c7ca2a31a Mon Sep 17 00:00:00 2001 From: Mariette Yvinec Date: Tue, 6 Jul 2010 14:18:31 +0000 Subject: [PATCH] changed titles of subsection to have more "isosurfaces" in them. --- Surface_mesher/doc_tex/Surface_mesher/main.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Surface_mesher/doc_tex/Surface_mesher/main.tex b/Surface_mesher/doc_tex/Surface_mesher/main.tex index 850ca2604e9..81f2ebb07c4 100644 --- a/Surface_mesher/doc_tex/Surface_mesher/main.tex +++ b/Surface_mesher/doc_tex/Surface_mesher/main.tex @@ -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.