1 // KEGG -> SBGN example #10
2 //
3 #include "libavoid/libavoid.h"
4 using namespace Avoid;
main(void)5 int main(void) {
6     Router *router = new Router(
7             PolyLineRouting | OrthogonalRouting);
8     router->setRoutingParameter((RoutingParameter)0, 50);
9     router->setRoutingParameter((RoutingParameter)1, 0);
10     router->setRoutingParameter((RoutingParameter)2, 0);
11     router->setRoutingParameter((RoutingParameter)3, 4000);
12     router->setRoutingParameter((RoutingParameter)4, 0);
13     router->setRoutingParameter((RoutingParameter)5, 100);
14     router->setRoutingOption((RoutingOption)0, true);
15     router->setRoutingOption((RoutingOption)1, true);
16     router->setRoutingOption((RoutingOption)2, false);
17 
18 
19 #ifdef ALL
20     Polygon poly1(4);
21     poly1.ps[0] = Point(1201.5, 1180.75);
22     poly1.ps[1] = Point(1201.5, 1212.75);
23     poly1.ps[2] = Point(1181.5, 1212.75);
24     poly1.ps[3] = Point(1181.5, 1180.75);
25     new ShapeRef(router, poly1, 1);
26 
27     Polygon poly2(4);
28     poly2.ps[0] = Point(785.5, 2338.79);
29     poly2.ps[1] = Point(785.5, 2358.79);
30     poly2.ps[2] = Point(753.5, 2358.79);
31     poly2.ps[3] = Point(753.5, 2338.79);
32     new ShapeRef(router, poly2, 2);
33 
34     Polygon poly3(4);
35     poly3.ps[0] = Point(261.5, 2215.42);
36     poly3.ps[1] = Point(261.5, 2247.42);
37     poly3.ps[2] = Point(241.5, 2247.42);
38     poly3.ps[3] = Point(241.5, 2215.42);
39     new ShapeRef(router, poly3, 3);
40 
41     Polygon poly4(4);
42     poly4.ps[0] = Point(785.5, 2400.79);
43     poly4.ps[1] = Point(785.5, 2420.79);
44     poly4.ps[2] = Point(753.5, 2420.79);
45     poly4.ps[3] = Point(753.5, 2400.79);
46     new ShapeRef(router, poly4, 4);
47 
48     Polygon poly5(4);
49     poly5.ps[0] = Point(282.5, 2348.79);
50     poly5.ps[1] = Point(282.5, 2410.79);
51     poly5.ps[2] = Point(220.5, 2410.79);
52     poly5.ps[3] = Point(220.5, 2348.79);
53     new ShapeRef(router, poly5, 5);
54 
55     Polygon poly6(4);
56     poly6.ps[0] = Point(1643.5, 817.25);
57     poly6.ps[1] = Point(1643.5, 1194.25);
58     poly6.ps[2] = Point(1421.5, 1194.25);
59     poly6.ps[3] = Point(1421.5, 817.25);
60     new ShapeRef(router, poly6, 6);
61 
62     Polygon poly7(4);
63     poly7.ps[0] = Point(1311.5, 45);
64     poly7.ps[1] = Point(1311.5, 219);
65     poly7.ps[2] = Point(1191.5, 219);
66     poly7.ps[3] = Point(1191.5, 45);
67     new ShapeRef(router, poly7, 7);
68 
69     Polygon poly8(4);
70     poly8.ps[0] = Point(839.5, 2301.79);
71     poly8.ps[1] = Point(839.5, 2333.79);
72     poly8.ps[2] = Point(819.5, 2333.79);
73     poly8.ps[3] = Point(819.5, 2301.79);
74     new ShapeRef(router, poly8, 8);
75 
76     Polygon poly9(4);
77     poly9.ps[0] = Point(1105.5, 2263.79);
78     poly9.ps[1] = Point(1105.5, 2283.79);
79     poly9.ps[2] = Point(1073.5, 2283.79);
80     poly9.ps[3] = Point(1073.5, 2263.79);
81     new ShapeRef(router, poly9, 9);
82 
83     Polygon poly10(4);
84     poly10.ps[0] = Point(1105.5, 2338.79);
85     poly10.ps[1] = Point(1105.5, 2358.79);
86     poly10.ps[2] = Point(1073.5, 2358.79);
87     poly10.ps[3] = Point(1073.5, 2338.79);
88     new ShapeRef(router, poly10, 10);
89 
90     Polygon poly11(4);
91     poly11.ps[0] = Point(1027.5, 2169.79);
92     poly11.ps[1] = Point(1027.5, 2189.79);
93     poly11.ps[2] = Point(995.5, 2189.79);
94     poly11.ps[3] = Point(995.5, 2169.79);
95     new ShapeRef(router, poly11, 11);
96 
97     Polygon poly12(4);
98     poly12.ps[0] = Point(1021.5, 2082.42);
99     poly12.ps[1] = Point(1021.5, 2114.42);
100     poly12.ps[2] = Point(1001.5, 2114.42);
101     poly12.ps[3] = Point(1001.5, 2082.42);
102     new ShapeRef(router, poly12, 12);
103 
104     Polygon poly13(4);
105     poly13.ps[0] = Point(721.5, 2159.42);
106     poly13.ps[1] = Point(721.5, 2179.42);
107     poly13.ps[2] = Point(689.5, 2179.42);
108     poly13.ps[3] = Point(689.5, 2159.42);
109     new ShapeRef(router, poly13, 13);
110 
111     Polygon poly14(4);
112     poly14.ps[0] = Point(391.5, 2159.42);
113     poly14.ps[1] = Point(391.5, 2179.42);
114     poly14.ps[2] = Point(359.5, 2179.42);
115     poly14.ps[3] = Point(359.5, 2159.42);
116     new ShapeRef(router, poly14, 14);
117 
118     Polygon poly15(4);
119     poly15.ps[0] = Point(1374.5, 2159.42);
120     poly15.ps[1] = Point(1374.5, 2179.42);
121     poly15.ps[2] = Point(1342.5, 2179.42);
122     poly15.ps[3] = Point(1342.5, 2159.42);
123     new ShapeRef(router, poly15, 15);
124 
125     Polygon poly16(4);
126     poly16.ps[0] = Point(923.421, 1631.86);
127     poly16.ps[1] = Point(923.421, 1675.86);
128     poly16.ps[2] = Point(835.421, 1675.86);
129     poly16.ps[3] = Point(835.421, 1631.86);
130     new ShapeRef(router, poly16, 16);
131 
132     Polygon poly17(4);
133     poly17.ps[0] = Point(1201.5, 1949.42);
134     poly17.ps[1] = Point(1201.5, 1981.42);
135     poly17.ps[2] = Point(1181.5, 1981.42);
136     poly17.ps[3] = Point(1181.5, 1949.42);
137     new ShapeRef(router, poly17, 17);
138 
139     Polygon poly18(4);
140     poly18.ps[0] = Point(252, 1963.42);
141     poly18.ps[1] = Point(252, 2127.42);
142     poly18.ps[2] = Point(45, 2127.42);
143     poly18.ps[3] = Point(45, 1963.42);
144     new ShapeRef(router, poly18, 18);
145 
146     Polygon poly19(4);
147     poly19.ps[0] = Point(1201.5, 1825.42);
148     poly19.ps[1] = Point(1201.5, 1857.42);
149     poly19.ps[2] = Point(1181.5, 1857.42);
150     poly19.ps[3] = Point(1181.5, 1825.42);
151     new ShapeRef(router, poly19, 19);
152 
153     Polygon poly20(4);
154     poly20.ps[0] = Point(1201.5, 1701.42);
155     poly20.ps[1] = Point(1201.5, 1733.42);
156     poly20.ps[2] = Point(1181.5, 1733.42);
157     poly20.ps[3] = Point(1181.5, 1701.42);
158     new ShapeRef(router, poly20, 20);
159 
160     Polygon poly21(4);
161     poly21.ps[0] = Point(1170.5, 1327.42);
162     poly21.ps[1] = Point(1170.5, 1359.42);
163     poly21.ps[2] = Point(1150.5, 1359.42);
164     poly21.ps[3] = Point(1150.5, 1327.42);
165     new ShapeRef(router, poly21, 21);
166 
167     Polygon poly22(4);
168     poly22.ps[0] = Point(741, 1632.42);
169     poly22.ps[1] = Point(741, 1692.42);
170     poly22.ps[2] = Point(428, 1692.42);
171     poly22.ps[3] = Point(428, 1632.42);
172     new ShapeRef(router, poly22, 22);
173 
174     Polygon poly23(4);
175     poly23.ps[0] = Point(996.5, 1281.42);
176     poly23.ps[1] = Point(996.5, 1301.42);
177     poly23.ps[2] = Point(964.5, 1301.42);
178     poly23.ps[3] = Point(964.5, 1281.42);
179     new ShapeRef(router, poly23, 23);
180 
181     Polygon poly24(4);
182     poly24.ps[0] = Point(1232.5, 1047.75);
183     poly24.ps[1] = Point(1232.5, 1079.75);
184     poly24.ps[2] = Point(1212.5, 1079.75);
185     poly24.ps[3] = Point(1212.5, 1047.75);
186     new ShapeRef(router, poly24, 24);
187 
188     Polygon poly25(4);
189     poly25.ps[0] = Point(1170.5, 1047.75);
190     poly25.ps[1] = Point(1170.5, 1079.75);
191     poly25.ps[2] = Point(1150.5, 1079.75);
192     poly25.ps[3] = Point(1150.5, 1047.75);
193     new ShapeRef(router, poly25, 25);
194 
195     Polygon poly26(4);
196     poly26.ps[0] = Point(1343.5, 540.5);
197     poly26.ps[1] = Point(1343.5, 560.5);
198     poly26.ps[2] = Point(1311.5, 560.5);
199     poly26.ps[3] = Point(1311.5, 540.5);
200     new ShapeRef(router, poly26, 26);
201 
202     Polygon poly27(4);
203     poly27.ps[0] = Point(1201.5, 724);
204     poly27.ps[1] = Point(1201.5, 756);
205     poly27.ps[2] = Point(1181.5, 756);
206     poly27.ps[3] = Point(1181.5, 724);
207     new ShapeRef(router, poly27, 27);
208 
209     Polygon poly28(4);
210     poly28.ps[0] = Point(1201.5, 462);
211     poly28.ps[1] = Point(1201.5, 494);
212     poly28.ps[2] = Point(1181.5, 494);
213     poly28.ps[3] = Point(1181.5, 462);
214     new ShapeRef(router, poly28, 28);
215 
216     Polygon poly29(4);
217     poly29.ps[0] = Point(934.5, 873);
218     poly29.ps[1] = Point(934.5, 893);
219     poly29.ps[2] = Point(902.5, 893);
220     poly29.ps[3] = Point(902.5, 873);
221     new ShapeRef(router, poly29, 29);
222 
223     Polygon poly30(4);
224     poly30.ps[0] = Point(492.5, 767);
225     poly30.ps[1] = Point(492.5, 787);
226     poly30.ps[2] = Point(460.5, 787);
227     poly30.ps[3] = Point(460.5, 767);
228     new ShapeRef(router, poly30, 30);
229 
230     Polygon poly31(4);
231     poly31.ps[0] = Point(492.5, 842);
232     poly31.ps[1] = Point(492.5, 862);
233     poly31.ps[2] = Point(460.5, 862);
234     poly31.ps[3] = Point(460.5, 842);
235     new ShapeRef(router, poly31, 31);
236 
237     Polygon poly32(4);
238     poly32.ps[0] = Point(814.5, 730);
239     poly32.ps[1] = Point(814.5, 750);
240     poly32.ps[2] = Point(782.5, 750);
241     poly32.ps[3] = Point(782.5, 730);
242     new ShapeRef(router, poly32, 32);
243 
244     Polygon poly33(4);
245     poly33.ps[0] = Point(653.5, 724);
246     poly33.ps[1] = Point(653.5, 756);
247     poly33.ps[2] = Point(633.5, 756);
248     poly33.ps[3] = Point(633.5, 724);
249     new ShapeRef(router, poly33, 33);
250 
251     Polygon poly34(4);
252     poly34.ps[0] = Point(296.5, 724);
253     poly34.ps[1] = Point(296.5, 756);
254     poly34.ps[2] = Point(276.5, 756);
255     poly34.ps[3] = Point(276.5, 724);
256     new ShapeRef(router, poly34, 34);
257 
258     Polygon poly35(4);
259     poly35.ps[0] = Point(723.5, 468);
260     poly35.ps[1] = Point(723.5, 488);
261     poly35.ps[2] = Point(691.5, 488);
262     poly35.ps[3] = Point(691.5, 468);
263     new ShapeRef(router, poly35, 35);
264 
265     Polygon poly36(4);
266     poly36.ps[0] = Point(723.5, 543);
267     poly36.ps[1] = Point(723.5, 563);
268     poly36.ps[2] = Point(691.5, 563);
269     poly36.ps[3] = Point(691.5, 543);
270     new ShapeRef(router, poly36, 36);
271 
272     Polygon poly37(4);
273     poly37.ps[0] = Point(723.5, 393);
274     poly37.ps[1] = Point(723.5, 413);
275     poly37.ps[2] = Point(691.5, 413);
276     poly37.ps[3] = Point(691.5, 393);
277     new ShapeRef(router, poly37, 37);
278 
279     Polygon poly38(4);
280     poly38.ps[0] = Point(783.5, 331);
281     poly38.ps[1] = Point(783.5, 351);
282     poly38.ps[2] = Point(751.5, 351);
283     poly38.ps[3] = Point(751.5, 331);
284     new ShapeRef(router, poly38, 38);
285 
286     Polygon poly39(4);
287     poly39.ps[0] = Point(783.5, 229);
288     poly39.ps[1] = Point(783.5, 249);
289     poly39.ps[2] = Point(751.5, 249);
290     poly39.ps[3] = Point(751.5, 229);
291     new ShapeRef(router, poly39, 39);
292 
293     Polygon poly40(4);
294     poly40.ps[0] = Point(402, 96.5);
295     poly40.ps[1] = Point(402, 131.5);
296     poly40.ps[2] = Point(141, 131.5);
297     poly40.ps[3] = Point(141, 96.5);
298     new ShapeRef(router, poly40, 40);
299 
300     Polygon poly41(4);
301     poly41.ps[0] = Point(508.5, 2302.46);
302     poly41.ps[1] = Point(508.5, 2322.46);
303     poly41.ps[2] = Point(476.5, 2322.46);
304     poly41.ps[3] = Point(476.5, 2302.46);
305     new ShapeRef(router, poly41, 41);
306 
307     Polygon poly42(4);
308     poly42.ps[0] = Point(1201.5, 1553.42);
309     poly42.ps[1] = Point(1201.5, 1585.42);
310     poly42.ps[2] = Point(1181.5, 1585.42);
311     poly42.ps[3] = Point(1181.5, 1553.42);
312     new ShapeRef(router, poly42, 42);
313 
314     Polygon poly43(4);
315     poly43.ps[0] = Point(723.5, 605);
316     poly43.ps[1] = Point(723.5, 625);
317     poly43.ps[2] = Point(691.5, 625);
318     poly43.ps[3] = Point(691.5, 605);
319     new ShapeRef(router, poly43, 43);
320 
321     Polygon poly44(4);
322     poly44.ps[0] = Point(492.5, 904);
323     poly44.ps[1] = Point(492.5, 924);
324     poly44.ps[2] = Point(460.5, 924);
325     poly44.ps[3] = Point(460.5, 904);
326     new ShapeRef(router, poly44, 44);
327 
328     Polygon poly45(4);
329     poly45.ps[0] = Point(302.5, 1066);
330     poly45.ps[1] = Point(302.5, 1086);
331     poly45.ps[2] = Point(270.5, 1086);
332     poly45.ps[3] = Point(270.5, 1066);
333     new ShapeRef(router, poly45, 45);
334 
335     Polygon poly46(4);
336     poly46.ps[0] = Point(302.5, 1168);
337     poly46.ps[1] = Point(302.5, 1188);
338     poly46.ps[2] = Point(270.5, 1188);
339     poly46.ps[3] = Point(270.5, 1168);
340     new ShapeRef(router, poly46, 46);
341 
342     Polygon poly47(4);
343     poly47.ps[0] = Point(570.5, 1066);
344     poly47.ps[1] = Point(570.5, 1086);
345     poly47.ps[2] = Point(538.5, 1086);
346     poly47.ps[3] = Point(538.5, 1066);
347     new ShapeRef(router, poly47, 47);
348 
349     Polygon poly48(4);
350     poly48.ps[0] = Point(570.5, 1168);
351     poly48.ps[1] = Point(570.5, 1188);
352     poly48.ps[2] = Point(538.5, 1188);
353     poly48.ps[3] = Point(538.5, 1168);
354     new ShapeRef(router, poly48, 48);
355 
356     Polygon poly49(4);
357     poly49.ps[0] = Point(1432.5, 519.5);
358     poly49.ps[1] = Point(1432.5, 581.5);
359     poly49.ps[2] = Point(1370.5, 581.5);
360     poly49.ps[3] = Point(1370.5, 519.5);
361     new ShapeRef(router, poly49, 49);
362 
363     Polygon poly50(4);
364     poly50.ps[0] = Point(1222.5, 249);
365     poly50.ps[1] = Point(1222.5, 311);
366     poly50.ps[2] = Point(1160.5, 311);
367     poly50.ps[3] = Point(1160.5, 249);
368     new ShapeRef(router, poly50, 50);
369 
370     Polygon poly51(4);
371     poly51.ps[0] = Point(1222.5, 1748.42);
372     poly51.ps[1] = Point(1222.5, 1810.42);
373     poly51.ps[2] = Point(1160.5, 1810.42);
374     poly51.ps[3] = Point(1160.5, 1748.42);
375     new ShapeRef(router, poly51, 51);
376 
377     Polygon poly52(4);
378     poly52.ps[0] = Point(317.5, 553);
379     poly52.ps[1] = Point(317.5, 615);
380     poly52.ps[2] = Point(255.5, 615);
381     poly52.ps[3] = Point(255.5, 553);
382     new ShapeRef(router, poly52, 52);
383 
384     Polygon poly53(4);
385     poly53.ps[0] = Point(317.5, 852);
386     poly53.ps[1] = Point(317.5, 914);
387     poly53.ps[2] = Point(255.5, 914);
388     poly53.ps[3] = Point(255.5, 852);
389     new ShapeRef(router, poly53, 53);
390 
391     Polygon poly54(4);
392     poly54.ps[0] = Point(767.5, 1260.42);
393     poly54.ps[1] = Point(767.5, 1322.42);
394     poly54.ps[2] = Point(705.5, 1322.42);
395     poly54.ps[3] = Point(705.5, 1260.42);
396     new ShapeRef(router, poly54, 54);
397 
398     Polygon poly55(4);
399     poly55.ps[0] = Point(767.5, 852);
400     poly55.ps[1] = Point(767.5, 914);
401     poly55.ps[2] = Point(705.5, 914);
402     poly55.ps[3] = Point(705.5, 852);
403     new ShapeRef(router, poly55, 55);
404 
405     Polygon poly56(4);
406     poly56.ps[0] = Point(1222.5, 553);
407     poly56.ps[1] = Point(1222.5, 615);
408     poly56.ps[2] = Point(1160.5, 615);
409     poly56.ps[3] = Point(1160.5, 553);
410     new ShapeRef(router, poly56, 56);
411 
412     Polygon poly57(4);
413     poly57.ps[0] = Point(1222.5, 852);
414     poly57.ps[1] = Point(1222.5, 914);
415     poly57.ps[2] = Point(1160.5, 914);
416     poly57.ps[3] = Point(1160.5, 852);
417     new ShapeRef(router, poly57, 57);
418 
419     Polygon poly58(4);
420     poly58.ps[0] = Point(1222.5, 1872.42);
421     poly58.ps[1] = Point(1222.5, 1934.42);
422     poly58.ps[2] = Point(1160.5, 1934.42);
423     poly58.ps[3] = Point(1160.5, 1872.42);
424     new ShapeRef(router, poly58, 58);
425 
426     Polygon poly59(4);
427     poly59.ps[0] = Point(1222.5, 1624.42);
428     poly59.ps[1] = Point(1222.5, 1686.42);
429     poly59.ps[2] = Point(1160.5, 1686.42);
430     poly59.ps[3] = Point(1160.5, 1624.42);
431     new ShapeRef(router, poly59, 59);
432 
433     Polygon poly60(4);
434     poly60.ps[0] = Point(1222.5, 1424.42);
435     poly60.ps[1] = Point(1222.5, 1486.42);
436     poly60.ps[2] = Point(1160.5, 1486.42);
437     poly60.ps[3] = Point(1160.5, 1424.42);
438     new ShapeRef(router, poly60, 60);
439 
440     Polygon poly61(4);
441     poly61.ps[0] = Point(1463.5, 2138.42);
442     poly61.ps[1] = Point(1463.5, 2200.42);
443     poly61.ps[2] = Point(1401.5, 2200.42);
444     poly61.ps[3] = Point(1401.5, 2138.42);
445     new ShapeRef(router, poly61, 61);
446 
447     Polygon poly62(4);
448     poly62.ps[0] = Point(705.5, 2281.46);
449     poly62.ps[1] = Point(705.5, 2343.46);
450     poly62.ps[2] = Point(643.5, 2343.46);
451     poly62.ps[3] = Point(643.5, 2281.46);
452     new ShapeRef(router, poly62, 62);
453 
454     Polygon poly63(4);
455     poly63.ps[0] = Point(1358.5, 2348.79);
456     poly63.ps[1] = Point(1358.5, 2410.79);
457     poly63.ps[2] = Point(1296.5, 2410.79);
458     poly63.ps[3] = Point(1296.5, 2348.79);
459     new ShapeRef(router, poly63, 63);
460 
461     Polygon poly64(4);
462     poly64.ps[0] = Point(1222.5, 2138.42);
463     poly64.ps[1] = Point(1222.5, 2200.42);
464     poly64.ps[2] = Point(1160.5, 2200.42);
465     poly64.ps[3] = Point(1160.5, 2138.42);
466     new ShapeRef(router, poly64, 64);
467 
468     Polygon poly65(4);
469     poly65.ps[0] = Point(860.5, 2138.42);
470     poly65.ps[1] = Point(860.5, 2200.42);
471     poly65.ps[2] = Point(798.5, 2200.42);
472     poly65.ps[3] = Point(798.5, 2138.42);
473     new ShapeRef(router, poly65, 65);
474 
475     Polygon poly66(4);
476     poly66.ps[0] = Point(282.5, 2138.42);
477     poly66.ps[1] = Point(282.5, 2200.42);
478     poly66.ps[2] = Point(220.5, 2200.42);
479     poly66.ps[3] = Point(220.5, 2138.42);
480     new ShapeRef(router, poly66, 66);
481 
482     Polygon poly67(4);
483     poly67.ps[0] = Point(860.5, 2348.79);
484     poly67.ps[1] = Point(860.5, 2410.79);
485     poly67.ps[2] = Point(798.5, 2410.79);
486     poly67.ps[3] = Point(798.5, 2348.79);
487     new ShapeRef(router, poly67, 67);
488 
489     Polygon poly68(4);
490     poly68.ps[0] = Point(554.5, 2138.42);
491     poly68.ps[1] = Point(554.5, 2200.42);
492     poly68.ps[2] = Point(492.5, 2200.42);
493     poly68.ps[3] = Point(492.5, 2138.42);
494     new ShapeRef(router, poly68, 68);
495 
496     Polygon poly69(4);
497     poly69.ps[0] = Point(406.5, 2281.46);
498     poly69.ps[1] = Point(406.5, 2343.46);
499     poly69.ps[2] = Point(344.5, 2343.46);
500     poly69.ps[3] = Point(344.5, 2281.46);
501     new ShapeRef(router, poly69, 69);
502 
503     Polygon poly70(4);
504     poly70.ps[0] = Point(1222.5, 1084.75);
505     poly70.ps[1] = Point(1222.5, 1146.75);
506     poly70.ps[2] = Point(1160.5, 1146.75);
507     poly70.ps[3] = Point(1160.5, 1084.75);
508     new ShapeRef(router, poly70, 70);
509 
510     Polygon poly71(4);
511     poly71.ps[0] = Point(247.5, 1045);
512     poly71.ps[1] = Point(247.5, 1107);
513     poly71.ps[2] = Point(185.5, 1107);
514     poly71.ps[3] = Point(185.5, 1045);
515     new ShapeRef(router, poly71, 71);
516 
517     Polygon poly72(4);
518     poly72.ps[0] = Point(437.5, 1045);
519     poly72.ps[1] = Point(437.5, 1107);
520     poly72.ps[2] = Point(375.5, 1107);
521     poly72.ps[3] = Point(375.5, 1045);
522     new ShapeRef(router, poly72, 72);
523 
524     Polygon poly73(4);
525     poly73.ps[0] = Point(437.5, 1147);
526     poly73.ps[1] = Point(437.5, 1209);
527     poly73.ps[2] = Point(375.5, 1209);
528     poly73.ps[3] = Point(375.5, 1147);
529     new ShapeRef(router, poly73, 73);
530 
531     Polygon poly74(4);
532     poly74.ps[0] = Point(247.5, 1147);
533     poly74.ps[1] = Point(247.5, 1209);
534     poly74.ps[2] = Point(185.5, 1209);
535     poly74.ps[3] = Point(185.5, 1147);
536     new ShapeRef(router, poly74, 74);
537 #endif
538     Polygon poly75(4);
539     poly75.ps[0] = Point(715.439, 1924.42);
540     poly75.ps[1] = Point(715.439, 1944.42);
541     poly75.ps[2] = Point(683.439, 1944.42);
542     poly75.ps[3] = Point(683.439, 1924.42);
543     new ShapeRef(router, poly75, 75);
544 
545     Polygon poly76(4);
546     poly76.ps[0] = Point(282.5, 1872.42);
547     poly76.ps[1] = Point(282.5, 1934.42);
548     poly76.ps[2] = Point(220.5, 1934.42);
549     poly76.ps[3] = Point(220.5, 1872.42);
550     new ShapeRef(router, poly76, 76);
551 
552 #ifdef ALL
553     Polygon poly77(4);
554     poly77.ps[0] = Point(1105.5, 2400.79);
555     poly77.ps[1] = Point(1105.5, 2420.79);
556     poly77.ps[2] = Point(1073.5, 2420.79);
557     poly77.ps[3] = Point(1073.5, 2400.79);
558     new ShapeRef(router, poly77, 77);
559 #endif
560 
561     Polygon poly78(4);
562     poly78.ps[0] = Point(715.439, 1862.42);
563     poly78.ps[1] = Point(715.439, 1882.42);
564     poly78.ps[2] = Point(683.439, 1882.42);
565     poly78.ps[3] = Point(683.439, 1862.42);
566     new ShapeRef(router, poly78, 78);
567 
568 #ifdef ALL
569     Polygon poly79(4);
570     poly79.ps[0] = Point(1506.5, 2243.29);
571     poly79.ps[1] = Point(1506.5, 2408.29);
572     poly79.ps[2] = Point(1369.5, 2408.29);
573     poly79.ps[3] = Point(1369.5, 2243.29);
574     new ShapeRef(router, poly79, 79);
575 
576     Polygon poly80(4);
577     poly80.ps[0] = Point(1232.5, 1327.42);
578     poly80.ps[1] = Point(1232.5, 1359.42);
579     poly80.ps[2] = Point(1212.5, 1359.42);
580     poly80.ps[3] = Point(1212.5, 1327.42);
581     new ShapeRef(router, poly80, 80);
582 
583     Polygon poly81(4);
584     poly81.ps[0] = Point(1250.5, 1491.42);
585     poly81.ps[1] = Point(1250.5, 1523.42);
586     poly81.ps[2] = Point(1230.5, 1523.42);
587     poly81.ps[3] = Point(1230.5, 1491.42);
588     new ShapeRef(router, poly81, 81);
589 
590     Polygon poly82(4);
591     poly82.ps[0] = Point(1341.5, 1491.42);
592     poly82.ps[1] = Point(1341.5, 1523.42);
593     poly82.ps[2] = Point(1321.5, 1523.42);
594     poly82.ps[3] = Point(1321.5, 1491.42);
595     new ShapeRef(router, poly82, 82);
596 
597     Polygon poly83(4);
598     poly83.ps[0] = Point(570.5, 2030.42);
599     poly83.ps[1] = Point(570.5, 2050.42);
600     poly83.ps[2] = Point(538.5, 2050.42);
601     poly83.ps[3] = Point(538.5, 2030.42);
602     new ShapeRef(router, poly83, 83);
603 
604     Polygon poly84(4);
605     poly84.ps[0] = Point(1432.5, 1491.42);
606     poly84.ps[1] = Point(1432.5, 1523.42);
607     poly84.ps[2] = Point(1412.5, 1523.42);
608     poly84.ps[3] = Point(1412.5, 1491.42);
609     new ShapeRef(router, poly84, 84);
610 
611     Polygon poly85(4);
612     poly85.ps[0] = Point(980.5, 1538.42);
613     poly85.ps[1] = Point(980.5, 1600.42);
614     poly85.ps[2] = Point(918.5, 1600.42);
615     poly85.ps[3] = Point(918.5, 1538.42);
616     new ShapeRef(router, poly85, 85);
617 
618     Polygon poly86(4);
619     poly86.ps[0] = Point(1116.5, 1639.42);
620     poly86.ps[1] = Point(1116.5, 1659.42);
621     poly86.ps[2] = Point(1084.5, 1659.42);
622     poly86.ps[3] = Point(1084.5, 1639.42);
623     new ShapeRef(router, poly86, 86);
624 
625     Polygon poly87(4);
626     poly87.ps[0] = Point(1116.5, 1445.42);
627     poly87.ps[1] = Point(1116.5, 1465.42);
628     poly87.ps[2] = Point(1084.5, 1465.42);
629     poly87.ps[3] = Point(1084.5, 1445.42);
630     new ShapeRef(router, poly87, 87);
631 
632     Polygon poly88(4);
633     poly88.ps[0] = Point(1222.5, 1260.42);
634     poly88.ps[1] = Point(1222.5, 1322.42);
635     poly88.ps[2] = Point(1160.5, 1322.42);
636     poly88.ps[3] = Point(1160.5, 1260.42);
637     new ShapeRef(router, poly88, 88);
638 
639     Polygon poly89(4);
640     poly89.ps[0] = Point(170.5, 2215.42);
641     poly89.ps[1] = Point(170.5, 2247.42);
642     poly89.ps[2] = Point(150.5, 2247.42);
643     poly89.ps[3] = Point(150.5, 2215.42);
644     new ShapeRef(router, poly89, 89);
645 
646     Polygon poly90(4);
647     poly90.ps[0] = Point(1323.5, 1047.75);
648     poly90.ps[1] = Point(1323.5, 1079.75);
649     poly90.ps[2] = Point(1303.5, 1079.75);
650     poly90.ps[3] = Point(1303.5, 1047.75);
651     new ShapeRef(router, poly90, 90);
652 
653     Polygon poly91(4);
654     poly91.ps[0] = Point(723.5, 680);
655     poly91.ps[1] = Point(723.5, 700);
656     poly91.ps[2] = Point(691.5, 700);
657     poly91.ps[3] = Point(691.5, 680);
658     new ShapeRef(router, poly91, 91);
659 
660     Polygon poly92(4);
661     poly92.ps[0] = Point(492.5, 979);
662     poly92.ps[1] = Point(492.5, 999);
663     poly92.ps[2] = Point(460.5, 999);
664     poly92.ps[3] = Point(460.5, 979);
665     new ShapeRef(router, poly92, 92);
666 
667     Polygon poly93(4);
668     poly93.ps[0] = Point(1105.5, 2475.79);
669     poly93.ps[1] = Point(1105.5, 2495.79);
670     poly93.ps[2] = Point(1073.5, 2495.79);
671     poly93.ps[3] = Point(1073.5, 2475.79);
672     new ShapeRef(router, poly93, 93);
673 
674     Polygon poly94(4);
675     poly94.ps[0] = Point(860.5, 2034.42);
676     poly94.ps[1] = Point(860.5, 2096.42);
677     poly94.ps[2] = Point(798.5, 2096.42);
678     poly94.ps[3] = Point(798.5, 2034.42);
679     new ShapeRef(router, poly94, 94);
680 
681     Polygon poly95(4);
682     poly95.ps[0] = Point(1277.5, 1176.75);
683     poly95.ps[1] = Point(1277.5, 1216.75);
684     poly95.ps[2] = Point(1201.5, 1216.75);
685     poly95.ps[3] = Point(1201.5, 1176.75);
686     new ShapeRef(router, poly95, 95);
687 
688     Polygon poly96(4);
689     poly96.ps[0] = Point(797.5, 2278.79);
690     poly96.ps[1] = Point(797.5, 2338.79);
691     poly96.ps[2] = Point(741.5, 2338.79);
692     poly96.ps[3] = Point(741.5, 2278.79);
693     new ShapeRef(router, poly96, 96);
694 
695     Polygon poly97(4);
696     poly97.ps[0] = Point(241.5, 2211.42);
697     poly97.ps[1] = Point(241.5, 2251.42);
698     poly97.ps[2] = Point(165.5, 2251.42);
699     poly97.ps[3] = Point(165.5, 2211.42);
700     new ShapeRef(router, poly97, 97);
701 
702     Polygon poly98(4);
703     poly98.ps[0] = Point(797.5, 2420.79);
704     poly98.ps[1] = Point(797.5, 2480.79);
705     poly98.ps[2] = Point(741.5, 2480.79);
706     poly98.ps[3] = Point(741.5, 2420.79);
707     new ShapeRef(router, poly98, 98);
708 
709     Polygon poly99(4);
710     poly99.ps[0] = Point(915.5, 2297.79);
711     poly99.ps[1] = Point(915.5, 2337.79);
712     poly99.ps[2] = Point(839.5, 2337.79);
713     poly99.ps[3] = Point(839.5, 2297.79);
714     new ShapeRef(router, poly99, 99);
715 
716     Polygon poly100(4);
717     poly100.ps[0] = Point(1117.5, 2203.79);
718     poly100.ps[1] = Point(1117.5, 2263.79);
719     poly100.ps[2] = Point(1061.5, 2263.79);
720     poly100.ps[3] = Point(1061.5, 2203.79);
721     new ShapeRef(router, poly100, 100);
722 
723     Polygon poly101(4);
724     poly101.ps[0] = Point(1117.5, 2278.79);
725     poly101.ps[1] = Point(1117.5, 2338.79);
726     poly101.ps[2] = Point(1061.5, 2338.79);
727     poly101.ps[3] = Point(1061.5, 2278.79);
728     new ShapeRef(router, poly101, 101);
729 
730     Polygon poly102(4);
731     poly102.ps[0] = Point(1039.5, 2189.79);
732     poly102.ps[1] = Point(1039.5, 2249.79);
733     poly102.ps[2] = Point(983.5, 2249.79);
734     poly102.ps[3] = Point(983.5, 2189.79);
735     new ShapeRef(router, poly102, 102);
736 
737     Polygon poly103(4);
738     poly103.ps[0] = Point(1097.5, 2078.42);
739     poly103.ps[1] = Point(1097.5, 2118.42);
740     poly103.ps[2] = Point(1021.5, 2118.42);
741     poly103.ps[3] = Point(1021.5, 2078.42);
742     new ShapeRef(router, poly103, 103);
743 
744     Polygon poly104(4);
745     poly104.ps[0] = Point(733.5, 2099.42);
746     poly104.ps[1] = Point(733.5, 2159.42);
747     poly104.ps[2] = Point(677.5, 2159.42);
748     poly104.ps[3] = Point(677.5, 2099.42);
749     new ShapeRef(router, poly104, 104);
750 
751     Polygon poly105(4);
752     poly105.ps[0] = Point(403.5, 2099.42);
753     poly105.ps[1] = Point(403.5, 2159.42);
754     poly105.ps[2] = Point(347.5, 2159.42);
755     poly105.ps[3] = Point(347.5, 2099.42);
756     new ShapeRef(router, poly105, 105);
757 
758     Polygon poly106(4);
759     poly106.ps[0] = Point(1386.5, 2099.42);
760     poly106.ps[1] = Point(1386.5, 2159.42);
761     poly106.ps[2] = Point(1330.5, 2159.42);
762     poly106.ps[3] = Point(1330.5, 2099.42);
763     new ShapeRef(router, poly106, 106);
764 
765     Polygon poly107(4);
766     poly107.ps[0] = Point(1277.5, 1945.42);
767     poly107.ps[1] = Point(1277.5, 1985.42);
768     poly107.ps[2] = Point(1201.5, 1985.42);
769     poly107.ps[3] = Point(1201.5, 1945.42);
770     new ShapeRef(router, poly107, 107);
771 
772     Polygon poly108(4);
773     poly108.ps[0] = Point(1277.5, 1821.42);
774     poly108.ps[1] = Point(1277.5, 1861.42);
775     poly108.ps[2] = Point(1201.5, 1861.42);
776     poly108.ps[3] = Point(1201.5, 1821.42);
777     new ShapeRef(router, poly108, 108);
778 
779     Polygon poly109(4);
780     poly109.ps[0] = Point(1277.5, 1697.42);
781     poly109.ps[1] = Point(1277.5, 1737.42);
782     poly109.ps[2] = Point(1201.5, 1737.42);
783     poly109.ps[3] = Point(1201.5, 1697.42);
784     new ShapeRef(router, poly109, 109);
785 
786     Polygon poly110(4);
787     poly110.ps[0] = Point(1150.5, 1323.42);
788     poly110.ps[1] = Point(1150.5, 1363.42);
789     poly110.ps[2] = Point(1074.5, 1363.42);
790     poly110.ps[3] = Point(1074.5, 1323.42);
791     new ShapeRef(router, poly110, 110);
792 
793     Polygon poly111(4);
794     poly111.ps[0] = Point(1008.5, 1221.42);
795     poly111.ps[1] = Point(1008.5, 1281.42);
796     poly111.ps[2] = Point(952.5, 1281.42);
797     poly111.ps[3] = Point(952.5, 1221.42);
798     new ShapeRef(router, poly111, 111);
799 
800     Polygon poly112(4);
801     poly112.ps[0] = Point(1308.5, 1043.75);
802     poly112.ps[1] = Point(1308.5, 1083.75);
803     poly112.ps[2] = Point(1232.5, 1083.75);
804     poly112.ps[3] = Point(1232.5, 1043.75);
805     new ShapeRef(router, poly112, 112);
806 
807     Polygon poly113(4);
808     poly113.ps[0] = Point(1150.5, 1043.75);
809     poly113.ps[1] = Point(1150.5, 1083.75);
810     poly113.ps[2] = Point(1074.5, 1083.75);
811     poly113.ps[3] = Point(1074.5, 1043.75);
812     new ShapeRef(router, poly113, 113);
813 
814     Polygon poly114(4);
815     poly114.ps[0] = Point(1355.5, 480.5);
816     poly114.ps[1] = Point(1355.5, 540.5);
817     poly114.ps[2] = Point(1299.5, 540.5);
818     poly114.ps[3] = Point(1299.5, 480.5);
819     new ShapeRef(router, poly114, 114);
820 
821     Polygon poly115(4);
822     poly115.ps[0] = Point(1277.5, 720);
823     poly115.ps[1] = Point(1277.5, 760);
824     poly115.ps[2] = Point(1201.5, 760);
825     poly115.ps[3] = Point(1201.5, 720);
826     new ShapeRef(router, poly115, 115);
827 
828     Polygon poly116(4);
829     poly116.ps[0] = Point(1277.5, 458);
830     poly116.ps[1] = Point(1277.5, 498);
831     poly116.ps[2] = Point(1201.5, 498);
832     poly116.ps[3] = Point(1201.5, 458);
833     new ShapeRef(router, poly116, 116);
834 
835     Polygon poly117(4);
836     poly117.ps[0] = Point(946.5, 813);
837     poly117.ps[1] = Point(946.5, 873);
838     poly117.ps[2] = Point(890.5, 873);
839     poly117.ps[3] = Point(890.5, 813);
840     new ShapeRef(router, poly117, 117);
841 
842     Polygon poly118(4);
843     poly118.ps[0] = Point(504.5, 707);
844     poly118.ps[1] = Point(504.5, 767);
845     poly118.ps[2] = Point(448.5, 767);
846     poly118.ps[3] = Point(448.5, 707);
847     new ShapeRef(router, poly118, 118);
848 
849     Polygon poly119(4);
850     poly119.ps[0] = Point(504.5, 782);
851     poly119.ps[1] = Point(504.5, 842);
852     poly119.ps[2] = Point(448.5, 842);
853     poly119.ps[3] = Point(448.5, 782);
854     new ShapeRef(router, poly119, 119);
855 
856     Polygon poly120(4);
857     poly120.ps[0] = Point(826.5, 670);
858     poly120.ps[1] = Point(826.5, 730);
859     poly120.ps[2] = Point(770.5, 730);
860     poly120.ps[3] = Point(770.5, 670);
861     new ShapeRef(router, poly120, 120);
862 
863     Polygon poly121(4);
864     poly121.ps[0] = Point(633.5, 720);
865     poly121.ps[1] = Point(633.5, 760);
866     poly121.ps[2] = Point(557.5, 760);
867     poly121.ps[3] = Point(557.5, 720);
868     new ShapeRef(router, poly121, 121);
869 
870     Polygon poly122(4);
871     poly122.ps[0] = Point(372.5, 720);
872     poly122.ps[1] = Point(372.5, 760);
873     poly122.ps[2] = Point(296.5, 760);
874     poly122.ps[3] = Point(296.5, 720);
875     new ShapeRef(router, poly122, 122);
876 
877     Polygon poly123(4);
878     poly123.ps[0] = Point(735.5, 408);
879     poly123.ps[1] = Point(735.5, 468);
880     poly123.ps[2] = Point(679.5, 468);
881     poly123.ps[3] = Point(679.5, 408);
882     new ShapeRef(router, poly123, 123);
883 
884     Polygon poly124(4);
885     poly124.ps[0] = Point(735.5, 483);
886     poly124.ps[1] = Point(735.5, 543);
887     poly124.ps[2] = Point(679.5, 543);
888     poly124.ps[3] = Point(679.5, 483);
889     new ShapeRef(router, poly124, 124);
890 
891     Polygon poly125(4);
892     poly125.ps[0] = Point(735.5, 333);
893     poly125.ps[1] = Point(735.5, 393);
894     poly125.ps[2] = Point(679.5, 393);
895     poly125.ps[3] = Point(679.5, 333);
896     new ShapeRef(router, poly125, 125);
897 
898     Polygon poly126(4);
899     poly126.ps[0] = Point(795.5, 271);
900     poly126.ps[1] = Point(795.5, 331);
901     poly126.ps[2] = Point(739.5, 331);
902     poly126.ps[3] = Point(739.5, 271);
903     new ShapeRef(router, poly126, 126);
904 
905     Polygon poly127(4);
906     poly127.ps[0] = Point(795.5, 169);
907     poly127.ps[1] = Point(795.5, 229);
908     poly127.ps[2] = Point(739.5, 229);
909     poly127.ps[3] = Point(739.5, 169);
910     new ShapeRef(router, poly127, 127);
911 
912     Polygon poly128(4);
913     poly128.ps[0] = Point(520.5, 2242.46);
914     poly128.ps[1] = Point(520.5, 2302.46);
915     poly128.ps[2] = Point(464.5, 2302.46);
916     poly128.ps[3] = Point(464.5, 2242.46);
917     new ShapeRef(router, poly128, 128);
918 
919     Polygon poly129(4);
920     poly129.ps[0] = Point(1277.5, 1549.42);
921     poly129.ps[1] = Point(1277.5, 1589.42);
922     poly129.ps[2] = Point(1201.5, 1589.42);
923     poly129.ps[3] = Point(1201.5, 1549.42);
924     new ShapeRef(router, poly129, 129);
925 
926     Polygon poly130(4);
927     poly130.ps[0] = Point(735.5, 625);
928     poly130.ps[1] = Point(735.5, 685);
929     poly130.ps[2] = Point(679.5, 685);
930     poly130.ps[3] = Point(679.5, 625);
931     new ShapeRef(router, poly130, 130);
932 
933     Polygon poly131(4);
934     poly131.ps[0] = Point(504.5, 924);
935     poly131.ps[1] = Point(504.5, 984);
936     poly131.ps[2] = Point(448.5, 984);
937     poly131.ps[3] = Point(448.5, 924);
938     new ShapeRef(router, poly131, 131);
939 
940     Polygon poly132(4);
941     poly132.ps[0] = Point(314.5, 1006);
942     poly132.ps[1] = Point(314.5, 1066);
943     poly132.ps[2] = Point(258.5, 1066);
944     poly132.ps[3] = Point(258.5, 1006);
945     new ShapeRef(router, poly132, 132);
946 
947     Polygon poly133(4);
948     poly133.ps[0] = Point(314.5, 1108);
949     poly133.ps[1] = Point(314.5, 1168);
950     poly133.ps[2] = Point(258.5, 1168);
951     poly133.ps[3] = Point(258.5, 1108);
952     new ShapeRef(router, poly133, 133);
953 
954     Polygon poly134(4);
955     poly134.ps[0] = Point(582.5, 1006);
956     poly134.ps[1] = Point(582.5, 1066);
957     poly134.ps[2] = Point(526.5, 1066);
958     poly134.ps[3] = Point(526.5, 1006);
959     new ShapeRef(router, poly134, 134);
960 
961     Polygon poly135(4);
962     poly135.ps[0] = Point(582.5, 1108);
963     poly135.ps[1] = Point(582.5, 1168);
964     poly135.ps[2] = Point(526.5, 1168);
965     poly135.ps[3] = Point(526.5, 1108);
966     new ShapeRef(router, poly135, 135);
967 #endif
968 
969     Polygon poly136(4);
970     poly136.ps[0] = Point(727.439, 1944.42);
971     poly136.ps[1] = Point(727.439, 2004.42);
972     poly136.ps[2] = Point(671.439, 2004.42);
973     poly136.ps[3] = Point(671.439, 1944.42);
974     new ShapeRef(router, poly136, 136);
975 
976 #ifdef ALL
977     Polygon poly137(4);
978     poly137.ps[0] = Point(1117.5, 2420.79);
979     poly137.ps[1] = Point(1117.5, 2480.79);
980     poly137.ps[2] = Point(1061.5, 2480.79);
981     poly137.ps[3] = Point(1061.5, 2420.79);
982     new ShapeRef(router, poly137, 137);
983 #endif
984 
985     Polygon poly138(4);
986     poly138.ps[0] = Point(727.439, 1802.42);
987     poly138.ps[1] = Point(727.439, 1862.42);
988     poly138.ps[2] = Point(671.439, 1862.42);
989     poly138.ps[3] = Point(671.439, 1802.42);
990     new ShapeRef(router, poly138, 138);
991 
992 #ifdef ALL
993     Polygon poly139(4);
994     poly139.ps[0] = Point(1308.5, 1323.42);
995     poly139.ps[1] = Point(1308.5, 1363.42);
996     poly139.ps[2] = Point(1232.5, 1363.42);
997     poly139.ps[3] = Point(1232.5, 1323.42);
998     new ShapeRef(router, poly139, 139);
999 
1000     Polygon poly140(4);
1001     poly140.ps[0] = Point(1326.5, 1487.42);
1002     poly140.ps[1] = Point(1326.5, 1527.42);
1003     poly140.ps[2] = Point(1250.5, 1527.42);
1004     poly140.ps[3] = Point(1250.5, 1487.42);
1005     new ShapeRef(router, poly140, 140);
1006 
1007     Polygon poly141(4);
1008     poly141.ps[0] = Point(1417.5, 1487.42);
1009     poly141.ps[1] = Point(1417.5, 1527.42);
1010     poly141.ps[2] = Point(1341.5, 1527.42);
1011     poly141.ps[3] = Point(1341.5, 1487.42);
1012     new ShapeRef(router, poly141, 141);
1013 
1014     Polygon poly142(4);
1015     poly142.ps[0] = Point(582.5, 1970.42);
1016     poly142.ps[1] = Point(582.5, 2030.42);
1017     poly142.ps[2] = Point(526.5, 2030.42);
1018     poly142.ps[3] = Point(526.5, 1970.42);
1019     new ShapeRef(router, poly142, 142);
1020 
1021     Polygon poly143(4);
1022     poly143.ps[0] = Point(1508.5, 1487.42);
1023     poly143.ps[1] = Point(1508.5, 1527.42);
1024     poly143.ps[2] = Point(1432.5, 1527.42);
1025     poly143.ps[3] = Point(1432.5, 1487.42);
1026     new ShapeRef(router, poly143, 143);
1027 
1028     Polygon poly144(4);
1029     poly144.ps[0] = Point(1128.5, 1579.42);
1030     poly144.ps[1] = Point(1128.5, 1639.42);
1031     poly144.ps[2] = Point(1072.5, 1639.42);
1032     poly144.ps[3] = Point(1072.5, 1579.42);
1033     new ShapeRef(router, poly144, 144);
1034 
1035     Polygon poly145(4);
1036     poly145.ps[0] = Point(1128.5, 1385.42);
1037     poly145.ps[1] = Point(1128.5, 1445.42);
1038     poly145.ps[2] = Point(1072.5, 1445.42);
1039     poly145.ps[3] = Point(1072.5, 1385.42);
1040     new ShapeRef(router, poly145, 145);
1041 
1042     Polygon poly146(4);
1043     poly146.ps[0] = Point(150.5, 2211.42);
1044     poly146.ps[1] = Point(150.5, 2251.42);
1045     poly146.ps[2] = Point(74.5, 2251.42);
1046     poly146.ps[3] = Point(74.5, 2211.42);
1047     new ShapeRef(router, poly146, 146);
1048 
1049     Polygon poly147(4);
1050     poly147.ps[0] = Point(1399.5, 1043.75);
1051     poly147.ps[1] = Point(1399.5, 1083.75);
1052     poly147.ps[2] = Point(1323.5, 1083.75);
1053     poly147.ps[3] = Point(1323.5, 1043.75);
1054     new ShapeRef(router, poly147, 147);
1055 
1056     Polygon poly148(4);
1057     poly148.ps[0] = Point(735.5, 700);
1058     poly148.ps[1] = Point(735.5, 760);
1059     poly148.ps[2] = Point(679.5, 760);
1060     poly148.ps[3] = Point(679.5, 700);
1061     new ShapeRef(router, poly148, 148);
1062 
1063     Polygon poly149(4);
1064     poly149.ps[0] = Point(504.5, 999);
1065     poly149.ps[1] = Point(504.5, 1059);
1066     poly149.ps[2] = Point(448.5, 1059);
1067     poly149.ps[3] = Point(448.5, 999);
1068     new ShapeRef(router, poly149, 149);
1069 
1070     Polygon poly150(4);
1071     poly150.ps[0] = Point(1117.5, 2495.79);
1072     poly150.ps[1] = Point(1117.5, 2555.79);
1073     poly150.ps[2] = Point(1061.5, 2555.79);
1074     poly150.ps[3] = Point(1061.5, 2495.79);
1075     new ShapeRef(router, poly150, 150);
1076 
1077     Polygon poly151(4);
1078     poly151.ps[0] = Point(1482, 966.25);
1079     poly151.ps[1] = Point(1482, 1006.25);
1080     poly151.ps[2] = Point(1422, 1006.25);
1081     poly151.ps[3] = Point(1422, 966.25);
1082     new ShapeRef(router, poly151, 151);
1083 
1084     Polygon poly152(4);
1085     poly152.ps[0] = Point(1482, 1006.25);
1086     poly152.ps[1] = Point(1482, 1046.25);
1087     poly152.ps[2] = Point(1422, 1046.25);
1088     poly152.ps[3] = Point(1422, 1006.25);
1089     new ShapeRef(router, poly152, 152);
1090 
1091     Polygon poly153(4);
1092     poly153.ps[0] = Point(1533, 1134.75);
1093     poly153.ps[1] = Point(1533, 1194.75);
1094     poly153.ps[2] = Point(1493, 1194.75);
1095     poly153.ps[3] = Point(1493, 1134.75);
1096     new ShapeRef(router, poly153, 153);
1097 
1098     Polygon poly154(4);
1099     poly154.ps[0] = Point(1573, 1134.75);
1100     poly154.ps[1] = Point(1573, 1194.75);
1101     poly154.ps[2] = Point(1533, 1194.75);
1102     poly154.ps[3] = Point(1533, 1134.75);
1103     new ShapeRef(router, poly154, 154);
1104 
1105     Polygon poly155(4);
1106     poly155.ps[0] = Point(1272, 159.5);
1107     poly155.ps[1] = Point(1272, 219.5);
1108     poly155.ps[2] = Point(1232, 219.5);
1109     poly155.ps[3] = Point(1232, 159.5);
1110     new ShapeRef(router, poly155, 155);
1111 
1112     Polygon poly156(4);
1113     poly156.ps[0] = Point(252.5, 2005.92);
1114     poly156.ps[1] = Point(252.5, 2045.92);
1115     poly156.ps[2] = Point(192.5, 2045.92);
1116     poly156.ps[3] = Point(192.5, 2005.92);
1117     new ShapeRef(router, poly156, 156);
1118 
1119     Polygon poly157(4);
1120     poly157.ps[0] = Point(252.5, 2045.92);
1121     poly157.ps[1] = Point(252.5, 2085.92);
1122     poly157.ps[2] = Point(192.5, 2085.92);
1123     poly157.ps[3] = Point(192.5, 2045.92);
1124     new ShapeRef(router, poly157, 157);
1125 
1126     Polygon poly158(4);
1127     poly158.ps[0] = Point(741.5, 1642.92);
1128     poly158.ps[1] = Point(741.5, 1682.92);
1129     poly158.ps[2] = Point(681.5, 1682.92);
1130     poly158.ps[3] = Point(681.5, 1642.92);
1131     new ShapeRef(router, poly158, 158);
1132 
1133     Polygon poly159(4);
1134     poly159.ps[0] = Point(1458.5, 2243.79);
1135     poly159.ps[1] = Point(1458.5, 2303.79);
1136     poly159.ps[2] = Point(1418.5, 2303.79);
1137     poly159.ps[3] = Point(1418.5, 2243.79);
1138     new ShapeRef(router, poly159, 159);
1139 
1140     ConnRef *connRef160 = new ConnRef(router, 160);
1141     ConnEnd srcPt160(Point(1191.5, 1211.75), 2);
1142     connRef160->setSourceEndpoint(srcPt160);
1143     ConnEnd dstPt160(Point(736.5, 1291.42), 15);
1144     connRef160->setDestEndpoint(dstPt160);
1145     connRef160->setRoutingType((ConnType)2);
1146 
1147     ConnRef *connRef161 = new ConnRef(router, 161);
1148     ConnEnd srcPt161(Point(1191.5, 1181.75), 1);
1149     connRef161->setSourceEndpoint(srcPt161);
1150     ConnEnd dstPt161(Point(1191.5, 1115.75), 15);
1151     connRef161->setDestEndpoint(dstPt161);
1152     connRef161->setRoutingType((ConnType)2);
1153 
1154     ConnRef *connRef162 = new ConnRef(router, 162);
1155     ConnEnd srcPt162(Point(1191.5, 1211.75), 2);
1156     connRef162->setSourceEndpoint(srcPt162);
1157     ConnEnd dstPt162(Point(1191.5, 1291.42), 15);
1158     connRef162->setDestEndpoint(dstPt162);
1159     connRef162->setRoutingType((ConnType)2);
1160 
1161     ConnRef *connRef163 = new ConnRef(router, 163);
1162     ConnEnd srcPt163(Point(754.5, 2348.79), 4);
1163     connRef163->setSourceEndpoint(srcPt163);
1164     ConnEnd dstPt163(Point(251.5, 2379.79), 15);
1165     connRef163->setDestEndpoint(dstPt163);
1166     connRef163->setRoutingType((ConnType)2);
1167     std::vector<Checkpoint> checkpoints163(1);
1168     checkpoints163[0] = Point(807.5, 2379.79);
1169     connRef163->setRoutingCheckpoints(checkpoints163);
1170 
1171     ConnRef *connRef164 = new ConnRef(router, 164);
1172     ConnEnd srcPt164(Point(784.5, 2348.79), 8);
1173     connRef164->setSourceEndpoint(srcPt164);
1174     ConnEnd dstPt164(Point(829.5, 2379.79), 15);
1175     connRef164->setDestEndpoint(dstPt164);
1176     connRef164->setRoutingType((ConnType)2);
1177     std::vector<Checkpoint> checkpoints164(1);
1178     checkpoints164[0] = Point(731.5, 2379.79);
1179     connRef164->setRoutingCheckpoints(checkpoints164);
1180 
1181     ConnRef *connRef165 = new ConnRef(router, 165);
1182     ConnEnd srcPt165(Point(251.5, 2246.42), 2);
1183     connRef165->setSourceEndpoint(srcPt165);
1184     ConnEnd dstPt165(Point(251.5, 2379.79), 15);
1185     connRef165->setDestEndpoint(dstPt165);
1186     connRef165->setRoutingType((ConnType)2);
1187     std::vector<Checkpoint> checkpoints165(1);
1188     checkpoints165[0] = Point(226.5, 2261.42);
1189     connRef165->setRoutingCheckpoints(checkpoints165);
1190 
1191     ConnRef *connRef166 = new ConnRef(router, 166);
1192     ConnEnd srcPt166(Point(754.5, 2410.79), 4);
1193     connRef166->setSourceEndpoint(srcPt166);
1194     ConnEnd dstPt166(Point(251.5, 2379.79), 15);
1195     connRef166->setDestEndpoint(dstPt166);
1196     connRef166->setRoutingType((ConnType)2);
1197     std::vector<Checkpoint> checkpoints166(1);
1198     checkpoints166[0] = Point(807.5, 2379.79);
1199     connRef166->setRoutingCheckpoints(checkpoints166);
1200 
1201     ConnRef *connRef167 = new ConnRef(router, 167);
1202     ConnEnd srcPt167(Point(784.5, 2410.79), 8);
1203     connRef167->setSourceEndpoint(srcPt167);
1204     ConnEnd dstPt167(Point(829.5, 2379.79), 15);
1205     connRef167->setDestEndpoint(dstPt167);
1206     connRef167->setRoutingType((ConnType)2);
1207     std::vector<Checkpoint> checkpoints167(1);
1208     checkpoints167[0] = Point(731.5, 2379.79);
1209     connRef167->setRoutingCheckpoints(checkpoints167);
1210 
1211     ConnRef *connRef168 = new ConnRef(router, 168);
1212     ConnEnd srcPt168(Point(251.5, 2379.79), 15);
1213     connRef168->setSourceEndpoint(srcPt168);
1214     ConnEnd dstPt168(Point(160.5, 2246.42), 2);
1215     connRef168->setDestEndpoint(dstPt168);
1216     connRef168->setRoutingType((ConnType)2);
1217     std::vector<Checkpoint> checkpoints168(1);
1218     checkpoints168[0] = Point(226.5, 2261.42);
1219     connRef168->setRoutingCheckpoints(checkpoints168);
1220 
1221     ConnRef *connRef169 = new ConnRef(router, 169);
1222     ConnEnd srcPt169(Point(829.5, 2332.79), 2);
1223     connRef169->setSourceEndpoint(srcPt169);
1224     ConnEnd dstPt169(Point(829.5, 2379.79), 15);
1225     connRef169->setDestEndpoint(dstPt169);
1226     connRef169->setRoutingType((ConnType)2);
1227 
1228     ConnRef *connRef170 = new ConnRef(router, 170);
1229     ConnEnd srcPt170(Point(1074.5, 2273.79), 4);
1230     connRef170->setSourceEndpoint(srcPt170);
1231     ConnEnd dstPt170(Point(829.5, 2379.79), 15);
1232     connRef170->setDestEndpoint(dstPt170);
1233     connRef170->setRoutingType((ConnType)2);
1234     std::vector<Checkpoint> checkpoints170(1);
1235     checkpoints170[0] = Point(1051.5, 2379.79);
1236     connRef170->setRoutingCheckpoints(checkpoints170);
1237 
1238     ConnRef *connRef171 = new ConnRef(router, 171);
1239     ConnEnd srcPt171(Point(1074.5, 2348.79), 4);
1240     connRef171->setSourceEndpoint(srcPt171);
1241     ConnEnd dstPt171(Point(829.5, 2379.79), 15);
1242     connRef171->setDestEndpoint(dstPt171);
1243     connRef171->setRoutingType((ConnType)2);
1244     std::vector<Checkpoint> checkpoints171(1);
1245     checkpoints171[0] = Point(1051.5, 2379.79);
1246     connRef171->setRoutingCheckpoints(checkpoints171);
1247 
1248     ConnRef *connRef172 = new ConnRef(router, 172);
1249     ConnEnd srcPt172(Point(996.5, 2179.79), 4);
1250     connRef172->setSourceEndpoint(srcPt172);
1251     ConnEnd dstPt172(Point(829.5, 2169.42), 15);
1252     connRef172->setDestEndpoint(dstPt172);
1253     connRef172->setRoutingType((ConnType)2);
1254 
1255     ConnRef *connRef173 = new ConnRef(router, 173);
1256     ConnEnd srcPt173(Point(1011.5, 2113.42), 2);
1257     connRef173->setSourceEndpoint(srcPt173);
1258     ConnEnd dstPt173(Point(829.5, 2169.42), 15);
1259     connRef173->setDestEndpoint(dstPt173);
1260     connRef173->setRoutingType((ConnType)2);
1261 
1262     ConnRef *connRef174 = new ConnRef(router, 174);
1263     ConnEnd srcPt174(Point(690.5, 2169.42), 4);
1264     connRef174->setSourceEndpoint(srcPt174);
1265     ConnEnd dstPt174(Point(523.5, 2169.42), 15);
1266     connRef174->setDestEndpoint(dstPt174);
1267     connRef174->setRoutingType((ConnType)2);
1268 
1269     ConnRef *connRef175 = new ConnRef(router, 175);
1270     ConnEnd srcPt175(Point(690.5, 2169.42), 4);
1271     connRef175->setSourceEndpoint(srcPt175);
1272     ConnEnd dstPt175(Point(829.5, 2065.42), 15);
1273     connRef175->setDestEndpoint(dstPt175);
1274     connRef175->setRoutingType((ConnType)2);
1275 
1276     ConnRef *connRef176 = new ConnRef(router, 176);
1277     ConnEnd srcPt176(Point(360.5, 2169.42), 4);
1278     connRef176->setSourceEndpoint(srcPt176);
1279     ConnEnd dstPt176(Point(251.5, 2169.42), 15);
1280     connRef176->setDestEndpoint(dstPt176);
1281     connRef176->setRoutingType((ConnType)2);
1282 
1283     ConnRef *connRef177 = new ConnRef(router, 177);
1284     ConnEnd srcPt177(Point(390.5, 2169.42), 8);
1285     connRef177->setSourceEndpoint(srcPt177);
1286     ConnEnd dstPt177(Point(523.5, 2169.42), 15);
1287     connRef177->setDestEndpoint(dstPt177);
1288     connRef177->setRoutingType((ConnType)2);
1289 
1290     ConnRef *connRef178 = new ConnRef(router, 178);
1291     ConnEnd srcPt178(Point(360.5, 2169.42), 4);
1292     connRef178->setSourceEndpoint(srcPt178);
1293     ConnEnd dstPt178(Point(375.5, 2312.46), 15);
1294     connRef178->setDestEndpoint(dstPt178);
1295     connRef178->setRoutingType((ConnType)2);
1296 
1297     ConnRef *connRef179 = new ConnRef(router, 179);
1298     ConnEnd srcPt179(Point(1373.5, 2169.42), 8);
1299     connRef179->setSourceEndpoint(srcPt179);
1300     ConnEnd dstPt179(Point(1432.5, 2169.42), 15);
1301     connRef179->setDestEndpoint(dstPt179);
1302     connRef179->setRoutingType((ConnType)2);
1303 
1304     ConnRef *connRef180 = new ConnRef(router, 180);
1305     ConnEnd srcPt180(Point(1343.5, 2169.42), 4);
1306     connRef180->setSourceEndpoint(srcPt180);
1307     ConnEnd dstPt180(Point(1191.5, 2169.42), 15);
1308     connRef180->setDestEndpoint(dstPt180);
1309     connRef180->setRoutingType((ConnType)2);
1310 
1311     ConnRef *connRef181 = new ConnRef(router, 181);
1312     ConnEnd srcPt181(Point(1191.5, 1980.42), 2);
1313     connRef181->setSourceEndpoint(srcPt181);
1314     ConnEnd dstPt181(Point(1191.5, 2169.42), 15);
1315     connRef181->setDestEndpoint(dstPt181);
1316     connRef181->setRoutingType((ConnType)2);
1317 
1318     ConnRef *connRef182 = new ConnRef(router, 182);
1319     ConnEnd srcPt182(Point(1191.5, 1826.42), 1);
1320     connRef182->setSourceEndpoint(srcPt182);
1321     ConnEnd dstPt182(Point(1191.5, 1779.42), 15);
1322     connRef182->setDestEndpoint(dstPt182);
1323     connRef182->setRoutingType((ConnType)2);
1324 
1325     ConnRef *connRef183 = new ConnRef(router, 183);
1326     ConnEnd srcPt183(Point(1191.5, 1856.42), 2);
1327     connRef183->setSourceEndpoint(srcPt183);
1328     ConnEnd dstPt183(Point(1191.5, 1903.42), 15);
1329     connRef183->setDestEndpoint(dstPt183);
1330     connRef183->setRoutingType((ConnType)2);
1331 
1332     ConnRef *connRef184 = new ConnRef(router, 184);
1333     ConnEnd srcPt184(Point(1191.5, 1732.42), 2);
1334     connRef184->setSourceEndpoint(srcPt184);
1335     ConnEnd dstPt184(Point(1191.5, 1779.42), 15);
1336     connRef184->setDestEndpoint(dstPt184);
1337     connRef184->setRoutingType((ConnType)2);
1338 
1339     ConnRef *connRef185 = new ConnRef(router, 185);
1340     ConnEnd srcPt185(Point(1191.5, 1702.42), 1);
1341     connRef185->setSourceEndpoint(srcPt185);
1342     ConnEnd dstPt185(Point(1191.5, 1655.42), 15);
1343     connRef185->setDestEndpoint(dstPt185);
1344     connRef185->setRoutingType((ConnType)2);
1345 
1346     ConnRef *connRef186 = new ConnRef(router, 186);
1347     ConnEnd srcPt186(Point(1160.5, 1358.42), 2);
1348     connRef186->setSourceEndpoint(srcPt186);
1349     ConnEnd dstPt186(Point(1191.5, 1455.42), 15);
1350     connRef186->setDestEndpoint(dstPt186);
1351     connRef186->setRoutingType((ConnType)2);
1352     std::vector<Checkpoint> checkpoints186(1);
1353     checkpoints186[0] = Point(1191.5, 1373.42);
1354     connRef186->setRoutingCheckpoints(checkpoints186);
1355 
1356     ConnRef *connRef187 = new ConnRef(router, 187);
1357     ConnEnd srcPt187(Point(1160.5, 1328.42), 1);
1358     connRef187->setSourceEndpoint(srcPt187);
1359     ConnEnd dstPt187(Point(1191.5, 1291.42), 15);
1360     connRef187->setDestEndpoint(dstPt187);
1361     connRef187->setRoutingType((ConnType)2);
1362     std::vector<Checkpoint> checkpoints187(1);
1363     checkpoints187[0] = Point(1191.5, 1313.42);
1364     connRef187->setRoutingCheckpoints(checkpoints187);
1365 
1366     ConnRef *connRef188 = new ConnRef(router, 188);
1367     ConnEnd srcPt188(Point(965.5, 1291.42), 4);
1368     connRef188->setSourceEndpoint(srcPt188);
1369     ConnEnd dstPt188(Point(736.5, 1291.42), 15);
1370     connRef188->setDestEndpoint(dstPt188);
1371     connRef188->setRoutingType((ConnType)2);
1372 
1373     ConnRef *connRef189 = new ConnRef(router, 189);
1374     ConnEnd srcPt189(Point(995.5, 1291.42), 8);
1375     connRef189->setSourceEndpoint(srcPt189);
1376     ConnEnd dstPt189(Point(1191.5, 1291.42), 15);
1377     connRef189->setDestEndpoint(dstPt189);
1378     connRef189->setRoutingType((ConnType)2);
1379 
1380     ConnRef *connRef190 = new ConnRef(router, 190);
1381     ConnEnd srcPt190(Point(1222.5, 1078.75), 2);
1382     connRef190->setSourceEndpoint(srcPt190);
1383     ConnEnd dstPt190(Point(1191.5, 1115.75), 15);
1384     connRef190->setDestEndpoint(dstPt190);
1385     connRef190->setRoutingType((ConnType)2);
1386     std::vector<Checkpoint> checkpoints190(1);
1387     checkpoints190[0] = Point(1191.5, 1033.75);
1388     connRef190->setRoutingCheckpoints(checkpoints190);
1389 
1390     ConnRef *connRef191 = new ConnRef(router, 191);
1391     ConnEnd srcPt191(Point(1160.5, 1048.75), 1);
1392     connRef191->setSourceEndpoint(srcPt191);
1393     ConnEnd dstPt191(Point(1191.5, 883), 15);
1394     connRef191->setDestEndpoint(dstPt191);
1395     connRef191->setRoutingType((ConnType)2);
1396     std::vector<Checkpoint> checkpoints191(1);
1397     checkpoints191[0] = Point(1191.5, 1093.75);
1398     connRef191->setRoutingCheckpoints(checkpoints191);
1399 
1400     ConnRef *connRef192 = new ConnRef(router, 192);
1401     ConnEnd srcPt192(Point(1312.5, 550.5), 4);
1402     connRef192->setSourceEndpoint(srcPt192);
1403     ConnEnd dstPt192(Point(1191.5, 584), 15);
1404     connRef192->setDestEndpoint(dstPt192);
1405     connRef192->setRoutingType((ConnType)2);
1406 
1407     ConnRef *connRef193 = new ConnRef(router, 193);
1408     ConnEnd srcPt193(Point(1191.5, 725), 1);
1409     connRef193->setSourceEndpoint(srcPt193);
1410     ConnEnd dstPt193(Point(1191.5, 584), 15);
1411     connRef193->setDestEndpoint(dstPt193);
1412     connRef193->setRoutingType((ConnType)2);
1413 
1414     ConnRef *connRef194 = new ConnRef(router, 194);
1415     ConnEnd srcPt194(Point(1191.5, 755), 2);
1416     connRef194->setSourceEndpoint(srcPt194);
1417     ConnEnd dstPt194(Point(1191.5, 883), 15);
1418     connRef194->setDestEndpoint(dstPt194);
1419     connRef194->setRoutingType((ConnType)2);
1420 
1421     ConnRef *connRef195 = new ConnRef(router, 195);
1422     ConnEnd srcPt195(Point(1191.5, 463), 1);
1423     connRef195->setSourceEndpoint(srcPt195);
1424     ConnEnd dstPt195(Point(1191.5, 280), 15);
1425     connRef195->setDestEndpoint(dstPt195);
1426     connRef195->setRoutingType((ConnType)2);
1427 
1428     ConnRef *connRef196 = new ConnRef(router, 196);
1429     ConnEnd srcPt196(Point(1191.5, 493), 2);
1430     connRef196->setSourceEndpoint(srcPt196);
1431     ConnEnd dstPt196(Point(1191.5, 584), 15);
1432     connRef196->setDestEndpoint(dstPt196);
1433     connRef196->setRoutingType((ConnType)2);
1434 
1435     ConnRef *connRef197 = new ConnRef(router, 197);
1436     ConnEnd srcPt197(Point(903.5, 883), 4);
1437     connRef197->setSourceEndpoint(srcPt197);
1438     ConnEnd dstPt197(Point(736.5, 883), 15);
1439     connRef197->setDestEndpoint(dstPt197);
1440     connRef197->setRoutingType((ConnType)2);
1441 
1442     ConnRef *connRef198 = new ConnRef(router, 198);
1443     ConnEnd srcPt198(Point(933.5, 883), 8);
1444     connRef198->setSourceEndpoint(srcPt198);
1445     ConnEnd dstPt198(Point(1191.5, 883), 15);
1446     connRef198->setDestEndpoint(dstPt198);
1447     connRef198->setRoutingType((ConnType)2);
1448 
1449     ConnRef *connRef199 = new ConnRef(router, 199);
1450     ConnEnd srcPt199(Point(491.5, 777), 8);
1451     connRef199->setSourceEndpoint(srcPt199);
1452     ConnEnd dstPt199(Point(736.5, 883), 15);
1453     connRef199->setDestEndpoint(dstPt199);
1454     connRef199->setRoutingType((ConnType)2);
1455     std::vector<Checkpoint> checkpoints199(1);
1456     checkpoints199[0] = Point(438.5, 883);
1457     connRef199->setRoutingCheckpoints(checkpoints199);
1458 
1459     ConnRef *connRef200 = new ConnRef(router, 200);
1460     ConnEnd srcPt200(Point(491.5, 852), 8);
1461     connRef200->setSourceEndpoint(srcPt200);
1462     ConnEnd dstPt200(Point(736.5, 883), 15);
1463     connRef200->setDestEndpoint(dstPt200);
1464     connRef200->setRoutingType((ConnType)2);
1465     std::vector<Checkpoint> checkpoints200(1);
1466     checkpoints200[0] = Point(438.5, 883);
1467     connRef200->setRoutingCheckpoints(checkpoints200);
1468 
1469     ConnRef *connRef201 = new ConnRef(router, 201);
1470     ConnEnd srcPt201(Point(783.5, 740), 4);
1471     connRef201->setSourceEndpoint(srcPt201);
1472     ConnEnd dstPt201(Point(736.5, 883), 15);
1473     connRef201->setDestEndpoint(dstPt201);
1474     connRef201->setRoutingType((ConnType)2);
1475 
1476     ConnRef *connRef202 = new ConnRef(router, 202);
1477     ConnEnd srcPt202(Point(813.5, 740), 8);
1478     connRef202->setSourceEndpoint(srcPt202);
1479     ConnEnd dstPt202(Point(1191.5, 584), 15);
1480     connRef202->setDestEndpoint(dstPt202);
1481     connRef202->setRoutingType((ConnType)2);
1482 
1483     ConnRef *connRef203 = new ConnRef(router, 203);
1484     ConnEnd srcPt203(Point(643.5, 755), 2);
1485     connRef203->setSourceEndpoint(srcPt203);
1486     ConnEnd dstPt203(Point(736.5, 883), 15);
1487     connRef203->setDestEndpoint(dstPt203);
1488     connRef203->setRoutingType((ConnType)2);
1489 
1490     ConnRef *connRef204 = new ConnRef(router, 204);
1491     ConnEnd srcPt204(Point(643.5, 725), 1);
1492     connRef204->setSourceEndpoint(srcPt204);
1493     ConnEnd dstPt204(Point(1191.5, 584), 15);
1494     connRef204->setDestEndpoint(dstPt204);
1495     connRef204->setRoutingType((ConnType)2);
1496 
1497     ConnRef *connRef205 = new ConnRef(router, 205);
1498     ConnEnd srcPt205(Point(286.5, 725), 1);
1499     connRef205->setSourceEndpoint(srcPt205);
1500     ConnEnd dstPt205(Point(286.5, 584), 15);
1501     connRef205->setDestEndpoint(dstPt205);
1502     connRef205->setRoutingType((ConnType)2);
1503 
1504     ConnRef *connRef206 = new ConnRef(router, 206);
1505     ConnEnd srcPt206(Point(286.5, 755), 2);
1506     connRef206->setSourceEndpoint(srcPt206);
1507     ConnEnd dstPt206(Point(286.5, 883), 15);
1508     connRef206->setDestEndpoint(dstPt206);
1509     connRef206->setRoutingType((ConnType)2);
1510 
1511     ConnRef *connRef207 = new ConnRef(router, 207);
1512     ConnEnd srcPt207(Point(722.5, 478), 8);
1513     connRef207->setSourceEndpoint(srcPt207);
1514     ConnEnd dstPt207(Point(1191.5, 584), 15);
1515     connRef207->setDestEndpoint(dstPt207);
1516     connRef207->setRoutingType((ConnType)2);
1517     std::vector<Checkpoint> checkpoints207(1);
1518     checkpoints207[0] = Point(669.5, 584);
1519     connRef207->setRoutingCheckpoints(checkpoints207);
1520 
1521     ConnRef *connRef208 = new ConnRef(router, 208);
1522     ConnEnd srcPt208(Point(722.5, 553), 8);
1523     connRef208->setSourceEndpoint(srcPt208);
1524     ConnEnd dstPt208(Point(1191.5, 584), 15);
1525     connRef208->setDestEndpoint(dstPt208);
1526     connRef208->setRoutingType((ConnType)2);
1527     std::vector<Checkpoint> checkpoints208(1);
1528     checkpoints208[0] = Point(669.5, 584);
1529     connRef208->setRoutingCheckpoints(checkpoints208);
1530 
1531     ConnRef *connRef209 = new ConnRef(router, 209);
1532     ConnEnd srcPt209(Point(692.5, 403), 4);
1533     connRef209->setSourceEndpoint(srcPt209);
1534     ConnEnd dstPt209(Point(286.5, 584), 15);
1535     connRef209->setDestEndpoint(dstPt209);
1536     connRef209->setRoutingType((ConnType)2);
1537     std::vector<Checkpoint> checkpoints209(1);
1538     checkpoints209[0] = Point(745.5, 584);
1539     connRef209->setRoutingCheckpoints(checkpoints209);
1540 
1541     ConnRef *connRef210 = new ConnRef(router, 210);
1542     ConnEnd srcPt210(Point(752.5, 341), 4);
1543     connRef210->setSourceEndpoint(srcPt210);
1544     ConnEnd dstPt210(Point(286.5, 584), 15);
1545     connRef210->setDestEndpoint(dstPt210);
1546     connRef210->setRoutingType((ConnType)2);
1547 
1548     ConnRef *connRef211 = new ConnRef(router, 211);
1549     ConnEnd srcPt211(Point(752.5, 239), 4);
1550     connRef211->setSourceEndpoint(srcPt211);
1551     ConnEnd dstPt211(Point(286.5, 584), 15);
1552     connRef211->setDestEndpoint(dstPt211);
1553     connRef211->setRoutingType((ConnType)2);
1554 
1555     ConnRef *connRef212 = new ConnRef(router, 212);
1556     ConnEnd srcPt212(Point(507.5, 2312.46), 8);
1557     connRef212->setSourceEndpoint(srcPt212);
1558     ConnEnd dstPt212(Point(674.5, 2312.46), 15);
1559     connRef212->setDestEndpoint(dstPt212);
1560     connRef212->setRoutingType((ConnType)2);
1561 
1562     ConnRef *connRef213 = new ConnRef(router, 213);
1563     ConnEnd srcPt213(Point(1191.5, 1584.42), 2);
1564     connRef213->setSourceEndpoint(srcPt213);
1565     ConnEnd dstPt213(Point(1191.5, 1655.42), 15);
1566     connRef213->setDestEndpoint(dstPt213);
1567     connRef213->setRoutingType((ConnType)2);
1568 
1569     ConnRef *connRef214 = new ConnRef(router, 214);
1570     ConnEnd srcPt214(Point(1191.5, 1554.42), 1);
1571     connRef214->setSourceEndpoint(srcPt214);
1572     ConnEnd dstPt214(Point(1191.5, 1455.42), 15);
1573     connRef214->setDestEndpoint(dstPt214);
1574     connRef214->setRoutingType((ConnType)2);
1575 
1576     ConnRef *connRef215 = new ConnRef(router, 215);
1577     ConnEnd srcPt215(Point(722.5, 615), 8);
1578     connRef215->setSourceEndpoint(srcPt215);
1579     ConnEnd dstPt215(Point(1191.5, 584), 15);
1580     connRef215->setDestEndpoint(dstPt215);
1581     connRef215->setRoutingType((ConnType)2);
1582     std::vector<Checkpoint> checkpoints215(1);
1583     checkpoints215[0] = Point(669.5, 584);
1584     connRef215->setRoutingCheckpoints(checkpoints215);
1585 
1586     ConnRef *connRef216 = new ConnRef(router, 216);
1587     ConnEnd srcPt216(Point(491.5, 914), 8);
1588     connRef216->setSourceEndpoint(srcPt216);
1589     ConnEnd dstPt216(Point(736.5, 883), 15);
1590     connRef216->setDestEndpoint(dstPt216);
1591     connRef216->setRoutingType((ConnType)2);
1592     std::vector<Checkpoint> checkpoints216(1);
1593     checkpoints216[0] = Point(438.5, 883);
1594     connRef216->setRoutingCheckpoints(checkpoints216);
1595 
1596     ConnRef *connRef217 = new ConnRef(router, 217);
1597     ConnEnd srcPt217(Point(301.5, 1076), 8);
1598     connRef217->setSourceEndpoint(srcPt217);
1599     ConnEnd dstPt217(Point(406.5, 1076), 15);
1600     connRef217->setDestEndpoint(dstPt217);
1601     connRef217->setRoutingType((ConnType)2);
1602 
1603     ConnRef *connRef218 = new ConnRef(router, 218);
1604     ConnEnd srcPt218(Point(301.5, 1178), 8);
1605     connRef218->setSourceEndpoint(srcPt218);
1606     ConnEnd dstPt218(Point(406.5, 1178), 15);
1607     connRef218->setDestEndpoint(dstPt218);
1608     connRef218->setRoutingType((ConnType)2);
1609 
1610     ConnRef *connRef219 = new ConnRef(router, 219);
1611     ConnEnd srcPt219(Point(569.5, 1076), 8);
1612     connRef219->setSourceEndpoint(srcPt219);
1613     ConnEnd dstPt219(Point(736.5, 883), 15);
1614     connRef219->setDestEndpoint(dstPt219);
1615     connRef219->setRoutingType((ConnType)2);
1616 
1617     ConnRef *connRef220 = new ConnRef(router, 220);
1618     ConnEnd srcPt220(Point(569.5, 1178), 8);
1619     connRef220->setSourceEndpoint(srcPt220);
1620     ConnEnd dstPt220(Point(736.5, 883), 15);
1621     connRef220->setDestEndpoint(dstPt220);
1622     connRef220->setRoutingType((ConnType)2);
1623 
1624     ConnRef *connRef221 = new ConnRef(router, 221);
1625     ConnEnd srcPt221(Point(1401.5, 550.5), 15);
1626     connRef221->setSourceEndpoint(srcPt221);
1627     ConnEnd dstPt221(Point(1342.5, 550.5), 8);
1628     connRef221->setDestEndpoint(dstPt221);
1629     connRef221->setRoutingType((ConnType)2);
1630 
1631     ConnRef *connRef222 = new ConnRef(router, 222);
1632     ConnEnd srcPt222(Point(286.5, 584), 15);
1633     connRef222->setSourceEndpoint(srcPt222);
1634     ConnEnd dstPt222(Point(692.5, 615), 4);
1635     connRef222->setDestEndpoint(dstPt222);
1636     connRef222->setRoutingType((ConnType)2);
1637     std::vector<Checkpoint> checkpoints222(1);
1638     checkpoints222[0] = Point(745.5, 584);
1639     connRef222->setRoutingCheckpoints(checkpoints222);
1640 
1641     ConnRef *connRef223 = new ConnRef(router, 223);
1642     ConnEnd srcPt223(Point(286.5, 584), 15);
1643     connRef223->setSourceEndpoint(srcPt223);
1644     ConnEnd dstPt223(Point(692.5, 690), 4);
1645     connRef223->setDestEndpoint(dstPt223);
1646     connRef223->setRoutingType((ConnType)2);
1647     std::vector<Checkpoint> checkpoints223(1);
1648     checkpoints223[0] = Point(745.5, 584);
1649     connRef223->setRoutingCheckpoints(checkpoints223);
1650 
1651     ConnRef *connRef224 = new ConnRef(router, 224);
1652     ConnEnd srcPt224(Point(286.5, 883), 15);
1653     connRef224->setSourceEndpoint(srcPt224);
1654     ConnEnd dstPt224(Point(461.5, 914), 4);
1655     connRef224->setDestEndpoint(dstPt224);
1656     connRef224->setRoutingType((ConnType)2);
1657     std::vector<Checkpoint> checkpoints224(1);
1658     checkpoints224[0] = Point(514.5, 883);
1659     connRef224->setRoutingCheckpoints(checkpoints224);
1660 
1661     ConnRef *connRef225 = new ConnRef(router, 225);
1662     ConnEnd srcPt225(Point(461.5, 989), 4);
1663     connRef225->setSourceEndpoint(srcPt225);
1664     ConnEnd dstPt225(Point(286.5, 883), 15);
1665     connRef225->setDestEndpoint(dstPt225);
1666     connRef225->setRoutingType((ConnType)2);
1667     std::vector<Checkpoint> checkpoints225(1);
1668     checkpoints225[0] = Point(514.5, 883);
1669     connRef225->setRoutingCheckpoints(checkpoints225);
1670 
1671     ConnRef *connRef226 = new ConnRef(router, 226);
1672     ConnEnd srcPt226(Point(491.5, 989), 8);
1673     connRef226->setSourceEndpoint(srcPt226);
1674     ConnEnd dstPt226(Point(736.5, 883), 15);
1675     connRef226->setDestEndpoint(dstPt226);
1676     connRef226->setRoutingType((ConnType)2);
1677     std::vector<Checkpoint> checkpoints226(1);
1678     checkpoints226[0] = Point(438.5, 883);
1679     connRef226->setRoutingCheckpoints(checkpoints226);
1680 
1681     ConnRef *connRef227 = new ConnRef(router, 227);
1682     ConnEnd srcPt227(Point(1191.5, 883), 15);
1683     connRef227->setSourceEndpoint(srcPt227);
1684     ConnEnd dstPt227(Point(1313.5, 1048.75), 1);
1685     connRef227->setDestEndpoint(dstPt227);
1686     connRef227->setRoutingType((ConnType)2);
1687     std::vector<Checkpoint> checkpoints227(1);
1688     checkpoints227[0] = Point(1191.5, 1093.75);
1689     connRef227->setRoutingCheckpoints(checkpoints227);
1690 
1691     ConnRef *connRef228 = new ConnRef(router, 228);
1692     ConnEnd srcPt228(Point(714.439, 1872.42), 8);
1693     connRef228->setSourceEndpoint(srcPt228);
1694     ConnEnd dstPt228(Point(1191.5, 1903.42), 15);
1695     connRef228->setDestEndpoint(dstPt228);
1696     connRef228->setRoutingType((ConnType)2);
1697     std::vector<Checkpoint> checkpoints228(1);
1698     checkpoints228[0] = Point(737.439, 1903.42);
1699     connRef228->setRoutingCheckpoints(checkpoints228);
1700 
1701     ConnRef *connRef229 = new ConnRef(router, 229);
1702     ConnEnd srcPt229(Point(1240.5, 1522.42), 2);
1703     connRef229->setSourceEndpoint(srcPt229);
1704     ConnEnd dstPt229(Point(1191.5, 1655.42), 15);
1705     connRef229->setDestEndpoint(dstPt229);
1706     connRef229->setRoutingType((ConnType)2);
1707     std::vector<Checkpoint> checkpoints229(1);
1708     checkpoints229[0] = Point(1265.5, 1537.42);
1709     connRef229->setRoutingCheckpoints(checkpoints229);
1710 
1711     ConnRef *connRef230 = new ConnRef(router, 230);
1712     ConnEnd srcPt230(Point(1331.5, 1522.42), 2);
1713     connRef230->setSourceEndpoint(srcPt230);
1714     ConnEnd dstPt230(Point(1191.5, 1655.42), 15);
1715     connRef230->setDestEndpoint(dstPt230);
1716     connRef230->setRoutingType((ConnType)2);
1717     std::vector<Checkpoint> checkpoints230(1);
1718     checkpoints230[0] = Point(1265.5, 1537.42);
1719     connRef230->setRoutingCheckpoints(checkpoints230);
1720 
1721     ConnRef *connRef231 = new ConnRef(router, 231);
1722     ConnEnd srcPt231(Point(1422.5, 1522.42), 2);
1723     connRef231->setSourceEndpoint(srcPt231);
1724     ConnEnd dstPt231(Point(1191.5, 1655.42), 15);
1725     connRef231->setDestEndpoint(dstPt231);
1726     connRef231->setRoutingType((ConnType)2);
1727     std::vector<Checkpoint> checkpoints231(1);
1728     checkpoints231[0] = Point(1265.5, 1537.42);
1729     connRef231->setRoutingCheckpoints(checkpoints231);
1730 
1731     ConnRef *connRef232 = new ConnRef(router, 232);
1732     ConnEnd srcPt232(Point(1222.5, 1358.42), 2);
1733     connRef232->setSourceEndpoint(srcPt232);
1734     ConnEnd dstPt232(Point(1191.5, 1455.42), 15);
1735     connRef232->setDestEndpoint(dstPt232);
1736     connRef232->setRoutingType((ConnType)2);
1737     std::vector<Checkpoint> checkpoints232(1);
1738     checkpoints232[0] = Point(1191.5, 1373.42);
1739     connRef232->setRoutingCheckpoints(checkpoints232);
1740 
1741     ConnRef *connRef233 = new ConnRef(router, 233);
1742     ConnEnd srcPt233(Point(1115.5, 1455.42), 8);
1743     connRef233->setSourceEndpoint(srcPt233);
1744     ConnEnd dstPt233(Point(1191.5, 1455.42), 15);
1745     connRef233->setDestEndpoint(dstPt233);
1746     connRef233->setRoutingType((ConnType)2);
1747 
1748     ConnRef *connRef234 = new ConnRef(router, 234);
1749     ConnEnd srcPt234(Point(1104.5, 2273.79), 8);
1750     connRef234->setSourceEndpoint(srcPt234);
1751     ConnEnd dstPt234(Point(1327.5, 2379.79), 15);
1752     connRef234->setDestEndpoint(dstPt234);
1753     connRef234->setRoutingType((ConnType)2);
1754     std::vector<Checkpoint> checkpoints234(1);
1755     checkpoints234[0] = Point(1127.5, 2379.79);
1756     connRef234->setRoutingCheckpoints(checkpoints234);
1757 
1758     ConnRef *connRef235 = new ConnRef(router, 235);
1759     ConnEnd srcPt235(Point(1104.5, 2348.79), 8);
1760     connRef235->setSourceEndpoint(srcPt235);
1761     ConnEnd dstPt235(Point(1327.5, 2379.79), 15);
1762     connRef235->setDestEndpoint(dstPt235);
1763     connRef235->setRoutingType((ConnType)2);
1764     std::vector<Checkpoint> checkpoints235(1);
1765     checkpoints235[0] = Point(1127.5, 2379.79);
1766     connRef235->setRoutingCheckpoints(checkpoints235);
1767 
1768     ConnRef *connRef236 = new ConnRef(router, 236);
1769     ConnEnd srcPt236(Point(1104.5, 2410.79), 8);
1770     connRef236->setSourceEndpoint(srcPt236);
1771     ConnEnd dstPt236(Point(1327.5, 2379.79), 15);
1772     connRef236->setDestEndpoint(dstPt236);
1773     connRef236->setRoutingType((ConnType)2);
1774     std::vector<Checkpoint> checkpoints236(1);
1775     checkpoints236[0] = Point(1127.5, 2379.79);
1776     connRef236->setRoutingCheckpoints(checkpoints236);
1777 
1778     ConnRef *connRef237 = new ConnRef(router, 237);
1779     ConnEnd srcPt237(Point(1104.5, 2485.79), 8);
1780     connRef237->setSourceEndpoint(srcPt237);
1781     ConnEnd dstPt237(Point(1327.5, 2379.79), 15);
1782     connRef237->setDestEndpoint(dstPt237);
1783     connRef237->setRoutingType((ConnType)2);
1784     std::vector<Checkpoint> checkpoints237(1);
1785     checkpoints237[0] = Point(1127.5, 2379.79);
1786     connRef237->setRoutingCheckpoints(checkpoints237);
1787 
1788     ConnRef *connRef238 = new ConnRef(router, 238);
1789     ConnEnd srcPt238(Point(569.5, 2040.42), 8);
1790     connRef238->setSourceEndpoint(srcPt238);
1791     ConnEnd dstPt238(Point(1191.5, 2169.42), 15);
1792     connRef238->setDestEndpoint(dstPt238);
1793     connRef238->setRoutingType((ConnType)2);
1794 
1795     ConnRef *connRef239 = new ConnRef(router, 239);
1796     ConnEnd srcPt239(Point(829.5, 2169.42), 15);
1797     connRef239->setSourceEndpoint(srcPt239);
1798     ConnEnd dstPt239(Point(829.5, 2302.79), 1);
1799     connRef239->setDestEndpoint(dstPt239);
1800     connRef239->setRoutingType((ConnType)2);
1801 
1802     ConnRef *connRef240 = new ConnRef(router, 240);
1803     ConnEnd srcPt240(Point(539.5, 2040.42), 4);
1804     connRef240->setSourceEndpoint(srcPt240);
1805     ConnEnd dstPt240(Point(251.5, 2169.42), 15);
1806     connRef240->setDestEndpoint(dstPt240);
1807     connRef240->setRoutingType((ConnType)2);
1808 
1809     ConnRef *connRef241 = new ConnRef(router, 241);
1810     ConnEnd srcPt241(Point(1074.5, 2410.79), 4);
1811     connRef241->setSourceEndpoint(srcPt241);
1812     ConnEnd dstPt241(Point(829.5, 2379.79), 15);
1813     connRef241->setDestEndpoint(dstPt241);
1814     connRef241->setRoutingType((ConnType)2);
1815     std::vector<Checkpoint> checkpoints241(1);
1816     checkpoints241[0] = Point(1051.5, 2379.79);
1817     connRef241->setRoutingCheckpoints(checkpoints241);
1818 
1819     ConnRef *connRef242 = new ConnRef(router, 242);
1820     ConnEnd srcPt242(Point(1074.5, 2485.79), 4);
1821     connRef242->setSourceEndpoint(srcPt242);
1822     ConnEnd dstPt242(Point(829.5, 2379.79), 15);
1823     connRef242->setDestEndpoint(dstPt242);
1824     connRef242->setRoutingType((ConnType)2);
1825     std::vector<Checkpoint> checkpoints242(1);
1826     checkpoints242[0] = Point(1051.5, 2379.79);
1827     connRef242->setRoutingCheckpoints(checkpoints242);
1828 
1829     ConnRef *connRef243 = new ConnRef(router, 243);
1830     ConnEnd srcPt243(Point(477.5, 2312.46), 4);
1831     connRef243->setSourceEndpoint(srcPt243);
1832     ConnEnd dstPt243(Point(375.5, 2312.46), 15);
1833     connRef243->setDestEndpoint(dstPt243);
1834     connRef243->setRoutingType((ConnType)2);
1835 
1836     ConnRef *connRef244 = new ConnRef(router, 244);
1837     ConnEnd srcPt244(Point(1191.5, 1115.75), 15);
1838     connRef244->setSourceEndpoint(srcPt244);
1839     ConnEnd dstPt244(Point(1160.5, 1078.75), 2);
1840     connRef244->setDestEndpoint(dstPt244);
1841     connRef244->setRoutingType((ConnType)2);
1842     std::vector<Checkpoint> checkpoints244(1);
1843     checkpoints244[0] = Point(1191.5, 1033.75);
1844     connRef244->setRoutingCheckpoints(checkpoints244);
1845 
1846     ConnRef *connRef245 = new ConnRef(router, 245);
1847     ConnEnd srcPt245(Point(216.5, 1076), 15);
1848     connRef245->setSourceEndpoint(srcPt245);
1849     ConnEnd dstPt245(Point(271.5, 1076), 4);
1850     connRef245->setDestEndpoint(dstPt245);
1851     connRef245->setRoutingType((ConnType)2);
1852 
1853     ConnRef *connRef246 = new ConnRef(router, 246);
1854     ConnEnd srcPt246(Point(406.5, 1076), 15);
1855     connRef246->setSourceEndpoint(srcPt246);
1856     ConnEnd dstPt246(Point(539.5, 1076), 4);
1857     connRef246->setDestEndpoint(dstPt246);
1858     connRef246->setRoutingType((ConnType)2);
1859 
1860     ConnRef *connRef247 = new ConnRef(router, 247);
1861     ConnEnd srcPt247(Point(406.5, 1178), 15);
1862     connRef247->setSourceEndpoint(srcPt247);
1863     ConnEnd dstPt247(Point(539.5, 1178), 4);
1864     connRef247->setDestEndpoint(dstPt247);
1865     connRef247->setRoutingType((ConnType)2);
1866 
1867     ConnRef *connRef248 = new ConnRef(router, 248);
1868     ConnEnd srcPt248(Point(216.5, 1178), 15);
1869     connRef248->setSourceEndpoint(srcPt248);
1870     ConnEnd dstPt248(Point(271.5, 1178), 4);
1871     connRef248->setDestEndpoint(dstPt248);
1872     connRef248->setRoutingType((ConnType)2);
1873 
1874     ConnRef *connRef249 = new ConnRef(router, 249);
1875     ConnEnd srcPt249(Point(714.439, 1934.42), 8);
1876     connRef249->setSourceEndpoint(srcPt249);
1877     ConnEnd dstPt249(Point(1191.5, 1903.42), 15);
1878     connRef249->setDestEndpoint(dstPt249);
1879     connRef249->setRoutingType((ConnType)2);
1880     std::vector<Checkpoint> checkpoints249(1);
1881     checkpoints249[0] = Point(737.439, 1903.42);
1882     connRef249->setRoutingCheckpoints(checkpoints249);
1883 #endif
1884 
1885     ConnRef *connRef250 = new ConnRef(router, 250);
1886     ConnEnd srcPt250(Point(251.5, 1903.42), 15);
1887     connRef250->setSourceEndpoint(srcPt250);
1888     ConnEnd dstPt250(Point(684.439, 1934.42), 4);
1889     connRef250->setDestEndpoint(dstPt250);
1890     connRef250->setRoutingType((ConnType)2);
1891     std::vector<Checkpoint> checkpoints250(1);
1892     checkpoints250[0] = Point(661.439, 1903.42);
1893     connRef250->setRoutingCheckpoints(checkpoints250);
1894 
1895     ConnRef *connRef251 = new ConnRef(router, 251);
1896     ConnEnd srcPt251(Point(251.5, 1903.42), 15);
1897     connRef251->setSourceEndpoint(srcPt251);
1898     ConnEnd dstPt251(Point(684.439, 1872.42), 4);
1899     connRef251->setDestEndpoint(dstPt251);
1900     connRef251->setRoutingType((ConnType)2);
1901     std::vector<Checkpoint> checkpoints251(1);
1902     checkpoints251[0] = Point(661.439, 1903.42);
1903     connRef251->setRoutingCheckpoints(checkpoints251);
1904 
1905 #ifdef ALL
1906     ConnRef *connRef252 = new ConnRef(router, 252);
1907     ConnEnd srcPt252(Point(1222.5, 1328.42), 1);
1908     connRef252->setSourceEndpoint(srcPt252);
1909     ConnEnd dstPt252(Point(1191.5, 1291.42), 15);
1910     connRef252->setDestEndpoint(dstPt252);
1911     connRef252->setRoutingType((ConnType)2);
1912     std::vector<Checkpoint> checkpoints252(1);
1913     checkpoints252[0] = Point(1191.5, 1313.42);
1914     connRef252->setRoutingCheckpoints(checkpoints252);
1915 
1916     ConnRef *connRef253 = new ConnRef(router, 253);
1917     ConnEnd srcPt253(Point(1085.5, 1649.42), 4);
1918     connRef253->setSourceEndpoint(srcPt253);
1919     ConnEnd dstPt253(Point(949.5, 1569.42), 15);
1920     connRef253->setDestEndpoint(dstPt253);
1921     connRef253->setRoutingType((ConnType)2);
1922 
1923     ConnRef *connRef254 = new ConnRef(router, 254);
1924     ConnEnd srcPt254(Point(1115.5, 1649.42), 8);
1925     connRef254->setSourceEndpoint(srcPt254);
1926     ConnEnd dstPt254(Point(1191.5, 1655.42), 15);
1927     connRef254->setDestEndpoint(dstPt254);
1928     connRef254->setRoutingType((ConnType)2);
1929 
1930     ConnRef *connRef255 = new ConnRef(router, 255);
1931     ConnEnd srcPt255(Point(1085.5, 1455.42), 4);
1932     connRef255->setSourceEndpoint(srcPt255);
1933     ConnEnd dstPt255(Point(949.5, 1569.42), 15);
1934     connRef255->setDestEndpoint(dstPt255);
1935     connRef255->setRoutingType((ConnType)2);
1936 
1937     ConnRef *connRef256 = new ConnRef(router, 256);
1938     ConnEnd srcPt256(Point(1191.5, 1291.42), 15);
1939     connRef256->setSourceEndpoint(srcPt256);
1940     ConnEnd dstPt256(Point(1240.5, 1492.42), 1);
1941     connRef256->setDestEndpoint(dstPt256);
1942     connRef256->setRoutingType((ConnType)2);
1943     std::vector<Checkpoint> checkpoints256(1);
1944     checkpoints256[0] = Point(1265.5, 1477.42);
1945     connRef256->setRoutingCheckpoints(checkpoints256);
1946 
1947     ConnRef *connRef257 = new ConnRef(router, 257);
1948     ConnEnd srcPt257(Point(1191.5, 1291.42), 15);
1949     connRef257->setSourceEndpoint(srcPt257);
1950     ConnEnd dstPt257(Point(1331.5, 1492.42), 1);
1951     connRef257->setDestEndpoint(dstPt257);
1952     connRef257->setRoutingType((ConnType)2);
1953     std::vector<Checkpoint> checkpoints257(1);
1954     checkpoints257[0] = Point(1265.5, 1477.42);
1955     connRef257->setRoutingCheckpoints(checkpoints257);
1956 
1957     ConnRef *connRef258 = new ConnRef(router, 258);
1958     ConnEnd srcPt258(Point(1191.5, 1291.42), 15);
1959     connRef258->setSourceEndpoint(srcPt258);
1960     ConnEnd dstPt258(Point(1422.5, 1492.42), 1);
1961     connRef258->setDestEndpoint(dstPt258);
1962     connRef258->setRoutingType((ConnType)2);
1963     std::vector<Checkpoint> checkpoints258(1);
1964     checkpoints258[0] = Point(1265.5, 1477.42);
1965     connRef258->setRoutingCheckpoints(checkpoints258);
1966 
1967     ConnRef *connRef259 = new ConnRef(router, 259);
1968     ConnEnd srcPt259(Point(160.5, 2216.42), 1);
1969     connRef259->setSourceEndpoint(srcPt259);
1970     ConnEnd dstPt259(Point(251.5, 2169.42), 15);
1971     connRef259->setDestEndpoint(dstPt259);
1972     connRef259->setRoutingType((ConnType)2);
1973     std::vector<Checkpoint> checkpoints259(1);
1974     checkpoints259[0] = Point(226.5, 2201.42);
1975     connRef259->setRoutingCheckpoints(checkpoints259);
1976 
1977     ConnRef *connRef260 = new ConnRef(router, 260);
1978     ConnEnd srcPt260(Point(1313.5, 1078.75), 2);
1979     connRef260->setSourceEndpoint(srcPt260);
1980     ConnEnd dstPt260(Point(1191.5, 1115.75), 15);
1981     connRef260->setDestEndpoint(dstPt260);
1982     connRef260->setRoutingType((ConnType)2);
1983     std::vector<Checkpoint> checkpoints260(1);
1984     checkpoints260[0] = Point(1191.5, 1033.75);
1985     connRef260->setRoutingCheckpoints(checkpoints260);
1986 
1987     ConnRef *connRef261 = new ConnRef(router, 261);
1988     ConnEnd srcPt261(Point(722.5, 690), 8);
1989     connRef261->setSourceEndpoint(srcPt261);
1990     ConnEnd dstPt261(Point(1191.5, 584), 15);
1991     connRef261->setDestEndpoint(dstPt261);
1992     connRef261->setRoutingType((ConnType)2);
1993     std::vector<Checkpoint> checkpoints261(1);
1994     checkpoints261[0] = Point(669.5, 584);
1995     connRef261->setRoutingCheckpoints(checkpoints261);
1996 
1997     ConnRef *connRef262 = new ConnRef(router, 262);
1998     ConnEnd srcPt262(Point(829.5, 2065.42), 15);
1999     connRef262->setSourceEndpoint(srcPt262);
2000     ConnEnd dstPt262(Point(1026.5, 2179.79), 8);
2001     connRef262->setDestEndpoint(dstPt262);
2002     connRef262->setRoutingType((ConnType)2);
2003 
2004     ConnRef *connRef263 = new ConnRef(router, 263);
2005     ConnEnd srcPt263(Point(829.5, 2065.42), 15);
2006     connRef263->setSourceEndpoint(srcPt263);
2007     ConnEnd dstPt263(Point(1011.5, 2083.42), 1);
2008     connRef263->setDestEndpoint(dstPt263);
2009     connRef263->setRoutingType((ConnType)2);
2010 
2011     ConnRef *connRef264 = new ConnRef(router, 264);
2012     ConnEnd srcPt264(Point(1249.5, 1196.75), 4);
2013     connRef264->setSourceEndpoint(srcPt264);
2014     ConnEnd dstPt264(Point(1191.5, 1196.75), 8);
2015     connRef264->setDestEndpoint(dstPt264);
2016     connRef264->setRoutingType((ConnType)2);
2017 
2018     ConnRef *connRef265 = new ConnRef(router, 265);
2019     ConnEnd srcPt265(Point(769.5, 2298.79), 2);
2020     connRef265->setSourceEndpoint(srcPt265);
2021     ConnEnd dstPt265(Point(769.5, 2348.79), 1);
2022     connRef265->setDestEndpoint(dstPt265);
2023     connRef265->setRoutingType((ConnType)2);
2024 
2025     ConnRef *connRef266 = new ConnRef(router, 266);
2026     ConnEnd srcPt266(Point(193.5, 2231.42), 8);
2027     connRef266->setSourceEndpoint(srcPt266);
2028     ConnEnd dstPt266(Point(251.5, 2231.42), 4);
2029     connRef266->setDestEndpoint(dstPt266);
2030     connRef266->setRoutingType((ConnType)2);
2031 
2032     ConnRef *connRef267 = new ConnRef(router, 267);
2033     ConnEnd srcPt267(Point(769.5, 2460.79), 1);
2034     connRef267->setSourceEndpoint(srcPt267);
2035     ConnEnd dstPt267(Point(769.5, 2410.79), 2);
2036     connRef267->setDestEndpoint(dstPt267);
2037     connRef267->setRoutingType((ConnType)2);
2038 
2039     ConnRef *connRef268 = new ConnRef(router, 268);
2040     ConnEnd srcPt268(Point(887.5, 2317.79), 4);
2041     connRef268->setSourceEndpoint(srcPt268);
2042     ConnEnd dstPt268(Point(829.5, 2317.79), 8);
2043     connRef268->setDestEndpoint(dstPt268);
2044     connRef268->setRoutingType((ConnType)2);
2045 
2046     ConnRef *connRef269 = new ConnRef(router, 269);
2047     ConnEnd srcPt269(Point(1089.5, 2223.79), 2);
2048     connRef269->setSourceEndpoint(srcPt269);
2049     ConnEnd dstPt269(Point(1089.5, 2273.79), 1);
2050     connRef269->setDestEndpoint(dstPt269);
2051     connRef269->setRoutingType((ConnType)2);
2052 
2053     ConnRef *connRef270 = new ConnRef(router, 270);
2054     ConnEnd srcPt270(Point(1089.5, 2298.79), 2);
2055     connRef270->setSourceEndpoint(srcPt270);
2056     ConnEnd dstPt270(Point(1089.5, 2348.79), 1);
2057     connRef270->setDestEndpoint(dstPt270);
2058     connRef270->setRoutingType((ConnType)2);
2059 
2060     ConnRef *connRef271 = new ConnRef(router, 271);
2061     ConnEnd srcPt271(Point(1011.5, 2229.79), 1);
2062     connRef271->setSourceEndpoint(srcPt271);
2063     ConnEnd dstPt271(Point(1011.5, 2179.79), 2);
2064     connRef271->setDestEndpoint(dstPt271);
2065     connRef271->setRoutingType((ConnType)2);
2066 
2067     ConnRef *connRef272 = new ConnRef(router, 272);
2068     ConnEnd srcPt272(Point(1069.5, 2098.42), 4);
2069     connRef272->setSourceEndpoint(srcPt272);
2070     ConnEnd dstPt272(Point(1011.5, 2098.42), 8);
2071     connRef272->setDestEndpoint(dstPt272);
2072     connRef272->setRoutingType((ConnType)2);
2073 
2074     ConnRef *connRef273 = new ConnRef(router, 273);
2075     ConnEnd srcPt273(Point(705.5, 2119.42), 2);
2076     connRef273->setSourceEndpoint(srcPt273);
2077     ConnEnd dstPt273(Point(705.5, 2169.42), 1);
2078     connRef273->setDestEndpoint(dstPt273);
2079     connRef273->setRoutingType((ConnType)2);
2080 
2081     ConnRef *connRef274 = new ConnRef(router, 274);
2082     ConnEnd srcPt274(Point(375.5, 2119.42), 2);
2083     connRef274->setSourceEndpoint(srcPt274);
2084     ConnEnd dstPt274(Point(375.5, 2169.42), 1);
2085     connRef274->setDestEndpoint(dstPt274);
2086     connRef274->setRoutingType((ConnType)2);
2087 
2088     ConnRef *connRef275 = new ConnRef(router, 275);
2089     ConnEnd srcPt275(Point(1358.5, 2119.42), 2);
2090     connRef275->setSourceEndpoint(srcPt275);
2091     ConnEnd dstPt275(Point(1358.5, 2169.42), 1);
2092     connRef275->setDestEndpoint(dstPt275);
2093     connRef275->setRoutingType((ConnType)2);
2094 
2095     ConnRef *connRef276 = new ConnRef(router, 276);
2096     ConnEnd srcPt276(Point(1249.5, 1965.42), 4);
2097     connRef276->setSourceEndpoint(srcPt276);
2098     ConnEnd dstPt276(Point(1191.5, 1965.42), 8);
2099     connRef276->setDestEndpoint(dstPt276);
2100     connRef276->setRoutingType((ConnType)2);
2101 
2102     ConnRef *connRef277 = new ConnRef(router, 277);
2103     ConnEnd srcPt277(Point(1249.5, 1841.42), 4);
2104     connRef277->setSourceEndpoint(srcPt277);
2105     ConnEnd dstPt277(Point(1191.5, 1841.42), 8);
2106     connRef277->setDestEndpoint(dstPt277);
2107     connRef277->setRoutingType((ConnType)2);
2108 
2109     ConnRef *connRef278 = new ConnRef(router, 278);
2110     ConnEnd srcPt278(Point(1249.5, 1717.42), 4);
2111     connRef278->setSourceEndpoint(srcPt278);
2112     ConnEnd dstPt278(Point(1191.5, 1717.42), 8);
2113     connRef278->setDestEndpoint(dstPt278);
2114     connRef278->setRoutingType((ConnType)2);
2115 
2116     ConnRef *connRef279 = new ConnRef(router, 279);
2117     ConnEnd srcPt279(Point(1102.5, 1343.42), 8);
2118     connRef279->setSourceEndpoint(srcPt279);
2119     ConnEnd dstPt279(Point(1160.5, 1343.42), 4);
2120     connRef279->setDestEndpoint(dstPt279);
2121     connRef279->setRoutingType((ConnType)2);
2122 
2123     ConnRef *connRef280 = new ConnRef(router, 280);
2124     ConnEnd srcPt280(Point(980.5, 1241.42), 2);
2125     connRef280->setSourceEndpoint(srcPt280);
2126     ConnEnd dstPt280(Point(980.5, 1291.42), 1);
2127     connRef280->setDestEndpoint(dstPt280);
2128     connRef280->setRoutingType((ConnType)2);
2129 
2130     ConnRef *connRef281 = new ConnRef(router, 281);
2131     ConnEnd srcPt281(Point(1280.5, 1063.75), 4);
2132     connRef281->setSourceEndpoint(srcPt281);
2133     ConnEnd dstPt281(Point(1222.5, 1063.75), 8);
2134     connRef281->setDestEndpoint(dstPt281);
2135     connRef281->setRoutingType((ConnType)2);
2136 
2137     ConnRef *connRef282 = new ConnRef(router, 282);
2138     ConnEnd srcPt282(Point(1102.5, 1063.75), 8);
2139     connRef282->setSourceEndpoint(srcPt282);
2140     ConnEnd dstPt282(Point(1160.5, 1063.75), 4);
2141     connRef282->setDestEndpoint(dstPt282);
2142     connRef282->setRoutingType((ConnType)2);
2143 
2144     ConnRef *connRef283 = new ConnRef(router, 283);
2145     ConnEnd srcPt283(Point(1327.5, 500.5), 2);
2146     connRef283->setSourceEndpoint(srcPt283);
2147     ConnEnd dstPt283(Point(1327.5, 550.5), 1);
2148     connRef283->setDestEndpoint(dstPt283);
2149     connRef283->setRoutingType((ConnType)2);
2150 
2151     ConnRef *connRef284 = new ConnRef(router, 284);
2152     ConnEnd srcPt284(Point(1249.5, 740), 4);
2153     connRef284->setSourceEndpoint(srcPt284);
2154     ConnEnd dstPt284(Point(1191.5, 740), 8);
2155     connRef284->setDestEndpoint(dstPt284);
2156     connRef284->setRoutingType((ConnType)2);
2157 
2158     ConnRef *connRef285 = new ConnRef(router, 285);
2159     ConnEnd srcPt285(Point(1249.5, 478), 4);
2160     connRef285->setSourceEndpoint(srcPt285);
2161     ConnEnd dstPt285(Point(1191.5, 478), 8);
2162     connRef285->setDestEndpoint(dstPt285);
2163     connRef285->setRoutingType((ConnType)2);
2164 
2165     ConnRef *connRef286 = new ConnRef(router, 286);
2166     ConnEnd srcPt286(Point(918.5, 833), 2);
2167     connRef286->setSourceEndpoint(srcPt286);
2168     ConnEnd dstPt286(Point(918.5, 883), 1);
2169     connRef286->setDestEndpoint(dstPt286);
2170     connRef286->setRoutingType((ConnType)2);
2171 
2172     ConnRef *connRef287 = new ConnRef(router, 287);
2173     ConnEnd srcPt287(Point(476.5, 727), 2);
2174     connRef287->setSourceEndpoint(srcPt287);
2175     ConnEnd dstPt287(Point(476.5, 777), 1);
2176     connRef287->setDestEndpoint(dstPt287);
2177     connRef287->setRoutingType((ConnType)2);
2178 
2179     ConnRef *connRef288 = new ConnRef(router, 288);
2180     ConnEnd srcPt288(Point(476.5, 802), 2);
2181     connRef288->setSourceEndpoint(srcPt288);
2182     ConnEnd dstPt288(Point(476.5, 852), 1);
2183     connRef288->setDestEndpoint(dstPt288);
2184     connRef288->setRoutingType((ConnType)2);
2185 
2186     ConnRef *connRef289 = new ConnRef(router, 289);
2187     ConnEnd srcPt289(Point(798.5, 690), 2);
2188     connRef289->setSourceEndpoint(srcPt289);
2189     ConnEnd dstPt289(Point(798.5, 740), 1);
2190     connRef289->setDestEndpoint(dstPt289);
2191     connRef289->setRoutingType((ConnType)2);
2192 
2193     ConnRef *connRef290 = new ConnRef(router, 290);
2194     ConnEnd srcPt290(Point(585.5, 740), 8);
2195     connRef290->setSourceEndpoint(srcPt290);
2196     ConnEnd dstPt290(Point(643.5, 740), 4);
2197     connRef290->setDestEndpoint(dstPt290);
2198     connRef290->setRoutingType((ConnType)2);
2199 
2200     ConnRef *connRef291 = new ConnRef(router, 291);
2201     ConnEnd srcPt291(Point(344.5, 740), 4);
2202     connRef291->setSourceEndpoint(srcPt291);
2203     ConnEnd dstPt291(Point(286.5, 740), 8);
2204     connRef291->setDestEndpoint(dstPt291);
2205     connRef291->setRoutingType((ConnType)2);
2206 
2207     ConnRef *connRef292 = new ConnRef(router, 292);
2208     ConnEnd srcPt292(Point(707.5, 428), 2);
2209     connRef292->setSourceEndpoint(srcPt292);
2210     ConnEnd dstPt292(Point(707.5, 478), 1);
2211     connRef292->setDestEndpoint(dstPt292);
2212     connRef292->setRoutingType((ConnType)2);
2213 
2214     ConnRef *connRef293 = new ConnRef(router, 293);
2215     ConnEnd srcPt293(Point(707.5, 503), 2);
2216     connRef293->setSourceEndpoint(srcPt293);
2217     ConnEnd dstPt293(Point(707.5, 553), 1);
2218     connRef293->setDestEndpoint(dstPt293);
2219     connRef293->setRoutingType((ConnType)2);
2220 
2221     ConnRef *connRef294 = new ConnRef(router, 294);
2222     ConnEnd srcPt294(Point(707.5, 353), 2);
2223     connRef294->setSourceEndpoint(srcPt294);
2224     ConnEnd dstPt294(Point(707.5, 403), 1);
2225     connRef294->setDestEndpoint(dstPt294);
2226     connRef294->setRoutingType((ConnType)2);
2227 
2228     ConnRef *connRef295 = new ConnRef(router, 295);
2229     ConnEnd srcPt295(Point(767.5, 291), 2);
2230     connRef295->setSourceEndpoint(srcPt295);
2231     ConnEnd dstPt295(Point(767.5, 341), 1);
2232     connRef295->setDestEndpoint(dstPt295);
2233     connRef295->setRoutingType((ConnType)2);
2234 
2235     ConnRef *connRef296 = new ConnRef(router, 296);
2236     ConnEnd srcPt296(Point(767.5, 189), 2);
2237     connRef296->setSourceEndpoint(srcPt296);
2238     ConnEnd dstPt296(Point(767.5, 239), 1);
2239     connRef296->setDestEndpoint(dstPt296);
2240     connRef296->setRoutingType((ConnType)2);
2241 
2242     ConnRef *connRef297 = new ConnRef(router, 297);
2243     ConnEnd srcPt297(Point(492.5, 2262.46), 2);
2244     connRef297->setSourceEndpoint(srcPt297);
2245     ConnEnd dstPt297(Point(492.5, 2312.46), 1);
2246     connRef297->setDestEndpoint(dstPt297);
2247     connRef297->setRoutingType((ConnType)2);
2248 
2249     ConnRef *connRef298 = new ConnRef(router, 298);
2250     ConnEnd srcPt298(Point(1249.5, 1569.42), 4);
2251     connRef298->setSourceEndpoint(srcPt298);
2252     ConnEnd dstPt298(Point(1191.5, 1569.42), 8);
2253     connRef298->setDestEndpoint(dstPt298);
2254     connRef298->setRoutingType((ConnType)2);
2255 
2256     ConnRef *connRef299 = new ConnRef(router, 299);
2257     ConnEnd srcPt299(Point(707.5, 665), 1);
2258     connRef299->setSourceEndpoint(srcPt299);
2259     ConnEnd dstPt299(Point(707.5, 615), 2);
2260     connRef299->setDestEndpoint(dstPt299);
2261     connRef299->setRoutingType((ConnType)2);
2262 
2263     ConnRef *connRef300 = new ConnRef(router, 300);
2264     ConnEnd srcPt300(Point(476.5, 964), 1);
2265     connRef300->setSourceEndpoint(srcPt300);
2266     ConnEnd dstPt300(Point(476.5, 914), 2);
2267     connRef300->setDestEndpoint(dstPt300);
2268     connRef300->setRoutingType((ConnType)2);
2269 
2270     ConnRef *connRef301 = new ConnRef(router, 301);
2271     ConnEnd srcPt301(Point(286.5, 1026), 2);
2272     connRef301->setSourceEndpoint(srcPt301);
2273     ConnEnd dstPt301(Point(286.5, 1076), 1);
2274     connRef301->setDestEndpoint(dstPt301);
2275     connRef301->setRoutingType((ConnType)2);
2276 
2277     ConnRef *connRef302 = new ConnRef(router, 302);
2278     ConnEnd srcPt302(Point(286.5, 1128), 2);
2279     connRef302->setSourceEndpoint(srcPt302);
2280     ConnEnd dstPt302(Point(286.5, 1178), 1);
2281     connRef302->setDestEndpoint(dstPt302);
2282     connRef302->setRoutingType((ConnType)2);
2283 
2284     ConnRef *connRef303 = new ConnRef(router, 303);
2285     ConnEnd srcPt303(Point(554.5, 1026), 2);
2286     connRef303->setSourceEndpoint(srcPt303);
2287     ConnEnd dstPt303(Point(554.5, 1076), 1);
2288     connRef303->setDestEndpoint(dstPt303);
2289     connRef303->setRoutingType((ConnType)2);
2290 
2291     ConnRef *connRef304 = new ConnRef(router, 304);
2292     ConnEnd srcPt304(Point(554.5, 1128), 2);
2293     connRef304->setSourceEndpoint(srcPt304);
2294     ConnEnd dstPt304(Point(554.5, 1178), 1);
2295     connRef304->setDestEndpoint(dstPt304);
2296     connRef304->setRoutingType((ConnType)2);
2297 
2298     ConnRef *connRef305 = new ConnRef(router, 305);
2299     ConnEnd srcPt305(Point(699.439, 1984.42), 1);
2300     connRef305->setSourceEndpoint(srcPt305);
2301     ConnEnd dstPt305(Point(699.439, 1934.42), 2);
2302     connRef305->setDestEndpoint(dstPt305);
2303     connRef305->setRoutingType((ConnType)2);
2304 
2305     ConnRef *connRef306 = new ConnRef(router, 306);
2306     ConnEnd srcPt306(Point(1089.5, 2460.79), 1);
2307     connRef306->setSourceEndpoint(srcPt306);
2308     ConnEnd dstPt306(Point(1089.5, 2410.79), 2);
2309     connRef306->setDestEndpoint(dstPt306);
2310     connRef306->setRoutingType((ConnType)2);
2311 
2312     ConnRef *connRef307 = new ConnRef(router, 307);
2313     ConnEnd srcPt307(Point(699.439, 1822.42), 2);
2314     connRef307->setSourceEndpoint(srcPt307);
2315     ConnEnd dstPt307(Point(699.439, 1872.42), 1);
2316     connRef307->setDestEndpoint(dstPt307);
2317     connRef307->setRoutingType((ConnType)2);
2318 
2319     ConnRef *connRef308 = new ConnRef(router, 308);
2320     ConnEnd srcPt308(Point(1280.5, 1343.42), 4);
2321     connRef308->setSourceEndpoint(srcPt308);
2322     ConnEnd dstPt308(Point(1222.5, 1343.42), 8);
2323     connRef308->setDestEndpoint(dstPt308);
2324     connRef308->setRoutingType((ConnType)2);
2325 
2326     ConnRef *connRef309 = new ConnRef(router, 309);
2327     ConnEnd srcPt309(Point(1298.5, 1507.42), 4);
2328     connRef309->setSourceEndpoint(srcPt309);
2329     ConnEnd dstPt309(Point(1240.5, 1507.42), 8);
2330     connRef309->setDestEndpoint(dstPt309);
2331     connRef309->setRoutingType((ConnType)2);
2332 
2333     ConnRef *connRef310 = new ConnRef(router, 310);
2334     ConnEnd srcPt310(Point(1389.5, 1507.42), 4);
2335     connRef310->setSourceEndpoint(srcPt310);
2336     ConnEnd dstPt310(Point(1331.5, 1507.42), 8);
2337     connRef310->setDestEndpoint(dstPt310);
2338     connRef310->setRoutingType((ConnType)2);
2339 
2340     ConnRef *connRef311 = new ConnRef(router, 311);
2341     ConnEnd srcPt311(Point(554.5, 1990.42), 2);
2342     connRef311->setSourceEndpoint(srcPt311);
2343     ConnEnd dstPt311(Point(554.5, 2040.42), 1);
2344     connRef311->setDestEndpoint(dstPt311);
2345     connRef311->setRoutingType((ConnType)2);
2346 
2347     ConnRef *connRef312 = new ConnRef(router, 312);
2348     ConnEnd srcPt312(Point(1480.5, 1507.42), 4);
2349     connRef312->setSourceEndpoint(srcPt312);
2350     ConnEnd dstPt312(Point(1422.5, 1507.42), 8);
2351     connRef312->setDestEndpoint(dstPt312);
2352     connRef312->setRoutingType((ConnType)2);
2353 
2354     ConnRef *connRef313 = new ConnRef(router, 313);
2355     ConnEnd srcPt313(Point(1100.5, 1599.42), 2);
2356     connRef313->setSourceEndpoint(srcPt313);
2357     ConnEnd dstPt313(Point(1100.5, 1649.42), 1);
2358     connRef313->setDestEndpoint(dstPt313);
2359     connRef313->setRoutingType((ConnType)2);
2360 
2361     ConnRef *connRef314 = new ConnRef(router, 314);
2362     ConnEnd srcPt314(Point(1100.5, 1405.42), 2);
2363     connRef314->setSourceEndpoint(srcPt314);
2364     ConnEnd dstPt314(Point(1100.5, 1455.42), 1);
2365     connRef314->setDestEndpoint(dstPt314);
2366     connRef314->setRoutingType((ConnType)2);
2367 
2368     ConnRef *connRef315 = new ConnRef(router, 315);
2369     ConnEnd srcPt315(Point(102.5, 2231.42), 8);
2370     connRef315->setSourceEndpoint(srcPt315);
2371     ConnEnd dstPt315(Point(160.5, 2231.42), 4);
2372     connRef315->setDestEndpoint(dstPt315);
2373     connRef315->setRoutingType((ConnType)2);
2374 
2375     ConnRef *connRef316 = new ConnRef(router, 316);
2376     ConnEnd srcPt316(Point(1371.5, 1063.75), 4);
2377     connRef316->setSourceEndpoint(srcPt316);
2378     ConnEnd dstPt316(Point(1313.5, 1063.75), 8);
2379     connRef316->setDestEndpoint(dstPt316);
2380     connRef316->setRoutingType((ConnType)2);
2381 
2382     ConnRef *connRef317 = new ConnRef(router, 317);
2383     ConnEnd srcPt317(Point(707.5, 740), 1);
2384     connRef317->setSourceEndpoint(srcPt317);
2385     ConnEnd dstPt317(Point(707.5, 690), 2);
2386     connRef317->setDestEndpoint(dstPt317);
2387     connRef317->setRoutingType((ConnType)2);
2388 
2389     ConnRef *connRef318 = new ConnRef(router, 318);
2390     ConnEnd srcPt318(Point(476.5, 1039), 1);
2391     connRef318->setSourceEndpoint(srcPt318);
2392     ConnEnd dstPt318(Point(476.5, 989), 2);
2393     connRef318->setDestEndpoint(dstPt318);
2394     connRef318->setRoutingType((ConnType)2);
2395 
2396     ConnRef *connRef319 = new ConnRef(router, 319);
2397     ConnEnd srcPt319(Point(1089.5, 2535.79), 1);
2398     connRef319->setSourceEndpoint(srcPt319);
2399     ConnEnd dstPt319(Point(1089.5, 2485.79), 2);
2400     connRef319->setDestEndpoint(dstPt319);
2401     connRef319->setRoutingType((ConnType)2);
2402 
2403     ConnRef *connRef320 = new ConnRef(router, 320);
2404     ConnEnd srcPt320(Point(251.5, 2169.42), 15);
2405     connRef320->setSourceEndpoint(srcPt320);
2406     ConnEnd dstPt320(Point(251.5, 2216.42), 1);
2407     connRef320->setDestEndpoint(dstPt320);
2408     connRef320->setRoutingType((ConnType)2);
2409     std::vector<Checkpoint> checkpoints320(1);
2410     checkpoints320[0] = Point(226.5, 2201.42);
2411     connRef320->setRoutingCheckpoints(checkpoints320);
2412 
2413     ConnRef *connRef321 = new ConnRef(router, 321);
2414     ConnEnd srcPt321(Point(1191.5, 2169.42), 15);
2415     connRef321->setSourceEndpoint(srcPt321);
2416     ConnEnd dstPt321(Point(1026.5, 2179.79), 8);
2417     connRef321->setDestEndpoint(dstPt321);
2418     connRef321->setRoutingType((ConnType)2);
2419 
2420     ConnRef *connRef322 = new ConnRef(router, 322);
2421     ConnEnd srcPt322(Point(1191.5, 2169.42), 15);
2422     connRef322->setSourceEndpoint(srcPt322);
2423     ConnEnd dstPt322(Point(1011.5, 2083.42), 1);
2424     connRef322->setDestEndpoint(dstPt322);
2425     connRef322->setRoutingType((ConnType)2);
2426 
2427     ConnRef *connRef323 = new ConnRef(router, 323);
2428     ConnEnd srcPt323(Point(674.5, 2312.46), 15);
2429     connRef323->setSourceEndpoint(srcPt323);
2430     ConnEnd dstPt323(Point(720.5, 2169.42), 8);
2431     connRef323->setDestEndpoint(dstPt323);
2432     connRef323->setRoutingType((ConnType)2);
2433 
2434     ConnRef *connRef324 = new ConnRef(router, 324);
2435     ConnEnd srcPt324(Point(829.5, 2169.42), 15);
2436     connRef324->setSourceEndpoint(srcPt324);
2437     ConnEnd dstPt324(Point(720.5, 2169.42), 8);
2438     connRef324->setDestEndpoint(dstPt324);
2439     connRef324->setRoutingType((ConnType)2);
2440 
2441     ConnRef *connRef325 = new ConnRef(router, 325);
2442     ConnEnd srcPt325(Point(1191.5, 1903.42), 15);
2443     connRef325->setSourceEndpoint(srcPt325);
2444     ConnEnd dstPt325(Point(1191.5, 1950.42), 1);
2445     connRef325->setDestEndpoint(dstPt325);
2446     connRef325->setRoutingType((ConnType)2);
2447 
2448     ConnRef *connRef326 = new ConnRef(router, 326);
2449     ConnEnd srcPt326(Point(1191.5, 883), 15);
2450     connRef326->setSourceEndpoint(srcPt326);
2451     ConnEnd dstPt326(Point(1222.5, 1048.75), 1);
2452     connRef326->setDestEndpoint(dstPt326);
2453     connRef326->setRoutingType((ConnType)2);
2454     std::vector<Checkpoint> checkpoints326(1);
2455     checkpoints326[0] = Point(1191.5, 1093.75);
2456     connRef326->setRoutingCheckpoints(checkpoints326);
2457 
2458     ConnRef *connRef327 = new ConnRef(router, 327);
2459     ConnEnd srcPt327(Point(286.5, 883), 15);
2460     connRef327->setSourceEndpoint(srcPt327);
2461     ConnEnd dstPt327(Point(461.5, 777), 4);
2462     connRef327->setDestEndpoint(dstPt327);
2463     connRef327->setRoutingType((ConnType)2);
2464     std::vector<Checkpoint> checkpoints327(1);
2465     checkpoints327[0] = Point(514.5, 883);
2466     connRef327->setRoutingCheckpoints(checkpoints327);
2467 
2468     ConnRef *connRef328 = new ConnRef(router, 328);
2469     ConnEnd srcPt328(Point(286.5, 883), 15);
2470     connRef328->setSourceEndpoint(srcPt328);
2471     ConnEnd dstPt328(Point(461.5, 852), 4);
2472     connRef328->setDestEndpoint(dstPt328);
2473     connRef328->setRoutingType((ConnType)2);
2474     std::vector<Checkpoint> checkpoints328(1);
2475     checkpoints328[0] = Point(514.5, 883);
2476     connRef328->setRoutingCheckpoints(checkpoints328);
2477 
2478     ConnRef *connRef329 = new ConnRef(router, 329);
2479     ConnEnd srcPt329(Point(286.5, 584), 15);
2480     connRef329->setSourceEndpoint(srcPt329);
2481     ConnEnd dstPt329(Point(692.5, 478), 4);
2482     connRef329->setDestEndpoint(dstPt329);
2483     connRef329->setRoutingType((ConnType)2);
2484     std::vector<Checkpoint> checkpoints329(1);
2485     checkpoints329[0] = Point(745.5, 584);
2486     connRef329->setRoutingCheckpoints(checkpoints329);
2487 
2488     ConnRef *connRef330 = new ConnRef(router, 330);
2489     ConnEnd srcPt330(Point(286.5, 584), 15);
2490     connRef330->setSourceEndpoint(srcPt330);
2491     ConnEnd dstPt330(Point(692.5, 553), 4);
2492     connRef330->setDestEndpoint(dstPt330);
2493     connRef330->setRoutingType((ConnType)2);
2494     std::vector<Checkpoint> checkpoints330(1);
2495     checkpoints330[0] = Point(745.5, 584);
2496     connRef330->setRoutingCheckpoints(checkpoints330);
2497 
2498     ConnRef *connRef331 = new ConnRef(router, 331);
2499     ConnEnd srcPt331(Point(1191.5, 584), 15);
2500     connRef331->setSourceEndpoint(srcPt331);
2501     ConnEnd dstPt331(Point(722.5, 403), 8);
2502     connRef331->setDestEndpoint(dstPt331);
2503     connRef331->setRoutingType((ConnType)2);
2504     std::vector<Checkpoint> checkpoints331(1);
2505     checkpoints331[0] = Point(669.5, 584);
2506     connRef331->setRoutingCheckpoints(checkpoints331);
2507 
2508     ConnRef *connRef332 = new ConnRef(router, 332);
2509     ConnEnd srcPt332(Point(1191.5, 280), 15);
2510     connRef332->setSourceEndpoint(srcPt332);
2511     ConnEnd dstPt332(Point(782.5, 341), 8);
2512     connRef332->setDestEndpoint(dstPt332);
2513     connRef332->setRoutingType((ConnType)2);
2514 
2515     ConnRef *connRef333 = new ConnRef(router, 333);
2516     ConnEnd srcPt333(Point(1191.5, 280), 15);
2517     connRef333->setSourceEndpoint(srcPt333);
2518     ConnEnd dstPt333(Point(782.5, 239), 8);
2519     connRef333->setDestEndpoint(dstPt333);
2520     connRef333->setRoutingType((ConnType)2);
2521 
2522     ConnRef *connRef334 = new ConnRef(router, 334);
2523     ConnEnd srcPt334(Point(1191.5, 584), 15);
2524     connRef334->setSourceEndpoint(srcPt334);
2525     ConnEnd dstPt334(Point(1427, 986.25), 4);
2526     connRef334->setDestEndpoint(dstPt334);
2527     connRef334->setRoutingType((ConnType)2);
2528 
2529     ConnRef *connRef335 = new ConnRef(router, 335);
2530     ConnEnd srcPt335(Point(1191.5, 1291.42), 15);
2531     connRef335->setSourceEndpoint(srcPt335);
2532     ConnEnd dstPt335(Point(1427, 1026.25), 4);
2533     connRef335->setDestEndpoint(dstPt335);
2534     connRef335->setRoutingType((ConnType)2);
2535 
2536     ConnRef *connRef336 = new ConnRef(router, 336);
2537     ConnEnd srcPt336(Point(1191.5, 1779.42), 15);
2538     connRef336->setSourceEndpoint(srcPt336);
2539     ConnEnd dstPt336(Point(1513, 1189.75), 2);
2540     connRef336->setDestEndpoint(dstPt336);
2541     connRef336->setRoutingType((ConnType)2);
2542 
2543     ConnRef *connRef337 = new ConnRef(router, 337);
2544     ConnEnd srcPt337(Point(1191.5, 2169.42), 15);
2545     connRef337->setSourceEndpoint(srcPt337);
2546     ConnEnd dstPt337(Point(1553, 1189.75), 2);
2547     connRef337->setDestEndpoint(dstPt337);
2548     connRef337->setRoutingType((ConnType)2);
2549 
2550     ConnRef *connRef338 = new ConnRef(router, 338);
2551     ConnEnd srcPt338(Point(1191.5, 280), 15);
2552     connRef338->setSourceEndpoint(srcPt338);
2553     ConnEnd dstPt338(Point(1252, 214.5), 2);
2554     connRef338->setDestEndpoint(dstPt338);
2555     connRef338->setRoutingType((ConnType)2);
2556 
2557     ConnRef *connRef339 = new ConnRef(router, 339);
2558     ConnEnd srcPt339(Point(251.5, 1903.42), 15);
2559     connRef339->setSourceEndpoint(srcPt339);
2560     ConnEnd dstPt339(Point(247.5, 2025.92), 8);
2561     connRef339->setDestEndpoint(dstPt339);
2562     connRef339->setRoutingType((ConnType)2);
2563 
2564     ConnRef *connRef340 = new ConnRef(router, 340);
2565     ConnEnd srcPt340(Point(251.5, 2169.42), 15);
2566     connRef340->setSourceEndpoint(srcPt340);
2567     ConnEnd dstPt340(Point(247.5, 2065.92), 8);
2568     connRef340->setDestEndpoint(dstPt340);
2569     connRef340->setRoutingType((ConnType)2);
2570 
2571     ConnRef *connRef341 = new ConnRef(router, 341);
2572     ConnEnd srcPt341(Point(1191.5, 1655.42), 15);
2573     connRef341->setSourceEndpoint(srcPt341);
2574     ConnEnd dstPt341(Point(736.5, 1662.92), 8);
2575     connRef341->setDestEndpoint(dstPt341);
2576     connRef341->setRoutingType((ConnType)2);
2577 
2578     ConnRef *connRef342 = new ConnRef(router, 342);
2579     ConnEnd srcPt342(Point(1432.5, 2169.42), 15);
2580     connRef342->setSourceEndpoint(srcPt342);
2581     ConnEnd dstPt342(Point(1438.5, 2248.79), 1);
2582     connRef342->setDestEndpoint(dstPt342);
2583     connRef342->setRoutingType((ConnType)2);
2584 #endif
2585 
2586     router->processTransaction();
2587     router->outputDiagram("output/checkpointNudging1");
2588     bool atEnds = true;
2589     bool overlap = router->existsOrthogonalFixedSegmentOverlap(atEnds);
2590     delete router;
2591     return (overlap) ? 1 : 0;
2592 };
2593