small changes to the documentation

This commit is contained in:
Nico Kruithof 2006-06-18 19:28:03 +00:00
parent 62ebb46553
commit c007f8a568
4 changed files with 1370 additions and 13 deletions

2
.gitattributes vendored
View File

@ -1420,6 +1420,8 @@ Segment_Delaunay_graph_2/doc_tex/Segment_Delaunay_graph_2_ref/sdg-join_split.eps
Segment_Delaunay_graph_2/doc_tex/Segment_Delaunay_graph_2_ref/sdg-join_split.fig -text Segment_Delaunay_graph_2/doc_tex/Segment_Delaunay_graph_2_ref/sdg-join_split.fig -text
Segment_Delaunay_graph_2/doc_tex/Segment_Delaunay_graph_2_ref/sdg-join_split.gif -text svneol=unset#unset Segment_Delaunay_graph_2/doc_tex/Segment_Delaunay_graph_2_ref/sdg-join_split.gif -text svneol=unset#unset
Segment_Delaunay_graph_2/doc_tex/Segment_Delaunay_graph_2_ref/sdg-join_split.pdf -text svneol=unset#unset Segment_Delaunay_graph_2/doc_tex/Segment_Delaunay_graph_2_ref/sdg-join_split.pdf -text svneol=unset#unset
Skin_surface_3/doc_tex/Skin_surface_3/convexTwoPoints.eps -text
Skin_surface_3/doc_tex/Skin_surface_3/convexTwoPoints.png -text
Skin_surface_3/doc_tex/Skin_surface_3/marching.eps -text Skin_surface_3/doc_tex/Skin_surface_3/marching.eps -text
Skin_surface_3/doc_tex/Skin_surface_3/marching.png -text Skin_surface_3/doc_tex/Skin_surface_3/marching.png -text
Skin_surface_3/doc_tex/Skin_surface_3/molecule.eps -text Skin_surface_3/doc_tex/Skin_surface_3/molecule.eps -text

View File

@ -43,8 +43,8 @@ model of the concept \ccc{Surface_3}.
\begin{figure} \begin{figure}
\begin{ccTexOnly} \begin{ccTexOnly}
\begin{center} \begin{center}
\includegraphics[width=.25\textwidth]{Skin_surface_3/convexTwoPoints}
\includegraphics[width=.25\textwidth]{Skin_surface_3/skinTwoPoints} \includegraphics[width=.25\textwidth]{Skin_surface_3/skinTwoPoints}
% \includegraphics[width=.25\textwidth]{Skin_surface_3/skinTwoPoints}
\end{center} \end{center}
\end{ccTexOnly} \end{ccTexOnly}
\begin{ccHtmlOnly} \begin{ccHtmlOnly}
@ -54,10 +54,11 @@ model of the concept \ccc{Surface_3}.
curve of two weighted points"> curve of two weighted points">
</center> </center>
\end{ccHtmlOnly} \end{ccHtmlOnly}
\caption{\label{fig:twoPoints} The skin curve of two weighted points \caption{\label{fig:twoPoints} Left: Convex combinations of two
(the two dashed circles). The smaller circles form a subset of the weighted points (the two dashed circles). Right: The skin curve of
shrunk convex hull of the input points. Its boundary forms the skin the weighted points. The smaller circles form a subset of the
curve. } shrunk convex hull of the input points. Its boundary forms the
skin curve. }
\end{figure} \end{figure}
This section first briefly reviews skin surfaces. For a more thorough This section first briefly reviews skin surfaces. For a more thorough
@ -88,7 +89,7 @@ spheres we refer to \cite{p-gcc-70}.
Starting from a weighted point $\ssWpoint{p}=({p},\textsc{P})$, the Starting from a weighted point $\ssWpoint{p}=({p},\textsc{P})$, the
shrunk weighted point $\ssWpoint{p}^s$ is obtained by taking a convex shrunk weighted point $\ssWpoint{p}^s$ is obtained by taking a convex
combination with the unweighted point centered at $p$, formally combination with the unweighted point centered at $p$, formally
$\ssWpoint{p}^s = s \ssWpoint{p} + (1-s) p$. A simple calculations $\ssWpoint{p}^s = s \ssWpoint{p} + (1-s) p$. A simple calculation
shows that, $\ssWpoint{p}^s = ({p},s\cdot \textsc{p})$. The set shows that, $\ssWpoint{p}^s = ({p},s\cdot \textsc{p})$. The set
$\ssWpoint{P}^s$ is the set obtained by shrinking every weighted point $\ssWpoint{P}^s$ is the set obtained by shrinking every weighted point
of $\ssWpoint{P}$ by a factor $s$. The shrunk weighted points of of $\ssWpoint{P}$ by a factor $s$. The shrunk weighted points of
@ -113,13 +114,13 @@ set of balls.
%pieces quadrics. %pieces quadrics.
\section{The interface} \section{The interface}
The interface to the skin surface package consists of three distinct The interface to the skin surface package consists of three global
global functions and a class \ccc{Skin_surface_3} which is a model of functions and a class \ccc{Skin_surface_3} which is a model of the
the concept \ccc{Surface_3}. The first function takes a list of concept \ccc{Surface_3}. The first function takes a list of weighted
weighted points and a shrink factor and outputs a points and a shrink factor and outputs a \ccc{Skin_surface_3}. The
\ccc{Skin_surface_3}. The parameter \ccc{Tag} is a tag that controls parameter \ccc{Tag} is a tag that controls whether the input balls are
whether the input balls are grown in such a way that the skin surface grown in such a way that the skin surface wraps around the input
wraps around the input balls. There are two overloaded functions: balls. There are two overloaded functions:
\ccGlobalFunction{template <class Iterator, \ccGlobalFunction{template <class Iterator,
class FT, class FT,

File diff suppressed because it is too large Load Diff

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.2 KiB