mirror of https://github.com/CGAL/cgal
changed titles of subsection to have more "isosurfaces" in them.
This commit is contained in:
parent
c4e8058cf5
commit
c3dfed3863
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue