Surface reconstruction: user manual fix (structure)

This commit is contained in:
Pierre Alliez 2009-05-04 16:01:03 +00:00
parent e3b9c44009
commit a94bed9850
3 changed files with 7 additions and 1 deletions

View File

@ -22,3 +22,8 @@ The algebraic point set surfaces method falls \cite{Guennebaud07} into the cate
\end{figure}
\end{center}
\subsection{API}
\subsection{Example}

View File

@ -11,4 +11,5 @@
\input{Surface_reconstruction_points_3/introduction}
\input{Surface_reconstruction_points_3/poisson}
\input{Surface_reconstruction_points_3/apss}
\input{Surface_reconstruction_points_3/contouring}
\input{Surface_reconstruction_points_3/output}

View File

@ -1,4 +1,4 @@
\subsection{Output}
\section{Output}
The surface reconstructed by \ccc{make_surface_mesh()} is required to be a model of the concept \ccc{SurfaceMeshComplex_2InTriangulation_3}, a data structure devised to represent a two dimensional complex embedded into a three dimensional triangulation. \ccc{SurfaceMeshComplex_2InTriangulation_3} defines the methods to traverse the reconstructed surface.