source: trunk/source/visualization/test/output-OGLIQt/output-test19-2_3.eps @ 1351

Last change on this file since 1351 was 1350, checked in by garnier, 14 years ago

update to last version 4.9.4

File size: 15.8 KB
Line 
1%!PS-Adobe-3.0 EPSF-3.0
2%%Title: title
3%%Creator: GL2PS 1.3.5, (C) 1999-2009 C. Geuzaine
4%%For: HEPVis::G4OpenGL2PSAction
5%%CreationDate: Wed Nov  3 16:23:42 2010
6%%LanguageLevel: 3
7%%DocumentData: Clean7Bit
8%%Pages: 1
9%%BoundingBox: 0 0 785 345
10%%EndComments
11%%BeginProlog
12/gl2psdict 64 dict def gl2psdict begin
130 setlinecap 0 setlinejoin
14/tryPS3shading true def % set to false to force subdivision
15/rThreshold 0.064 def % red component subdivision threshold
16/gThreshold 0.034 def % green component subdivision threshold
17/bThreshold 0.1 def % blue component subdivision threshold
18/BD { bind def } bind def
19/C  { setrgbcolor } BD
20/G  { 0.082 mul exch 0.6094 mul add exch 0.3086 mul add neg 1.0 add setgray } BD
21/W  { setlinewidth } BD
22/FC { findfont exch /SH exch def SH scalefont setfont } BD
23/SW { dup stringwidth pop } BD
24/S  { FC moveto show } BD
25/SBC{ FC moveto SW -2 div 0 rmoveto show } BD
26/SBR{ FC moveto SW neg 0 rmoveto show } BD
27/SCL{ FC moveto 0 SH -2 div rmoveto show } BD
28/SCC{ FC moveto SW -2 div SH -2 div rmoveto show } BD
29/SCR{ FC moveto SW neg SH -2 div rmoveto show } BD
30/STL{ FC moveto 0 SH neg rmoveto show } BD
31/STC{ FC moveto SW -2 div SH neg rmoveto show } BD
32/STR{ FC moveto SW neg SH neg rmoveto show } BD
33/FCT { FC translate 0 0 } BD
34/SR  { gsave FCT moveto rotate show grestore } BD
35/SBCR{ gsave FCT moveto rotate SW -2 div 0 rmoveto show grestore } BD
36/SBRR{ gsave FCT moveto rotate SW neg 0 rmoveto show grestore } BD
37/SCLR{ gsave FCT moveto rotate 0 SH -2 div rmoveto show grestore} BD
38/SCCR{ gsave FCT moveto rotate SW -2 div SH -2 div rmoveto show grestore} BD
39/SCRR{ gsave FCT moveto rotate SW neg SH -2 div rmoveto show grestore} BD
40/STLR{ gsave FCT moveto rotate 0 SH neg rmoveto show grestore } BD
41/STCR{ gsave FCT moveto rotate SW -2 div SH neg rmoveto show grestore } BD
42/STRR{ gsave FCT moveto rotate SW neg SH neg rmoveto show grestore } BD
43/P  { newpath 0.0 360.0 arc closepath fill } BD
44/LS { newpath moveto } BD
45/L  { lineto } BD
46/LE { lineto stroke } BD
47/T  { newpath moveto lineto lineto closepath fill } BD
48/STshfill {
49      /b1 exch def /g1 exch def /r1 exch def /y1 exch def /x1 exch def
50      /b2 exch def /g2 exch def /r2 exch def /y2 exch def /x2 exch def
51      /b3 exch def /g3 exch def /r3 exch def /y3 exch def /x3 exch def
52      gsave << /ShadingType 4 /ColorSpace [/DeviceRGB]
53      /DataSource [ 0 x1 y1 r1 g1 b1 0 x2 y2 r2 g2 b2 0 x3 y3 r3 g3 b3 ] >>
54      shfill grestore } BD
55/Tm { 3 -1 roll 8 -1 roll 13 -1 roll add add 3 div
56      3 -1 roll 7 -1 roll 11 -1 roll add add 3 div
57      3 -1 roll 6 -1 roll 9 -1 roll add add 3 div C T } BD
58/STsplit {
59      4 index 15 index add 0.5 mul
60      4 index 15 index add 0.5 mul
61      4 index 15 index add 0.5 mul
62      4 index 15 index add 0.5 mul
63      4 index 15 index add 0.5 mul
64      5 copy 5 copy 25 15 roll
65      9 index 30 index add 0.5 mul
66      9 index 30 index add 0.5 mul
67      9 index 30 index add 0.5 mul
68      9 index 30 index add 0.5 mul
69      9 index 30 index add 0.5 mul
70      5 copy 5 copy 35 5 roll 25 5 roll 15 5 roll
71      4 index 10 index add 0.5 mul
72      4 index 10 index add 0.5 mul
73      4 index 10 index add 0.5 mul
74      4 index 10 index add 0.5 mul
75      4 index 10 index add 0.5 mul
76      5 copy 5 copy 40 5 roll 25 5 roll 15 5 roll 25 5 roll
77      STnoshfill STnoshfill STnoshfill STnoshfill } BD
78/STnoshfill {
79      2 index 8 index sub abs rThreshold gt
80      { STsplit }
81      { 1 index 7 index sub abs gThreshold gt
82        { STsplit }
83        { dup 6 index sub abs bThreshold gt
84          { STsplit }
85          { 2 index 13 index sub abs rThreshold gt
86            { STsplit }
87            { 1 index 12 index sub abs gThreshold gt
88              { STsplit }
89              { dup 11 index sub abs bThreshold gt
90                { STsplit }
91                { 7 index 13 index sub abs rThreshold gt
92                  { STsplit }
93                  { 6 index 12 index sub abs gThreshold gt
94                    { STsplit }
95                    { 5 index 11 index sub abs bThreshold gt
96                      { STsplit }
97                      { Tm }
98                      ifelse }
99                    ifelse }
100                  ifelse }
101                ifelse }
102              ifelse }
103            ifelse }
104          ifelse }
105        ifelse }
106      ifelse } BD
107tryPS3shading
108{ /shfill where
109  { /ST { STshfill } BD }
110  { /ST { STnoshfill } BD }
111  ifelse }
112{ /ST { STnoshfill } BD }
113ifelse
114end
115%%EndProlog
116%%BeginSetup
117/DeviceRGB setcolorspace
118gl2psdict begin
119%%EndSetup
120%%Page: 1 1
121%%BeginPageSetup
122%%EndPageSetup
123mark
124gsave
1251.0 1.0 scale
1260 0 0 C
127newpath 0 0 moveto 785 0 lineto 785 345 lineto 0 345 lineto
128closepath fill
1290 0 1 C
130197.778 9.26018 180.247 37.4404 370.068 146.318 T
131387.599 118.137 197.778 9.26018 370.068 146.318 T
132165.468 100.276 0 0 0.86188 169.226 130.649 0 0 0.726599 359.048 239.526 0 0 0.726599 ST
133355.289 209.153 0 0 0.86188 165.468 100.276 0 0 0.86188 359.048 239.526 0 0 0.726599 ST
134370.068 266.411 0 0 0.56906 180.247 157.534 0 0 0.56906 387.599 287.975 0 0 0.4 ST
135180.247 157.534 0 0 0.56906 197.778 179.098 0 0 0.4 387.599 287.975 0 0 0.4 ST
1360 0 1 C
137206.821 0 197.778 9.26018 387.599 118.137 T
138410.446 94.741 245.27 0 387.599 118.137 T
139245.27 0 206.821 0 387.599 118.137 T
140465.603 68.2433 0 0 0.86188 346.625 0 0 0 0.86188 437.052 77.7231 0 0 0.965685 ST
141346.625 0 0 0 0.86188 301.546 0 0 0 0.965685 437.052 77.7231 0 0 0.965685 ST
142370.068 146.318 0 0 1 180.247 37.4404 0 0 1 359.048 177.361 0 0 0.965685 ST
143180.247 37.4404 0 0 1 169.226 68.4842 0 0 0.965685 359.048 177.361 0 0 0.965685 ST
144377.435 0 0 0 0.726599 346.625 0 0 0 0.86188 465.603 68.2433 0 0 0.86188 ST
145359.048 239.526 0 0 0.726599 169.226 130.649 0 0 0.726599 370.068 266.411 0 0 0.56906 ST
146169.226 130.649 0 0 0.726599 180.247 157.534 0 0 0.56906 370.068 266.411 0 0 0.56906 ST
1470 0 0.4 C
148197.778 179.098 220.625 193.872 410.446 302.749 T
149387.599 287.975 197.778 179.098 410.446 302.749 T
150359.048 177.361 0 0 0.965685 169.226 68.4842 0 0 0.965685 355.289 209.153 0 0 0.86188 ST
151169.226 68.4842 0 0 0.965685 165.468 100.276 0 0 0.86188 355.289 209.153 0 0 0.86188 ST
152301.546 0 0 0 0.965685 245.27 0 0 0 1 410.446 94.741 0 0 1 ST
153437.052 77.7231 0 0 0.965685 301.546 0 0 0 0.965685 410.446 94.741 0 0 1 ST
1541 W
1551 1 1 C
156488.321 9.14265 LS
157706.615 134.351 LE
158488.321 9.14266 LS
159706.615 134.351 LE
160601.51 326.336 LS
161634.05 345 LE
162601.51 326.336 LS
163634.05 345 LE
164569.631 345 0 0 0.991998 634.049 345 0 0 0.991998 601.524 326.345 0 0 0.991998 ST
1650 0 0.86188 C
1669.39297 52.0213 0 131.465 165.468 100.276 T
167165.468 100.276 0 131.5 169.226 130.649 T
168163.606 345 152.669 334.831 147.767 345 T
169197.778 179.098 80.7717 328.555 106.203 345 T
170324.392 271.688 302.513 190.677 275.782 199.553 T
1719.39297 207.433 36.9442 274.645 180.247 157.534 T
172180.247 37.4404 95.1218 0 169.226 68.4842 T
173187.488 0 95.1218 0 180.247 37.4404 T
174247.231 200.848 239.365 234.291 275.782 250.308 T
175144.472 345 197.778 179.098 106.203 345 T
176488.335 9.15117 485.069 0 471.51 0 T
177275.782 250.308 275.782 199.553 247.231 200.848 T
178275.782 199.553 304.754 263.051 324.392 271.688 T
179144.472 345 147.756 345 152.656 334.826 T
18036.9442 274.645 80.7717 328.555 197.778 179.098 T
181206.821 0 187.488 0 197.778 9.26018 T
182239.365 234.291 247.231 200.848 220.625 193.872 T
183180.247 157.534 36.9442 274.645 197.778 179.098 T
18427.8604 0 9.39297 52.0213 169.226 68.4842 T
185370.191 0 371.317 1.38531 373.012 0 T
1860 131.5 0 131.535 169.226 130.649 T
187220.625 193.872 207.826 220.419 239.365 234.291 T
188147.756 345 147.767 345 152.656 334.826 T
189152.656 334.826 147.756 345 152.656 334.826 T
190197.778 179.098 144.472 345 152.656 334.826 T
191207.826 220.419 220.625 193.872 197.778 179.098 T
192324.392 271.688 275.782 199.553 324.392 271.688 T
193441.184 0 382.338 28.2699 386.097 58.6431 T
194147.767 345 152.669 334.831 152.656 334.826 T
19595.1218 0 27.8604 0 169.226 68.4842 T
196207.814 220.414 207.826 220.419 197.778 179.098 T
197163.606 345 175.789 345 152.669 334.831 T
198152.669 334.831 163.606 345 152.669 334.831 T
199169.226 130.649 9.39297 207.433 180.247 157.534 T
2000 131.465 0 131.5 165.468 100.276 T
201382.338 28.2699 441.184 0 371.317 1.38531 T
2020 131.535 9.39297 207.433 169.226 130.649 T
203197.778 9.26018 187.488 0 180.247 37.4404 T
204247.231 200.848 275.782 250.308 247.231 200.848 T
205441.184 0 373.012 0 371.317 1.38531 T
206239.365 234.291 220.625 193.872 239.365 234.291 T
207220.625 193.872 239.365 234.291 220.625 193.872 T
208197.778 179.098 152.656 334.826 207.814 220.414 T
209169.226 68.4842 9.39297 52.0213 165.468 100.276 T
210275.782 199.553 275.782 250.308 304.754 263.051 T
2111 1 1 C
212386.097 58.6431 LS
213382.338 28.2699 L
214386.097 58.6431 LE
2159.39297 52.0213 LS
2160 131.465 LE
217220.625 193.872 LS
218197.778 179.098 LE
219197.778 9.26018 LS
220206.821 0 LE
22127.8604 0 LS
2229.39297 52.0213 LE
22336.9442 274.645 LS
22480.7717 328.555 LE
2259.39297 207.433 LS
22636.9442 274.645 LE
227275.782 199.553 LS
228304.334 190.073 LE
229247.231 200.848 LS
230275.782 199.553 LE
2319.39297 52.0213 LS
2320 131.465 LE
233220.625 193.872 LS
234247.231 200.848 LE
23527.8604 0 LS
2369.39297 52.0213 LE
237197.778 179.098 LS
238220.625 193.872 LE
23980.7717 328.555 LS
24036.9442 274.645 LE
241180.247 157.534 LS
242197.778 179.098 LE
243275.782 199.553 LS
244247.231 200.848 LE
24536.9442 274.645 LS
2469.39297 207.433 LE
247169.226 130.649 LS
248180.247 157.534 LE
249247.231 200.848 LS
250220.625 193.872 LE
2519.39297 207.433 LS
2520 131.535 LE
253197.778 179.098 LS
254180.247 157.534 LE
255165.468 100.276 LS
256169.226 130.649 LE
257370.191 0 LS
258371.317 1.38531 LE
259275.782 199.553 LS
260302.513 190.677 LE
261180.247 157.534 LS
262169.226 130.649 LE
2630 131.465 LS
2649.39297 52.0213 LE
265169.226 130.649 LS
266165.468 100.276 LE
267169.226 68.4842 LS
268165.468 100.276 L
269169.226 68.4842 LE
270371.317 1.38531 LS
271382.338 28.2699 LE
272169.226 68.4842 LS
273180.247 37.4404 L
274169.226 68.4842 LE
275180.247 37.4404 LS
276197.778 9.26018 L
277180.247 37.4404 LE
278197.778 9.26018 LS
279206.821 0 L
280197.778 9.26018 LE
281371.317 1.38531 LS
282370.191 0 LE
283382.338 28.2699 LS
284371.317 1.38531 LE
285370.191 0 LS
286371.317 1.38531 LE
287386.097 58.6431 LS
288382.338 28.2699 LE
289371.317 1.38531 LS
290382.338 28.2699 L
291386.097 58.6431 LE
292247.231 200.848 LS
293275.782 199.553 LE
294220.625 193.872 LS
295247.231 200.848 LE
296197.778 179.098 LS
297220.625 193.872 LE
29880.7717 328.555 LS
29936.9442 274.645 LE
300180.247 157.534 LS
301197.778 179.098 LE
30236.9442 274.645 LS
3039.39297 207.433 LE
304304.334 190.073 LS
305275.782 199.553 LE
306169.226 130.649 LS
307180.247 157.534 LE
3089.39297 207.433 LS
3090 131.535 LE
310165.468 100.276 LS
311169.226 130.649 LE
3120 131.465 LS
3139.39297 52.0213 LE
314169.226 68.4842 LS
315165.468 100.276 LE
3169.39297 52.0213 LS
31727.8604 0 LE
318180.247 37.4404 LS
319169.226 68.4842 LE
320197.778 9.26018 LS
321180.247 37.4404 LE
322275.782 199.553 LS
323247.231 200.848 LE
324206.821 0 LS
325197.778 9.26018 LE
326371.317 1.38531 LS
327370.191 0 LE
328382.338 28.2699 LS
329371.317 1.38531 LE
330247.231 200.848 LS
331220.625 193.872 LE
33236.9442 274.645 LS
33380.7717 328.555 LE
334220.625 193.872 LS
335197.778 179.098 L
336180.247 157.534 LE
3379.39297 207.433 LS
33836.9442 274.645 LE
339169.226 130.649 LS
340165.468 100.276 LE
341180.247 37.4404 LS
342197.778 9.26018 LE
3430 131.535 LS
3449.39297 207.433 LE
345180.247 157.534 LS
346169.226 130.649 LE
347165.468 100.276 LS
348169.226 68.4842 L
349180.247 37.4404 LE
350302.513 190.677 LS
351275.782 199.553 LE
3529.39297 52.0213 LS
35327.8604 0 LE
3540 131.535 LS
3559.39297 207.433 LE
3560 0 0.86188 C
357316.898 345 339.972 345 310.588 262.655 T
358279.695 345 316.898 345 185.671 207.713 T
359316.898 345 310.588 262.655 185.671 207.713 T
360279.695 345 185.671 207.713 182.522 345 T
361185.671 207.713 130.514 322.125 182.522 345 T
3621 1 1 C
363130.522 322.131 LS
364185.68 207.719 LE
365185.683 207.721 LS
366185.68 207.719 LE
367185.683 207.721 LS
368185.68 207.719 L
369130.522 322.131 LE
370298.634 257.399 LS
371251.619 125.647 LE
372298.634 257.399 LS
373251.619 125.647 LE
374185.68 207.719 LS
375376.75 291.757 L
376185.68 207.719 LE
377298.634 257.399 LS
378329.894 345 LE
379298.634 257.399 LS
380329.894 345 LE
381601.51 326.336 LS
382566.71 306.375 LE
383601.51 326.336 LS
384566.71 306.375 LE
385246.197 110.453 LS
386435.026 0 L
387246.197 110.453 LE
388251.619 125.647 LS
389246.197 110.453 LE
390251.619 125.647 LS
391246.197 110.453 LE
392280.997 130.413 LS
393246.197 110.453 LE
394280.997 130.413 LS
395246.197 110.453 LE
396488.321 9.14265 LS
397472.381 0 LE
398488.321 9.14266 LS
399472.381 0 LE
400569.631 345 0 0 0.991998 601.524 326.345 0 0 0.991998 566.719 306.381 0 0 0.991998 ST
401500.697 345 0 0 0.991998 569.631 345 0 0 0.991998 566.719 306.381 0 0 0.991998 ST
4020 0 0.56906 C
403182.522 345 130.514 322.125 179.886 345 T
404178.451 345 130.514 322.125 175.789 345 T
405179.886 345 130.514 322.125 178.451 345 T
406130.514 322.125 152.669 334.831 175.789 345 T
4071 1 1 C
408152.668 334.833 LS
409130.522 322.131 LE
410182.518 345 LS
411130.522 322.131 L
412182.518 345 LE
413152.668 334.833 LS
414130.522 322.131 LE
4150 0 0.676053 C
416770.257 345 722.539 242.404 532.718 133.527 T
417472.38 0 457.388 0 566.719 306.381 T
418781.792 345 706.625 134.357 722.539 242.404 T
419770.257 345 781.792 345 722.539 242.404 T
420488.335 9.15117 472.38 0 566.719 306.381 T
421722.539 242.404 770.257 345 722.539 242.404 T
422723.625 345 532.718 133.527 634.049 345 T
423522.492 104.871 498.431 37.4454 566.719 306.381 T
424498.431 37.4454 488.335 9.15117 566.719 306.381 T
425532.718 133.527 723.625 345 532.718 133.527 T
426532.718 133.527 566.719 306.381 634.049 345 T
427532.718 133.527 522.492 104.871 566.719 306.381 T
428723.625 345 770.257 345 532.718 133.527 T
4291 1 1 C
430566.719 306.381 LS
431634.049 345 LE
432522.492 104.871 LS
433498.431 37.4454 LE
434532.718 133.527 LS
435522.492 104.871 LE
436498.431 37.4454 LS
437488.335 9.15117 LE
438472.38 0 LS
439488.335 9.15117 LE
440722.539 242.404 LS
441532.718 133.527 LE
442488.335 9.15117 LS
443498.431 37.4454 L
444522.492 104.871 L
445532.718 133.527 L
446722.539 242.404 LE
447634.049 345 LS
448566.719 306.381 LE
449488.335 9.15117 LS
450472.38 0 LE
451781.792 345 LS
452706.625 134.357 L
453781.792 345 LE
454626.753 0 0 0 0.726599 731.992 60.3627 0 0 0.726599 707.249 0 0 0 0.585113 ST
4551 1 1 C
456707.249 0 LS
457731.992 60.3627 L
458707.249 0 LE
459731.992 60.3627 LS
460707.249 0 L
461731.992 60.3627 LE
462551.568 27.4184 0 0 0.86188 741.39 136.295 0 0 0.86188 626.753 0 0 0 0.726599 ST
463548.175 0 0 0 0.813032 551.568 27.4184 0 0 0.86188 626.753 0 0 0 0.726599 ST
464741.39 136.295 0 0 0.86188 731.992 60.3627 0 0 0.726599 626.753 0 0 0 0.726599 ST
4651 1 1 C
466731.992 60.3627 LS
467741.39 136.295 LE
468731.992 60.3627 LS
469741.39 136.295 L
470731.992 60.3627 LE
471741.39 136.295 LS
472731.992 60.3627 LE
473722.539 242.404 0 0 1 731.992 215.775 0 0 0.965685 542.171 106.898 0 0 0.97946 ST
474542.171 106.898 0 0 0.97946 532.718 133.527 0 0 1 722.539 242.404 0 0 1 ST
4751 1 1 C
476731.992 215.775 LS
477722.539 242.404 LE
478722.539 242.405 LS
479731.992 215.775 LE
480722.539 242.404 LS
481731.992 215.775 LE
482722.539 242.405 LS
483731.992 215.775 LE
4840 0 0.86188 C
485498.431 37.4454 551.568 27.4184 548.175 0 T
486517.485 0 498.431 37.4454 548.175 0 T
487488.335 9.15117 496.878 0 485.069 0 T
488522.492 104.871 542.171 106.898 551.568 27.4184 T
489542.171 106.898 522.492 104.871 532.718 133.527 T
490496.878 0 488.335 9.15117 517.485 0 T
491488.335 9.15117 498.431 37.4454 517.485 0 T
492551.568 27.4184 498.431 37.4454 522.492 104.871 T
4931 1 1 C
494551.568 27.4184 LS
495548.175 0 LE
496551.568 27.4184 LS
497548.175 0 LE
498532.718 133.527 LS
499542.171 106.898 L
500532.718 133.527 LE
501548.175 0 LS
502551.568 27.4184 LE
503532.718 133.527 LS
504542.171 106.898 LE
505548.175 0 LS
506551.568 27.4184 LE
507532.718 133.527 LS
508542.171 106.898 LE
509731.992 215.775 0 0 0.965685 741.39 136.295 0 0 0.86188 551.568 27.4184 0 0 0.86188 ST
510542.171 106.898 0 0 0.97946 731.992 215.775 0 0 0.965685 551.568 27.4184 0 0 0.86188 ST
5111 1 1 C
512551.568 27.4184 LS
513542.171 106.898 LE
514731.992 215.775 LS
515741.39 136.295 LE
516551.568 27.4184 LS
517542.171 106.898 L
518551.568 27.4184 LE
519731.992 215.775 LS
520741.39 136.295 L
521731.992 215.775 LE
522741.39 136.295 LS
523731.992 215.775 LE
524542.171 106.898 LS
525551.568 27.4184 LE
5260 0 0.676053 C
527566.719 306.381 532.718 133.527 566.719 306.381 T
5280 0 0.86188 C
529329.901 345 500.697 345 246.206 110.459 T
530500.697 345 566.719 306.381 246.206 110.459 T
531457.388 0 435.045 0 246.206 110.459 T
532566.719 306.381 457.388 0 246.206 110.459 T
5331 1 1 C
534329.901 345 LS
535246.206 110.459 LE
536566.719 306.381 LS
537500.697 345 LE
538566.719 306.381 LS
539457.388 0 LE
540500.697 345 LS
541566.719 306.381 LE
542246.206 110.459 LS
543435.045 0 LE
544457.388 0 LS
545566.719 306.381 LE
546246.206 110.459 LS
547329.901 345 LE
548435.045 0 LS
549246.206 110.459 LE
55080.7717 328.555 LS
551106.203 345 L
55280.7717 328.555 L
553106.203 345 L
55480.7717 328.555 LE
555grestore
556showpage
557cleartomark
558%%PageTrailer
559%%Trailer
560end
561%%EOF
Note: See TracBrowser for help on using the repository browser.