Updating the correct directory of the .eps file.

This commit is contained in:
Ester Ezra 2002-10-08 19:28:53 +00:00
parent 982ab273ba
commit 13c60fa29d
2 changed files with 2 additions and 30 deletions

View File

@ -83,7 +83,7 @@ constructed arrangement.
\begin{figure}[h]
\begin{ccTexOnly}
\centerline{
\includegraphics{overlay_example.eps}
\includegraphics{../Map_overlay_2/overlay_example.eps}
}
\end{ccTexOnly}
\caption{Two rectangles (left) and their overlay (right).
@ -138,20 +138,6 @@ the sweep-line algorithm,
\section{Map Overlay DCEL}
\label{sec:dcel}
\begin{figure}[h]
\begin{ccTexOnly}
\centerline{
\includegraphics{simple_overlay.eps}
}
\end{ccTexOnly}
\caption{Two segments (left) and their overlay (right).
We denote the subdivision induced by the first segment by $R$ and the second by $B$.
The vertex $v$ of the overlay, created by the intersection of the two input segments,
points to $e_1$ and $e_2$.}
\label{fig:simple_overlay_example}
\end{figure}
The \ccc{Map_overlay_default_dcel<Traits,Vertex_base,Halfedge_base,Face_base>}
class is the data structure representing the DCEL of the overlay.
We denote the above DCEL by $OD$.

View File

@ -83,7 +83,7 @@ constructed arrangement.
\begin{figure}[h]
\begin{ccTexOnly}
\centerline{
\includegraphics{overlay_example.eps}
\includegraphics{../Map_overlay_2/overlay_example.eps}
}
\end{ccTexOnly}
\caption{Two rectangles (left) and their overlay (right).
@ -138,20 +138,6 @@ the sweep-line algorithm,
\section{Map Overlay DCEL}
\label{sec:dcel}
\begin{figure}[h]
\begin{ccTexOnly}
\centerline{
\includegraphics{simple_overlay.eps}
}
\end{ccTexOnly}
\caption{Two segments (left) and their overlay (right).
We denote the subdivision induced by the first segment by $R$ and the second by $B$.
The vertex $v$ of the overlay, created by the intersection of the two input segments,
points to $e_1$ and $e_2$.}
\label{fig:simple_overlay_example}
\end{figure}
The \ccc{Map_overlay_default_dcel<Traits,Vertex_base,Halfedge_base,Face_base>}
class is the data structure representing the DCEL of the overlay.
We denote the above DCEL by $OD$.