mirror of https://github.com/CGAL/cgal
Qt3 -> Qt4, gif/pdf -> png
This commit is contained in:
parent
a6f81584c1
commit
91136222a1
|
|
@ -1286,18 +1286,12 @@ Filtered_kernel/developer_scripts/profile_cleanup -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/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_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.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_small.gif -text svneol=unset#image/gif
|
||||
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_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_small.png -text svneol=unset#image/png
|
||||
Geomview/demo/Geomview/CMakeLists.txt -text
|
||||
Geomview/doc_tex/Geomview/geomview.gif -text
|
||||
GraphicsView/GraphicsView.odp -text
|
||||
|
|
|
|||
Binary file not shown.
Binary file not shown.
|
Before Width: | Height: | Size: 4.6 KiB |
Binary file not shown.
Binary file not shown.
|
Before Width: | Height: | Size: 4.6 KiB |
|
|
@ -113,13 +113,12 @@ for the example output.
|
|||
\begin{ccHtmlOnly}
|
||||
<A NAME="PointGenerators">
|
||||
<TABLE><TR><TD ALIGN=LEFT VALIGN=TOP WIDTH=60%>
|
||||
<A HREF="./generators_prog1.png">Figure:</A>
|
||||
Figure:
|
||||
Output of example program for point generators.
|
||||
</TD><TD ALIGN=LEFT VALIGN=TOP WIDTH=5% NOWRAP>
|
||||
</TD><TD ALIGN=LEFT VALIGN=TOP WIDTH=35% NOWRAP>
|
||||
<A HREF="./generators_prog1.png">
|
||||
<img src="./generators_prog1_small.png"
|
||||
alt="Point Generator Example Output"></A>
|
||||
<img src="./generators_prog1.png"
|
||||
alt="Point Generator Example Output">
|
||||
</TD></TR></TABLE>
|
||||
\end{ccHtmlOnly}
|
||||
|
||||
|
|
@ -137,14 +136,13 @@ for the example output.
|
|||
\begin{ccHtmlOnly}
|
||||
<A NAME="IntegerPointGenerators">
|
||||
<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
|
||||
on integer points.
|
||||
</TD><TD ALIGN=LEFT VALIGN=TOP WIDTH=5% NOWRAP>
|
||||
</TD><TD ALIGN=LEFT VALIGN=TOP WIDTH=35% NOWRAP>
|
||||
<A HREF="./generators_prog2.png">
|
||||
<img src="./generators_prog2_small.png"
|
||||
alt="Integer Point Generator Example Output"></A>
|
||||
<img src="./generators_prog2.png"
|
||||
alt="Integer Point Generator Example Output">
|
||||
</TD></TR></TABLE>
|
||||
\end{ccHtmlOnly}%
|
||||
|
||||
|
|
@ -193,13 +191,12 @@ output.
|
|||
\begin{ccHtmlOnly}
|
||||
<A NAME="SegmentGenerator">
|
||||
<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.
|
||||
</TD><TD ALIGN=LEFT VALIGN=TOP WIDTH=5% NOWRAP>
|
||||
</TD><TD ALIGN=LEFT VALIGN=TOP WIDTH=35% NOWRAP>
|
||||
<A HREF="./Segment_generator_prog1.png">
|
||||
<img src="./Segment_generator_prog1_small.png"
|
||||
alt="Segment Generator Example Output"></A>
|
||||
<img src="./Segment_generator_prog1.png"
|
||||
alt="Segment Generator Example Output">
|
||||
</TD></TR></TABLE>
|
||||
\end{ccHtmlOnly}
|
||||
|
||||
|
|
@ -212,21 +209,20 @@ output. It uses the \ccc{Points_on_segment_2}%
|
|||
\lcTex{\ccIndexGlobalFunction{Join_input_iterator_2}}
|
||||
and \ccc{Counting_iterator} %\lcTex{\ccIndexGlobalFunction{Counting_iterator}}
|
||||
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}
|
||||
|
||||
\begin{ccHtmlOnly}
|
||||
<A NAME="SegmentGeneratorFan">
|
||||
<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
|
||||
pre-computed point locations.
|
||||
</TD><TD ALIGN=LEFT VALIGN=TOP WIDTH=5% NOWRAP>
|
||||
</TD><TD ALIGN=LEFT VALIGN=TOP WIDTH=35% NOWRAP>
|
||||
<A HREF="./Segment_generator_prog2.png">
|
||||
<img src="./Segment_generator_prog2_small.png"
|
||||
alt="Segment Generator Example Output 2"></A>
|
||||
<img src="./Segment_generator_prog2.png"
|
||||
alt="Segment Generator Example Output 2">
|
||||
</TD></TR></TABLE>
|
||||
\end{ccHtmlOnly}
|
||||
\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 |
Loading…
Reference in New Issue