Qt3 -> Qt4, gif/pdf -> png

This commit is contained in:
Andreas Fabri 2010-06-16 09:42:51 +00:00
parent a6f81584c1
commit 91136222a1
8 changed files with 13 additions and 23 deletions

6
.gitattributes vendored
View File

@ -1286,18 +1286,12 @@ Filtered_kernel/developer_scripts/profile_cleanup -text
Filtered_kernel/include/CGAL/internal/Static_filters/Compare_squared_radius_3.h -text Filtered_kernel/include/CGAL/internal/Static_filters/Compare_squared_radius_3.h -text
Generator/demo/Generator/help/index.html svneol=native#text/html Generator/demo/Generator/help/index.html svneol=native#text/html
Generator/doc_tex/Generator/Segment_generator_prog1.gif -text svneol=unset#image/gif Generator/doc_tex/Generator/Segment_generator_prog1.gif -text svneol=unset#image/gif
Generator/doc_tex/Generator/Segment_generator_prog1.pdf -text svneol=unset#application/pdf
Generator/doc_tex/Generator/Segment_generator_prog1.png -text svneol=unset#image/png Generator/doc_tex/Generator/Segment_generator_prog1.png -text svneol=unset#image/png
Generator/doc_tex/Generator/Segment_generator_prog1_small.gif -text svneol=unset#image/gif
Generator/doc_tex/Generator/Segment_generator_prog2.gif -text svneol=unset#image/gif Generator/doc_tex/Generator/Segment_generator_prog2.gif -text svneol=unset#image/gif
Generator/doc_tex/Generator/Segment_generator_prog2.pdf -text svneol=unset#application/pdf
Generator/doc_tex/Generator/Segment_generator_prog2.png -text svneol=unset#image/png Generator/doc_tex/Generator/Segment_generator_prog2.png -text svneol=unset#image/png
Generator/doc_tex/Generator/Segment_generator_prog2_small.gif -text svneol=unset#image/gif
Generator/doc_tex/Generator/dice.png -text Generator/doc_tex/Generator/dice.png -text
Generator/doc_tex/Generator/generators_prog1.png -text svneol=unset#image/png Generator/doc_tex/Generator/generators_prog1.png -text svneol=unset#image/png
Generator/doc_tex/Generator/generators_prog1_small.png -text svneol=unset#image/png
Generator/doc_tex/Generator/generators_prog2.png -text svneol=unset#image/png Generator/doc_tex/Generator/generators_prog2.png -text svneol=unset#image/png
Generator/doc_tex/Generator/generators_prog2_small.png -text svneol=unset#image/png
Geomview/demo/Geomview/CMakeLists.txt -text Geomview/demo/Geomview/CMakeLists.txt -text
Geomview/doc_tex/Geomview/geomview.gif -text Geomview/doc_tex/Geomview/geomview.gif -text
GraphicsView/GraphicsView.odp -text GraphicsView/GraphicsView.odp -text

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.6 KiB

View File

@ -113,13 +113,12 @@ for the example output.
\begin{ccHtmlOnly} \begin{ccHtmlOnly}
<A NAME="PointGenerators"> <A NAME="PointGenerators">
<TABLE><TR><TD ALIGN=LEFT VALIGN=TOP WIDTH=60%> <TABLE><TR><TD ALIGN=LEFT VALIGN=TOP WIDTH=60%>
<A HREF="./generators_prog1.png">Figure:</A> Figure:
Output of example program for point generators. Output of example program for point generators.
</TD><TD ALIGN=LEFT VALIGN=TOP WIDTH=5% NOWRAP> </TD><TD ALIGN=LEFT VALIGN=TOP WIDTH=5% NOWRAP>
</TD><TD ALIGN=LEFT VALIGN=TOP WIDTH=35% NOWRAP> </TD><TD ALIGN=LEFT VALIGN=TOP WIDTH=35% NOWRAP>
<A HREF="./generators_prog1.png"> <img src="./generators_prog1.png"
<img src="./generators_prog1_small.png" alt="Point Generator Example Output">
alt="Point Generator Example Output"></A>
</TD></TR></TABLE> </TD></TR></TABLE>
\end{ccHtmlOnly} \end{ccHtmlOnly}
@ -137,14 +136,13 @@ for the example output.
\begin{ccHtmlOnly} \begin{ccHtmlOnly}
<A NAME="IntegerPointGenerators"> <A NAME="IntegerPointGenerators">
<TABLE><TR><TD ALIGN=LEFT VALIGN=TOP WIDTH=60%> <TABLE><TR><TD ALIGN=LEFT VALIGN=TOP WIDTH=60%>
<A HREF="./generators_prog2.png">Figure:</A> Figure:
Output of example program for point generators working Output of example program for point generators working
on integer points. on integer points.
</TD><TD ALIGN=LEFT VALIGN=TOP WIDTH=5% NOWRAP> </TD><TD ALIGN=LEFT VALIGN=TOP WIDTH=5% NOWRAP>
</TD><TD ALIGN=LEFT VALIGN=TOP WIDTH=35% NOWRAP> </TD><TD ALIGN=LEFT VALIGN=TOP WIDTH=35% NOWRAP>
<A HREF="./generators_prog2.png"> <img src="./generators_prog2.png"
<img src="./generators_prog2_small.png" alt="Integer Point Generator Example Output">
alt="Integer Point Generator Example Output"></A>
</TD></TR></TABLE> </TD></TR></TABLE>
\end{ccHtmlOnly}% \end{ccHtmlOnly}%
@ -193,13 +191,12 @@ output.
\begin{ccHtmlOnly} \begin{ccHtmlOnly}
<A NAME="SegmentGenerator"> <A NAME="SegmentGenerator">
<TABLE><TR><TD ALIGN=LEFT VALIGN=TOP WIDTH=60%> <TABLE><TR><TD ALIGN=LEFT VALIGN=TOP WIDTH=60%>
<A HREF="./Segment_generator_prog1.png">Figure:</A> Figure:
Output of example program for the generic segment generator. Output of example program for the generic segment generator.
</TD><TD ALIGN=LEFT VALIGN=TOP WIDTH=5% NOWRAP> </TD><TD ALIGN=LEFT VALIGN=TOP WIDTH=5% NOWRAP>
</TD><TD ALIGN=LEFT VALIGN=TOP WIDTH=35% NOWRAP> </TD><TD ALIGN=LEFT VALIGN=TOP WIDTH=35% NOWRAP>
<A HREF="./Segment_generator_prog1.png"> <img src="./Segment_generator_prog1.png"
<img src="./Segment_generator_prog1_small.png" alt="Segment Generator Example Output">
alt="Segment Generator Example Output"></A>
</TD></TR></TABLE> </TD></TR></TABLE>
\end{ccHtmlOnly} \end{ccHtmlOnly}
@ -212,21 +209,20 @@ output. It uses the \ccc{Points_on_segment_2}%
\lcTex{\ccIndexGlobalFunction{Join_input_iterator_2}} \lcTex{\ccIndexGlobalFunction{Join_input_iterator_2}}
and \ccc{Counting_iterator} %\lcTex{\ccIndexGlobalFunction{Counting_iterator}} and \ccc{Counting_iterator} %\lcTex{\ccIndexGlobalFunction{Counting_iterator}}
to avoid any intermediate storage of the generated objects until they are to avoid any intermediate storage of the generated objects until they are
used, which in this example means copied to a window stream. used.
\ccIncludeExampleCode{Generator/random_segments2.cpp} \ccIncludeExampleCode{Generator/random_segments2.cpp}
\begin{ccHtmlOnly} \begin{ccHtmlOnly}
<A NAME="SegmentGeneratorFan"> <A NAME="SegmentGeneratorFan">
<TABLE><TR><TD ALIGN=LEFT VALIGN=TOP WIDTH=60%> <TABLE><TR><TD ALIGN=LEFT VALIGN=TOP WIDTH=60%>
<A HREF="./Segment_generator_prog2.png">Figure:</A> Figure:
Output of example program for the generic segment generator using Output of example program for the generic segment generator using
pre-computed point locations. pre-computed point locations.
</TD><TD ALIGN=LEFT VALIGN=TOP WIDTH=5% NOWRAP> </TD><TD ALIGN=LEFT VALIGN=TOP WIDTH=5% NOWRAP>
</TD><TD ALIGN=LEFT VALIGN=TOP WIDTH=35% NOWRAP> </TD><TD ALIGN=LEFT VALIGN=TOP WIDTH=35% NOWRAP>
<A HREF="./Segment_generator_prog2.png"> <img src="./Segment_generator_prog2.png"
<img src="./Segment_generator_prog2_small.png" alt="Segment Generator Example Output 2">
alt="Segment Generator Example Output 2"></A>
</TD></TR></TABLE> </TD></TR></TABLE>
\end{ccHtmlOnly} \end{ccHtmlOnly}
\lcTex{\ccIndexSubitemEnd[c]{generator}{segment}} \lcTex{\ccIndexSubitemEnd[c]{generator}{segment}}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.0 KiB