File: structs_revisited.svg

package info (click to toggle)
python-graphviz 0.20.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,188 kB
  • sloc: python: 4,098; makefile: 13
file content (64 lines) | stat: -rw-r--r-- 3,989 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
 "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<!-- Generated by graphviz version 2.49.3 (20211023.0002)
 -->
<!-- Title: structs Pages: 1 -->
<svg width="266pt" height="151pt"
 viewBox="0.00 0.00 266.00 151.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 147)">
<title>structs</title>
<polygon fill="white" stroke="transparent" points="-4,4 -4,-147 262,-147 262,4 -4,4"/>
<!-- struct1 -->
<g id="node1" class="node">
<title>struct1</title>
<polygon fill="none" stroke="black" points="13,-106.5 13,-142.5 142,-142.5 142,-106.5 13,-106.5"/>
<text text-anchor="middle" x="30" y="-120.8" font-family="Times New Roman,serif" font-size="14.00">left</text>
<polyline fill="none" stroke="black" points="47,-106.5 47,-142.5 "/>
<text text-anchor="middle" x="74" y="-120.8" font-family="Times New Roman,serif" font-size="14.00">middle</text>
<polyline fill="none" stroke="black" points="101,-106.5 101,-142.5 "/>
<text text-anchor="middle" x="121.5" y="-120.8" font-family="Times New Roman,serif" font-size="14.00">right</text>
</g>
<!-- struct2 -->
<g id="node2" class="node">
<title>struct2</title>
<polygon fill="none" stroke="black" points="0,-17 0,-53 75,-53 75,-17 0,-17"/>
<text text-anchor="middle" x="18.5" y="-31.3" font-family="Times New Roman,serif" font-size="14.00">one</text>
<polyline fill="none" stroke="black" points="37,-17 37,-53 "/>
<text text-anchor="middle" x="56" y="-31.3" font-family="Times New Roman,serif" font-size="14.00">two</text>
</g>
<!-- struct1&#45;&gt;struct2 -->
<g id="edge1" class="edge">
<title>struct1:f1&#45;&gt;struct2:f0</title>
<path fill="none" stroke="black" d="M73.5,-106C73.5,-76.3 30.64,-84.73 20.59,-63.97"/>
<polygon fill="black" stroke="black" points="23.98,-63.07 18.5,-54 17.13,-64.51 23.98,-63.07"/>
</g>
<!-- struct3 -->
<g id="node3" class="node">
<title>struct3</title>
<polygon fill="none" stroke="black" points="93,-0.5 93,-69.5 258,-69.5 258,-0.5 93,-0.5"/>
<text text-anchor="middle" x="117.5" y="-38.8" font-family="Times New Roman,serif" font-size="14.00">hello</text>
<text text-anchor="middle" x="117.5" y="-23.8" font-family="Times New Roman,serif" font-size="14.00">world</text>
<polyline fill="none" stroke="black" points="142,-0.5 142,-69.5 "/>
<text text-anchor="middle" x="177" y="-54.3" font-family="Times New Roman,serif" font-size="14.00">b</text>
<polyline fill="none" stroke="black" points="142,-46.5 212,-46.5 "/>
<text text-anchor="middle" x="153.5" y="-31.3" font-family="Times New Roman,serif" font-size="14.00">c</text>
<polyline fill="none" stroke="black" points="165,-23.5 165,-46.5 "/>
<text text-anchor="middle" x="177" y="-31.3" font-family="Times New Roman,serif" font-size="14.00">d</text>
<polyline fill="none" stroke="black" points="189,-23.5 189,-46.5 "/>
<text text-anchor="middle" x="200.5" y="-31.3" font-family="Times New Roman,serif" font-size="14.00">e</text>
<polyline fill="none" stroke="black" points="142,-23.5 212,-23.5 "/>
<text text-anchor="middle" x="177" y="-8.3" font-family="Times New Roman,serif" font-size="14.00">f</text>
<polyline fill="none" stroke="black" points="212,-0.5 212,-69.5 "/>
<text text-anchor="middle" x="223.5" y="-31.3" font-family="Times New Roman,serif" font-size="14.00">g</text>
<polyline fill="none" stroke="black" points="235,-0.5 235,-69.5 "/>
<text text-anchor="middle" x="246.5" y="-31.3" font-family="Times New Roman,serif" font-size="14.00">h</text>
</g>
<!-- struct1&#45;&gt;struct3 -->
<g id="edge2" class="edge">
<title>struct1:f2&#45;&gt;struct3:here</title>
<path fill="none" stroke="black" d="M121.5,-106C121.5,-93.93 141.72,-70.73 157.86,-54.13"/>
<polygon fill="black" stroke="black" points="160.78,-56.15 165.35,-46.59 155.82,-51.22 160.78,-56.15"/>
</g>
</g>
</svg>