aabb doc: move figs into separate folder.

This commit is contained in:
Pierre Alliez 2009-07-03 06:41:35 +00:00
parent e0b5bd6f31
commit 5dbc82d599
17 changed files with 21 additions and 21 deletions

26
.gitattributes vendored
View File

@ -17,25 +17,25 @@ AABB_tree/demo/AABB_tree/resources/about.html -text
AABB_tree/demo/AABB_tree/resources/cgal_logo.xpm -text
AABB_tree/demo/AABB_tree/types.h -text
AABB_tree/doc_tex/AABB_tree/PkgDescription.tex -text
AABB_tree/doc_tex/AABB_tree/anchor.eps -text
AABB_tree/doc_tex/AABB_tree/anchor.jpg -text
AABB_tree/doc_tex/AABB_tree/anchor.png -text
AABB_tree/doc_tex/AABB_tree/anchor.ppt -text
AABB_tree/doc_tex/AABB_tree/bench.eps -text
AABB_tree/doc_tex/AABB_tree/bench.jpg -text svneol=unset#image/jpeg
AABB_tree/doc_tex/AABB_tree/bench.png -text svneol=unset#image/png
AABB_tree/doc_tex/AABB_tree/details.tex -text
AABB_tree/doc_tex/AABB_tree/examples.tex -text
AABB_tree/doc_tex/AABB_tree/figs/anchor.eps -text
AABB_tree/doc_tex/AABB_tree/figs/anchor.jpg -text
AABB_tree/doc_tex/AABB_tree/figs/anchor.png -text
AABB_tree/doc_tex/AABB_tree/figs/anchor.ppt -text
AABB_tree/doc_tex/AABB_tree/figs/bench.eps -text
AABB_tree/doc_tex/AABB_tree/figs/bench.jpg -text svneol=unset#image/jpeg
AABB_tree/doc_tex/AABB_tree/figs/bench.png -text svneol=unset#image/png
AABB_tree/doc_tex/AABB_tree/figs/memory.eps -text svneol=unset#application/postscript
AABB_tree/doc_tex/AABB_tree/figs/memory.jpg -text svneol=unset#image/jpeg
AABB_tree/doc_tex/AABB_tree/figs/memory.png -text svneol=unset#image/png
AABB_tree/doc_tex/AABB_tree/figs/teaser-thumb.png -text svneol=unset#image/png
AABB_tree/doc_tex/AABB_tree/figs/teaser.png -text svneol=unset#image/png
AABB_tree/doc_tex/AABB_tree/figs/teaser.ppt -text svneol=unset#application/vnd.ms-powerpoint
AABB_tree/doc_tex/AABB_tree/history.tex -text
AABB_tree/doc_tex/AABB_tree/interface.tex -text
AABB_tree/doc_tex/AABB_tree/introduction.tex -text
AABB_tree/doc_tex/AABB_tree/main.tex -text
AABB_tree/doc_tex/AABB_tree/memory.eps -text svneol=unset#application/postscript
AABB_tree/doc_tex/AABB_tree/memory.jpg -text svneol=unset#image/jpeg
AABB_tree/doc_tex/AABB_tree/memory.png -text svneol=unset#image/png
AABB_tree/doc_tex/AABB_tree/teaser-thumb.png -text svneol=unset#image/png
AABB_tree/doc_tex/AABB_tree/teaser.png -text svneol=unset#image/png
AABB_tree/doc_tex/AABB_tree/teaser.ppt -text svneol=unset#application/vnd.ms-powerpoint
AABB_tree/doc_tex/AABB_tree_ref/AABBGeomTraits.tex -text
AABB_tree/doc_tex/AABB_tree_ref/AABBPrimitive.tex -text
AABB_tree/doc_tex/AABB_tree_ref/AABBTraits.tex -text

View File

Before

Width:  |  Height:  |  Size: 734 KiB

After

Width:  |  Height:  |  Size: 734 KiB

View File

Before

Width:  |  Height:  |  Size: 824 KiB

After

Width:  |  Height:  |  Size: 824 KiB

View File

Before

Width:  |  Height:  |  Size: 70 KiB

After

Width:  |  Height:  |  Size: 70 KiB

View File

Before

Width:  |  Height:  |  Size: 77 KiB

After

Width:  |  Height:  |  Size: 77 KiB

View File

Before

Width:  |  Height:  |  Size: 74 KiB

After

Width:  |  Height:  |  Size: 74 KiB

View File

Before

Width:  |  Height:  |  Size: 7.6 KiB

After

Width:  |  Height:  |  Size: 7.6 KiB

View File

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 15 KiB

View File

Before

Width:  |  Height:  |  Size: 222 KiB

After

Width:  |  Height:  |  Size: 222 KiB

View File

@ -12,10 +12,10 @@ Each primitive gives access to both one input geometric object (so-called datum)
\begin{center}
\label{fig:AABB-tree-anchor}
\begin{ccTexOnly}
\includegraphics[width=1.0\textwidth]{AABB_tree/anchor}
\includegraphics[width=1.0\textwidth]{AABB_tree/figs/anchor}
\end{ccTexOnly}
\begin{ccHtmlOnly}
<img width="99%" border=0 src="./anchor.png"><P>
<img width="99%" border=0 src="./figs/anchor.png"><P>
\end{ccHtmlOnly}
\begin{figure}[h]
\caption{AABB tree.

View File

@ -38,10 +38,10 @@ Curve \ref{fig:AABB-tree-bench} plots the number of queries per second (here the
\begin{center}
\label{fig:AABB-tree-bench}
\begin{ccTexOnly}
\includegraphics[width=1.0\textwidth]{AABB_tree/bench}
\includegraphics[width=1.0\textwidth]{AABB_tree/figs/bench}
\end{ccTexOnly}
\begin{ccHtmlOnly}
<img width="99%" border=0 src="./bench.png"><P>
<img width="99%" border=0 src="./figs/bench.png"><P>
\end{ccHtmlOnly}
\begin{figure}[h]
\caption{Number of queries per second against number of triangles
@ -78,10 +78,10 @@ The following curve plots the AABB tree memory consumption (without constructing
\begin{center}
\label{fig:AABB-tree-memory}
\begin{ccTexOnly}
\includegraphics[width=1.0\textwidth]{AABB_tree/memory}
\includegraphics[width=1.0\textwidth]{AABB_tree/figs/memory}
\end{ccTexOnly}
\begin{ccHtmlOnly}
<img width="99%" border=0 src="./memory.png"><P>
<img width="99%" border=0 src="./figs/memory.png"><P>
\end{ccHtmlOnly}
\begin{figure}[h]
\caption{Memory consumption in Bytes against number of triangles, here

View File

@ -19,7 +19,7 @@
\ccDefinition
The concept \ccRefName\ describes the requirements for the primitives stored in the AABB data structure. The concept encapsulates a type for the input datum (a geometric object) and an identifier (id) type by which those primitives are referred to. The concept \ccRefName\ also refines the concepts DefaultConstructible and Assignable.
The concept \ccRefName\ describes the requirements for the primitives stored in the AABB tree data structure. The concept encapsulates a type for the input datum (a geometric object) and an identifier (id) type through which those primitives are referred to. The concept \ccRefName\ also refines the concepts DefaultConstructible and Assignable.
\ccTypes
@ -27,7 +27,7 @@ The concept \ccRefName\ describes the requirements for the primitives stored in
\ccNestedType{Datum}{Type of input datum.}
\ccNestedType{Id}{Type of identifiers by which the input objects are referred to. It must be a model of the concepts DefaultConstructible and Assignable.}
\ccNestedType{Id}{Type of identifiers through which the input objects are referred to. It must be a model of the concepts DefaultConstructible and Assignable.}
% variable name