mirror of https://github.com/CGAL/cgal
Surface reconstruction: user manual fix (structure)
This commit is contained in:
parent
e3b9c44009
commit
a94bed9850
|
|
@ -22,3 +22,8 @@ The algebraic point set surfaces method falls \cite{Guennebaud07} into the cate
|
|||
\end{figure}
|
||||
\end{center}
|
||||
|
||||
|
||||
\subsection{API}
|
||||
|
||||
\subsection{Example}
|
||||
|
||||
|
|
|
|||
|
|
@ -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}
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue