Mercurial > hg > camir-ismir2012
comparison toolboxes/graph_visualisation/share/graphviz/graphs/directed/triedds.gv @ 0:cc4b1211e677 tip
initial commit to HG from
Changeset:
646 (e263d8a21543) added further path and more save "camirversion.m"
author | Daniel Wolff |
---|---|
date | Fri, 19 Aug 2016 13:07:06 +0200 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:cc4b1211e677 |
---|---|
1 digraph g { | |
2 graph [ | |
3 rankdir = "LR" | |
4 ]; | |
5 node [ | |
6 fontsize = "16" | |
7 shape = "ellipse" | |
8 ]; | |
9 edge [ | |
10 ]; | |
11 "node0" [ | |
12 label = "<f0> 0x10ba8| <f1>" | |
13 shape = "record" | |
14 ]; | |
15 "node1" [ | |
16 label = "<f0> 0xf7fc4380| <f1> | <f2> |-1" | |
17 shape = "record" | |
18 ]; | |
19 "node2" [ | |
20 label = "<f0> 0xf7fc44b8| | |2" | |
21 shape = "record" | |
22 ]; | |
23 "node3" [ | |
24 label = "<f0> 3.43322790286038071e-06|44.79998779296875|0" | |
25 shape = "record" | |
26 ]; | |
27 "node4" [ | |
28 label = "<f0> 0xf7fc4380| <f1> | <f2> |2" | |
29 shape = "record" | |
30 ]; | |
31 "node5" [ | |
32 label = "<f0> (nil)| | |-1" | |
33 shape = "record" | |
34 ]; | |
35 "node6" [ | |
36 label = "<f0> 0xf7fc4380| <f1> | <f2> |1" | |
37 shape = "record" | |
38 ]; | |
39 "node7" [ | |
40 label = "<f0> 0xf7fc4380| <f1> | <f2> |2" | |
41 shape = "record" | |
42 ]; | |
43 "node8" [ | |
44 label = "<f0> (nil)| | |-1" | |
45 shape = "record" | |
46 ]; | |
47 "node9" [ | |
48 label = "<f0> (nil)| | |-1" | |
49 shape = "record" | |
50 ]; | |
51 "node10" [ | |
52 label = "<f0> (nil)| <f1> | <f2> |-1" | |
53 shape = "record" | |
54 ]; | |
55 "node11" [ | |
56 label = "<f0> (nil)| <f1> | <f2> |-1" | |
57 shape = "record" | |
58 ]; | |
59 "node12" [ | |
60 label = "<f0> 0xf7fc43e0| | |1" | |
61 shape = "record" | |
62 ]; | |
63 "node0":f0 -> "node1":f0 [ | |
64 id = 0 | |
65 ]; | |
66 "node0":f1 -> "node2":f0 [ | |
67 id = 1 | |
68 ]; | |
69 "node1":f0 -> "node3":f0 [ | |
70 id = 2 | |
71 ]; | |
72 "node1":f1 -> "node4":f0 [ | |
73 id = 3 | |
74 ]; | |
75 "node1":f2 -> "node5":f0 [ | |
76 id = 4 | |
77 ]; | |
78 "node4":f0 -> "node3":f0 [ | |
79 id = 5 | |
80 ]; | |
81 "node4":f1 -> "node6":f0 [ | |
82 id = 6 | |
83 ]; | |
84 "node4":f2 -> "node10":f0 [ | |
85 id = 7 | |
86 ]; | |
87 "node6":f0 -> "node3":f0 [ | |
88 id = 8 | |
89 ]; | |
90 "node6":f1 -> "node7":f0 [ | |
91 id = 9 | |
92 ]; | |
93 "node6":f2 -> "node9":f0 [ | |
94 id = 10 | |
95 ]; | |
96 "node7":f0 -> "node3":f0 [ | |
97 id = 11 | |
98 ]; | |
99 "node7":f1 -> "node1":f0 [ | |
100 id = 12 | |
101 ]; | |
102 "node7":f2 -> "node8":f0 [ | |
103 id = 13 | |
104 ]; | |
105 "node10":f1 -> "node11":f0 [ | |
106 id = 14 | |
107 ]; | |
108 "node10":f2 -> "node12":f0 [ | |
109 id = 15 | |
110 ]; | |
111 "node11":f2 -> "node1":f0 [ | |
112 id = 16 | |
113 ]; | |
114 } |