1 #include "libavoid/libavoid.h"
2 using namespace Avoid;
main(void)3 int main(void) {
4     Router *router = new Router(
5             PolyLineRouting | OrthogonalRouting);
6     router->setRoutingPenalty((PenaltyType)0, 50);
7     router->setRoutingPenalty((PenaltyType)1, 0);
8     router->setRoutingPenalty((PenaltyType)2, 0);
9     router->setRoutingPenalty((PenaltyType)3, 4000);
10     router->setRoutingPenalty((PenaltyType)4, 0);
11 
12     Polygon poly2(4);
13     poly2.ps[0] = Point(129, 898);
14     poly2.ps[1] = Point(129, 918);
15     poly2.ps[2] = Point(109, 918);
16     poly2.ps[3] = Point(109, 898);
17     new ShapeRef(router, poly2, 2);
18 
19     Polygon poly3(4);
20     poly3.ps[0] = Point(272, 951);
21     poly3.ps[1] = Point(272, 971);
22     poly3.ps[2] = Point(252, 971);
23     poly3.ps[3] = Point(252, 951);
24     new ShapeRef(router, poly3, 3);
25 
26     Polygon poly4(4);
27     poly4.ps[0] = Point(139, 931);
28     poly4.ps[1] = Point(139, 971);
29     poly4.ps[2] = Point(99, 971);
30     poly4.ps[3] = Point(99, 931);
31     new ShapeRef(router, poly4, 4);
32 
33     Polygon poly5(4);
34     poly5.ps[0] = Point(665, 212.5);
35     poly5.ps[1] = Point(665, 459.5);
36     poly5.ps[2] = Point(593, 459.5);
37     poly5.ps[3] = Point(593, 212.5);
38     new ShapeRef(router, poly5, 5);
39 
40     Polygon poly6(4);
41     poly6.ps[0] = Point(518, 52);
42     poly6.ps[1] = Point(518, 96);
43     poly6.ps[2] = Point(398, 96);
44     poly6.ps[3] = Point(398, 52);
45     new ShapeRef(router, poly6, 6);
46 
47     Polygon poly7(4);
48     poly7.ps[0] = Point(361, 899);
49     poly7.ps[1] = Point(361, 919);
50     poly7.ps[2] = Point(341, 919);
51     poly7.ps[3] = Point(341, 899);
52     new ShapeRef(router, poly7, 7);
53 
54     Polygon poly8(4);
55     poly8.ps[0] = Point(470, 930);
56     poly8.ps[1] = Point(470, 950);
57     poly8.ps[2] = Point(450, 950);
58     poly8.ps[3] = Point(450, 930);
59     new ShapeRef(router, poly8, 8);
60 
61     Polygon poly9(4);
62     poly9.ps[0] = Point(422, 930);
63     poly9.ps[1] = Point(422, 950);
64     poly9.ps[2] = Point(402, 950);
65     poly9.ps[3] = Point(402, 930);
66     new ShapeRef(router, poly9, 9);
67 
68     Polygon poly10(4);
69     poly10.ps[0] = Point(414, 861);
70     poly10.ps[1] = Point(414, 881);
71     poly10.ps[2] = Point(394, 881);
72     poly10.ps[3] = Point(394, 861);
73     new ShapeRef(router, poly10, 10);
74 
75     Polygon poly11(4);
76     poly11.ps[0] = Point(414, 840);
77     poly11.ps[1] = Point(414, 860);
78     poly11.ps[2] = Point(394, 860);
79     poly11.ps[3] = Point(394, 840);
80     new ShapeRef(router, poly11, 11);
81 
82     Polygon poly12(4);
83     poly12.ps[0] = Point(302, 852);
84     poly12.ps[1] = Point(302, 872);
85     poly12.ps[2] = Point(282, 872);
86     poly12.ps[3] = Point(282, 852);
87     new ShapeRef(router, poly12, 12);
88 
89     Polygon poly13(4);
90     poly13.ps[0] = Point(193, 852);
91     poly13.ps[1] = Point(193, 872);
92     poly13.ps[2] = Point(173, 872);
93     poly13.ps[3] = Point(173, 852);
94     new ShapeRef(router, poly13, 13);
95 
96     Polygon poly14(4);
97     poly14.ps[0] = Point(541, 851);
98     poly14.ps[1] = Point(541, 871);
99     poly14.ps[2] = Point(521, 871);
100     poly14.ps[3] = Point(521, 851);
101     new ShapeRef(router, poly14, 14);
102 
103     Polygon poly15(4);
104     poly15.ps[0] = Point(401, 739);
105     poly15.ps[1] = Point(401, 783);
106     poly15.ps[2] = Point(313, 783);
107     poly15.ps[3] = Point(313, 739);
108     new ShapeRef(router, poly15, 15);
109 
110     Polygon poly16(4);
111     poly16.ps[0] = Point(466, 757);
112     poly16.ps[1] = Point(466, 777);
113     poly16.ps[2] = Point(446, 777);
114     poly16.ps[3] = Point(446, 757);
115     new ShapeRef(router, poly16, 16);
116 
117     Polygon poly17(4);
118     poly17.ps[0] = Point(466, 688);
119     poly17.ps[1] = Point(466, 708);
120     poly17.ps[2] = Point(446, 708);
121     poly17.ps[3] = Point(446, 688);
122     new ShapeRef(router, poly17, 17);
123 
124     Polygon poly18(4);
125     poly18.ps[0] = Point(467, 616);
126     poly18.ps[1] = Point(467, 636);
127     poly18.ps[2] = Point(447, 636);
128     poly18.ps[3] = Point(447, 616);
129     new ShapeRef(router, poly18, 18);
130 
131     Polygon poly19(4);
132     poly19.ps[0] = Point(441, 471);
133     poly19.ps[1] = Point(441, 491);
134     poly19.ps[2] = Point(421, 491);
135     poly19.ps[3] = Point(421, 471);
136     new ShapeRef(router, poly19, 19);
137 
138     Polygon poly20(4);
139     poly20.ps[0] = Point(359.5, 575);
140     poly20.ps[1] = Point(359.5, 619);
141     poly20.ps[2] = Point(196.5, 619);
142     poly20.ps[3] = Point(196.5, 575);
143     new ShapeRef(router, poly20, 20);
144 
145     Polygon poly21(4);
146     poly21.ps[0] = Point(386, 437);
147     poly21.ps[1] = Point(386, 457);
148     poly21.ps[2] = Point(366, 457);
149     poly21.ps[3] = Point(366, 437);
150     new ShapeRef(router, poly21, 21);
151 
152     Polygon poly22(4);
153     poly22.ps[0] = Point(466, 391);
154     poly22.ps[1] = Point(466, 411);
155     poly22.ps[2] = Point(446, 411);
156     poly22.ps[3] = Point(446, 391);
157     new ShapeRef(router, poly22, 22);
158 
159     Polygon poly23(4);
160     poly23.ps[0] = Point(466, 325);
161     poly23.ps[1] = Point(466, 345);
162     poly23.ps[2] = Point(446, 345);
163     poly23.ps[3] = Point(446, 325);
164     new ShapeRef(router, poly23, 23);
165 
166     Polygon poly24(4);
167     poly24.ps[0] = Point(413, 325);
168     poly24.ps[1] = Point(413, 345);
169     poly24.ps[2] = Point(393, 345);
170     poly24.ps[3] = Point(393, 325);
171     new ShapeRef(router, poly24, 24);
172 
173     Polygon poly25(4);
174     poly25.ps[0] = Point(535, 182);
175     poly25.ps[1] = Point(535, 202);
176     poly25.ps[2] = Point(515, 202);
177     poly25.ps[3] = Point(515, 182);
178     new ShapeRef(router, poly25, 25);
179 
180     Polygon poly26(4);
181     poly26.ps[0] = Point(466, 255);
182     poly26.ps[1] = Point(466, 275);
183     poly26.ps[2] = Point(446, 275);
184     poly26.ps[3] = Point(446, 255);
185     new ShapeRef(router, poly26, 26);
186 
187     Polygon poly27(4);
188     poly27.ps[0] = Point(466, 160);
189     poly27.ps[1] = Point(466, 180);
190     poly27.ps[2] = Point(446, 180);
191     poly27.ps[3] = Point(446, 160);
192     new ShapeRef(router, poly27, 27);
193 
194     Polygon poly28(4);
195     poly28.ps[0] = Point(386, 289);
196     poly28.ps[1] = Point(386, 309);
197     poly28.ps[2] = Point(366, 309);
198     poly28.ps[3] = Point(366, 289);
199     new ShapeRef(router, poly28, 28);
200 
201     Polygon poly29(4);
202     poly29.ps[0] = Point(231, 270);
203     poly29.ps[1] = Point(231, 290);
204     poly29.ps[2] = Point(211, 290);
205     poly29.ps[3] = Point(211, 270);
206     new ShapeRef(router, poly29, 29);
207 
208     Polygon poly30(4);
209     poly30.ps[0] = Point(231, 289);
210     poly30.ps[1] = Point(231, 309);
211     poly30.ps[2] = Point(211, 309);
212     poly30.ps[3] = Point(211, 289);
213     new ShapeRef(router, poly30, 30);
214 
215     Polygon poly31(4);
216     poly31.ps[0] = Point(340, 256);
217     poly31.ps[1] = Point(340, 276);
218     poly31.ps[2] = Point(320, 276);
219     poly31.ps[3] = Point(320, 256);
220     new ShapeRef(router, poly31, 31);
221 
222     Polygon poly32(4);
223     poly32.ps[0] = Point(290, 256);
224     poly32.ps[1] = Point(290, 276);
225     poly32.ps[2] = Point(270, 276);
226     poly32.ps[3] = Point(270, 256);
227     new ShapeRef(router, poly32, 32);
228 
229     Polygon poly33(4);
230     poly33.ps[0] = Point(164, 251);
231     poly33.ps[1] = Point(164, 271);
232     poly33.ps[2] = Point(144, 271);
233     poly33.ps[3] = Point(144, 251);
234     new ShapeRef(router, poly33, 33);
235 
236     Polygon poly34(4);
237     poly34.ps[0] = Point(231, 214);
238     poly34.ps[1] = Point(231, 234);
239     poly34.ps[2] = Point(211, 234);
240     poly34.ps[3] = Point(211, 214);
241     new ShapeRef(router, poly34, 34);
242 
243     Polygon poly35(4);
244     poly35.ps[0] = Point(231, 195);
245     poly35.ps[1] = Point(231, 215);
246     poly35.ps[2] = Point(211, 215);
247     poly35.ps[3] = Point(211, 195);
248     new ShapeRef(router, poly35, 35);
249 
250     Polygon poly36(4);
251     poly36.ps[0] = Point(299, 173);
252     poly36.ps[1] = Point(299, 193);
253     poly36.ps[2] = Point(279, 193);
254     poly36.ps[3] = Point(279, 173);
255     new ShapeRef(router, poly36, 36);
256 
257     Polygon poly37(4);
258     poly37.ps[0] = Point(326, 141);
259     poly37.ps[1] = Point(326, 161);
260     poly37.ps[2] = Point(306, 161);
261     poly37.ps[3] = Point(306, 141);
262     new ShapeRef(router, poly37, 37);
263 
264     Polygon poly38(4);
265     poly38.ps[0] = Point(326, 120);
266     poly38.ps[1] = Point(326, 140);
267     poly38.ps[2] = Point(306, 140);
268     poly38.ps[3] = Point(306, 120);
269     new ShapeRef(router, poly38, 38);
270 
271     Polygon poly39(4);
272     poly39.ps[0] = Point(295.5, 39.5);
273     poly39.ps[1] = Point(295.5, 74.5);
274     poly39.ps[2] = Point(34.5, 74.5);
275     poly39.ps[3] = Point(34.5, 39.5);
276     new ShapeRef(router, poly39, 39);
277 
278     Polygon poly40(4);
279     poly40.ps[0] = Point(245, 895);
280     poly40.ps[1] = Point(245, 915);
281     poly40.ps[2] = Point(225, 915);
282     poly40.ps[3] = Point(225, 895);
283     new ShapeRef(router, poly40, 40);
284 
285     Polygon poly41(4);
286     poly41.ps[0] = Point(466, 543);
287     poly41.ps[1] = Point(466, 563);
288     poly41.ps[2] = Point(446, 563);
289     poly41.ps[3] = Point(446, 543);
290     new ShapeRef(router, poly41, 41);
291 
292     Polygon poly42(4);
293     poly42.ps[0] = Point(231, 233);
294     poly42.ps[1] = Point(231, 253);
295     poly42.ps[2] = Point(211, 253);
296     poly42.ps[3] = Point(211, 233);
297     new ShapeRef(router, poly42, 42);
298 
299     Polygon poly43(4);
300     poly43.ps[0] = Point(231, 308);
301     poly43.ps[1] = Point(231, 328);
302     poly43.ps[2] = Point(211, 328);
303     poly43.ps[3] = Point(211, 308);
304     new ShapeRef(router, poly43, 43);
305 
306     Polygon poly44(4);
307     poly44.ps[0] = Point(164, 347);
308     poly44.ps[1] = Point(164, 367);
309     poly44.ps[2] = Point(144, 367);
310     poly44.ps[3] = Point(144, 347);
311     new ShapeRef(router, poly44, 44);
312 
313     Polygon poly45(4);
314     poly45.ps[0] = Point(164, 373);
315     poly45.ps[1] = Point(164, 393);
316     poly45.ps[2] = Point(144, 393);
317     poly45.ps[3] = Point(144, 373);
318     new ShapeRef(router, poly45, 45);
319 
320     Polygon poly46(4);
321     poly46.ps[0] = Point(274, 346);
322     poly46.ps[1] = Point(274, 366);
323     poly46.ps[2] = Point(254, 366);
324     poly46.ps[3] = Point(254, 346);
325     new ShapeRef(router, poly46, 46);
326 
327     Polygon poly47(4);
328     poly47.ps[0] = Point(274, 372);
329     poly47.ps[1] = Point(274, 392);
330     poly47.ps[2] = Point(254, 392);
331     poly47.ps[3] = Point(254, 372);
332     new ShapeRef(router, poly47, 47);
333 
334     Polygon poly48(4);
335     poly48.ps[0] = Point(594, 173);
336     poly48.ps[1] = Point(594, 213);
337     poly48.ps[2] = Point(554, 213);
338     poly48.ps[3] = Point(554, 173);
339     new ShapeRef(router, poly48, 48);
340 
341     Polygon poly49(4);
342     poly49.ps[0] = Point(476, 121);
343     poly49.ps[1] = Point(476, 161);
344     poly49.ps[2] = Point(436, 161);
345     poly49.ps[3] = Point(436, 121);
346     new ShapeRef(router, poly49, 49);
347 
348     Polygon poly50(4);
349     poly50.ps[0] = Point(476, 642);
350     poly50.ps[1] = Point(476, 682);
351     poly50.ps[2] = Point(436, 682);
352     poly50.ps[3] = Point(436, 642);
353     new ShapeRef(router, poly50, 50);
354 
355     Polygon poly51(4);
356     poly51.ps[0] = Point(174, 206);
357     poly51.ps[1] = Point(174, 246);
358     poly51.ps[2] = Point(134, 246);
359     poly51.ps[3] = Point(134, 206);
360     new ShapeRef(router, poly51, 51);
361 
362     Polygon poly52(4);
363     poly52.ps[0] = Point(174, 279);
364     poly52.ps[1] = Point(174, 319);
365     poly52.ps[2] = Point(134, 319);
366     poly52.ps[3] = Point(134, 279);
367     new ShapeRef(router, poly52, 52);
368 
369     Polygon poly53(4);
370     poly53.ps[0] = Point(325, 426);
371     poly53.ps[1] = Point(325, 466);
372     poly53.ps[2] = Point(285, 466);
373     poly53.ps[3] = Point(285, 426);
374     new ShapeRef(router, poly53, 53);
375 
376     Polygon poly54(4);
377     poly54.ps[0] = Point(325, 279);
378     poly54.ps[1] = Point(325, 319);
379     poly54.ps[2] = Point(285, 319);
380     poly54.ps[3] = Point(285, 279);
381     new ShapeRef(router, poly54, 54);
382 
383     Polygon poly55(4);
384     poly55.ps[0] = Point(476, 208);
385     poly55.ps[1] = Point(476, 248);
386     poly55.ps[2] = Point(436, 248);
387     poly55.ps[3] = Point(436, 208);
388     new ShapeRef(router, poly55, 55);
389 
390     Polygon poly56(4);
391     poly56.ps[0] = Point(476, 281);
392     poly56.ps[1] = Point(476, 321);
393     poly56.ps[2] = Point(436, 321);
394     poly56.ps[3] = Point(436, 281);
395     new ShapeRef(router, poly56, 56);
396 
397     Polygon poly57(4);
398     poly57.ps[0] = Point(476, 714);
399     poly57.ps[1] = Point(476, 754);
400     poly57.ps[2] = Point(436, 754);
401     poly57.ps[3] = Point(436, 714);
402     new ShapeRef(router, poly57, 57);
403 
404     Polygon poly58(4);
405     poly58.ps[0] = Point(476, 570);
406     poly58.ps[1] = Point(476, 610);
407     poly58.ps[2] = Point(436, 610);
408     poly58.ps[3] = Point(436, 570);
409     new ShapeRef(router, poly58, 58);
410 
411     Polygon poly59(4);
412     poly59.ps[0] = Point(476, 498);
413     poly59.ps[1] = Point(476, 538);
414     poly59.ps[2] = Point(436, 538);
415     poly59.ps[3] = Point(436, 498);
416     new ShapeRef(router, poly59, 59);
417 
418     Polygon poly60(4);
419     poly60.ps[0] = Point(620, 841);
420     poly60.ps[1] = Point(620, 881);
421     poly60.ps[2] = Point(580, 881);
422     poly60.ps[3] = Point(580, 841);
423     new ShapeRef(router, poly60, 60);
424 
425     Polygon poly61(4);
426     poly61.ps[0] = Point(307, 884);
427     poly61.ps[1] = Point(307, 924);
428     poly61.ps[2] = Point(267, 924);
429     poly61.ps[3] = Point(267, 884);
430     new ShapeRef(router, poly61, 61);
431 
432     Polygon poly62(4);
433     poly62.ps[0] = Point(543, 931);
434     poly62.ps[1] = Point(543, 971);
435     poly62.ps[2] = Point(503, 971);
436     poly62.ps[3] = Point(503, 931);
437     new ShapeRef(router, poly62, 62);
438 
439     Polygon poly63(4);
440     poly63.ps[0] = Point(476, 841);
441     poly63.ps[1] = Point(476, 881);
442     poly63.ps[2] = Point(436, 881);
443     poly63.ps[3] = Point(436, 841);
444     new ShapeRef(router, poly63, 63);
445 
446     Polygon poly64(4);
447     poly64.ps[0] = Point(371, 841);
448     poly64.ps[1] = Point(371, 881);
449     poly64.ps[2] = Point(331, 881);
450     poly64.ps[3] = Point(331, 841);
451     new ShapeRef(router, poly64, 64);
452 
453     Polygon poly65(4);
454     poly65.ps[0] = Point(371, 798);
455     poly65.ps[1] = Point(371, 838);
456     poly65.ps[2] = Point(331, 838);
457     poly65.ps[3] = Point(331, 798);
458     new ShapeRef(router, poly65, 65);
459 
460     Polygon poly66(4);
461     poly66.ps[0] = Point(139, 841);
462     poly66.ps[1] = Point(139, 881);
463     poly66.ps[2] = Point(99, 881);
464     poly66.ps[3] = Point(99, 841);
465     new ShapeRef(router, poly66, 66);
466 
467     Polygon poly67(4);
468     poly67.ps[0] = Point(371, 931);
469     poly67.ps[1] = Point(371, 971);
470     poly67.ps[2] = Point(331, 971);
471     poly67.ps[3] = Point(331, 931);
472     new ShapeRef(router, poly67, 67);
473 
474     Polygon poly68(4);
475     poly68.ps[0] = Point(258, 841);
476     poly68.ps[1] = Point(258, 881);
477     poly68.ps[2] = Point(218, 881);
478     poly68.ps[3] = Point(218, 841);
479     new ShapeRef(router, poly68, 68);
480 
481     Polygon poly69(4);
482     poly69.ps[0] = Point(205, 884);
483     poly69.ps[1] = Point(205, 924);
484     poly69.ps[2] = Point(165, 924);
485     poly69.ps[3] = Point(165, 884);
486     new ShapeRef(router, poly69, 69);
487 
488     Polygon poly70(4);
489     poly70.ps[0] = Point(476, 351);
490     poly70.ps[1] = Point(476, 391);
491     poly70.ps[2] = Point(436, 391);
492     poly70.ps[3] = Point(436, 351);
493     new ShapeRef(router, poly70, 70);
494 
495     Polygon poly71(4);
496     poly71.ps[0] = Point(125, 336);
497     poly71.ps[1] = Point(125, 376);
498     poly71.ps[2] = Point(85, 376);
499     poly71.ps[3] = Point(85, 336);
500     new ShapeRef(router, poly71, 71);
501 
502     Polygon poly72(4);
503     poly72.ps[0] = Point(232, 336);
504     poly72.ps[1] = Point(232, 376);
505     poly72.ps[2] = Point(192, 376);
506     poly72.ps[3] = Point(192, 336);
507     new ShapeRef(router, poly72, 72);
508 
509     Polygon poly73(4);
510     poly73.ps[0] = Point(232, 362);
511     poly73.ps[1] = Point(232, 402);
512     poly73.ps[2] = Point(192, 402);
513     poly73.ps[3] = Point(192, 362);
514     new ShapeRef(router, poly73, 73);
515 
516     Polygon poly74(4);
517     poly74.ps[0] = Point(125, 362);
518     poly74.ps[1] = Point(125, 402);
519     poly74.ps[2] = Point(85, 402);
520     poly74.ps[3] = Point(85, 362);
521     new ShapeRef(router, poly74, 74);
522 
523     Polygon poly75(4);
524     poly75.ps[0] = Point(77.5, 716);
525     poly75.ps[1] = Point(77.5, 880);
526     poly75.ps[2] = Point(20.5, 880);
527     poly75.ps[3] = Point(20.5, 716);
528     new ShapeRef(router, poly75, 75);
529 
530     Polygon poly76(4);
531     poly76.ps[0] = Point(187, 713);
532     poly76.ps[1] = Point(187, 733);
533     poly76.ps[2] = Point(167, 733);
534     poly76.ps[3] = Point(167, 713);
535     new ShapeRef(router, poly76, 76);
536 
537     Polygon poly77(4);
538     poly77.ps[0] = Point(139, 714);
539     poly77.ps[1] = Point(139, 754);
540     poly77.ps[2] = Point(99, 754);
541     poly77.ps[3] = Point(99, 714);
542     new ShapeRef(router, poly77, 77);
543 
544     Polygon poly78(4);
545     poly78.ps[0] = Point(422, 951);
546     poly78.ps[1] = Point(422, 971);
547     poly78.ps[2] = Point(402, 971);
548     poly78.ps[3] = Point(402, 951);
549     new ShapeRef(router, poly78, 78);
550 
551     Polygon poly79(4);
552     poly79.ps[0] = Point(187, 734);
553     poly79.ps[1] = Point(187, 754);
554     poly79.ps[2] = Point(167, 754);
555     poly79.ps[3] = Point(167, 734);
556     new ShapeRef(router, poly79, 79);
557 
558     Polygon poly80(4);
559     poly80.ps[0] = Point(470, 951);
560     poly80.ps[1] = Point(470, 971);
561     poly80.ps[2] = Point(450, 971);
562     poly80.ps[3] = Point(450, 951);
563     new ShapeRef(router, poly80, 80);
564 
565     Polygon poly81(4);
566     poly81.ps[0] = Point(669.5, 899.5);
567     poly81.ps[1] = Point(669.5, 934.5);
568     poly81.ps[2] = Point(532.5, 934.5);
569     poly81.ps[3] = Point(532.5, 899.5);
570     new ShapeRef(router, poly81, 81);
571 
572     Polygon poly82(4);
573     poly82.ps[0] = Point(491, 471);
574     poly82.ps[1] = Point(491, 491);
575     poly82.ps[2] = Point(471, 491);
576     poly82.ps[3] = Point(471, 471);
577     new ShapeRef(router, poly82, 82);
578 
579     Polygon poly83(4);
580     poly83.ps[0] = Point(565, 512);
581     poly83.ps[1] = Point(565, 532);
582     poly83.ps[2] = Point(545, 532);
583     poly83.ps[3] = Point(545, 512);
584     new ShapeRef(router, poly83, 83);
585 
586     Polygon poly84(4);
587     poly84.ps[0] = Point(538, 531);
588     poly84.ps[1] = Point(538, 551);
589     poly84.ps[2] = Point(518, 551);
590     poly84.ps[3] = Point(518, 531);
591     new ShapeRef(router, poly84, 84);
592 
593     Polygon poly85(4);
594     poly85.ps[0] = Point(272, 782);
595     poly85.ps[1] = Point(272, 802);
596     poly85.ps[2] = Point(252, 802);
597     poly85.ps[3] = Point(252, 782);
598     new ShapeRef(router, poly85, 85);
599 
600     Polygon poly86(4);
601     poly86.ps[0] = Point(515, 512);
602     poly86.ps[1] = Point(515, 532);
603     poly86.ps[2] = Point(495, 532);
604     poly86.ps[3] = Point(495, 512);
605     new ShapeRef(router, poly86, 86);
606 
607     Polygon poly87(4);
608     poly87.ps[0] = Point(391, 534);
609     poly87.ps[1] = Point(391, 574);
610     poly87.ps[2] = Point(351, 574);
611     poly87.ps[3] = Point(351, 534);
612     new ShapeRef(router, poly87, 87);
613 
614     Polygon poly88(4);
615     poly88.ps[0] = Point(420, 573);
616     poly88.ps[1] = Point(420, 593);
617     poly88.ps[2] = Point(400, 593);
618     poly88.ps[3] = Point(400, 573);
619     new ShapeRef(router, poly88, 88);
620 
621     Polygon poly89(4);
622     poly89.ps[0] = Point(421, 509);
623     poly89.ps[1] = Point(421, 529);
624     poly89.ps[2] = Point(401, 529);
625     poly89.ps[3] = Point(401, 509);
626     new ShapeRef(router, poly89, 89);
627 
628     Polygon poly90(4);
629     poly90.ps[0] = Point(476, 426);
630     poly90.ps[1] = Point(476, 466);
631     poly90.ps[2] = Point(436, 466);
632     poly90.ps[3] = Point(436, 426);
633     new ShapeRef(router, poly90, 90);
634 
635     Polygon poly91(4);
636     poly91.ps[0] = Point(290, 970);
637     poly91.ps[1] = Point(290, 1010);
638     poly91.ps[2] = Point(234, 1010);
639     poly91.ps[3] = Point(234, 970);
640     new ShapeRef(router, poly91, 91);
641 
642     Polygon poly92(4);
643     poly92.ps[0] = Point(85, 888);
644     poly92.ps[1] = Point(85, 928);
645     poly92.ps[2] = Point(29, 928);
646     poly92.ps[3] = Point(29, 888);
647     new ShapeRef(router, poly92, 92);
648 
649     Polygon poly93(4);
650     poly93.ps[0] = Point(290, 991);
651     poly93.ps[1] = Point(290, 1031);
652     poly93.ps[2] = Point(234, 1031);
653     poly93.ps[3] = Point(234, 991);
654     new ShapeRef(router, poly93, 93);
655 
656     Polygon poly94(4);
657     poly94.ps[0] = Point(317, 889);
658     poly94.ps[1] = Point(317, 929);
659     poly94.ps[2] = Point(261, 929);
660     poly94.ps[3] = Point(261, 889);
661     new ShapeRef(router, poly94, 94);
662 
663     Polygon poly95(4);
664     poly95.ps[0] = Point(488, 870);
665     poly95.ps[1] = Point(488, 910);
666     poly95.ps[2] = Point(432, 910);
667     poly95.ps[3] = Point(432, 870);
668     new ShapeRef(router, poly95, 95);
669 
670     Polygon poly96(4);
671     poly96.ps[0] = Point(440, 970);
672     poly96.ps[1] = Point(440, 1010);
673     poly96.ps[2] = Point(384, 1010);
674     poly96.ps[3] = Point(384, 970);
675     new ShapeRef(router, poly96, 96);
676 
677     Polygon poly97(4);
678     poly97.ps[0] = Point(370, 851);
679     poly97.ps[1] = Point(370, 891);
680     poly97.ps[2] = Point(314, 891);
681     poly97.ps[3] = Point(314, 851);
682     new ShapeRef(router, poly97, 97);
683 
684     Polygon poly98(4);
685     poly98.ps[0] = Point(494, 830);
686     poly98.ps[1] = Point(494, 870);
687     poly98.ps[2] = Point(438, 870);
688     poly98.ps[3] = Point(438, 830);
689     new ShapeRef(router, poly98, 98);
690 
691     Polygon poly99(4);
692     poly99.ps[0] = Point(258, 842);
693     poly99.ps[1] = Point(258, 882);
694     poly99.ps[2] = Point(202, 882);
695     poly99.ps[3] = Point(202, 842);
696     new ShapeRef(router, poly99, 99);
697 
698     Polygon poly100(4);
699     poly100.ps[0] = Point(211, 792);
700     poly100.ps[1] = Point(211, 832);
701     poly100.ps[2] = Point(155, 832);
702     poly100.ps[3] = Point(155, 792);
703     new ShapeRef(router, poly100, 100);
704 
705     Polygon poly101(4);
706     poly101.ps[0] = Point(559, 791);
707     poly101.ps[1] = Point(559, 831);
708     poly101.ps[2] = Point(503, 831);
709     poly101.ps[3] = Point(503, 791);
710     new ShapeRef(router, poly101, 101);
711 
712     Polygon poly102(4);
713     poly102.ps[0] = Point(546, 747);
714     poly102.ps[1] = Point(546, 787);
715     poly102.ps[2] = Point(490, 787);
716     poly102.ps[3] = Point(490, 747);
717     new ShapeRef(router, poly102, 102);
718 
719     Polygon poly103(4);
720     poly103.ps[0] = Point(422, 678);
721     poly103.ps[1] = Point(422, 718);
722     poly103.ps[2] = Point(366, 718);
723     poly103.ps[3] = Point(366, 678);
724     new ShapeRef(router, poly103, 103);
725 
726     Polygon poly104(4);
727     poly104.ps[0] = Point(423, 606);
728     poly104.ps[1] = Point(423, 646);
729     poly104.ps[2] = Point(367, 646);
730     poly104.ps[3] = Point(367, 606);
731     new ShapeRef(router, poly104, 104);
732 
733     Polygon poly105(4);
734     poly105.ps[0] = Point(397, 461);
735     poly105.ps[1] = Point(397, 501);
736     poly105.ps[2] = Point(341, 501);
737     poly105.ps[3] = Point(341, 461);
738     new ShapeRef(router, poly105, 105);
739 
740     Polygon poly106(4);
741     poly106.ps[0] = Point(404, 377);
742     poly106.ps[1] = Point(404, 417);
743     poly106.ps[2] = Point(348, 417);
744     poly106.ps[3] = Point(348, 377);
745     new ShapeRef(router, poly106, 106);
746 
747     Polygon poly107(4);
748     poly107.ps[0] = Point(546, 381);
749     poly107.ps[1] = Point(546, 421);
750     poly107.ps[2] = Point(490, 421);
751     poly107.ps[3] = Point(490, 381);
752     new ShapeRef(router, poly107, 107);
753 
754     Polygon poly108(4);
755     poly108.ps[0] = Point(546, 315);
756     poly108.ps[1] = Point(546, 355);
757     poly108.ps[2] = Point(490, 355);
758     poly108.ps[3] = Point(490, 315);
759     new ShapeRef(router, poly108, 108);
760 
761     Polygon poly109(4);
762     poly109.ps[0] = Point(431, 365);
763     poly109.ps[1] = Point(431, 405);
764     poly109.ps[2] = Point(375, 405);
765     poly109.ps[3] = Point(375, 365);
766     new ShapeRef(router, poly109, 109);
767 
768     Polygon poly110(4);
769     poly110.ps[0] = Point(553, 122);
770     poly110.ps[1] = Point(553, 162);
771     poly110.ps[2] = Point(497, 162);
772     poly110.ps[3] = Point(497, 122);
773     new ShapeRef(router, poly110, 110);
774 
775     Polygon poly111(4);
776     poly111.ps[0] = Point(546, 245);
777     poly111.ps[1] = Point(546, 285);
778     poly111.ps[2] = Point(490, 285);
779     poly111.ps[3] = Point(490, 245);
780     new ShapeRef(router, poly111, 111);
781 
782     Polygon poly112(4);
783     poly112.ps[0] = Point(422, 150);
784     poly112.ps[1] = Point(422, 190);
785     poly112.ps[2] = Point(366, 190);
786     poly112.ps[3] = Point(366, 150);
787     new ShapeRef(router, poly112, 112);
788 
789     Polygon poly113(4);
790     poly113.ps[0] = Point(404, 229);
791     poly113.ps[1] = Point(404, 269);
792     poly113.ps[2] = Point(348, 269);
793     poly113.ps[3] = Point(348, 229);
794     new ShapeRef(router, poly113, 113);
795 
796     Polygon poly114(4);
797     poly114.ps[0] = Point(249, 210);
798     poly114.ps[1] = Point(249, 250);
799     poly114.ps[2] = Point(193, 250);
800     poly114.ps[3] = Point(193, 210);
801     new ShapeRef(router, poly114, 114);
802 
803     Polygon poly115(4);
804     poly115.ps[0] = Point(249, 229);
805     poly115.ps[1] = Point(249, 269);
806     poly115.ps[2] = Point(193, 269);
807     poly115.ps[3] = Point(193, 229);
808     new ShapeRef(router, poly115, 115);
809 
810     Polygon poly116(4);
811     poly116.ps[0] = Point(420, 246);
812     poly116.ps[1] = Point(420, 286);
813     poly116.ps[2] = Point(364, 286);
814     poly116.ps[3] = Point(364, 246);
815     new ShapeRef(router, poly116, 116);
816 
817     Polygon poly117(4);
818     poly117.ps[0] = Point(246, 246);
819     poly117.ps[1] = Point(246, 286);
820     poly117.ps[2] = Point(190, 286);
821     poly117.ps[3] = Point(190, 246);
822     new ShapeRef(router, poly117, 117);
823 
824     Polygon poly118(4);
825     poly118.ps[0] = Point(120, 241);
826     poly118.ps[1] = Point(120, 281);
827     poly118.ps[2] = Point(64, 281);
828     poly118.ps[3] = Point(64, 241);
829     new ShapeRef(router, poly118, 118);
830 
831     Polygon poly119(4);
832     poly119.ps[0] = Point(249, 154);
833     poly119.ps[1] = Point(249, 194);
834     poly119.ps[2] = Point(193, 194);
835     poly119.ps[3] = Point(193, 154);
836     new ShapeRef(router, poly119, 119);
837 
838     Polygon poly120(4);
839     poly120.ps[0] = Point(249, 135);
840     poly120.ps[1] = Point(249, 175);
841     poly120.ps[2] = Point(193, 175);
842     poly120.ps[3] = Point(193, 135);
843     new ShapeRef(router, poly120, 120);
844 
845     Polygon poly121(4);
846     poly121.ps[0] = Point(317, 213);
847     poly121.ps[1] = Point(317, 253);
848     poly121.ps[2] = Point(261, 253);
849     poly121.ps[3] = Point(261, 213);
850     new ShapeRef(router, poly121, 121);
851 
852     Polygon poly122(4);
853     poly122.ps[0] = Point(344, 81);
854     poly122.ps[1] = Point(344, 121);
855     poly122.ps[2] = Point(288, 121);
856     poly122.ps[3] = Point(288, 81);
857     new ShapeRef(router, poly122, 122);
858 
859     Polygon poly123(4);
860     poly123.ps[0] = Point(344, 160);
861     poly123.ps[1] = Point(344, 200);
862     poly123.ps[2] = Point(288, 200);
863     poly123.ps[3] = Point(288, 160);
864     new ShapeRef(router, poly123, 123);
865 
866     Polygon poly124(4);
867     poly124.ps[0] = Point(263, 835);
868     poly124.ps[1] = Point(263, 875);
869     poly124.ps[2] = Point(207, 875);
870     poly124.ps[3] = Point(207, 835);
871     new ShapeRef(router, poly124, 124);
872 
873     Polygon poly125(4);
874     poly125.ps[0] = Point(422, 533);
875     poly125.ps[1] = Point(422, 573);
876     poly125.ps[2] = Point(366, 573);
877     poly125.ps[3] = Point(366, 533);
878     new ShapeRef(router, poly125, 125);
879 
880     Polygon poly126(4);
881     poly126.ps[0] = Point(249, 173);
882     poly126.ps[1] = Point(249, 213);
883     poly126.ps[2] = Point(193, 213);
884     poly126.ps[3] = Point(193, 173);
885     new ShapeRef(router, poly126, 126);
886 
887     Polygon poly127(4);
888     poly127.ps[0] = Point(249, 248);
889     poly127.ps[1] = Point(249, 288);
890     poly127.ps[2] = Point(193, 288);
891     poly127.ps[3] = Point(193, 248);
892     new ShapeRef(router, poly127, 127);
893 
894     Polygon poly128(4);
895     poly128.ps[0] = Point(182, 287);
896     poly128.ps[1] = Point(182, 327);
897     poly128.ps[2] = Point(126, 327);
898     poly128.ps[3] = Point(126, 287);
899     new ShapeRef(router, poly128, 128);
900 
901     Polygon poly129(4);
902     poly129.ps[0] = Point(182, 413);
903     poly129.ps[1] = Point(182, 453);
904     poly129.ps[2] = Point(126, 453);
905     poly129.ps[3] = Point(126, 413);
906     new ShapeRef(router, poly129, 129);
907 
908     Polygon poly130(4);
909     poly130.ps[0] = Point(292, 286);
910     poly130.ps[1] = Point(292, 326);
911     poly130.ps[2] = Point(236, 326);
912     poly130.ps[3] = Point(236, 286);
913     new ShapeRef(router, poly130, 130);
914 
915     Polygon poly131(4);
916     poly131.ps[0] = Point(292, 412);
917     poly131.ps[1] = Point(292, 452);
918     poly131.ps[2] = Point(236, 452);
919     poly131.ps[3] = Point(236, 412);
920     new ShapeRef(router, poly131, 131);
921 
922     Polygon poly132(4);
923     poly132.ps[0] = Point(205, 653);
924     poly132.ps[1] = Point(205, 693);
925     poly132.ps[2] = Point(149, 693);
926     poly132.ps[3] = Point(149, 653);
927     new ShapeRef(router, poly132, 132);
928 
929     Polygon poly133(4);
930     poly133.ps[0] = Point(440, 891);
931     poly133.ps[1] = Point(440, 931);
932     poly133.ps[2] = Point(384, 931);
933     poly133.ps[3] = Point(384, 891);
934     new ShapeRef(router, poly133, 133);
935 
936     Polygon poly134(4);
937     poly134.ps[0] = Point(205, 674);
938     poly134.ps[1] = Point(205, 714);
939     poly134.ps[2] = Point(149, 714);
940     poly134.ps[3] = Point(149, 674);
941     new ShapeRef(router, poly134, 134);
942 
943     Polygon poly135(4);
944     poly135.ps[0] = Point(488, 991);
945     poly135.ps[1] = Point(488, 1031);
946     poly135.ps[2] = Point(432, 1031);
947     poly135.ps[3] = Point(432, 991);
948     new ShapeRef(router, poly135, 135);
949 
950     Polygon poly136(4);
951     poly136.ps[0] = Point(571, 461);
952     poly136.ps[1] = Point(571, 501);
953     poly136.ps[2] = Point(515, 501);
954     poly136.ps[3] = Point(515, 461);
955     new ShapeRef(router, poly136, 136);
956 
957     Polygon poly137(4);
958     poly137.ps[0] = Point(583, 452);
959     poly137.ps[1] = Point(583, 492);
960     poly137.ps[2] = Point(527, 492);
961     poly137.ps[3] = Point(527, 452);
962     new ShapeRef(router, poly137, 137);
963 
964     Polygon poly138(4);
965     poly138.ps[0] = Point(556, 571);
966     poly138.ps[1] = Point(556, 611);
967     poly138.ps[2] = Point(500, 611);
968     poly138.ps[3] = Point(500, 571);
969     new ShapeRef(router, poly138, 138);
970 
971     Polygon poly139(4);
972     poly139.ps[0] = Point(290, 722);
973     poly139.ps[1] = Point(290, 762);
974     poly139.ps[2] = Point(234, 762);
975     poly139.ps[3] = Point(234, 722);
976     new ShapeRef(router, poly139, 139);
977 
978     Polygon poly140(4);
979     poly140.ps[0] = Point(595, 502);
980     poly140.ps[1] = Point(595, 542);
981     poly140.ps[2] = Point(539, 542);
982     poly140.ps[3] = Point(539, 502);
983     new ShapeRef(router, poly140, 140);
984 
985     Polygon poly141(4);
986     poly141.ps[0] = Point(438, 613);
987     poly141.ps[1] = Point(438, 653);
988     poly141.ps[2] = Point(382, 653);
989     poly141.ps[3] = Point(382, 613);
990     new ShapeRef(router, poly141, 141);
991 
992     Polygon poly142(4);
993     poly142.ps[0] = Point(439, 449);
994     poly142.ps[1] = Point(439, 489);
995     poly142.ps[2] = Point(383, 489);
996     poly142.ps[3] = Point(383, 449);
997     new ShapeRef(router, poly142, 142);
998 
999     ConnRef *connRef143 = new ConnRef(router, 143);
1000     ConnEnd srcPt143(Point(262, 940), 15);
1001     connRef143->setSourceEndpoint(srcPt143);
1002     ConnEnd dstPt143(Point(119, 951), 15);
1003     connRef143->setDestEndpoint(dstPt143);
1004     connRef143->setRoutingType((ConnType)2);
1005 
1006     ConnRef *connRef144 = new ConnRef(router, 144);
1007     ConnEnd srcPt144(Point(262, 940), 15);
1008     connRef144->setSourceEndpoint(srcPt144);
1009     ConnEnd dstPt144(Point(351, 951), 15);
1010     connRef144->setDestEndpoint(dstPt144);
1011     connRef144->setRoutingType((ConnType)2);
1012 
1013     ConnRef *connRef145 = new ConnRef(router, 145);
1014     ConnEnd srcPt145(Point(119, 908), 15);
1015     connRef145->setSourceEndpoint(srcPt145);
1016     ConnEnd dstPt145(Point(119, 951), 15);
1017     connRef145->setDestEndpoint(dstPt145);
1018     connRef145->setRoutingType((ConnType)2);
1019 
1020     ConnRef *connRef146 = new ConnRef(router, 146);
1021     ConnEnd srcPt146(Point(119, 908), 15);
1022     connRef146->setSourceEndpoint(srcPt146);
1023     ConnEnd dstPt146(Point(119, 861), 15);
1024     connRef146->setDestEndpoint(dstPt146);
1025     connRef146->setRoutingType((ConnType)2);
1026 
1027     ConnRef *connRef147 = new ConnRef(router, 147);
1028     ConnEnd srcPt147(Point(262, 961), 15);
1029     connRef147->setSourceEndpoint(srcPt147);
1030     ConnEnd dstPt147(Point(119, 951), 15);
1031     connRef147->setDestEndpoint(dstPt147);
1032     connRef147->setRoutingType((ConnType)2);
1033 
1034     ConnRef *connRef148 = new ConnRef(router, 148);
1035     ConnEnd srcPt148(Point(262, 961), 15);
1036     connRef148->setSourceEndpoint(srcPt148);
1037     ConnEnd dstPt148(Point(351, 951), 15);
1038     connRef148->setDestEndpoint(dstPt148);
1039     connRef148->setRoutingType((ConnType)2);
1040 
1041     ConnRef *connRef149 = new ConnRef(router, 149);
1042     ConnEnd srcPt149(Point(629, 336), 15);
1043     connRef149->setSourceEndpoint(srcPt149);
1044     ConnEnd dstPt149(Point(456, 446), 15);
1045     connRef149->setDestEndpoint(dstPt149);
1046     connRef149->setRoutingType((ConnType)2);
1047 
1048     ConnRef *connRef150 = new ConnRef(router, 150);
1049     ConnEnd srcPt150(Point(351, 909), 15);
1050     connRef150->setSourceEndpoint(srcPt150);
1051     ConnEnd dstPt150(Point(351, 951), 15);
1052     connRef150->setDestEndpoint(dstPt150);
1053     connRef150->setRoutingType((ConnType)2);
1054 
1055     ConnRef *connRef151 = new ConnRef(router, 151);
1056     ConnEnd srcPt151(Point(460, 940), 15);
1057     connRef151->setSourceEndpoint(srcPt151);
1058     ConnEnd dstPt151(Point(351, 951), 15);
1059     connRef151->setDestEndpoint(dstPt151);
1060     connRef151->setRoutingType((ConnType)2);
1061 
1062     ConnRef *connRef152 = new ConnRef(router, 152);
1063     ConnEnd srcPt152(Point(412, 940), 15);
1064     connRef152->setSourceEndpoint(srcPt152);
1065     ConnEnd dstPt152(Point(351, 951), 15);
1066     connRef152->setDestEndpoint(dstPt152);
1067     connRef152->setRoutingType((ConnType)2);
1068 
1069     ConnRef *connRef153 = new ConnRef(router, 153);
1070     ConnEnd srcPt153(Point(404, 871), 15);
1071     connRef153->setSourceEndpoint(srcPt153);
1072     ConnEnd dstPt153(Point(351, 861), 15);
1073     connRef153->setDestEndpoint(dstPt153);
1074     connRef153->setRoutingType((ConnType)2);
1075 
1076     ConnRef *connRef154 = new ConnRef(router, 154);
1077     ConnEnd srcPt154(Point(404, 850), 15);
1078     connRef154->setSourceEndpoint(srcPt154);
1079     ConnEnd dstPt154(Point(351, 861), 15);
1080     connRef154->setDestEndpoint(dstPt154);
1081     connRef154->setRoutingType((ConnType)2);
1082 
1083     ConnRef *connRef155 = new ConnRef(router, 155);
1084     ConnEnd srcPt155(Point(292, 862), 15);
1085     connRef155->setSourceEndpoint(srcPt155);
1086     ConnEnd dstPt155(Point(351, 818), 15);
1087     connRef155->setDestEndpoint(dstPt155);
1088     connRef155->setRoutingType((ConnType)2);
1089 
1090     ConnRef *connRef156 = new ConnRef(router, 156);
1091     ConnEnd srcPt156(Point(292, 862), 15);
1092     connRef156->setSourceEndpoint(srcPt156);
1093     ConnEnd dstPt156(Point(238, 861), 15);
1094     connRef156->setDestEndpoint(dstPt156);
1095     connRef156->setRoutingType((ConnType)2);
1096 
1097     ConnRef *connRef157 = new ConnRef(router, 157);
1098     ConnEnd srcPt157(Point(183, 862), 15);
1099     connRef157->setSourceEndpoint(srcPt157);
1100     ConnEnd dstPt157(Point(119, 861), 15);
1101     connRef157->setDestEndpoint(dstPt157);
1102     connRef157->setRoutingType((ConnType)2);
1103 
1104     ConnRef *connRef158 = new ConnRef(router, 158);
1105     ConnEnd srcPt158(Point(183, 862), 15);
1106     connRef158->setSourceEndpoint(srcPt158);
1107     ConnEnd dstPt158(Point(238, 861), 15);
1108     connRef158->setDestEndpoint(dstPt158);
1109     connRef158->setRoutingType((ConnType)2);
1110 
1111     ConnRef *connRef159 = new ConnRef(router, 159);
1112     ConnEnd srcPt159(Point(183, 862), 15);
1113     connRef159->setSourceEndpoint(srcPt159);
1114     ConnEnd dstPt159(Point(185, 904), 15);
1115     connRef159->setDestEndpoint(dstPt159);
1116     connRef159->setRoutingType((ConnType)2);
1117 
1118     ConnRef *connRef160 = new ConnRef(router, 160);
1119     ConnEnd srcPt160(Point(531, 861), 15);
1120     connRef160->setSourceEndpoint(srcPt160);
1121     ConnEnd dstPt160(Point(600, 861), 15);
1122     connRef160->setDestEndpoint(dstPt160);
1123     connRef160->setRoutingType((ConnType)2);
1124 
1125     ConnRef *connRef161 = new ConnRef(router, 161);
1126     ConnEnd srcPt161(Point(531, 861), 15);
1127     connRef161->setSourceEndpoint(srcPt161);
1128     ConnEnd dstPt161(Point(456, 861), 15);
1129     connRef161->setDestEndpoint(dstPt161);
1130     connRef161->setRoutingType((ConnType)2);
1131 
1132     ConnRef *connRef162 = new ConnRef(router, 162);
1133     ConnEnd srcPt162(Point(456, 767), 15);
1134     connRef162->setSourceEndpoint(srcPt162);
1135     ConnEnd dstPt162(Point(456, 861), 15);
1136     connRef162->setDestEndpoint(dstPt162);
1137     connRef162->setRoutingType((ConnType)2);
1138 
1139     ConnRef *connRef163 = new ConnRef(router, 163);
1140     ConnEnd srcPt163(Point(456, 698), 15);
1141     connRef163->setSourceEndpoint(srcPt163);
1142     ConnEnd dstPt163(Point(456, 662), 15);
1143     connRef163->setDestEndpoint(dstPt163);
1144     connRef163->setRoutingType((ConnType)2);
1145 
1146     ConnRef *connRef164 = new ConnRef(router, 164);
1147     ConnEnd srcPt164(Point(456, 698), 15);
1148     connRef164->setSourceEndpoint(srcPt164);
1149     ConnEnd dstPt164(Point(456, 734), 15);
1150     connRef164->setDestEndpoint(dstPt164);
1151     connRef164->setRoutingType((ConnType)2);
1152 
1153     ConnRef *connRef165 = new ConnRef(router, 165);
1154     ConnEnd srcPt165(Point(457, 626), 15);
1155     connRef165->setSourceEndpoint(srcPt165);
1156     ConnEnd dstPt165(Point(456, 662), 15);
1157     connRef165->setDestEndpoint(dstPt165);
1158     connRef165->setRoutingType((ConnType)2);
1159 
1160     ConnRef *connRef166 = new ConnRef(router, 166);
1161     ConnEnd srcPt166(Point(457, 626), 15);
1162     connRef166->setSourceEndpoint(srcPt166);
1163     ConnEnd dstPt166(Point(456, 590), 15);
1164     connRef166->setDestEndpoint(dstPt166);
1165     connRef166->setRoutingType((ConnType)2);
1166 
1167     ConnRef *connRef167 = new ConnRef(router, 167);
1168     ConnEnd srcPt167(Point(431, 481), 15);
1169     connRef167->setSourceEndpoint(srcPt167);
1170     ConnEnd dstPt167(Point(456, 518), 15);
1171     connRef167->setDestEndpoint(dstPt167);
1172     connRef167->setRoutingType((ConnType)2);
1173 
1174     ConnRef *connRef168 = new ConnRef(router, 168);
1175     ConnEnd srcPt168(Point(431, 481), 15);
1176     connRef168->setSourceEndpoint(srcPt168);
1177     ConnEnd dstPt168(Point(456, 446), 15);
1178     connRef168->setDestEndpoint(dstPt168);
1179     connRef168->setRoutingType((ConnType)2);
1180 
1181     ConnRef *connRef169 = new ConnRef(router, 169);
1182     ConnEnd srcPt169(Point(376, 447), 15);
1183     connRef169->setSourceEndpoint(srcPt169);
1184     ConnEnd dstPt169(Point(305, 446), 15);
1185     connRef169->setDestEndpoint(dstPt169);
1186     connRef169->setRoutingType((ConnType)2);
1187 
1188     ConnRef *connRef170 = new ConnRef(router, 170);
1189     ConnEnd srcPt170(Point(376, 447), 15);
1190     connRef170->setSourceEndpoint(srcPt170);
1191     ConnEnd dstPt170(Point(456, 446), 15);
1192     connRef170->setDestEndpoint(dstPt170);
1193     connRef170->setRoutingType((ConnType)2);
1194 
1195     ConnRef *connRef171 = new ConnRef(router, 171);
1196     ConnEnd srcPt171(Point(456, 401), 15);
1197     connRef171->setSourceEndpoint(srcPt171);
1198     ConnEnd dstPt171(Point(305, 446), 15);
1199     connRef171->setDestEndpoint(dstPt171);
1200     connRef171->setRoutingType((ConnType)2);
1201 
1202     ConnRef *connRef172 = new ConnRef(router, 172);
1203     ConnEnd srcPt172(Point(456, 401), 15);
1204     connRef172->setSourceEndpoint(srcPt172);
1205     ConnEnd dstPt172(Point(456, 371), 15);
1206     connRef172->setDestEndpoint(dstPt172);
1207     connRef172->setRoutingType((ConnType)2);
1208 
1209     ConnRef *connRef173 = new ConnRef(router, 173);
1210     ConnEnd srcPt173(Point(456, 401), 15);
1211     connRef173->setSourceEndpoint(srcPt173);
1212     ConnEnd dstPt173(Point(456, 446), 15);
1213     connRef173->setDestEndpoint(dstPt173);
1214     connRef173->setRoutingType((ConnType)2);
1215 
1216     ConnRef *connRef174 = new ConnRef(router, 174);
1217     ConnEnd srcPt174(Point(456, 335), 15);
1218     connRef174->setSourceEndpoint(srcPt174);
1219     ConnEnd dstPt174(Point(456, 371), 15);
1220     connRef174->setDestEndpoint(dstPt174);
1221     connRef174->setRoutingType((ConnType)2);
1222 
1223     ConnRef *connRef175 = new ConnRef(router, 175);
1224     ConnEnd srcPt175(Point(403, 335), 15);
1225     connRef175->setSourceEndpoint(srcPt175);
1226     ConnEnd dstPt175(Point(456, 301), 15);
1227     connRef175->setDestEndpoint(dstPt175);
1228     connRef175->setRoutingType((ConnType)2);
1229 
1230     ConnRef *connRef176 = new ConnRef(router, 176);
1231     ConnEnd srcPt176(Point(525, 192), 15);
1232     connRef176->setSourceEndpoint(srcPt176);
1233     ConnEnd dstPt176(Point(456, 228), 15);
1234     connRef176->setDestEndpoint(dstPt176);
1235     connRef176->setRoutingType((ConnType)2);
1236 
1237     ConnRef *connRef177 = new ConnRef(router, 177);
1238     ConnEnd srcPt177(Point(456, 265), 15);
1239     connRef177->setSourceEndpoint(srcPt177);
1240     ConnEnd dstPt177(Point(456, 228), 15);
1241     connRef177->setDestEndpoint(dstPt177);
1242     connRef177->setRoutingType((ConnType)2);
1243 
1244     ConnRef *connRef178 = new ConnRef(router, 178);
1245     ConnEnd srcPt178(Point(456, 265), 15);
1246     connRef178->setSourceEndpoint(srcPt178);
1247     ConnEnd dstPt178(Point(456, 301), 15);
1248     connRef178->setDestEndpoint(dstPt178);
1249     connRef178->setRoutingType((ConnType)2);
1250 
1251     ConnRef *connRef179 = new ConnRef(router, 179);
1252     ConnEnd srcPt179(Point(456, 170), 15);
1253     connRef179->setSourceEndpoint(srcPt179);
1254     ConnEnd dstPt179(Point(456, 141), 15);
1255     connRef179->setDestEndpoint(dstPt179);
1256     connRef179->setRoutingType((ConnType)2);
1257 
1258     ConnRef *connRef180 = new ConnRef(router, 180);
1259     ConnEnd srcPt180(Point(456, 170), 15);
1260     connRef180->setSourceEndpoint(srcPt180);
1261     ConnEnd dstPt180(Point(456, 228), 15);
1262     connRef180->setDestEndpoint(dstPt180);
1263     connRef180->setRoutingType((ConnType)2);
1264 
1265     ConnRef *connRef181 = new ConnRef(router, 181);
1266     ConnEnd srcPt181(Point(376, 299), 15);
1267     connRef181->setSourceEndpoint(srcPt181);
1268     ConnEnd dstPt181(Point(305, 299), 15);
1269     connRef181->setDestEndpoint(dstPt181);
1270     connRef181->setRoutingType((ConnType)2);
1271 
1272     ConnRef *connRef182 = new ConnRef(router, 182);
1273     ConnEnd srcPt182(Point(376, 299), 15);
1274     connRef182->setSourceEndpoint(srcPt182);
1275     ConnEnd dstPt182(Point(456, 301), 15);
1276     connRef182->setDestEndpoint(dstPt182);
1277     connRef182->setRoutingType((ConnType)2);
1278 
1279     ConnRef *connRef183 = new ConnRef(router, 183);
1280     ConnEnd srcPt183(Point(221, 280), 15);
1281     connRef183->setSourceEndpoint(srcPt183);
1282     ConnEnd dstPt183(Point(154, 299), 15);
1283     connRef183->setDestEndpoint(dstPt183);
1284     connRef183->setRoutingType((ConnType)2);
1285 
1286     ConnRef *connRef184 = new ConnRef(router, 184);
1287     ConnEnd srcPt184(Point(221, 280), 15);
1288     connRef184->setSourceEndpoint(srcPt184);
1289     ConnEnd dstPt184(Point(305, 299), 15);
1290     connRef184->setDestEndpoint(dstPt184);
1291     connRef184->setRoutingType((ConnType)2);
1292 
1293     ConnRef *connRef185 = new ConnRef(router, 185);
1294     ConnEnd srcPt185(Point(221, 299), 15);
1295     connRef185->setSourceEndpoint(srcPt185);
1296     ConnEnd dstPt185(Point(154, 299), 15);
1297     connRef185->setDestEndpoint(dstPt185);
1298     connRef185->setRoutingType((ConnType)2);
1299 
1300     ConnRef *connRef186 = new ConnRef(router, 186);
1301     ConnEnd srcPt186(Point(221, 299), 15);
1302     connRef186->setSourceEndpoint(srcPt186);
1303     ConnEnd dstPt186(Point(305, 299), 15);
1304     connRef186->setDestEndpoint(dstPt186);
1305     connRef186->setRoutingType((ConnType)2);
1306 
1307     ConnRef *connRef187 = new ConnRef(router, 187);
1308     ConnEnd srcPt187(Point(330, 266), 15);
1309     connRef187->setSourceEndpoint(srcPt187);
1310     ConnEnd dstPt187(Point(305, 299), 15);
1311     connRef187->setDestEndpoint(dstPt187);
1312     connRef187->setRoutingType((ConnType)2);
1313 
1314     ConnRef *connRef188 = new ConnRef(router, 188);
1315     ConnEnd srcPt188(Point(330, 266), 15);
1316     connRef188->setSourceEndpoint(srcPt188);
1317     ConnEnd dstPt188(Point(456, 228), 15);
1318     connRef188->setDestEndpoint(dstPt188);
1319     connRef188->setRoutingType((ConnType)2);
1320 
1321     ConnRef *connRef189 = new ConnRef(router, 189);
1322     ConnEnd srcPt189(Point(280, 266), 15);
1323     connRef189->setSourceEndpoint(srcPt189);
1324     ConnEnd dstPt189(Point(305, 299), 15);
1325     connRef189->setDestEndpoint(dstPt189);
1326     connRef189->setRoutingType((ConnType)2);
1327 
1328     ConnRef *connRef190 = new ConnRef(router, 190);
1329     ConnEnd srcPt190(Point(280, 266), 15);
1330     connRef190->setSourceEndpoint(srcPt190);
1331     ConnEnd dstPt190(Point(456, 228), 15);
1332     connRef190->setDestEndpoint(dstPt190);
1333     connRef190->setRoutingType((ConnType)2);
1334 
1335     ConnRef *connRef191 = new ConnRef(router, 191);
1336     ConnEnd srcPt191(Point(154, 261), 15);
1337     connRef191->setSourceEndpoint(srcPt191);
1338     ConnEnd dstPt191(Point(154, 226), 15);
1339     connRef191->setDestEndpoint(dstPt191);
1340     connRef191->setRoutingType((ConnType)2);
1341 
1342     ConnRef *connRef192 = new ConnRef(router, 192);
1343     ConnEnd srcPt192(Point(154, 261), 15);
1344     connRef192->setSourceEndpoint(srcPt192);
1345     ConnEnd dstPt192(Point(154, 299), 15);
1346     connRef192->setDestEndpoint(dstPt192);
1347     connRef192->setRoutingType((ConnType)2);
1348 
1349     ConnRef *connRef193 = new ConnRef(router, 193);
1350     ConnEnd srcPt193(Point(221, 224), 15);
1351     connRef193->setSourceEndpoint(srcPt193);
1352     ConnEnd dstPt193(Point(456, 228), 15);
1353     connRef193->setDestEndpoint(dstPt193);
1354     connRef193->setRoutingType((ConnType)2);
1355 
1356     ConnRef *connRef194 = new ConnRef(router, 194);
1357     ConnEnd srcPt194(Point(221, 205), 15);
1358     connRef194->setSourceEndpoint(srcPt194);
1359     ConnEnd dstPt194(Point(456, 228), 15);
1360     connRef194->setDestEndpoint(dstPt194);
1361     connRef194->setRoutingType((ConnType)2);
1362 
1363     ConnRef *connRef195 = new ConnRef(router, 195);
1364     ConnEnd srcPt195(Point(289, 183), 15);
1365     connRef195->setSourceEndpoint(srcPt195);
1366     ConnEnd dstPt195(Point(154, 226), 15);
1367     connRef195->setDestEndpoint(dstPt195);
1368     connRef195->setRoutingType((ConnType)2);
1369 
1370     ConnRef *connRef196 = new ConnRef(router, 196);
1371     ConnEnd srcPt196(Point(289, 183), 15);
1372     connRef196->setSourceEndpoint(srcPt196);
1373     ConnEnd dstPt196(Point(456, 228), 15);
1374     connRef196->setDestEndpoint(dstPt196);
1375     connRef196->setRoutingType((ConnType)2);
1376 
1377     ConnRef *connRef197 = new ConnRef(router, 197);
1378     ConnEnd srcPt197(Point(316, 151), 15);
1379     connRef197->setSourceEndpoint(srcPt197);
1380     ConnEnd dstPt197(Point(154, 226), 15);
1381     connRef197->setDestEndpoint(dstPt197);
1382     connRef197->setRoutingType((ConnType)2);
1383 
1384     ConnRef *connRef198 = new ConnRef(router, 198);
1385     ConnEnd srcPt198(Point(316, 130), 15);
1386     connRef198->setSourceEndpoint(srcPt198);
1387     ConnEnd dstPt198(Point(154, 226), 15);
1388     connRef198->setDestEndpoint(dstPt198);
1389     connRef198->setRoutingType((ConnType)2);
1390 
1391     ConnRef *connRef199 = new ConnRef(router, 199);
1392     ConnEnd srcPt199(Point(235, 905), 15);
1393     connRef199->setSourceEndpoint(srcPt199);
1394     ConnEnd dstPt199(Point(287, 904), 15);
1395     connRef199->setDestEndpoint(dstPt199);
1396     connRef199->setRoutingType((ConnType)2);
1397 
1398     ConnRef *connRef200 = new ConnRef(router, 200);
1399     ConnEnd srcPt200(Point(456, 553), 15);
1400     connRef200->setSourceEndpoint(srcPt200);
1401     ConnEnd dstPt200(Point(456, 590), 15);
1402     connRef200->setDestEndpoint(dstPt200);
1403     connRef200->setRoutingType((ConnType)2);
1404 
1405     ConnRef *connRef201 = new ConnRef(router, 201);
1406     ConnEnd srcPt201(Point(456, 553), 15);
1407     connRef201->setSourceEndpoint(srcPt201);
1408     ConnEnd dstPt201(Point(456, 518), 15);
1409     connRef201->setDestEndpoint(dstPt201);
1410     connRef201->setRoutingType((ConnType)2);
1411 
1412     ConnRef *connRef202 = new ConnRef(router, 202);
1413     ConnEnd srcPt202(Point(221, 243), 15);
1414     connRef202->setSourceEndpoint(srcPt202);
1415     ConnEnd dstPt202(Point(456, 228), 15);
1416     connRef202->setDestEndpoint(dstPt202);
1417     connRef202->setRoutingType((ConnType)2);
1418 
1419     ConnRef *connRef203 = new ConnRef(router, 203);
1420     ConnEnd srcPt203(Point(221, 318), 15);
1421     connRef203->setSourceEndpoint(srcPt203);
1422     ConnEnd dstPt203(Point(305, 299), 15);
1423     connRef203->setDestEndpoint(dstPt203);
1424     connRef203->setRoutingType((ConnType)2);
1425 
1426     ConnRef *connRef204 = new ConnRef(router, 204);
1427     ConnEnd srcPt204(Point(154, 357), 15);
1428     connRef204->setSourceEndpoint(srcPt204);
1429     ConnEnd dstPt204(Point(212, 356), 15);
1430     connRef204->setDestEndpoint(dstPt204);
1431     connRef204->setRoutingType((ConnType)2);
1432 
1433     ConnRef *connRef205 = new ConnRef(router, 205);
1434     ConnEnd srcPt205(Point(154, 383), 15);
1435     connRef205->setSourceEndpoint(srcPt205);
1436     ConnEnd dstPt205(Point(212, 382), 15);
1437     connRef205->setDestEndpoint(dstPt205);
1438     connRef205->setRoutingType((ConnType)2);
1439 
1440     ConnRef *connRef206 = new ConnRef(router, 206);
1441     ConnEnd srcPt206(Point(264, 356), 15);
1442     connRef206->setSourceEndpoint(srcPt206);
1443     ConnEnd dstPt206(Point(305, 299), 15);
1444     connRef206->setDestEndpoint(dstPt206);
1445     connRef206->setRoutingType((ConnType)2);
1446 
1447     ConnRef *connRef207 = new ConnRef(router, 207);
1448     ConnEnd srcPt207(Point(264, 382), 15);
1449     connRef207->setSourceEndpoint(srcPt207);
1450     ConnEnd dstPt207(Point(305, 299), 15);
1451     connRef207->setDestEndpoint(dstPt207);
1452     connRef207->setRoutingType((ConnType)2);
1453 
1454     ConnRef *connRef208 = new ConnRef(router, 208);
1455     ConnEnd srcPt208(Point(574, 193), 15);
1456     connRef208->setSourceEndpoint(srcPt208);
1457     ConnEnd dstPt208(Point(525, 192), 15);
1458     connRef208->setDestEndpoint(dstPt208);
1459     connRef208->setRoutingType((ConnType)2);
1460 
1461     ConnRef *connRef209 = new ConnRef(router, 209);
1462     ConnEnd srcPt209(Point(456, 141), 15);
1463     connRef209->setSourceEndpoint(srcPt209);
1464     ConnEnd dstPt209(Point(458, 74), 15);
1465     connRef209->setDestEndpoint(dstPt209);
1466     connRef209->setRoutingType((ConnType)2);
1467 
1468     ConnRef *connRef210 = new ConnRef(router, 210);
1469     ConnEnd srcPt210(Point(456, 662), 15);
1470     connRef210->setSourceEndpoint(srcPt210);
1471     ConnEnd dstPt210(Point(629, 336), 15);
1472     connRef210->setDestEndpoint(dstPt210);
1473     connRef210->setRoutingType((ConnType)2);
1474 
1475     ConnRef *connRef211 = new ConnRef(router, 211);
1476     ConnEnd srcPt211(Point(154, 226), 15);
1477     connRef211->setSourceEndpoint(srcPt211);
1478     ConnEnd dstPt211(Point(221, 243), 15);
1479     connRef211->setDestEndpoint(dstPt211);
1480     connRef211->setRoutingType((ConnType)2);
1481 
1482     ConnRef *connRef212 = new ConnRef(router, 212);
1483     ConnEnd srcPt212(Point(221, 318), 15);
1484     connRef212->setSourceEndpoint(srcPt212);
1485     ConnEnd dstPt212(Point(154, 299), 15);
1486     connRef212->setDestEndpoint(dstPt212);
1487     connRef212->setRoutingType((ConnType)2);
1488 
1489     ConnRef *connRef213 = new ConnRef(router, 213);
1490     ConnEnd srcPt213(Point(456, 228), 15);
1491     connRef213->setSourceEndpoint(srcPt213);
1492     ConnEnd dstPt213(Point(629, 336), 15);
1493     connRef213->setDestEndpoint(dstPt213);
1494     connRef213->setRoutingType((ConnType)2);
1495 
1496     ConnRef *connRef214 = new ConnRef(router, 214);
1497     ConnEnd srcPt214(Point(456, 734), 15);
1498     connRef214->setSourceEndpoint(srcPt214);
1499     ConnEnd dstPt214(Point(49, 798), 15);
1500     connRef214->setDestEndpoint(dstPt214);
1501     connRef214->setRoutingType((ConnType)2);
1502 
1503     ConnRef *connRef215 = new ConnRef(router, 215);
1504     ConnEnd srcPt215(Point(177, 744), 15);
1505     connRef215->setSourceEndpoint(srcPt215);
1506     ConnEnd dstPt215(Point(456, 734), 15);
1507     connRef215->setDestEndpoint(dstPt215);
1508     connRef215->setRoutingType((ConnType)2);
1509 
1510     ConnRef *connRef216 = new ConnRef(router, 216);
1511     ConnEnd srcPt216(Point(456, 590), 15);
1512     connRef216->setSourceEndpoint(srcPt216);
1513     ConnEnd dstPt216(Point(278, 597), 15);
1514     connRef216->setDestEndpoint(dstPt216);
1515     connRef216->setRoutingType((ConnType)2);
1516 
1517     ConnRef *connRef217 = new ConnRef(router, 217);
1518     ConnEnd srcPt217(Point(555, 522), 15);
1519     connRef217->setSourceEndpoint(srcPt217);
1520     ConnEnd dstPt217(Point(456, 590), 15);
1521     connRef217->setDestEndpoint(dstPt217);
1522     connRef217->setRoutingType((ConnType)2);
1523 
1524     ConnRef *connRef218 = new ConnRef(router, 218);
1525     ConnEnd srcPt218(Point(528, 541), 15);
1526     connRef218->setSourceEndpoint(srcPt218);
1527     ConnEnd dstPt218(Point(456, 590), 15);
1528     connRef218->setDestEndpoint(dstPt218);
1529     connRef218->setRoutingType((ConnType)2);
1530 
1531     ConnRef *connRef219 = new ConnRef(router, 219);
1532     ConnEnd srcPt219(Point(505, 522), 15);
1533     connRef219->setSourceEndpoint(srcPt219);
1534     ConnEnd dstPt219(Point(456, 590), 15);
1535     connRef219->setDestEndpoint(dstPt219);
1536     connRef219->setRoutingType((ConnType)2);
1537 
1538     ConnRef *connRef220 = new ConnRef(router, 220);
1539     ConnEnd srcPt220(Point(481, 481), 15);
1540     connRef220->setSourceEndpoint(srcPt220);
1541     ConnEnd dstPt220(Point(456, 518), 15);
1542     connRef220->setDestEndpoint(dstPt220);
1543     connRef220->setRoutingType((ConnType)2);
1544 
1545     ConnRef *connRef221 = new ConnRef(router, 221);
1546     ConnEnd srcPt221(Point(411, 519), 15);
1547     connRef221->setSourceEndpoint(srcPt221);
1548     ConnEnd dstPt221(Point(456, 518), 15);
1549     connRef221->setDestEndpoint(dstPt221);
1550     connRef221->setRoutingType((ConnType)2);
1551 
1552     ConnRef *connRef222 = new ConnRef(router, 222);
1553     ConnEnd srcPt222(Point(600, 861), 15);
1554     connRef222->setSourceEndpoint(srcPt222);
1555     ConnEnd dstPt222(Point(601, 917), 15);
1556     connRef222->setDestEndpoint(dstPt222);
1557     connRef222->setRoutingType((ConnType)2);
1558 
1559     ConnRef *connRef223 = new ConnRef(router, 223);
1560     ConnEnd srcPt223(Point(460, 940), 15);
1561     connRef223->setSourceEndpoint(srcPt223);
1562     ConnEnd dstPt223(Point(523, 951), 15);
1563     connRef223->setDestEndpoint(dstPt223);
1564     connRef223->setRoutingType((ConnType)2);
1565 
1566     ConnRef *connRef224 = new ConnRef(router, 224);
1567     ConnEnd srcPt224(Point(412, 940), 15);
1568     connRef224->setSourceEndpoint(srcPt224);
1569     ConnEnd dstPt224(Point(523, 951), 15);
1570     connRef224->setDestEndpoint(dstPt224);
1571     connRef224->setRoutingType((ConnType)2);
1572 
1573     ConnRef *connRef225 = new ConnRef(router, 225);
1574     ConnEnd srcPt225(Point(523, 951), 15);
1575     connRef225->setSourceEndpoint(srcPt225);
1576     ConnEnd dstPt225(Point(412, 961), 15);
1577     connRef225->setDestEndpoint(dstPt225);
1578     connRef225->setRoutingType((ConnType)2);
1579 
1580     ConnRef *connRef226 = new ConnRef(router, 226);
1581     ConnEnd srcPt226(Point(460, 961), 15);
1582     connRef226->setSourceEndpoint(srcPt226);
1583     ConnEnd dstPt226(Point(523, 951), 15);
1584     connRef226->setDestEndpoint(dstPt226);
1585     connRef226->setRoutingType((ConnType)2);
1586 
1587     ConnRef *connRef227 = new ConnRef(router, 227);
1588     ConnEnd srcPt227(Point(456, 861), 15);
1589     connRef227->setSourceEndpoint(srcPt227);
1590     ConnEnd dstPt227(Point(629, 336), 15);
1591     connRef227->setDestEndpoint(dstPt227);
1592     connRef227->setRoutingType((ConnType)2);
1593 
1594     ConnRef *connRef228 = new ConnRef(router, 228);
1595     ConnEnd srcPt228(Point(456, 861), 15);
1596     connRef228->setSourceEndpoint(srcPt228);
1597     ConnEnd dstPt228(Point(49, 798), 15);
1598     connRef228->setDestEndpoint(dstPt228);
1599     connRef228->setRoutingType((ConnType)2);
1600 
1601     ConnRef *connRef229 = new ConnRef(router, 229);
1602     ConnEnd srcPt229(Point(262, 792), 15);
1603     connRef229->setSourceEndpoint(srcPt229);
1604     ConnEnd dstPt229(Point(456, 861), 15);
1605     connRef229->setDestEndpoint(dstPt229);
1606     connRef229->setRoutingType((ConnType)2);
1607 
1608     ConnRef *connRef230 = new ConnRef(router, 230);
1609     ConnEnd srcPt230(Point(351, 861), 15);
1610     connRef230->setSourceEndpoint(srcPt230);
1611     ConnEnd dstPt230(Point(351, 909), 15);
1612     connRef230->setDestEndpoint(dstPt230);
1613     connRef230->setRoutingType((ConnType)2);
1614 
1615     ConnRef *connRef231 = new ConnRef(router, 231);
1616     ConnEnd srcPt231(Point(351, 818), 15);
1617     connRef231->setSourceEndpoint(srcPt231);
1618     ConnEnd dstPt231(Point(404, 871), 15);
1619     connRef231->setDestEndpoint(dstPt231);
1620     connRef231->setRoutingType((ConnType)2);
1621 
1622     ConnRef *connRef232 = new ConnRef(router, 232);
1623     ConnEnd srcPt232(Point(351, 818), 15);
1624     connRef232->setSourceEndpoint(srcPt232);
1625     ConnEnd dstPt232(Point(404, 850), 15);
1626     connRef232->setDestEndpoint(dstPt232);
1627     connRef232->setRoutingType((ConnType)2);
1628 
1629     ConnRef *connRef233 = new ConnRef(router, 233);
1630     ConnEnd srcPt233(Point(119, 861), 15);
1631     connRef233->setSourceEndpoint(srcPt233);
1632     ConnEnd dstPt233(Point(49, 798), 15);
1633     connRef233->setDestEndpoint(dstPt233);
1634     connRef233->setRoutingType((ConnType)2);
1635 
1636     ConnRef *connRef234 = new ConnRef(router, 234);
1637     ConnEnd srcPt234(Point(262, 792), 15);
1638     connRef234->setSourceEndpoint(srcPt234);
1639     ConnEnd dstPt234(Point(119, 861), 15);
1640     connRef234->setDestEndpoint(dstPt234);
1641     connRef234->setRoutingType((ConnType)2);
1642 
1643     ConnRef *connRef235 = new ConnRef(router, 235);
1644     ConnEnd srcPt235(Point(412, 961), 15);
1645     connRef235->setSourceEndpoint(srcPt235);
1646     ConnEnd dstPt235(Point(351, 951), 15);
1647     connRef235->setDestEndpoint(dstPt235);
1648     connRef235->setRoutingType((ConnType)2);
1649 
1650     ConnRef *connRef236 = new ConnRef(router, 236);
1651     ConnEnd srcPt236(Point(460, 961), 15);
1652     connRef236->setSourceEndpoint(srcPt236);
1653     ConnEnd dstPt236(Point(351, 951), 15);
1654     connRef236->setDestEndpoint(dstPt236);
1655     connRef236->setRoutingType((ConnType)2);
1656 
1657     ConnRef *connRef237 = new ConnRef(router, 237);
1658     ConnEnd srcPt237(Point(235, 905), 15);
1659     connRef237->setSourceEndpoint(srcPt237);
1660     ConnEnd dstPt237(Point(185, 904), 15);
1661     connRef237->setDestEndpoint(dstPt237);
1662     connRef237->setRoutingType((ConnType)2);
1663 
1664     ConnRef *connRef238 = new ConnRef(router, 238);
1665     ConnEnd srcPt238(Point(456, 371), 15);
1666     connRef238->setSourceEndpoint(srcPt238);
1667     ConnEnd dstPt238(Point(403, 335), 15);
1668     connRef238->setDestEndpoint(dstPt238);
1669     connRef238->setRoutingType((ConnType)2);
1670 
1671     ConnRef *connRef239 = new ConnRef(router, 239);
1672     ConnEnd srcPt239(Point(105, 356), 15);
1673     connRef239->setSourceEndpoint(srcPt239);
1674     ConnEnd dstPt239(Point(154, 357), 15);
1675     connRef239->setDestEndpoint(dstPt239);
1676     connRef239->setRoutingType((ConnType)2);
1677 
1678     ConnRef *connRef240 = new ConnRef(router, 240);
1679     ConnEnd srcPt240(Point(212, 356), 15);
1680     connRef240->setSourceEndpoint(srcPt240);
1681     ConnEnd dstPt240(Point(264, 356), 15);
1682     connRef240->setDestEndpoint(dstPt240);
1683     connRef240->setRoutingType((ConnType)2);
1684 
1685     ConnRef *connRef241 = new ConnRef(router, 241);
1686     ConnEnd srcPt241(Point(212, 382), 15);
1687     connRef241->setSourceEndpoint(srcPt241);
1688     ConnEnd dstPt241(Point(264, 382), 15);
1689     connRef241->setDestEndpoint(dstPt241);
1690     connRef241->setRoutingType((ConnType)2);
1691 
1692     ConnRef *connRef242 = new ConnRef(router, 242);
1693     ConnEnd srcPt242(Point(105, 382), 15);
1694     connRef242->setSourceEndpoint(srcPt242);
1695     ConnEnd dstPt242(Point(154, 383), 15);
1696     connRef242->setDestEndpoint(dstPt242);
1697     connRef242->setRoutingType((ConnType)2);
1698 
1699     ConnRef *connRef243 = new ConnRef(router, 243);
1700     ConnEnd srcPt243(Point(49, 798), 15);
1701     connRef243->setSourceEndpoint(srcPt243);
1702     ConnEnd dstPt243(Point(119, 734), 15);
1703     connRef243->setDestEndpoint(dstPt243);
1704     connRef243->setRoutingType((ConnType)2);
1705 
1706     ConnRef *connRef244 = new ConnRef(router, 244);
1707     ConnEnd srcPt244(Point(177, 723), 15);
1708     connRef244->setSourceEndpoint(srcPt244);
1709     ConnEnd dstPt244(Point(456, 734), 15);
1710     connRef244->setDestEndpoint(dstPt244);
1711     connRef244->setRoutingType((ConnType)2);
1712 
1713     ConnRef *connRef245 = new ConnRef(router, 245);
1714     ConnEnd srcPt245(Point(119, 734), 15);
1715     connRef245->setSourceEndpoint(srcPt245);
1716     ConnEnd dstPt245(Point(177, 723), 15);
1717     connRef245->setDestEndpoint(dstPt245);
1718     connRef245->setRoutingType((ConnType)2);
1719 
1720     ConnRef *connRef246 = new ConnRef(router, 246);
1721     ConnEnd srcPt246(Point(119, 734), 15);
1722     connRef246->setSourceEndpoint(srcPt246);
1723     ConnEnd dstPt246(Point(177, 744), 15);
1724     connRef246->setDestEndpoint(dstPt246);
1725     connRef246->setRoutingType((ConnType)2);
1726 
1727     ConnRef *connRef247 = new ConnRef(router, 247);
1728     ConnEnd srcPt247(Point(481, 481), 15);
1729     connRef247->setSourceEndpoint(srcPt247);
1730     ConnEnd dstPt247(Point(456, 446), 15);
1731     connRef247->setDestEndpoint(dstPt247);
1732     connRef247->setRoutingType((ConnType)2);
1733 
1734     ConnRef *connRef248 = new ConnRef(router, 248);
1735     ConnEnd srcPt248(Point(410, 583), 15);
1736     connRef248->setSourceEndpoint(srcPt248);
1737     ConnEnd dstPt248(Point(371, 554), 15);
1738     connRef248->setDestEndpoint(dstPt248);
1739     connRef248->setRoutingType((ConnType)2);
1740 
1741     ConnRef *connRef249 = new ConnRef(router, 249);
1742     ConnEnd srcPt249(Point(410, 583), 15);
1743     connRef249->setSourceEndpoint(srcPt249);
1744     ConnEnd dstPt249(Point(456, 590), 15);
1745     connRef249->setDestEndpoint(dstPt249);
1746     connRef249->setRoutingType((ConnType)2);
1747 
1748     ConnRef *connRef250 = new ConnRef(router, 250);
1749     ConnEnd srcPt250(Point(411, 519), 15);
1750     connRef250->setSourceEndpoint(srcPt250);
1751     ConnEnd dstPt250(Point(371, 554), 15);
1752     connRef250->setDestEndpoint(dstPt250);
1753     connRef250->setRoutingType((ConnType)2);
1754 
1755     ConnRef *connRef251 = new ConnRef(router, 251);
1756     ConnEnd srcPt251(Point(456, 446), 15);
1757     connRef251->setSourceEndpoint(srcPt251);
1758     ConnEnd dstPt251(Point(555, 522), 15);
1759     connRef251->setDestEndpoint(dstPt251);
1760     connRef251->setRoutingType((ConnType)2);
1761 
1762     ConnRef *connRef252 = new ConnRef(router, 252);
1763     ConnEnd srcPt252(Point(456, 446), 15);
1764     connRef252->setSourceEndpoint(srcPt252);
1765     ConnEnd dstPt252(Point(528, 541), 15);
1766     connRef252->setDestEndpoint(dstPt252);
1767     connRef252->setRoutingType((ConnType)2);
1768 
1769     ConnRef *connRef253 = new ConnRef(router, 253);
1770     ConnEnd srcPt253(Point(456, 446), 15);
1771     connRef253->setSourceEndpoint(srcPt253);
1772     ConnEnd dstPt253(Point(505, 522), 15);
1773     connRef253->setDestEndpoint(dstPt253);
1774     connRef253->setRoutingType((ConnType)2);
1775 
1776     ConnRef *connRef254 = new ConnRef(router, 254);
1777     ConnEnd srcPt254(Point(262, 990), 15);
1778     connRef254->setSourceEndpoint(srcPt254);
1779     ConnEnd dstPt254(Point(262, 940), 15);
1780     connRef254->setDestEndpoint(dstPt254);
1781     connRef254->setRoutingType((ConnType)2);
1782 
1783     ConnRef *connRef255 = new ConnRef(router, 255);
1784     ConnEnd srcPt255(Point(57, 908), 15);
1785     connRef255->setSourceEndpoint(srcPt255);
1786     ConnEnd dstPt255(Point(119, 908), 15);
1787     connRef255->setDestEndpoint(dstPt255);
1788     connRef255->setRoutingType((ConnType)2);
1789 
1790     ConnRef *connRef256 = new ConnRef(router, 256);
1791     ConnEnd srcPt256(Point(262, 1011), 15);
1792     connRef256->setSourceEndpoint(srcPt256);
1793     ConnEnd dstPt256(Point(262, 961), 15);
1794     connRef256->setDestEndpoint(dstPt256);
1795     connRef256->setRoutingType((ConnType)2);
1796 
1797     ConnRef *connRef257 = new ConnRef(router, 257);
1798     ConnEnd srcPt257(Point(289, 909), 15);
1799     connRef257->setSourceEndpoint(srcPt257);
1800     ConnEnd dstPt257(Point(351, 909), 15);
1801     connRef257->setDestEndpoint(dstPt257);
1802     connRef257->setRoutingType((ConnType)2);
1803 
1804     ConnRef *connRef258 = new ConnRef(router, 258);
1805     ConnEnd srcPt258(Point(460, 890), 15);
1806     connRef258->setSourceEndpoint(srcPt258);
1807     ConnEnd dstPt258(Point(460, 940), 15);
1808     connRef258->setDestEndpoint(dstPt258);
1809     connRef258->setRoutingType((ConnType)2);
1810 
1811     ConnRef *connRef259 = new ConnRef(router, 259);
1812     ConnEnd srcPt259(Point(412, 990), 15);
1813     connRef259->setSourceEndpoint(srcPt259);
1814     ConnEnd dstPt259(Point(412, 940), 15);
1815     connRef259->setDestEndpoint(dstPt259);
1816     connRef259->setRoutingType((ConnType)2);
1817 
1818     ConnRef *connRef260 = new ConnRef(router, 260);
1819     ConnEnd srcPt260(Point(342, 871), 15);
1820     connRef260->setSourceEndpoint(srcPt260);
1821     ConnEnd dstPt260(Point(404, 871), 15);
1822     connRef260->setDestEndpoint(dstPt260);
1823     connRef260->setRoutingType((ConnType)2);
1824 
1825     ConnRef *connRef261 = new ConnRef(router, 261);
1826     ConnEnd srcPt261(Point(466, 850), 15);
1827     connRef261->setSourceEndpoint(srcPt261);
1828     ConnEnd dstPt261(Point(404, 850), 15);
1829     connRef261->setDestEndpoint(dstPt261);
1830     connRef261->setRoutingType((ConnType)2);
1831 
1832     ConnRef *connRef262 = new ConnRef(router, 262);
1833     ConnEnd srcPt262(Point(230, 862), 15);
1834     connRef262->setSourceEndpoint(srcPt262);
1835     ConnEnd dstPt262(Point(292, 862), 15);
1836     connRef262->setDestEndpoint(dstPt262);
1837     connRef262->setRoutingType((ConnType)2);
1838 
1839     ConnRef *connRef263 = new ConnRef(router, 263);
1840     ConnEnd srcPt263(Point(183, 812), 15);
1841     connRef263->setSourceEndpoint(srcPt263);
1842     ConnEnd dstPt263(Point(183, 862), 15);
1843     connRef263->setDestEndpoint(dstPt263);
1844     connRef263->setRoutingType((ConnType)2);
1845 
1846     ConnRef *connRef264 = new ConnRef(router, 264);
1847     ConnEnd srcPt264(Point(531, 811), 15);
1848     connRef264->setSourceEndpoint(srcPt264);
1849     ConnEnd dstPt264(Point(531, 861), 15);
1850     connRef264->setDestEndpoint(dstPt264);
1851     connRef264->setRoutingType((ConnType)2);
1852 
1853     ConnRef *connRef265 = new ConnRef(router, 265);
1854     ConnEnd srcPt265(Point(518, 767), 15);
1855     connRef265->setSourceEndpoint(srcPt265);
1856     ConnEnd dstPt265(Point(456, 767), 15);
1857     connRef265->setDestEndpoint(dstPt265);
1858     connRef265->setRoutingType((ConnType)2);
1859 
1860     ConnRef *connRef266 = new ConnRef(router, 266);
1861     ConnEnd srcPt266(Point(394, 698), 15);
1862     connRef266->setSourceEndpoint(srcPt266);
1863     ConnEnd dstPt266(Point(456, 698), 15);
1864     connRef266->setDestEndpoint(dstPt266);
1865     connRef266->setRoutingType((ConnType)2);
1866 
1867     ConnRef *connRef267 = new ConnRef(router, 267);
1868     ConnEnd srcPt267(Point(395, 626), 15);
1869     connRef267->setSourceEndpoint(srcPt267);
1870     ConnEnd dstPt267(Point(457, 626), 15);
1871     connRef267->setDestEndpoint(dstPt267);
1872     connRef267->setRoutingType((ConnType)2);
1873 
1874     ConnRef *connRef268 = new ConnRef(router, 268);
1875     ConnEnd srcPt268(Point(369, 481), 15);
1876     connRef268->setSourceEndpoint(srcPt268);
1877     ConnEnd dstPt268(Point(431, 481), 15);
1878     connRef268->setDestEndpoint(dstPt268);
1879     connRef268->setRoutingType((ConnType)2);
1880 
1881     ConnRef *connRef269 = new ConnRef(router, 269);
1882     ConnEnd srcPt269(Point(376, 397), 15);
1883     connRef269->setSourceEndpoint(srcPt269);
1884     ConnEnd dstPt269(Point(376, 447), 15);
1885     connRef269->setDestEndpoint(dstPt269);
1886     connRef269->setRoutingType((ConnType)2);
1887 
1888     ConnRef *connRef270 = new ConnRef(router, 270);
1889     ConnEnd srcPt270(Point(518, 401), 15);
1890     connRef270->setSourceEndpoint(srcPt270);
1891     ConnEnd dstPt270(Point(456, 401), 15);
1892     connRef270->setDestEndpoint(dstPt270);
1893     connRef270->setRoutingType((ConnType)2);
1894 
1895     ConnRef *connRef271 = new ConnRef(router, 271);
1896     ConnEnd srcPt271(Point(518, 335), 15);
1897     connRef271->setSourceEndpoint(srcPt271);
1898     ConnEnd dstPt271(Point(456, 335), 15);
1899     connRef271->setDestEndpoint(dstPt271);
1900     connRef271->setRoutingType((ConnType)2);
1901 
1902     ConnRef *connRef272 = new ConnRef(router, 272);
1903     ConnEnd srcPt272(Point(403, 385), 15);
1904     connRef272->setSourceEndpoint(srcPt272);
1905     ConnEnd dstPt272(Point(403, 335), 15);
1906     connRef272->setDestEndpoint(dstPt272);
1907     connRef272->setRoutingType((ConnType)2);
1908 
1909     ConnRef *connRef273 = new ConnRef(router, 273);
1910     ConnEnd srcPt273(Point(525, 142), 15);
1911     connRef273->setSourceEndpoint(srcPt273);
1912     ConnEnd dstPt273(Point(525, 192), 15);
1913     connRef273->setDestEndpoint(dstPt273);
1914     connRef273->setRoutingType((ConnType)2);
1915 
1916     ConnRef *connRef274 = new ConnRef(router, 274);
1917     ConnEnd srcPt274(Point(518, 265), 15);
1918     connRef274->setSourceEndpoint(srcPt274);
1919     ConnEnd dstPt274(Point(456, 265), 15);
1920     connRef274->setDestEndpoint(dstPt274);
1921     connRef274->setRoutingType((ConnType)2);
1922 
1923     ConnRef *connRef275 = new ConnRef(router, 275);
1924     ConnEnd srcPt275(Point(394, 170), 15);
1925     connRef275->setSourceEndpoint(srcPt275);
1926     ConnEnd dstPt275(Point(456, 170), 15);
1927     connRef275->setDestEndpoint(dstPt275);
1928     connRef275->setRoutingType((ConnType)2);
1929 
1930     ConnRef *connRef276 = new ConnRef(router, 276);
1931     ConnEnd srcPt276(Point(376, 249), 15);
1932     connRef276->setSourceEndpoint(srcPt276);
1933     ConnEnd dstPt276(Point(376, 299), 15);
1934     connRef276->setDestEndpoint(dstPt276);
1935     connRef276->setRoutingType((ConnType)2);
1936 
1937     ConnRef *connRef277 = new ConnRef(router, 277);
1938     ConnEnd srcPt277(Point(221, 230), 15);
1939     connRef277->setSourceEndpoint(srcPt277);
1940     ConnEnd dstPt277(Point(221, 280), 15);
1941     connRef277->setDestEndpoint(dstPt277);
1942     connRef277->setRoutingType((ConnType)2);
1943 
1944     ConnRef *connRef278 = new ConnRef(router, 278);
1945     ConnEnd srcPt278(Point(221, 249), 15);
1946     connRef278->setSourceEndpoint(srcPt278);
1947     ConnEnd dstPt278(Point(221, 299), 15);
1948     connRef278->setDestEndpoint(dstPt278);
1949     connRef278->setRoutingType((ConnType)2);
1950 
1951     ConnRef *connRef279 = new ConnRef(router, 279);
1952     ConnEnd srcPt279(Point(392, 266), 15);
1953     connRef279->setSourceEndpoint(srcPt279);
1954     ConnEnd dstPt279(Point(330, 266), 15);
1955     connRef279->setDestEndpoint(dstPt279);
1956     connRef279->setRoutingType((ConnType)2);
1957 
1958     ConnRef *connRef280 = new ConnRef(router, 280);
1959     ConnEnd srcPt280(Point(218, 266), 15);
1960     connRef280->setSourceEndpoint(srcPt280);
1961     ConnEnd dstPt280(Point(280, 266), 15);
1962     connRef280->setDestEndpoint(dstPt280);
1963     connRef280->setRoutingType((ConnType)2);
1964 
1965     ConnRef *connRef281 = new ConnRef(router, 281);
1966     ConnEnd srcPt281(Point(92, 261), 15);
1967     connRef281->setSourceEndpoint(srcPt281);
1968     ConnEnd dstPt281(Point(154, 261), 15);
1969     connRef281->setDestEndpoint(dstPt281);
1970     connRef281->setRoutingType((ConnType)2);
1971 
1972     ConnRef *connRef282 = new ConnRef(router, 282);
1973     ConnEnd srcPt282(Point(221, 174), 15);
1974     connRef282->setSourceEndpoint(srcPt282);
1975     ConnEnd dstPt282(Point(221, 224), 15);
1976     connRef282->setDestEndpoint(dstPt282);
1977     connRef282->setRoutingType((ConnType)2);
1978 
1979     ConnRef *connRef283 = new ConnRef(router, 283);
1980     ConnEnd srcPt283(Point(221, 155), 15);
1981     connRef283->setSourceEndpoint(srcPt283);
1982     ConnEnd dstPt283(Point(221, 205), 15);
1983     connRef283->setDestEndpoint(dstPt283);
1984     connRef283->setRoutingType((ConnType)2);
1985 
1986     ConnRef *connRef284 = new ConnRef(router, 284);
1987     ConnEnd srcPt284(Point(289, 233), 15);
1988     connRef284->setSourceEndpoint(srcPt284);
1989     ConnEnd dstPt284(Point(289, 183), 15);
1990     connRef284->setDestEndpoint(dstPt284);
1991     connRef284->setRoutingType((ConnType)2);
1992 
1993     ConnRef *connRef285 = new ConnRef(router, 285);
1994     ConnEnd srcPt285(Point(316, 101), 15);
1995     connRef285->setSourceEndpoint(srcPt285);
1996     ConnEnd dstPt285(Point(316, 151), 15);
1997     connRef285->setDestEndpoint(dstPt285);
1998     connRef285->setRoutingType((ConnType)2);
1999 
2000     ConnRef *connRef286 = new ConnRef(router, 286);
2001     ConnEnd srcPt286(Point(316, 180), 15);
2002     connRef286->setSourceEndpoint(srcPt286);
2003     ConnEnd dstPt286(Point(316, 130), 15);
2004     connRef286->setDestEndpoint(dstPt286);
2005     connRef286->setRoutingType((ConnType)2);
2006 
2007     ConnRef *connRef287 = new ConnRef(router, 287);
2008     ConnEnd srcPt287(Point(235, 855), 15);
2009     connRef287->setSourceEndpoint(srcPt287);
2010     ConnEnd dstPt287(Point(235, 905), 15);
2011     connRef287->setDestEndpoint(dstPt287);
2012     connRef287->setRoutingType((ConnType)2);
2013 
2014     ConnRef *connRef288 = new ConnRef(router, 288);
2015     ConnEnd srcPt288(Point(394, 553), 15);
2016     connRef288->setSourceEndpoint(srcPt288);
2017     ConnEnd dstPt288(Point(456, 553), 15);
2018     connRef288->setDestEndpoint(dstPt288);
2019     connRef288->setRoutingType((ConnType)2);
2020 
2021     ConnRef *connRef289 = new ConnRef(router, 289);
2022     ConnEnd srcPt289(Point(221, 193), 15);
2023     connRef289->setSourceEndpoint(srcPt289);
2024     ConnEnd dstPt289(Point(221, 243), 15);
2025     connRef289->setDestEndpoint(dstPt289);
2026     connRef289->setRoutingType((ConnType)2);
2027 
2028     ConnRef *connRef290 = new ConnRef(router, 290);
2029     ConnEnd srcPt290(Point(221, 268), 15);
2030     connRef290->setSourceEndpoint(srcPt290);
2031     ConnEnd dstPt290(Point(221, 318), 15);
2032     connRef290->setDestEndpoint(dstPt290);
2033     connRef290->setRoutingType((ConnType)2);
2034 
2035     ConnRef *connRef291 = new ConnRef(router, 291);
2036     ConnEnd srcPt291(Point(154, 307), 15);
2037     connRef291->setSourceEndpoint(srcPt291);
2038     ConnEnd dstPt291(Point(154, 357), 15);
2039     connRef291->setDestEndpoint(dstPt291);
2040     connRef291->setRoutingType((ConnType)2);
2041 
2042     ConnRef *connRef292 = new ConnRef(router, 292);
2043     ConnEnd srcPt292(Point(154, 433), 15);
2044     connRef292->setSourceEndpoint(srcPt292);
2045     ConnEnd dstPt292(Point(154, 383), 15);
2046     connRef292->setDestEndpoint(dstPt292);
2047     connRef292->setRoutingType((ConnType)2);
2048 
2049     ConnRef *connRef293 = new ConnRef(router, 293);
2050     ConnEnd srcPt293(Point(264, 306), 15);
2051     connRef293->setSourceEndpoint(srcPt293);
2052     ConnEnd dstPt293(Point(264, 356), 15);
2053     connRef293->setDestEndpoint(dstPt293);
2054     connRef293->setRoutingType((ConnType)2);
2055 
2056     ConnRef *connRef294 = new ConnRef(router, 294);
2057     ConnEnd srcPt294(Point(264, 432), 15);
2058     connRef294->setSourceEndpoint(srcPt294);
2059     ConnEnd dstPt294(Point(264, 382), 15);
2060     connRef294->setDestEndpoint(dstPt294);
2061     connRef294->setRoutingType((ConnType)2);
2062 
2063     ConnRef *connRef295 = new ConnRef(router, 295);
2064     ConnEnd srcPt295(Point(177, 673), 15);
2065     connRef295->setSourceEndpoint(srcPt295);
2066     ConnEnd dstPt295(Point(177, 723), 15);
2067     connRef295->setDestEndpoint(dstPt295);
2068     connRef295->setRoutingType((ConnType)2);
2069 
2070     ConnRef *connRef296 = new ConnRef(router, 296);
2071     ConnEnd srcPt296(Point(412, 911), 15);
2072     connRef296->setSourceEndpoint(srcPt296);
2073     ConnEnd dstPt296(Point(412, 961), 15);
2074     connRef296->setDestEndpoint(dstPt296);
2075     connRef296->setRoutingType((ConnType)2);
2076 
2077     ConnRef *connRef297 = new ConnRef(router, 297);
2078     ConnEnd srcPt297(Point(177, 694), 15);
2079     connRef297->setSourceEndpoint(srcPt297);
2080     ConnEnd dstPt297(Point(177, 744), 15);
2081     connRef297->setDestEndpoint(dstPt297);
2082     connRef297->setRoutingType((ConnType)2);
2083 
2084     ConnRef *connRef298 = new ConnRef(router, 298);
2085     ConnEnd srcPt298(Point(460, 1011), 15);
2086     connRef298->setSourceEndpoint(srcPt298);
2087     ConnEnd dstPt298(Point(460, 961), 15);
2088     connRef298->setDestEndpoint(dstPt298);
2089     connRef298->setRoutingType((ConnType)2);
2090 
2091     ConnRef *connRef299 = new ConnRef(router, 299);
2092     ConnEnd srcPt299(Point(543, 481), 15);
2093     connRef299->setSourceEndpoint(srcPt299);
2094     ConnEnd dstPt299(Point(481, 481), 15);
2095     connRef299->setDestEndpoint(dstPt299);
2096     connRef299->setRoutingType((ConnType)2);
2097 
2098     ConnRef *connRef300 = new ConnRef(router, 300);
2099     ConnEnd srcPt300(Point(555, 472), 15);
2100     connRef300->setSourceEndpoint(srcPt300);
2101     ConnEnd dstPt300(Point(555, 522), 15);
2102     connRef300->setDestEndpoint(dstPt300);
2103     connRef300->setRoutingType((ConnType)2);
2104 
2105     ConnRef *connRef301 = new ConnRef(router, 301);
2106     ConnEnd srcPt301(Point(528, 591), 15);
2107     connRef301->setSourceEndpoint(srcPt301);
2108     ConnEnd dstPt301(Point(528, 541), 15);
2109     connRef301->setDestEndpoint(dstPt301);
2110     connRef301->setRoutingType((ConnType)2);
2111 
2112     ConnRef *connRef302 = new ConnRef(router, 302);
2113     ConnEnd srcPt302(Point(262, 742), 15);
2114     connRef302->setSourceEndpoint(srcPt302);
2115     ConnEnd dstPt302(Point(262, 792), 15);
2116     connRef302->setDestEndpoint(dstPt302);
2117     connRef302->setRoutingType((ConnType)2);
2118 
2119     ConnRef *connRef303 = new ConnRef(router, 303);
2120     ConnEnd srcPt303(Point(567, 522), 15);
2121     connRef303->setSourceEndpoint(srcPt303);
2122     ConnEnd dstPt303(Point(505, 522), 15);
2123     connRef303->setDestEndpoint(dstPt303);
2124     connRef303->setRoutingType((ConnType)2);
2125 
2126     ConnRef *connRef304 = new ConnRef(router, 304);
2127     ConnEnd srcPt304(Point(410, 633), 15);
2128     connRef304->setSourceEndpoint(srcPt304);
2129     ConnEnd dstPt304(Point(410, 583), 15);
2130     connRef304->setDestEndpoint(dstPt304);
2131     connRef304->setRoutingType((ConnType)2);
2132 
2133     ConnRef *connRef305 = new ConnRef(router, 305);
2134     ConnEnd srcPt305(Point(411, 469), 15);
2135     connRef305->setSourceEndpoint(srcPt305);
2136     ConnEnd dstPt305(Point(411, 519), 15);
2137     connRef305->setDestEndpoint(dstPt305);
2138     connRef305->setRoutingType((ConnType)2);
2139 
2140     ConnRef *connRef306 = new ConnRef(router, 306);
2141     ConnEnd srcPt306(Point(456, 861), 15);
2142     connRef306->setSourceEndpoint(srcPt306);
2143     ConnEnd dstPt306(Point(404, 871), 15);
2144     connRef306->setDestEndpoint(dstPt306);
2145     connRef306->setRoutingType((ConnType)2);
2146 
2147     ConnRef *connRef307 = new ConnRef(router, 307);
2148     ConnEnd srcPt307(Point(456, 861), 15);
2149     connRef307->setSourceEndpoint(srcPt307);
2150     ConnEnd dstPt307(Point(404, 850), 15);
2151     connRef307->setDestEndpoint(dstPt307);
2152     connRef307->setRoutingType((ConnType)2);
2153 
2154     ConnRef *connRef308 = new ConnRef(router, 308);
2155     ConnEnd srcPt308(Point(287, 904), 15);
2156     connRef308->setSourceEndpoint(srcPt308);
2157     ConnEnd dstPt308(Point(292, 862), 15);
2158     connRef308->setDestEndpoint(dstPt308);
2159     connRef308->setRoutingType((ConnType)2);
2160 
2161     ConnRef *connRef309 = new ConnRef(router, 309);
2162     ConnEnd srcPt309(Point(351, 861), 15);
2163     connRef309->setSourceEndpoint(srcPt309);
2164     ConnEnd dstPt309(Point(292, 862), 15);
2165     connRef309->setDestEndpoint(dstPt309);
2166     connRef309->setRoutingType((ConnType)2);
2167 
2168     ConnRef *connRef310 = new ConnRef(router, 310);
2169     ConnEnd srcPt310(Point(456, 734), 15);
2170     connRef310->setSourceEndpoint(srcPt310);
2171     ConnEnd dstPt310(Point(456, 767), 15);
2172     connRef310->setDestEndpoint(dstPt310);
2173     connRef310->setRoutingType((ConnType)2);
2174 
2175     ConnRef *connRef311 = new ConnRef(router, 311);
2176     ConnEnd srcPt311(Point(456, 301), 15);
2177     connRef311->setSourceEndpoint(srcPt311);
2178     ConnEnd dstPt311(Point(456, 335), 15);
2179     connRef311->setDestEndpoint(dstPt311);
2180     connRef311->setRoutingType((ConnType)2);
2181 
2182     ConnRef *connRef312 = new ConnRef(router, 312);
2183     ConnEnd srcPt312(Point(154, 226), 15);
2184     connRef312->setSourceEndpoint(srcPt312);
2185     ConnEnd dstPt312(Point(221, 224), 15);
2186     connRef312->setDestEndpoint(dstPt312);
2187     connRef312->setRoutingType((ConnType)2);
2188 
2189     ConnRef *connRef313 = new ConnRef(router, 313);
2190     ConnEnd srcPt313(Point(154, 226), 15);
2191     connRef313->setSourceEndpoint(srcPt313);
2192     ConnEnd dstPt313(Point(221, 205), 15);
2193     connRef313->setDestEndpoint(dstPt313);
2194     connRef313->setRoutingType((ConnType)2);
2195 
2196     ConnRef *connRef314 = new ConnRef(router, 314);
2197     ConnEnd srcPt314(Point(456, 141), 15);
2198     connRef314->setSourceEndpoint(srcPt314);
2199     ConnEnd dstPt314(Point(316, 151), 15);
2200     connRef314->setDestEndpoint(dstPt314);
2201     connRef314->setRoutingType((ConnType)2);
2202 
2203     ConnRef *connRef315 = new ConnRef(router, 315);
2204     ConnEnd srcPt315(Point(456, 141), 15);
2205     connRef315->setSourceEndpoint(srcPt315);
2206     ConnEnd dstPt315(Point(316, 130), 15);
2207     connRef315->setDestEndpoint(dstPt315);
2208     connRef315->setRoutingType((ConnType)2);
2209 
2210     router->processTransaction();
2211     router->outputDiagram("output/vertlineassertion");
2212     delete router;
2213     return 0;
2214 };
2215