OSDN Git Service

fix build system ofmoflib1 and saisei1
[moflib/moflib.git] / moflib-1.0 / doc / latex / classmof_1_1math_1_1vector4__coll__graph.eps
1 %!PS-Adobe-3.0 EPSF-3.0
2 %%Creator: Graphviz version 2.20.2 (Wed Sep 16 11:12:11 UTC 2009)
3 %%For: (yasutomo) yasutomo,,,
4 %%Title: G
5 %%Pages: (atend)
6 %%BoundingBox: (atend)
7 %%EndComments
8 save
9 %%BeginProlog
10 /DotDict 200 dict def
11 DotDict begin
12
13 /setupLatin1 {
14 mark
15 /EncodingVector 256 array def
16  EncodingVector 0
17
18 ISOLatin1Encoding 0 255 getinterval putinterval
19 EncodingVector 45 /hyphen put
20
21 % Set up ISO Latin 1 character encoding
22 /starnetISO {
23         dup dup findfont dup length dict begin
24         { 1 index /FID ne { def }{ pop pop } ifelse
25         } forall
26         /Encoding EncodingVector def
27         currentdict end definefont
28 } def
29 /Times-Roman starnetISO def
30 /Times-Italic starnetISO def
31 /Times-Bold starnetISO def
32 /Times-BoldItalic starnetISO def
33 /Helvetica starnetISO def
34 /Helvetica-Oblique starnetISO def
35 /Helvetica-Bold starnetISO def
36 /Helvetica-BoldOblique starnetISO def
37 /Courier starnetISO def
38 /Courier-Oblique starnetISO def
39 /Courier-Bold starnetISO def
40 /Courier-BoldOblique starnetISO def
41 cleartomark
42 } bind def
43
44 %%BeginResource: procset graphviz 0 0
45 /coord-font-family /Times-Roman def
46 /default-font-family /Times-Roman def
47 /coordfont coord-font-family findfont 8 scalefont def
48
49 /InvScaleFactor 1.0 def
50 /set_scale {
51        dup 1 exch div /InvScaleFactor exch def
52        scale
53 } bind def
54
55 % styles
56 /solid { [] 0 setdash } bind def
57 /dashed { [9 InvScaleFactor mul dup ] 0 setdash } bind def
58 /dotted { [1 InvScaleFactor mul 6 InvScaleFactor mul] 0 setdash } bind def
59 /invis {/fill {newpath} def /stroke {newpath} def /show {pop newpath} def} bind def
60 /bold { 2 setlinewidth } bind def
61 /filled { } bind def
62 /unfilled { } bind def
63 /rounded { } bind def
64 /diagonals { } bind def
65
66 % hooks for setting color 
67 /nodecolor { sethsbcolor } bind def
68 /edgecolor { sethsbcolor } bind def
69 /graphcolor { sethsbcolor } bind def
70 /nopcolor {pop pop pop} bind def
71
72 /beginpage {    % i j npages
73         /npages exch def
74         /j exch def
75         /i exch def
76         /str 10 string def
77         npages 1 gt {
78                 gsave
79                         coordfont setfont
80                         0 0 moveto
81                         (\() show i str cvs show (,) show j str cvs show (\)) show
82                 grestore
83         } if
84 } bind def
85
86 /set_font {
87         findfont exch
88         scalefont setfont
89 } def
90
91 % draw text fitted to its expected width
92 /alignedtext {                  % width text
93         /text exch def
94         /width exch def
95         gsave
96                 width 0 gt {
97                         [] 0 setdash
98                         text stringwidth pop width exch sub text length div 0 text ashow
99                 } if
100         grestore
101 } def
102
103 /boxprim {                              % xcorner ycorner xsize ysize
104                 4 2 roll
105                 moveto
106                 2 copy
107                 exch 0 rlineto
108                 0 exch rlineto
109                 pop neg 0 rlineto
110                 closepath
111 } bind def
112
113 /ellipse_path {
114         /ry exch def
115         /rx exch def
116         /y exch def
117         /x exch def
118         matrix currentmatrix
119         newpath
120         x y translate
121         rx ry scale
122         0 0 1 0 360 arc
123         setmatrix
124 } bind def
125
126 /endpage { showpage } bind def
127 /showpage { } def
128
129 /layercolorseq
130         [       % layer color sequence - darkest to lightest
131                 [0 0 0]
132                 [.2 .8 .8]
133                 [.4 .8 .8]
134                 [.6 .8 .8]
135                 [.8 .8 .8]
136         ]
137 def
138
139 /layerlen layercolorseq length def
140
141 /setlayer {/maxlayer exch def /curlayer exch def
142         layercolorseq curlayer 1 sub layerlen mod get
143         aload pop sethsbcolor
144         /nodecolor {nopcolor} def
145         /edgecolor {nopcolor} def
146         /graphcolor {nopcolor} def
147 } bind def
148
149 /onlayer { curlayer ne {invis} if } def
150
151 /onlayers {
152         /myupper exch def
153         /mylower exch def
154         curlayer mylower lt
155         curlayer myupper gt
156         or
157         {invis} if
158 } def
159
160 /curlayer 0 def
161
162 %%EndResource
163 %%EndProlog
164 %%BeginSetup
165 14 default-font-family set_font
166 1 setmiterlimit
167 % /arrowlength 10 def
168 % /arrowwidth 5 def
169
170 % make sure pdfmark is harmless for PS-interpreters other than Distiller
171 /pdfmark where {pop} {userdict /pdfmark /cleartomark load put} ifelse
172 % make '<<' and '>>' safe on PS Level 1 devices
173 /languagelevel where {pop languagelevel}{1} ifelse
174 2 lt {
175     userdict (<<) cvn ([) cvn load put
176     userdict (>>) cvn ([) cvn load put
177 } if
178
179 %%EndSetup
180 setupLatin1
181 %%Page: 1 1
182 %%PageBoundingBox: 36 36 1146 566
183 %%PageOrientation: Portrait
184 0 0 1 beginpage
185 gsave
186 36 36 1110 530 boxprim clip newpath
187 1 1 set_scale 0 rotate 40 40 translate
188 % Node1
189 gsave
190 0.000 0.000 0.749 nodecolor
191 newpath 502 0 moveto
192 502 206 lineto
193 601 206 lineto
194 601 0 lineto
195 closepath fill
196 1 setlinewidth
197 filled
198 0.000 0.000 0.000 nodecolor
199 newpath 502 0 moveto
200 502 206 lineto
201 601 206 lineto
202 601 0 lineto
203 closepath stroke
204 0.000 0.000 0.000 nodecolor
205 10 /FreeSans set_font
206 509.5 193 moveto 83 (mof::math::vector4) alignedtext
207 1 setlinewidth
208 filled
209 0.000 0.000 0.000 nodecolor
210 newpath 502 184 moveto
211 601 184 lineto
212 stroke
213 0.000 0.000 0.000 nodecolor
214 10 /FreeSans set_font
215 549.5 171 moveto 3 ( ) alignedtext
216 1 setlinewidth
217 filled
218 0.000 0.000 0.000 nodecolor
219 newpath 502 162 moveto
220 601 162 lineto
221 stroke
222 0.000 0.000 0.000 nodecolor
223 10 /FreeSans set_font
224 509.5 149 moveto 47 (+ vector4\(\)) alignedtext
225 0.000 0.000 0.000 nodecolor
226 10 /FreeSans set_font
227 509.5 135 moveto 47 (+ vector3\(\)) alignedtext
228 0.000 0.000 0.000 nodecolor
229 10 /FreeSans set_font
230 509.5 121 moveto 47 (+ vector3\(\)) alignedtext
231 0.000 0.000 0.000 nodecolor
232 10 /FreeSans set_font
233 509.5 107 moveto 20 (+ x\(\)) alignedtext
234 0.000 0.000 0.000 nodecolor
235 10 /FreeSans set_font
236 509.5 93 moveto 20 (+ x\(\)) alignedtext
237 0.000 0.000 0.000 nodecolor
238 10 /FreeSans set_font
239 509.5 79 moveto 20 (+ y\(\)) alignedtext
240 0.000 0.000 0.000 nodecolor
241 10 /FreeSans set_font
242 509.5 65 moveto 20 (+ y\(\)) alignedtext
243 0.000 0.000 0.000 nodecolor
244 10 /FreeSans set_font
245 509.5 51 moveto 20 (+ z\(\)) alignedtext
246 0.000 0.000 0.000 nodecolor
247 10 /FreeSans set_font
248 509.5 37 moveto 20 (+ z\(\)) alignedtext
249 0.000 0.000 0.000 nodecolor
250 10 /FreeSans set_font
251 509.5 23 moveto 22 (+ w\(\)) alignedtext
252 0.000 0.000 0.000 nodecolor
253 10 /FreeSans set_font
254 509.5 9 moveto 22 (+ w\(\)) alignedtext
255 grestore
256 % Node2
257 gsave
258 [ /Rect [ 460 242 642 420 ]
259   /Border [ 0 0 0 ]
260   /Action << /Subtype /URI /URI ($classmof_1_1math_1_1basic__vector.html) >>
261   /Subtype /Link
262 /ANN pdfmark
263 0.000 0.000 1.000 nodecolor
264 newpath 460 242 moveto
265 460 420 lineto
266 643 420 lineto
267 643 242 lineto
268 closepath fill
269 1 setlinewidth
270 filled
271 0.000 0.000 0.000 nodecolor
272 newpath 460 242 moveto
273 460 420 lineto
274 643 420 lineto
275 643 242 lineto
276 closepath stroke
277 0.000 0.000 0.000 nodecolor
278 10 /FreeSans set_font
279 467.5 407 moveto 167 (mof::math::basic_vector< 4, vector4 >) alignedtext
280 1 setlinewidth
281 filled
282 0.000 0.000 0.000 nodecolor
283 newpath 460 398 moveto
284 643 398 lineto
285 stroke
286 0.000 0.000 0.000 nodecolor
287 10 /FreeSans set_font
288 467.5 385 moveto 65 (- components_) alignedtext
289 1 setlinewidth
290 filled
291 0.000 0.000 0.000 nodecolor
292 newpath 460 376 moveto
293 643 376 lineto
294 stroke
295 0.000 0.000 0.000 nodecolor
296 10 /FreeSans set_font
297 467.5 363 moveto 62 (+ operator+=\(\)) alignedtext
298 0.000 0.000 0.000 nodecolor
299 10 /FreeSans set_font
300 467.5 349 moveto 62 (+ operator+=\(\)) alignedtext
301 0.000 0.000 0.000 nodecolor
302 10 /FreeSans set_font
303 467.5 335 moveto 59 (+ operator-=\(\)) alignedtext
304 0.000 0.000 0.000 nodecolor
305 10 /FreeSans set_font
306 467.5 321 moveto 59 (+ operator-=\(\)) alignedtext
307 0.000 0.000 0.000 nodecolor
308 10 /FreeSans set_font
309 467.5 307 moveto 60 (+ operator*=\(\)) alignedtext
310 0.000 0.000 0.000 nodecolor
311 10 /FreeSans set_font
312 467.5 293 moveto 59 (+ operator/=\(\)) alignedtext
313 0.000 0.000 0.000 nodecolor
314 10 /FreeSans set_font
315 467.5 279 moveto 56 (+ operator[]\(\)) alignedtext
316 0.000 0.000 0.000 nodecolor
317 10 /FreeSans set_font
318 467.5 265 moveto 56 (+ operator[]\(\)) alignedtext
319 0.000 0.000 0.000 nodecolor
320 10 /FreeSans set_font
321 467.5 251 moveto 62 (+ operator==\(\)) alignedtext
322 grestore
323 % Node2->Node1
324 gsave
325 1 setlinewidth
326 solid
327 0.667 0.776 0.439 edgecolor
328 newpath 551 232 moveto
329 551 223 551 215 551 206 curveto
330 stroke
331 1 setlinewidth
332 solid
333 0.667 0.776 0.439 edgecolor
334 newpath 547.5 232 moveto
335 551 242 lineto
336 554.5 232 lineto
337 closepath stroke
338 grestore
339 % Node3
340 gsave
341 [ /Rect [ 0 456 1102 522 ]
342   /Border [ 0 0 0 ]
343   /Action << /Subtype /URI /URI ($classboost_1_1addable.html) >>
344   /Subtype /Link
345 /ANN pdfmark
346 0.000 0.000 1.000 nodecolor
347 newpath 0 456 moveto
348 0 522 lineto
349 1102 522 lineto
350 1102 456 lineto
351 closepath fill
352 1 setlinewidth
353 filled
354 0.000 0.000 0.000 nodecolor
355 newpath 0 456 moveto
356 0 522 lineto
357 1102 522 lineto
358 1102 456 lineto
359 closepath stroke
360 0.000 0.000 0.000 nodecolor
361 10 /FreeSans set_font
362 8 509 moveto 1086 (boost::addable< vector4 , boost::addable2< vector4 , real , boost::subtractable< vector4 , boost::subtractable2< vector4 , real , boost::multipliable2< vector4 , real , boost::dividable2< vector4 , real , boost::equality_comparable< vector4 > > > > > > >) alignedtext
363 1 setlinewidth
364 filled
365 0.000 0.000 0.000 nodecolor
366 newpath 0 500 moveto
367 1102 500 lineto
368 stroke
369 0.000 0.000 0.000 nodecolor
370 10 /FreeSans set_font
371 549.5 487 moveto 3 ( ) alignedtext
372 1 setlinewidth
373 filled
374 0.000 0.000 0.000 nodecolor
375 newpath 0 478 moveto
376 1102 478 lineto
377 stroke
378 0.000 0.000 0.000 nodecolor
379 10 /FreeSans set_font
380 549.5 465 moveto 3 ( ) alignedtext
381 grestore
382 % Node3->Node2
383 gsave
384 1 setlinewidth
385 solid
386 0.000 0.812 0.545 edgecolor
387 newpath 551 446 moveto
388 551 438 551 429 551 420 curveto
389 stroke
390 1 setlinewidth
391 solid
392 0.000 0.812 0.545 edgecolor
393 newpath 547.5 446 moveto
394 551 456 lineto
395 554.5 446 lineto
396 closepath stroke
397 grestore
398 endpage
399 showpage
400 grestore
401 %%PageTrailer
402 %%EndPage: 1
403 %%Trailer
404 %%Pages: 1
405 %%BoundingBox: 36 36 1146 566
406 end
407 restore
408 %%EOF