summaryrefslogtreecommitdiffstats
path: root/src/libavoid/tests/freeFloatingDirection01.cpp
diff options
context:
space:
mode:
authorMarc Jeanmougin <marc.jeanmougin@telecom-paristech.fr>2018-04-29 14:25:32 +0000
committerMarc Jeanmougin <marc.jeanmougin@telecom-paristech.fr>2018-04-29 14:25:32 +0000
commitab5f8ff5869021958f4ae8b838c3d707a2e85eaa (patch)
tree4907675828a5401d013b7587538cc8541edd2764 /src/libavoid/tests/freeFloatingDirection01.cpp
parentmoved libcroco, libuemf, libdepixelize to 3rdparty folder (diff)
downloadinkscape-ab5f8ff5869021958f4ae8b838c3d707a2e85eaa.tar.gz
inkscape-ab5f8ff5869021958f4ae8b838c3d707a2e85eaa.zip
Put adaptagrams into its own folder
Diffstat (limited to 'src/libavoid/tests/freeFloatingDirection01.cpp')
-rw-r--r--src/libavoid/tests/freeFloatingDirection01.cpp3321
1 files changed, 0 insertions, 3321 deletions
diff --git a/src/libavoid/tests/freeFloatingDirection01.cpp b/src/libavoid/tests/freeFloatingDirection01.cpp
deleted file mode 100644
index 56e1773f9..000000000
--- a/src/libavoid/tests/freeFloatingDirection01.cpp
+++ /dev/null
@@ -1,3321 +0,0 @@
-#include "libavoid/libavoid.h"
-using namespace Avoid;
-int main(void) {
- Router *router = new Router(
- PolyLineRouting | OrthogonalRouting);
- router->setRoutingPenalty((PenaltyType)0, 50);
- router->setRoutingPenalty((PenaltyType)1, 0);
- router->setRoutingPenalty((PenaltyType)2, 0);
- router->setRoutingPenalty((PenaltyType)3, 4000);
- router->setRoutingPenalty((PenaltyType)4, 0);
-
- Polygon poly2(4);
- poly2.ps[0] = Point(348, 1286.05);
- poly2.ps[1] = Point(348, 1304.05);
- poly2.ps[2] = Point(330, 1304.05);
- poly2.ps[3] = Point(330, 1286.05);
- new ShapeRef(router, poly2, 2);
-
- Polygon poly153(4);
- poly153.ps[0] = Point(495, 1032.05);
- poly153.ps[1] = Point(495, 1070.05);
- poly153.ps[2] = Point(440, 1070.05);
- poly153.ps[3] = Point(440, 1032.05);
- new ShapeRef(router, poly153, 153);
-
- Polygon poly154(4);
- poly154.ps[0] = Point(613, 959.545);
- poly154.ps[1] = Point(613, 997.545);
- poly154.ps[2] = Point(559, 997.545);
- poly154.ps[3] = Point(559, 959.545);
- new ShapeRef(router, poly154, 154);
-
- Polygon poly155(4);
- poly155.ps[0] = Point(596, 1134.05);
- poly155.ps[1] = Point(596, 1172.05);
- poly155.ps[2] = Point(542, 1172.05);
- poly155.ps[3] = Point(542, 1134.05);
- new ShapeRef(router, poly155, 155);
-
- Polygon poly156(4);
- poly156.ps[0] = Point(762, 377);
- poly156.ps[1] = Point(762, 415);
- poly156.ps[2] = Point(708, 415);
- poly156.ps[3] = Point(708, 377);
- new ShapeRef(router, poly156, 156);
-
- Polygon poly157(4);
- poly157.ps[0] = Point(888, 377);
- poly157.ps[1] = Point(888, 415);
- poly157.ps[2] = Point(834, 415);
- poly157.ps[3] = Point(834, 377);
- new ShapeRef(router, poly157, 157);
-
- Polygon poly158(4);
- poly158.ps[0] = Point(545, 515.545);
- poly158.ps[1] = Point(545, 553.545);
- poly158.ps[2] = Point(491, 553.545);
- poly158.ps[3] = Point(491, 515.545);
- new ShapeRef(router, poly158, 158);
-
- Polygon poly159(4);
- poly159.ps[0] = Point(819.5, 753.545);
- poly159.ps[1] = Point(819.5, 791.545);
- poly159.ps[2] = Point(765.5, 791.545);
- poly159.ps[3] = Point(765.5, 753.545);
- new ShapeRef(router, poly159, 159);
-
- Polygon poly160(4);
- poly160.ps[0] = Point(824, 959.545);
- poly160.ps[1] = Point(824, 997.545);
- poly160.ps[2] = Point(770, 997.545);
- poly160.ps[3] = Point(770, 959.545);
- new ShapeRef(router, poly160, 160);
-
- Polygon poly161(4);
- poly161.ps[0] = Point(868, 1104.55);
- poly161.ps[1] = Point(868, 1142.55);
- poly161.ps[2] = Point(814, 1142.55);
- poly161.ps[3] = Point(814, 1104.55);
- new ShapeRef(router, poly161, 161);
-
- Polygon poly162(4);
- poly162.ps[0] = Point(819.5, 617.545);
- poly162.ps[1] = Point(819.5, 655.545);
- poly162.ps[2] = Point(765.5, 655.545);
- poly162.ps[3] = Point(765.5, 617.545);
- new ShapeRef(router, poly162, 162);
-
- Polygon poly163(4);
- poly163.ps[0] = Point(826, 1156.55);
- poly163.ps[1] = Point(826, 1194.55);
- poly163.ps[2] = Point(772, 1194.55);
- poly163.ps[3] = Point(772, 1156.55);
- new ShapeRef(router, poly163, 163);
-
- Polygon poly164(4);
- poly164.ps[0] = Point(897, 1391.71);
- poly164.ps[1] = Point(897, 1429.71);
- poly164.ps[2] = Point(843, 1429.71);
- poly164.ps[3] = Point(843, 1391.71);
- new ShapeRef(router, poly164, 164);
-
- Polygon poly165(4);
- poly165.ps[0] = Point(781, 1524.71);
- poly165.ps[1] = Point(781, 1562.71);
- poly165.ps[2] = Point(727, 1562.71);
- poly165.ps[3] = Point(727, 1524.71);
- new ShapeRef(router, poly165, 165);
-
- Polygon poly166(4);
- poly166.ps[0] = Point(853, 1657.71);
- poly166.ps[1] = Point(853, 1695.71);
- poly166.ps[2] = Point(799, 1695.71);
- poly166.ps[3] = Point(799, 1657.71);
- new ShapeRef(router, poly166, 166);
-
- Polygon poly167(4);
- poly167.ps[0] = Point(1014, 241);
- poly167.ps[1] = Point(1014, 279);
- poly167.ps[2] = Point(960, 279);
- poly167.ps[3] = Point(960, 241);
- new ShapeRef(router, poly167, 167);
-
- Polygon poly168(4);
- poly168.ps[0] = Point(1014, 325);
- poly168.ps[1] = Point(1014, 363);
- poly168.ps[2] = Point(960, 363);
- poly168.ps[3] = Point(960, 325);
- new ShapeRef(router, poly168, 168);
-
- Polygon poly169(4);
- poly169.ps[0] = Point(1014, 660.045);
- poly169.ps[1] = Point(1014, 698.045);
- poly169.ps[2] = Point(960, 698.045);
- poly169.ps[3] = Point(960, 660.045);
- new ShapeRef(router, poly169, 169);
-
- Polygon poly170(4);
- poly170.ps[0] = Point(1014, 913.545);
- poly170.ps[1] = Point(1014, 951.545);
- poly170.ps[2] = Point(960, 951.545);
- poly170.ps[3] = Point(960, 913.545);
- new ShapeRef(router, poly170, 170);
-
- Polygon poly171(4);
- poly171.ps[0] = Point(1012, 46);
- poly171.ps[1] = Point(1012, 84);
- poly171.ps[2] = Point(958, 84);
- poly171.ps[3] = Point(958, 46);
- new ShapeRef(router, poly171, 171);
-
- Polygon poly172(4);
- poly172.ps[0] = Point(1017, 377);
- poly172.ps[1] = Point(1017, 415);
- poly172.ps[2] = Point(963, 415);
- poly172.ps[3] = Point(963, 377);
- new ShapeRef(router, poly172, 172);
-
- Polygon poly173(4);
- poly173.ps[0] = Point(1199, 377);
- poly173.ps[1] = Point(1199, 415);
- poly173.ps[2] = Point(1145, 415);
- poly173.ps[3] = Point(1145, 377);
- new ShapeRef(router, poly173, 173);
-
- Polygon poly174(4);
- poly174.ps[0] = Point(1179, 691.379);
- poly174.ps[1] = Point(1179, 729.379);
- poly174.ps[2] = Point(1125, 729.379);
- poly174.ps[3] = Point(1125, 691.379);
- new ShapeRef(router, poly174, 174);
-
- Polygon poly130(4);
- poly130.ps[0] = Point(119, 565.545);
- poly130.ps[1] = Point(119, 603.545);
- poly130.ps[2] = Point(81, 603.545);
- poly130.ps[3] = Point(81, 565.545);
- new ShapeRef(router, poly130, 130);
-
- Polygon poly131(4);
- poly131.ps[0] = Point(239, 565.545);
- poly131.ps[1] = Point(239, 603.545);
- poly131.ps[2] = Point(201, 603.545);
- poly131.ps[3] = Point(201, 565.545);
- new ShapeRef(router, poly131, 131);
-
- Polygon poly132(4);
- poly132.ps[0] = Point(1517.53, 1758.71);
- poly132.ps[1] = Point(1517.53, 1796.71);
- poly132.ps[2] = Point(1479.53, 1796.71);
- poly132.ps[3] = Point(1479.53, 1758.71);
- new ShapeRef(router, poly132, 132);
-
- Polygon poly133(4);
- poly133.ps[0] = Point(1627.2, 1758.71);
- poly133.ps[1] = Point(1627.2, 1796.71);
- poly133.ps[2] = Point(1589.2, 1796.71);
- poly133.ps[3] = Point(1589.2, 1758.71);
- new ShapeRef(router, poly133, 133);
-
- Polygon poly134(4);
- poly134.ps[0] = Point(1364, 1758.71);
- poly134.ps[1] = Point(1364, 1796.71);
- poly134.ps[2] = Point(1326, 1796.71);
- poly134.ps[3] = Point(1326, 1758.71);
- new ShapeRef(router, poly134, 134);
-
- Polygon poly135(4);
- poly135.ps[0] = Point(1238, 1758.71);
- poly135.ps[1] = Point(1238, 1796.71);
- poly135.ps[2] = Point(1200, 1796.71);
- poly135.ps[3] = Point(1200, 1758.71);
- new ShapeRef(router, poly135, 135);
-
- Polygon poly136(4);
- poly136.ps[0] = Point(1153, 1758.71);
- poly136.ps[1] = Point(1153, 1796.71);
- poly136.ps[2] = Point(1115, 1796.71);
- poly136.ps[3] = Point(1115, 1758.71);
- new ShapeRef(router, poly136, 136);
-
- Polygon poly137(4);
- poly137.ps[0] = Point(1563.49, 1033.05);
- poly137.ps[1] = Point(1563.49, 1071.05);
- poly137.ps[2] = Point(1525.49, 1071.05);
- poly137.ps[3] = Point(1525.49, 1033.05);
- new ShapeRef(router, poly137, 137);
-
- Polygon poly138(4);
- poly138.ps[0] = Point(1563.49, 1635.71);
- poly138.ps[1] = Point(1563.49, 1673.71);
- poly138.ps[2] = Point(1525.49, 1673.71);
- poly138.ps[3] = Point(1525.49, 1635.71);
- new ShapeRef(router, poly138, 138);
-
- Polygon poly139(4);
- poly139.ps[0] = Point(648, 565.545);
- poly139.ps[1] = Point(648, 603.545);
- poly139.ps[2] = Point(610, 603.545);
- poly139.ps[3] = Point(610, 565.545);
- new ShapeRef(router, poly139, 139);
-
- Polygon poly140(4);
- poly140.ps[0] = Point(665, 1208.55);
- poly140.ps[1] = Point(665, 1246.55);
- poly140.ps[2] = Point(627, 1246.55);
- poly140.ps[3] = Point(627, 1208.55);
- new ShapeRef(router, poly140, 140);
-
- Polygon poly141(4);
- poly141.ps[0] = Point(777, 1328.05);
- poly141.ps[1] = Point(777, 1386.05);
- poly141.ps[2] = Point(466, 1386.05);
- poly141.ps[3] = Point(466, 1328.05);
- new ShapeRef(router, poly141, 141);
-
- Polygon poly142(4);
- poly142.ps[0] = Point(892, 305);
- poly142.ps[1] = Point(892, 363);
- poly142.ps[2] = Point(581, 363);
- poly142.ps[3] = Point(581, 305);
- new ShapeRef(router, poly142, 142);
-
- Polygon poly143(4);
- poly143.ps[0] = Point(366, 1226.05);
- poly143.ps[1] = Point(366, 1264.05);
- poly143.ps[2] = Point(312, 1264.05);
- poly143.ps[3] = Point(312, 1226.05);
- new ShapeRef(router, poly143, 143);
-
- Polygon poly144(4);
- poly144.ps[0] = Point(366, 1134.05);
- poly144.ps[1] = Point(366, 1172.05);
- poly144.ps[2] = Point(312, 1172.05);
- poly144.ps[3] = Point(312, 1134.05);
- new ShapeRef(router, poly144, 144);
-
- Polygon poly145(4);
- poly145.ps[0] = Point(100, 1130.05);
- poly145.ps[1] = Point(100, 1168.05);
- poly145.ps[2] = Point(46, 1168.05);
- poly145.ps[3] = Point(46, 1130.05);
- new ShapeRef(router, poly145, 145);
-
- Polygon poly146(4);
- poly146.ps[0] = Point(1497.2, 669.545);
- poly146.ps[1] = Point(1497.2, 707.545);
- poly146.ps[2] = Point(1443.2, 707.545);
- poly146.ps[3] = Point(1443.2, 669.545);
- new ShapeRef(router, poly146, 146);
-
- Polygon poly147(4);
- poly147.ps[0] = Point(545, 377);
- poly147.ps[1] = Point(545, 415);
- poly147.ps[2] = Point(491, 415);
- poly147.ps[3] = Point(491, 377);
- new ShapeRef(router, poly147, 147);
-
- Polygon poly148(4);
- poly148.ps[0] = Point(361.2, 617.545);
- poly148.ps[1] = Point(361.2, 655.545);
- poly148.ps[2] = Point(307.2, 655.545);
- poly148.ps[3] = Point(307.2, 617.545);
- new ShapeRef(router, poly148, 148);
-
- Polygon poly149(4);
- poly149.ps[0] = Point(218, 1080.05);
- poly149.ps[1] = Point(218, 1118.05);
- poly149.ps[2] = Point(164, 1118.05);
- poly149.ps[3] = Point(164, 1080.05);
- new ShapeRef(router, poly149, 149);
-
- Polygon poly150(4);
- poly150.ps[0] = Point(423.2, 751.545);
- poly150.ps[1] = Point(423.2, 789.545);
- poly150.ps[2] = Point(369.2, 789.545);
- poly150.ps[3] = Point(369.2, 751.545);
- new ShapeRef(router, poly150, 150);
-
- Polygon poly151(4);
- poly151.ps[0] = Point(423.2, 803.545);
- poly151.ps[1] = Point(423.2, 841.545);
- poly151.ps[2] = Point(369.2, 841.545);
- poly151.ps[3] = Point(369.2, 803.545);
- new ShapeRef(router, poly151, 151);
-
- Polygon poly152(4);
- poly152.ps[0] = Point(423.2, 855.545);
- poly152.ps[1] = Point(423.2, 893.545);
- poly152.ps[2] = Point(369.2, 893.545);
- poly152.ps[3] = Point(369.2, 855.545);
- new ShapeRef(router, poly152, 152);
-
- Polygon poly3(4);
- poly3.ps[0] = Point(348, 1194.05);
- poly3.ps[1] = Point(348, 1212.05);
- poly3.ps[2] = Point(330, 1212.05);
- poly3.ps[3] = Point(330, 1194.05);
- new ShapeRef(router, poly3, 3);
-
- Polygon poly198(4);
- poly198.ps[0] = Point(1291, 1134.05);
- poly198.ps[1] = Point(1291, 1172.05);
- poly198.ps[2] = Point(1237, 1172.05);
- poly198.ps[3] = Point(1237, 1134.05);
- new ShapeRef(router, poly198, 198);
-
- Polygon poly199(4);
- poly199.ps[0] = Point(1700.2, 1287.71);
- poly199.ps[1] = Point(1700.2, 1325.71);
- poly199.ps[2] = Point(1646.2, 1325.71);
- poly199.ps[3] = Point(1646.2, 1287.71);
- new ShapeRef(router, poly199, 199);
-
- Polygon poly200(4);
- poly200.ps[0] = Point(586.5, 855.545);
- poly200.ps[1] = Point(586.5, 893.545);
- poly200.ps[2] = Point(532.5, 893.545);
- poly200.ps[3] = Point(532.5, 855.545);
- new ShapeRef(router, poly200, 200);
-
- Polygon poly201(4);
- poly201.ps[0] = Point(787, 855.545);
- poly201.ps[1] = Point(787, 893.545);
- poly201.ps[2] = Point(733, 893.545);
- poly201.ps[3] = Point(733, 855.545);
- new ShapeRef(router, poly201, 201);
-
- Polygon poly202(4);
- poly202.ps[0] = Point(496, 907.545);
- poly202.ps[1] = Point(496, 945.545);
- poly202.ps[2] = Point(442, 945.545);
- poly202.ps[3] = Point(442, 907.545);
- new ShapeRef(router, poly202, 202);
-
- Polygon poly203(4);
- poly203.ps[0] = Point(1223, 1088.21);
- poly203.ps[1] = Point(1223, 1126.21);
- poly203.ps[2] = Point(1169, 1126.21);
- poly203.ps[3] = Point(1169, 1088.21);
- new ShapeRef(router, poly203, 203);
-
- Polygon poly204(4);
- poly204.ps[0] = Point(1841.2, 1593.71);
- poly204.ps[1] = Point(1841.2, 1631.71);
- poly204.ps[2] = Point(1787.2, 1631.71);
- poly204.ps[3] = Point(1787.2, 1593.71);
- new ShapeRef(router, poly204, 204);
-
- Polygon poly205(4);
- poly205.ps[0] = Point(658, 1260.55);
- poly205.ps[1] = Point(658, 1298.55);
- poly205.ps[2] = Point(604, 1298.55);
- poly205.ps[3] = Point(604, 1260.55);
- new ShapeRef(router, poly205, 205);
-
- Polygon poly206(4);
- poly206.ps[0] = Point(545, 980.045);
- poly206.ps[1] = Point(545, 1018.05);
- poly206.ps[2] = Point(491, 1018.05);
- poly206.ps[3] = Point(491, 980.045);
- new ShapeRef(router, poly206, 206);
-
- Polygon poly207(4);
- poly207.ps[0] = Point(357, 565.545);
- poly207.ps[1] = Point(357, 603.545);
- poly207.ps[2] = Point(303, 603.545);
- poly207.ps[3] = Point(303, 565.545);
- new ShapeRef(router, poly207, 207);
-
- Polygon poly208(4);
- poly208.ps[0] = Point(187, 515.545);
- poly208.ps[1] = Point(187, 553.545);
- poly208.ps[2] = Point(133, 553.545);
- poly208.ps[3] = Point(133, 515.545);
- new ShapeRef(router, poly208, 208);
-
- Polygon poly209(4);
- poly209.ps[0] = Point(1025.8, 976.045);
- poly209.ps[1] = Point(1025.8, 1014.05);
- poly209.ps[2] = Point(971.8, 1014.05);
- poly209.ps[3] = Point(971.8, 976.045);
- new ShapeRef(router, poly209, 209);
-
- Polygon poly210(4);
- poly210.ps[0] = Point(1654.2, 1339.71);
- poly210.ps[1] = Point(1654.2, 1377.71);
- poly210.ps[2] = Point(1600.2, 1377.71);
- poly210.ps[3] = Point(1600.2, 1339.71);
- new ShapeRef(router, poly210, 210);
-
- Polygon poly211(4);
- poly211.ps[0] = Point(1466.53, 1339.71);
- poly211.ps[1] = Point(1466.53, 1377.71);
- poly211.ps[2] = Point(1412.53, 1377.71);
- poly211.ps[3] = Point(1412.53, 1339.71);
- new ShapeRef(router, poly211, 211);
-
- Polygon poly212(4);
- poly212.ps[0] = Point(1633.49, 1593.71);
- poly212.ps[1] = Point(1633.49, 1631.71);
- poly212.ps[2] = Point(1579.49, 1631.71);
- poly212.ps[3] = Point(1579.49, 1593.71);
- new ShapeRef(router, poly212, 212);
-
- Polygon poly213(4);
- poly213.ps[0] = Point(1429.2, 840.545);
- poly213.ps[1] = Point(1429.2, 878.545);
- poly213.ps[2] = Point(1375.2, 878.545);
- poly213.ps[3] = Point(1375.2, 840.545);
- new ShapeRef(router, poly213, 213);
-
- Polygon poly214(4);
- poly214.ps[0] = Point(1633.49, 975.545);
- poly214.ps[1] = Point(1633.49, 1013.55);
- poly214.ps[2] = Point(1579.49, 1013.55);
- poly214.ps[3] = Point(1579.49, 975.545);
- new ShapeRef(router, poly214, 214);
-
- Polygon poly215(4);
- poly215.ps[0] = Point(1505.53, 925.545);
- poly215.ps[1] = Point(1505.53, 963.545);
- poly215.ps[2] = Point(1451.53, 963.545);
- poly215.ps[3] = Point(1451.53, 925.545);
- new ShapeRef(router, poly215, 215);
-
- Polygon poly216(4);
- poly216.ps[0] = Point(1099.8, 1595.71);
- poly216.ps[1] = Point(1099.8, 1633.71);
- poly216.ps[2] = Point(1041.8, 1633.71);
- poly216.ps[3] = Point(1041.8, 1595.71);
- new ShapeRef(router, poly216, 216);
-
- Polygon poly217(4);
- poly217.ps[0] = Point(1207, 325);
- poly217.ps[1] = Point(1207, 363);
- poly217.ps[2] = Point(1149, 363);
- poly217.ps[3] = Point(1149, 325);
- new ShapeRef(router, poly217, 217);
-
- Polygon poly218(4);
- poly218.ps[0] = Point(1259, 305);
- poly218.ps[1] = Point(1259, 363);
- poly218.ps[2] = Point(1221, 363);
- poly218.ps[3] = Point(1221, 305);
- new ShapeRef(router, poly218, 218);
-
- Polygon poly219(4);
- poly219.ps[0] = Point(342, 463.545);
- poly219.ps[1] = Point(342, 501.545);
- poly219.ps[2] = Point(284, 501.545);
- poly219.ps[3] = Point(284, 463.545);
- new ShapeRef(router, poly219, 219);
-
- Polygon poly220(4);
- poly220.ps[0] = Point(1066.83, 731.462);
- poly220.ps[1] = Point(1066.83, 789.462);
- poly220.ps[2] = Point(1028.83, 789.462);
- poly220.ps[3] = Point(1028.83, 731.462);
- new ShapeRef(router, poly220, 220);
-
- Polygon poly221(4);
- poly221.ps[0] = Point(777, 1328.05);
- poly221.ps[1] = Point(777, 1366.05);
- poly221.ps[2] = Point(719, 1366.05);
- poly221.ps[3] = Point(719, 1328.05);
- new ShapeRef(router, poly221, 221);
-
- Polygon poly222(4);
- poly222.ps[0] = Point(892, 325);
- poly222.ps[1] = Point(892, 363);
- poly222.ps[2] = Point(834, 363);
- poly222.ps[3] = Point(834, 325);
- new ShapeRef(router, poly222, 222);
-
- Polygon poly63(4);
- poly63.ps[0] = Point(1620.2, 1297.71);
- poly63.ps[1] = Point(1620.2, 1315.71);
- poly63.ps[2] = Point(1602.2, 1315.71);
- poly63.ps[3] = Point(1602.2, 1297.71);
- new ShapeRef(router, poly63, 63);
-
- Polygon poly64(4);
- poly64.ps[0] = Point(630.5, 865.545);
- poly64.ps[1] = Point(630.5, 883.545);
- poly64.ps[2] = Point(612.5, 883.545);
- poly64.ps[3] = Point(612.5, 865.545);
- new ShapeRef(router, poly64, 64);
-
- Polygon poly65(4);
- poly65.ps[0] = Point(707, 865.545);
- poly65.ps[1] = Point(707, 883.545);
- poly65.ps[2] = Point(689, 883.545);
- poly65.ps[3] = Point(689, 865.545);
- new ShapeRef(router, poly65, 65);
-
- Polygon poly66(4);
- poly66.ps[0] = Point(416, 917.545);
- poly66.ps[1] = Point(416, 935.545);
- poly66.ps[2] = Point(398, 935.545);
- poly66.ps[3] = Point(398, 917.545);
- new ShapeRef(router, poly66, 66);
-
- Polygon poly67(4);
- poly67.ps[0] = Point(1143, 1098.21);
- poly67.ps[1] = Point(1143, 1116.21);
- poly67.ps[2] = Point(1125, 1116.21);
- poly67.ps[3] = Point(1125, 1098.21);
- new ShapeRef(router, poly67, 67);
-
- Polygon poly68(4);
- poly68.ps[0] = Point(1761.2, 1603.71);
- poly68.ps[1] = Point(1761.2, 1621.71);
- poly68.ps[2] = Point(1743.2, 1621.71);
- poly68.ps[3] = Point(1743.2, 1603.71);
- new ShapeRef(router, poly68, 68);
-
- Polygon poly69(4);
- poly69.ps[0] = Point(578, 1270.55);
- poly69.ps[1] = Point(578, 1288.55);
- poly69.ps[2] = Point(560, 1288.55);
- poly69.ps[3] = Point(560, 1270.55);
- new ShapeRef(router, poly69, 69);
-
- Polygon poly70(4);
- poly70.ps[0] = Point(527, 1040.05);
- poly70.ps[1] = Point(527, 1058.05);
- poly70.ps[2] = Point(509, 1058.05);
- poly70.ps[3] = Point(509, 1040.05);
- new ShapeRef(router, poly70, 70);
-
- Polygon poly71(4);
- poly71.ps[0] = Point(277, 575.545);
- poly71.ps[1] = Point(277, 593.545);
- poly71.ps[2] = Point(259, 593.545);
- poly71.ps[3] = Point(259, 575.545);
- new ShapeRef(router, poly71, 71);
-
- Polygon poly72(4);
- poly72.ps[0] = Point(169, 575.545);
- poly72.ps[1] = Point(169, 593.545);
- poly72.ps[2] = Point(151, 593.545);
- poly72.ps[3] = Point(151, 575.545);
- new ShapeRef(router, poly72, 72);
-
- Polygon poly73(4);
- poly73.ps[0] = Point(1007.8, 1036.05);
- poly73.ps[1] = Point(1007.8, 1054.05);
- poly73.ps[2] = Point(989.8, 1054.05);
- poly73.ps[3] = Point(989.8, 1036.05);
- new ShapeRef(router, poly73, 73);
-
- Polygon poly74(4);
- poly74.ps[0] = Point(1574.2, 1349.71);
- poly74.ps[1] = Point(1574.2, 1367.71);
- poly74.ps[2] = Point(1556.2, 1367.71);
- poly74.ps[3] = Point(1556.2, 1349.71);
- new ShapeRef(router, poly74, 74);
-
- Polygon poly75(4);
- poly75.ps[0] = Point(1510.53, 1349.71);
- poly75.ps[1] = Point(1510.53, 1367.71);
- poly75.ps[2] = Point(1492.53, 1367.71);
- poly75.ps[3] = Point(1492.53, 1349.71);
- new ShapeRef(router, poly75, 75);
-
- Polygon poly76(4);
- poly76.ps[0] = Point(1553.49, 1603.71);
- poly76.ps[1] = Point(1553.49, 1621.71);
- poly76.ps[2] = Point(1535.49, 1621.71);
- poly76.ps[3] = Point(1535.49, 1603.71);
- new ShapeRef(router, poly76, 76);
-
- Polygon poly77(4);
- poly77.ps[0] = Point(1349.2, 850.545);
- poly77.ps[1] = Point(1349.2, 868.545);
- poly77.ps[2] = Point(1331.2, 868.545);
- poly77.ps[3] = Point(1331.2, 850.545);
- new ShapeRef(router, poly77, 77);
-
- Polygon poly78(4);
- poly78.ps[0] = Point(1553.49, 985.545);
- poly78.ps[1] = Point(1553.49, 1003.55);
- poly78.ps[2] = Point(1535.49, 1003.55);
- poly78.ps[3] = Point(1535.49, 985.545);
- new ShapeRef(router, poly78, 78);
-
- Polygon poly79(4);
- poly79.ps[0] = Point(1487.53, 985.545);
- poly79.ps[1] = Point(1487.53, 1003.55);
- poly79.ps[2] = Point(1469.53, 1003.55);
- poly79.ps[3] = Point(1469.53, 985.545);
- new ShapeRef(router, poly79, 79);
-
- Polygon poly80(4);
- poly80.ps[0] = Point(119, 667.545);
- poly80.ps[1] = Point(119, 705.545);
- poly80.ps[2] = Point(81, 705.545);
- poly80.ps[3] = Point(81, 667.545);
- new ShapeRef(router, poly80, 80);
-
- Polygon poly81(4);
- poly81.ps[0] = Point(179, 803.545);
- poly81.ps[1] = Point(179, 841.545);
- poly81.ps[2] = Point(141, 841.545);
- poly81.ps[3] = Point(141, 803.545);
- new ShapeRef(router, poly81, 81);
-
- Polygon poly82(4);
- poly82.ps[0] = Point(394, 427);
- poly82.ps[1] = Point(394, 465);
- poly82.ps[2] = Point(356, 465);
- poly82.ps[3] = Point(356, 427);
- new ShapeRef(router, poly82, 82);
-
- Polygon poly83(4);
- poly83.ps[0] = Point(658.5, 427);
- poly83.ps[1] = Point(658.5, 465);
- poly83.ps[2] = Point(620.5, 465);
- poly83.ps[3] = Point(620.5, 427);
- new ShapeRef(router, poly83, 83);
-
- Polygon poly84(4);
- poly84.ps[0] = Point(820, 427);
- poly84.ps[1] = Point(820, 465);
- poly84.ps[2] = Point(782, 465);
- poly84.ps[3] = Point(782, 427);
- new ShapeRef(router, poly84, 84);
-
- Polygon poly22(4);
- poly22.ps[0] = Point(801.5, 677.545);
- poly22.ps[1] = Point(801.5, 695.545);
- poly22.ps[2] = Point(783.5, 695.545);
- poly22.ps[3] = Point(783.5, 677.545);
- new ShapeRef(router, poly22, 22);
-
- Polygon poly23(4);
- poly23.ps[0] = Point(870, 1166.55);
- poly23.ps[1] = Point(870, 1184.55);
- poly23.ps[2] = Point(852, 1184.55);
- poly23.ps[3] = Point(852, 1166.55);
- new ShapeRef(router, poly23, 23);
-
- Polygon poly24(4);
- poly24.ps[0] = Point(879, 1451.71);
- poly24.ps[1] = Point(879, 1469.71);
- poly24.ps[2] = Point(861, 1469.71);
- poly24.ps[3] = Point(861, 1451.71);
- new ShapeRef(router, poly24, 24);
-
- Polygon poly25(4);
- poly25.ps[0] = Point(763, 1584.71);
- poly25.ps[1] = Point(763, 1602.71);
- poly25.ps[2] = Point(745, 1602.71);
- poly25.ps[3] = Point(745, 1584.71);
- new ShapeRef(router, poly25, 25);
-
- Polygon poly26(4);
- poly26.ps[0] = Point(835, 1617.71);
- poly26.ps[1] = Point(835, 1635.71);
- poly26.ps[2] = Point(817, 1635.71);
- poly26.ps[3] = Point(817, 1617.71);
- new ShapeRef(router, poly26, 26);
-
- Polygon poly27(4);
- poly27.ps[0] = Point(934, 251);
- poly27.ps[1] = Point(934, 269);
- poly27.ps[2] = Point(916, 269);
- poly27.ps[3] = Point(916, 251);
- new ShapeRef(router, poly27, 27);
-
- Polygon poly28(4);
- poly28.ps[0] = Point(934, 335);
- poly28.ps[1] = Point(934, 353);
- poly28.ps[2] = Point(916, 353);
- poly28.ps[3] = Point(916, 335);
- new ShapeRef(router, poly28, 28);
-
- Polygon poly29(4);
- poly29.ps[0] = Point(934, 670.045);
- poly29.ps[1] = Point(934, 688.045);
- poly29.ps[2] = Point(916, 688.045);
- poly29.ps[3] = Point(916, 670.045);
- new ShapeRef(router, poly29, 29);
-
- Polygon poly30(4);
- poly30.ps[0] = Point(934, 923.545);
- poly30.ps[1] = Point(934, 941.545);
- poly30.ps[2] = Point(916, 941.545);
- poly30.ps[3] = Point(916, 923.545);
- new ShapeRef(router, poly30, 30);
-
- Polygon poly31(4);
- poly31.ps[0] = Point(994, 106);
- poly31.ps[1] = Point(994, 124);
- poly31.ps[2] = Point(976, 124);
- poly31.ps[3] = Point(976, 106);
- new ShapeRef(router, poly31, 31);
-
- Polygon poly32(4);
- poly32.ps[0] = Point(999, 437);
- poly32.ps[1] = Point(999, 455);
- poly32.ps[2] = Point(981, 455);
- poly32.ps[3] = Point(981, 437);
- new ShapeRef(router, poly32, 32);
-
- Polygon poly33(4);
- poly33.ps[0] = Point(1181, 437);
- poly33.ps[1] = Point(1181, 455);
- poly33.ps[2] = Point(1163, 455);
- poly33.ps[3] = Point(1163, 437);
- new ShapeRef(router, poly33, 33);
-
- Polygon poly34(4);
- poly34.ps[0] = Point(1161, 751.379);
- poly34.ps[1] = Point(1161, 769.379);
- poly34.ps[2] = Point(1143, 769.379);
- poly34.ps[3] = Point(1143, 751.379);
- new ShapeRef(router, poly34, 34);
-
- Polygon poly35(4);
- poly35.ps[0] = Point(1107, 813.545);
- poly35.ps[1] = Point(1107, 831.545);
- poly35.ps[2] = Point(1089, 831.545);
- poly35.ps[3] = Point(1089, 813.545);
- new ShapeRef(router, poly35, 35);
-
- Polygon poly36(4);
- poly36.ps[0] = Point(979, 1098.21);
- poly36.ps[1] = Point(979, 1116.21);
- poly36.ps[2] = Point(961, 1116.21);
- poly36.ps[3] = Point(961, 1098.21);
- new ShapeRef(router, poly36, 36);
-
- Polygon poly37(4);
- poly37.ps[0] = Point(947.8, 1620.71);
- poly37.ps[1] = Point(947.8, 1638.71);
- poly37.ps[2] = Point(929.8, 1638.71);
- poly37.ps[3] = Point(929.8, 1620.71);
- new ShapeRef(router, poly37, 37);
-
- Polygon poly38(4);
- poly38.ps[0] = Point(1299.8, 1595.71);
- poly38.ps[1] = Point(1299.8, 1653.71);
- poly38.ps[2] = Point(1041.8, 1653.71);
- poly38.ps[3] = Point(1041.8, 1595.71);
- new ShapeRef(router, poly38, 38);
-
- Polygon poly39(4);
- poly39.ps[0] = Point(767, 1676.71);
- poly39.ps[1] = Point(767, 1694.71);
- poly39.ps[2] = Point(749, 1694.71);
- poly39.ps[3] = Point(749, 1676.71);
- new ShapeRef(router, poly39, 39);
-
- Polygon poly40(4);
- poly40.ps[0] = Point(767, 1768.71);
- poly40.ps[1] = Point(767, 1786.71);
- poly40.ps[2] = Point(749, 1786.71);
- poly40.ps[3] = Point(749, 1768.71);
- new ShapeRef(router, poly40, 40);
-
- Polygon poly85(4);
- poly85.ps[0] = Point(944, 96);
- poly85.ps[1] = Point(944, 134);
- poly85.ps[2] = Point(906, 134);
- poly85.ps[3] = Point(906, 96);
- new ShapeRef(router, poly85, 85);
-
- Polygon poly86(4);
- poly86.ps[0] = Point(1120, 96);
- poly86.ps[1] = Point(1120, 134);
- poly86.ps[2] = Point(1082, 134);
- poly86.ps[3] = Point(1082, 96);
- new ShapeRef(router, poly86, 86);
-
- Polygon poly87(4);
- poly87.ps[0] = Point(1120, 283);
- poly87.ps[1] = Point(1120, 321);
- poly87.ps[2] = Point(1082, 321);
- poly87.ps[3] = Point(1082, 283);
- new ShapeRef(router, poly87, 87);
-
- Polygon poly88(4);
- poly88.ps[0] = Point(944, 283);
- poly88.ps[1] = Point(944, 321);
- poly88.ps[2] = Point(906, 321);
- poly88.ps[3] = Point(906, 283);
- new ShapeRef(router, poly88, 88);
-
- Polygon poly89(4);
- poly89.ps[0] = Point(353.2, 709.545);
- poly89.ps[1] = Point(353.2, 747.545);
- poly89.ps[2] = Point(315.2, 747.545);
- poly89.ps[3] = Point(315.2, 709.545);
- new ShapeRef(router, poly89, 89);
-
- Polygon poly90(4);
- poly90.ps[0] = Point(665, 667.545);
- poly90.ps[1] = Point(665, 705.545);
- poly90.ps[2] = Point(627, 705.545);
- poly90.ps[3] = Point(627, 667.545);
- new ShapeRef(router, poly90, 90);
-
- Polygon poly91(4);
- poly91.ps[0] = Point(665, 803.545);
- poly91.ps[1] = Point(665, 841.545);
- poly91.ps[2] = Point(627, 841.545);
- poly91.ps[3] = Point(627, 803.545);
- new ShapeRef(router, poly91, 91);
-
- Polygon poly92(4);
- poly92.ps[0] = Point(944, 427);
- poly92.ps[1] = Point(944, 465);
- poly92.ps[2] = Point(906, 465);
- poly92.ps[3] = Point(906, 427);
- new ShapeRef(router, poly92, 92);
-
- Polygon poly93(4);
- poly93.ps[0] = Point(1131, 427);
- poly93.ps[1] = Point(1131, 465);
- poly93.ps[2] = Point(1093, 465);
- poly93.ps[3] = Point(1093, 427);
- new ShapeRef(router, poly93, 93);
-
- Polygon poly94(4);
- poly94.ps[0] = Point(1254, 427);
- poly94.ps[1] = Point(1254, 465);
- poly94.ps[2] = Point(1216, 465);
- poly94.ps[3] = Point(1216, 427);
- new ShapeRef(router, poly94, 94);
-
- Polygon poly95(4);
- poly95.ps[0] = Point(944, 803.545);
- poly95.ps[1] = Point(944, 841.545);
- poly95.ps[2] = Point(906, 841.545);
- poly95.ps[3] = Point(906, 803.545);
- new ShapeRef(router, poly95, 95);
-
- Polygon poly96(4);
- poly96.ps[0] = Point(270, 1082.05);
- poly96.ps[1] = Point(270, 1120.05);
- poly96.ps[2] = Point(232, 1120.05);
- poly96.ps[3] = Point(232, 1082.05);
- new ShapeRef(router, poly96, 96);
-
- Polygon poly97(4);
- poly97.ps[0] = Point(426, 1009.55);
- poly97.ps[1] = Point(426, 1047.55);
- poly97.ps[2] = Point(388, 1047.55);
- poly97.ps[3] = Point(388, 1009.55);
- new ShapeRef(router, poly97, 97);
-
- Polygon poly98(4);
- poly98.ps[0] = Point(262, 1276.05);
- poly98.ps[1] = Point(262, 1314.05);
- poly98.ps[2] = Point(224, 1314.05);
- poly98.ps[3] = Point(224, 1276.05);
- new ShapeRef(router, poly98, 98);
-
- Polygon poly99(4);
- poly99.ps[0] = Point(957.8, 1832.71);
- poly99.ps[1] = Point(957.8, 1870.71);
- poly99.ps[2] = Point(919.8, 1870.71);
- poly99.ps[3] = Point(919.8, 1832.71);
- new ShapeRef(router, poly99, 99);
-
- Polygon poly100(4);
- poly100.ps[0] = Point(957.8, 1666.71);
- poly100.ps[1] = Point(957.8, 1704.71);
- poly100.ps[2] = Point(919.8, 1704.71);
- poly100.ps[3] = Point(919.8, 1666.71);
- new ShapeRef(router, poly100, 100);
-
- Polygon poly101(4);
- poly101.ps[0] = Point(568, 1767.85);
- poly101.ps[1] = Point(568, 1805.85);
- poly101.ps[2] = Point(530, 1805.85);
- poly101.ps[3] = Point(530, 1767.85);
- new ShapeRef(router, poly101, 101);
-
- Polygon poly102(4);
- poly102.ps[0] = Point(717, 1596.71);
- poly102.ps[1] = Point(717, 1634.71);
- poly102.ps[2] = Point(679, 1634.71);
- poly102.ps[3] = Point(679, 1596.71);
- new ShapeRef(router, poly102, 102);
-
- Polygon poly103(4);
- poly103.ps[0] = Point(829, 1441.71);
- poly103.ps[1] = Point(829, 1479.71);
- poly103.ps[2] = Point(791, 1479.71);
- poly103.ps[3] = Point(791, 1441.71);
- new ShapeRef(router, poly103, 103);
-
- Polygon poly104(4);
- poly104.ps[0] = Point(949, 1208.55);
- poly104.ps[1] = Point(949, 1246.55);
- poly104.ps[2] = Point(911, 1246.55);
- poly104.ps[3] = Point(911, 1208.55);
- new ShapeRef(router, poly104, 104);
-
- Polygon poly105(4);
- poly105.ps[0] = Point(804, 1208.55);
- poly105.ps[1] = Point(804, 1246.55);
- poly105.ps[2] = Point(766, 1246.55);
- poly105.ps[3] = Point(766, 1208.55);
- new ShapeRef(router, poly105, 105);
-
- Polygon poly106(4);
- poly106.ps[0] = Point(717, 1009.55);
- poly106.ps[1] = Point(717, 1047.55);
- poly106.ps[2] = Point(679, 1047.55);
- poly106.ps[3] = Point(679, 1009.55);
- new ShapeRef(router, poly106, 106);
-
- Polygon poly107(4);
- poly107.ps[0] = Point(1111, 1088.21);
- poly107.ps[1] = Point(1111, 1126.21);
- poly107.ps[2] = Point(1073, 1126.21);
- poly107.ps[3] = Point(1073, 1088.21);
- new ShapeRef(router, poly107, 107);
-
- Polygon poly4(4);
- poly4.ps[0] = Point(144, 1140.05);
- poly4.ps[1] = Point(144, 1158.05);
- poly4.ps[2] = Point(126, 1158.05);
- poly4.ps[3] = Point(126, 1140.05);
- new ShapeRef(router, poly4, 4);
-
- Polygon poly1(4);
- poly1.ps[0] = Point(1563.49, 741.379);
- poly1.ps[1] = Point(1563.49, 779.379);
- poly1.ps[2] = Point(1525.49, 779.379);
- poly1.ps[3] = Point(1525.49, 741.379);
- new ShapeRef(router, poly1, 1);
-
- Polygon poly7(4);
- poly7.ps[0] = Point(527, 437);
- poly7.ps[1] = Point(527, 455);
- poly7.ps[2] = Point(509, 455);
- poly7.ps[3] = Point(509, 437);
- new ShapeRef(router, poly7, 7);
-
- Polygon poly8(4);
- poly8.ps[0] = Point(343.2, 677.545);
- poly8.ps[1] = Point(343.2, 695.545);
- poly8.ps[2] = Point(325.2, 695.545);
- poly8.ps[3] = Point(325.2, 677.545);
- new ShapeRef(router, poly8, 8);
-
- Polygon poly9(4);
- poly9.ps[0] = Point(200, 1140.05);
- poly9.ps[1] = Point(200, 1158.05);
- poly9.ps[2] = Point(182, 1158.05);
- poly9.ps[3] = Point(182, 1140.05);
- new ShapeRef(router, poly9, 9);
-
- Polygon poly10(4);
- poly10.ps[0] = Point(343.2, 761.545);
- poly10.ps[1] = Point(343.2, 779.545);
- poly10.ps[2] = Point(325.2, 779.545);
- poly10.ps[3] = Point(325.2, 761.545);
- new ShapeRef(router, poly10, 10);
-
- Polygon poly11(4);
- poly11.ps[0] = Point(343.2, 813.545);
- poly11.ps[1] = Point(343.2, 831.545);
- poly11.ps[2] = Point(325.2, 831.545);
- poly11.ps[3] = Point(325.2, 813.545);
- new ShapeRef(router, poly11, 11);
-
- Polygon poly12(4);
- poly12.ps[0] = Point(343.2, 865.545);
- poly12.ps[1] = Point(343.2, 883.545);
- poly12.ps[2] = Point(325.2, 883.545);
- poly12.ps[3] = Point(325.2, 865.545);
- new ShapeRef(router, poly12, 12);
-
- Polygon poly13(4);
- poly13.ps[0] = Point(476.5, 1092.05);
- poly13.ps[1] = Point(476.5, 1110.05);
- poly13.ps[2] = Point(458.5, 1110.05);
- poly13.ps[3] = Point(458.5, 1092.05);
- new ShapeRef(router, poly13, 13);
-
- Polygon poly14(4);
- poly14.ps[0] = Point(595, 1019.55);
- poly14.ps[1] = Point(595, 1037.55);
- poly14.ps[2] = Point(577, 1037.55);
- poly14.ps[3] = Point(577, 1019.55);
- new ShapeRef(router, poly14, 14);
-
- Polygon poly15(4);
- poly15.ps[0] = Point(578, 1194.05);
- poly15.ps[1] = Point(578, 1212.05);
- poly15.ps[2] = Point(560, 1212.05);
- poly15.ps[3] = Point(560, 1194.05);
- new ShapeRef(router, poly15, 15);
-
- Polygon poly16(4);
- poly16.ps[0] = Point(744, 437);
- poly16.ps[1] = Point(744, 455);
- poly16.ps[2] = Point(726, 455);
- poly16.ps[3] = Point(726, 437);
- new ShapeRef(router, poly16, 16);
-
- Polygon poly17(4);
- poly17.ps[0] = Point(870, 437);
- poly17.ps[1] = Point(870, 455);
- poly17.ps[2] = Point(852, 455);
- poly17.ps[3] = Point(852, 437);
- new ShapeRef(router, poly17, 17);
-
- Polygon poly18(4);
- poly18.ps[0] = Point(527, 575.545);
- poly18.ps[1] = Point(527, 593.545);
- poly18.ps[2] = Point(509, 593.545);
- poly18.ps[3] = Point(509, 575.545);
- new ShapeRef(router, poly18, 18);
-
- Polygon poly19(4);
- poly19.ps[0] = Point(801.5, 813.545);
- poly19.ps[1] = Point(801.5, 831.545);
- poly19.ps[2] = Point(783.5, 831.545);
- poly19.ps[3] = Point(783.5, 813.545);
- new ShapeRef(router, poly19, 19);
-
- Polygon poly20(4);
- poly20.ps[0] = Point(806, 1019.55);
- poly20.ps[1] = Point(806, 1037.55);
- poly20.ps[2] = Point(788, 1037.55);
- poly20.ps[3] = Point(788, 1019.55);
- new ShapeRef(router, poly20, 20);
-
- Polygon poly21(4);
- poly21.ps[0] = Point(788, 1114.55);
- poly21.ps[1] = Point(788, 1132.55);
- poly21.ps[2] = Point(770, 1132.55);
- poly21.ps[3] = Point(770, 1114.55);
- new ShapeRef(router, poly21, 21);
-
- Polygon poly5(4);
- poly5.ps[0] = Point(1479.2, 729.545);
- poly5.ps[1] = Point(1479.2, 747.545);
- poly5.ps[2] = Point(1461.2, 747.545);
- poly5.ps[3] = Point(1461.2, 729.545);
- new ShapeRef(router, poly5, 5);
-
- Polygon poly6(4);
- poly6.ps[0] = Point(687.327, 258);
- poly6.ps[1] = Point(687.327, 291);
- poly6.ps[2] = Point(393.327, 291);
- poly6.ps[3] = Point(393.327, 258);
- new ShapeRef(router, poly6, 6);
-
- Polygon poly175(4);
- poly175.ps[0] = Point(1187, 803.545);
- poly175.ps[1] = Point(1187, 841.545);
- poly175.ps[2] = Point(1133, 841.545);
- poly175.ps[3] = Point(1133, 803.545);
- new ShapeRef(router, poly175, 175);
-
- Polygon poly176(4);
- poly176.ps[0] = Point(1059, 1088.21);
- poly176.ps[1] = Point(1059, 1126.21);
- poly176.ps[2] = Point(1005, 1126.21);
- poly176.ps[3] = Point(1005, 1088.21);
- new ShapeRef(router, poly176, 176);
-
- Polygon poly177(4);
- poly177.ps[0] = Point(1027.8, 1610.71);
- poly177.ps[1] = Point(1027.8, 1648.71);
- poly177.ps[2] = Point(973.8, 1648.71);
- poly177.ps[3] = Point(973.8, 1610.71);
- new ShapeRef(router, poly177, 177);
-
- Polygon poly178(4);
- poly178.ps[0] = Point(785, 1616.71);
- poly178.ps[1] = Point(785, 1654.71);
- poly178.ps[2] = Point(731, 1654.71);
- poly178.ps[3] = Point(731, 1616.71);
- new ShapeRef(router, poly178, 178);
-
- Polygon poly179(4);
- poly179.ps[0] = Point(785, 1708.71);
- poly179.ps[1] = Point(785, 1746.71);
- poly179.ps[2] = Point(731, 1746.71);
- poly179.ps[3] = Point(731, 1708.71);
- new ShapeRef(router, poly179, 179);
-
- Polygon poly180(4);
- poly180.ps[0] = Point(785, 1840.71);
- poly180.ps[1] = Point(785, 1878.71);
- poly180.ps[2] = Point(731, 1878.71);
- poly180.ps[3] = Point(731, 1840.71);
- new ShapeRef(router, poly180, 180);
-
- Polygon poly181(4);
- poly181.ps[0] = Point(1027.8, 1790.71);
- poly181.ps[1] = Point(1027.8, 1828.71);
- poly181.ps[2] = Point(973.8, 1828.71);
- poly181.ps[3] = Point(973.8, 1790.71);
- new ShapeRef(router, poly181, 181);
-
- Polygon poly182(4);
- poly182.ps[0] = Point(1193, 1543.71);
- poly182.ps[1] = Point(1193, 1581.71);
- poly182.ps[2] = Point(1139, 1581.71);
- poly182.ps[3] = Point(1139, 1543.71);
- new ShapeRef(router, poly182, 182);
-
- Polygon poly183(4);
- poly183.ps[0] = Point(1255, 1491.71);
- poly183.ps[1] = Point(1255, 1529.71);
- poly183.ps[2] = Point(1201, 1529.71);
- poly183.ps[3] = Point(1201, 1491.71);
- new ShapeRef(router, poly183, 183);
-
- Polygon poly184(4);
- poly184.ps[0] = Point(1429.2, 663.045);
- poly184.ps[1] = Point(1429.2, 701.045);
- poly184.ps[2] = Point(1375.2, 701.045);
- poly184.ps[3] = Point(1375.2, 663.045);
- new ShapeRef(router, poly184, 184);
-
- Polygon poly185(4);
- poly185.ps[0] = Point(1444.33, 1082.05);
- poly185.ps[1] = Point(1444.33, 1120.05);
- poly185.ps[2] = Point(1390.33, 1120.05);
- poly185.ps[3] = Point(1390.33, 1082.05);
- new ShapeRef(router, poly185, 185);
-
- Polygon poly186(4);
- poly186.ps[0] = Point(1557.2, 383.545);
- poly186.ps[1] = Point(1557.2, 421.545);
- poly186.ps[2] = Point(1503.2, 421.545);
- poly186.ps[3] = Point(1503.2, 383.545);
- new ShapeRef(router, poly186, 186);
-
- Polygon poly187(4);
- poly187.ps[0] = Point(1557.2, 475.545);
- poly187.ps[1] = Point(1557.2, 513.545);
- poly187.ps[2] = Point(1503.2, 513.545);
- poly187.ps[3] = Point(1503.2, 475.545);
- new ShapeRef(router, poly187, 187);
-
- Polygon poly188(4);
- poly188.ps[0] = Point(1497.2, 801.545);
- poly188.ps[1] = Point(1497.2, 839.545);
- poly188.ps[2] = Point(1443.2, 839.545);
- poly188.ps[3] = Point(1443.2, 801.545);
- new ShapeRef(router, poly188, 188);
-
- Polygon poly189(4);
- poly189.ps[0] = Point(1557.2, 567.545);
- poly189.ps[1] = Point(1557.2, 605.545);
- poly189.ps[2] = Point(1503.2, 605.545);
- poly189.ps[3] = Point(1503.2, 567.545);
- new ShapeRef(router, poly189, 189);
-
- Polygon poly190(4);
- poly190.ps[0] = Point(1633.49, 840.545);
- poly190.ps[1] = Point(1633.49, 878.545);
- poly190.ps[2] = Point(1579.49, 878.545);
- poly190.ps[3] = Point(1579.49, 840.545);
- new ShapeRef(router, poly190, 190);
-
- Polygon poly191(4);
- poly191.ps[0] = Point(1745.49, 840.545);
- poly191.ps[1] = Point(1745.49, 878.545);
- poly191.ps[2] = Point(1691.49, 878.545);
- poly191.ps[3] = Point(1691.49, 840.545);
- new ShapeRef(router, poly191, 191);
-
- Polygon poly192(4);
- poly192.ps[0] = Point(1497.2, 1134.05);
- poly192.ps[1] = Point(1497.2, 1172.05);
- poly192.ps[2] = Point(1443.2, 1172.05);
- poly192.ps[3] = Point(1443.2, 1134.05);
- new ShapeRef(router, poly192, 192);
-
- Polygon poly193(4);
- poly193.ps[0] = Point(1497.2, 1230.21);
- poly193.ps[1] = Point(1497.2, 1268.21);
- poly193.ps[2] = Point(1443.2, 1268.21);
- poly193.ps[3] = Point(1443.2, 1230.21);
- new ShapeRef(router, poly193, 193);
-
- Polygon poly194(4);
- poly194.ps[0] = Point(1497.2, 1391.71);
- poly194.ps[1] = Point(1497.2, 1429.71);
- poly194.ps[2] = Point(1443.2, 1429.71);
- poly194.ps[3] = Point(1443.2, 1391.71);
- new ShapeRef(router, poly194, 194);
-
- Polygon poly195(4);
- poly195.ps[0] = Point(1812.2, 1287.71);
- poly195.ps[1] = Point(1812.2, 1325.71);
- poly195.ps[2] = Point(1758.2, 1325.71);
- poly195.ps[3] = Point(1758.2, 1287.71);
- new ShapeRef(router, poly195, 195);
-
- Polygon poly196(4);
- poly196.ps[0] = Point(1215, 148);
- poly196.ps[1] = Point(1215, 186);
- poly196.ps[2] = Point(1161, 186);
- poly196.ps[3] = Point(1161, 148);
- new ShapeRef(router, poly196, 196);
-
- Polygon poly197(4);
- poly197.ps[0] = Point(981.8, 148);
- poly197.ps[1] = Point(981.8, 186);
- poly197.ps[2] = Point(927.8, 186);
- poly197.ps[3] = Point(927.8, 148);
- new ShapeRef(router, poly197, 197);
-
- Polygon poly41(4);
- poly41.ps[0] = Point(767, 1800.71);
- poly41.ps[1] = Point(767, 1818.71);
- poly41.ps[2] = Point(749, 1818.71);
- poly41.ps[3] = Point(749, 1800.71);
- new ShapeRef(router, poly41, 41);
-
- Polygon poly42(4);
- poly42.ps[0] = Point(947.8, 1800.71);
- poly42.ps[1] = Point(947.8, 1818.71);
- poly42.ps[2] = Point(929.8, 1818.71);
- poly42.ps[3] = Point(929.8, 1800.71);
- new ShapeRef(router, poly42, 42);
-
- Polygon poly43(4);
- poly43.ps[0] = Point(1237, 1553.71);
- poly43.ps[1] = Point(1237, 1571.71);
- poly43.ps[2] = Point(1219, 1571.71);
- poly43.ps[3] = Point(1219, 1553.71);
- new ShapeRef(router, poly43, 43);
-
- Polygon poly44(4);
- poly44.ps[0] = Point(1237, 1451.71);
- poly44.ps[1] = Point(1237, 1469.71);
- poly44.ps[2] = Point(1219, 1469.71);
- poly44.ps[3] = Point(1219, 1451.71);
- new ShapeRef(router, poly44, 44);
-
- Polygon poly45(4);
- poly45.ps[0] = Point(1349.2, 673.045);
- poly45.ps[1] = Point(1349.2, 691.045);
- poly45.ps[2] = Point(1331.2, 691.045);
- poly45.ps[3] = Point(1331.2, 673.045);
- new ShapeRef(router, poly45, 45);
-
- Polygon poly46(4);
- poly46.ps[0] = Point(1364.33, 1092.05);
- poly46.ps[1] = Point(1364.33, 1110.05);
- poly46.ps[2] = Point(1346.33, 1110.05);
- poly46.ps[3] = Point(1346.33, 1092.05);
- new ShapeRef(router, poly46, 46);
-
- Polygon poly47(4);
- poly47.ps[0] = Point(1539.2, 443.545);
- poly47.ps[1] = Point(1539.2, 461.545);
- poly47.ps[2] = Point(1521.2, 461.545);
- poly47.ps[3] = Point(1521.2, 443.545);
- new ShapeRef(router, poly47, 47);
-
- Polygon poly48(4);
- poly48.ps[0] = Point(1539.2, 535.545);
- poly48.ps[1] = Point(1539.2, 553.545);
- poly48.ps[2] = Point(1521.2, 553.545);
- poly48.ps[3] = Point(1521.2, 535.545);
- new ShapeRef(router, poly48, 48);
-
- Polygon poly49(4);
- poly49.ps[0] = Point(1479.2, 761.545);
- poly49.ps[1] = Point(1479.2, 779.545);
- poly49.ps[2] = Point(1461.2, 779.545);
- poly49.ps[3] = Point(1461.2, 761.545);
- new ShapeRef(router, poly49, 49);
-
- Polygon poly50(4);
- poly50.ps[0] = Point(1539.2, 627.545);
- poly50.ps[1] = Point(1539.2, 645.545);
- poly50.ps[2] = Point(1521.2, 645.545);
- poly50.ps[3] = Point(1521.2, 627.545);
- new ShapeRef(router, poly50, 50);
-
- Polygon poly51(4);
- poly51.ps[0] = Point(1553.49, 850.545);
- poly51.ps[1] = Point(1553.49, 868.545);
- poly51.ps[2] = Point(1535.49, 868.545);
- poly51.ps[3] = Point(1535.49, 850.545);
- new ShapeRef(router, poly51, 51);
-
- Polygon poly52(4);
- poly52.ps[0] = Point(1665.49, 850.545);
- poly52.ps[1] = Point(1665.49, 868.545);
- poly52.ps[2] = Point(1647.49, 868.545);
- poly52.ps[3] = Point(1647.49, 850.545);
- new ShapeRef(router, poly52, 52);
-
- Polygon poly53(4);
- poly53.ps[0] = Point(1479.2, 1194.05);
- poly53.ps[1] = Point(1479.2, 1212.05);
- poly53.ps[2] = Point(1461.2, 1212.05);
- poly53.ps[3] = Point(1461.2, 1194.05);
- new ShapeRef(router, poly53, 53);
-
- Polygon poly54(4);
- poly54.ps[0] = Point(1479.2, 1290.21);
- poly54.ps[1] = Point(1479.2, 1308.21);
- poly54.ps[2] = Point(1461.2, 1308.21);
- poly54.ps[3] = Point(1461.2, 1290.21);
- new ShapeRef(router, poly54, 54);
-
- Polygon poly55(4);
- poly55.ps[0] = Point(1479.2, 1451.71);
- poly55.ps[1] = Point(1479.2, 1469.71);
- poly55.ps[2] = Point(1461.2, 1469.71);
- poly55.ps[3] = Point(1461.2, 1451.71);
- new ShapeRef(router, poly55, 55);
-
- Polygon poly56(4);
- poly56.ps[0] = Point(1732.2, 1297.71);
- poly56.ps[1] = Point(1732.2, 1315.71);
- poly56.ps[2] = Point(1714.2, 1315.71);
- poly56.ps[3] = Point(1714.2, 1297.71);
- new ShapeRef(router, poly56, 56);
-
- Polygon poly57(4);
- poly57.ps[0] = Point(1441, 200);
- poly57.ps[1] = Point(1441, 363);
- poly57.ps[2] = Point(1149, 363);
- poly57.ps[3] = Point(1149, 200);
- new ShapeRef(router, poly57, 57);
-
- Polygon poly58(4);
- poly58.ps[0] = Point(342, 443.545);
- poly58.ps[1] = Point(342, 501.545);
- poly58.ps[2] = Point(49, 501.545);
- poly58.ps[3] = Point(49, 443.545);
- new ShapeRef(router, poly58, 58);
-
- Polygon poly59(4);
- poly59.ps[0] = Point(1111, 617.545);
- poly59.ps[1] = Point(1111, 789.545);
- poly59.ps[2] = Point(1028, 789.545);
- poly59.ps[3] = Point(1028, 617.545);
- new ShapeRef(router, poly59, 59);
-
- Polygon poly60(4);
- poly60.ps[0] = Point(1135, 158);
- poly60.ps[1] = Point(1135, 176);
- poly60.ps[2] = Point(1117, 176);
- poly60.ps[3] = Point(1117, 158);
- new ShapeRef(router, poly60, 60);
-
- Polygon poly61(4);
- poly61.ps[0] = Point(1025.8, 158);
- poly61.ps[1] = Point(1025.8, 176);
- poly61.ps[2] = Point(1007.8, 176);
- poly61.ps[3] = Point(1007.8, 158);
- new ShapeRef(router, poly61, 61);
-
- Polygon poly62(4);
- poly62.ps[0] = Point(1273, 1194.05);
- poly62.ps[1] = Point(1273, 1212.05);
- poly62.ps[2] = Point(1255, 1212.05);
- poly62.ps[3] = Point(1255, 1194.05);
- new ShapeRef(router, poly62, 62);
-
- Polygon poly108(4);
- poly108.ps[0] = Point(1678.49, 1184.05);
- poly108.ps[1] = Point(1678.49, 1222.05);
- poly108.ps[2] = Point(1640.49, 1222.05);
- poly108.ps[3] = Point(1640.49, 1184.05);
- new ShapeRef(router, poly108, 108);
-
- Polygon poly109(4);
- poly109.ps[0] = Point(1559.2, 1280.21);
- poly109.ps[1] = Point(1559.2, 1318.21);
- poly109.ps[2] = Point(1521.2, 1318.21);
- poly109.ps[3] = Point(1521.2, 1280.21);
- new ShapeRef(router, poly109, 109);
-
- Polygon poly110(4);
- poly110.ps[0] = Point(1374.33, 1124.05);
- poly110.ps[1] = Point(1374.33, 1162.05);
- poly110.ps[2] = Point(1336.33, 1162.05);
- poly110.ps[3] = Point(1336.33, 1124.05);
- new ShapeRef(router, poly110, 110);
-
- Polygon poly111(4);
- poly111.ps[0] = Point(1374.33, 1026.05);
- poly111.ps[1] = Point(1374.33, 1064.05);
- poly111.ps[2] = Point(1336.33, 1064.05);
- poly111.ps[3] = Point(1336.33, 1026.05);
- new ShapeRef(router, poly111, 111);
-
- Polygon poly112(4);
- poly112.ps[0] = Point(1489.2, 617.545);
- poly112.ps[1] = Point(1489.2, 655.545);
- poly112.ps[2] = Point(1451.2, 655.545);
- poly112.ps[3] = Point(1451.2, 617.545);
- new ShapeRef(router, poly112, 112);
-
- Polygon poly113(4);
- poly113.ps[0] = Point(1359.2, 741.379);
- poly113.ps[1] = Point(1359.2, 779.379);
- poly113.ps[2] = Point(1321.2, 779.379);
- poly113.ps[3] = Point(1321.2, 741.379);
- new ShapeRef(router, poly113, 113);
-
- Polygon poly114(4);
- poly114.ps[0] = Point(1359.2, 525.545);
- poly114.ps[1] = Point(1359.2, 563.545);
- poly114.ps[2] = Point(1321.2, 563.545);
- poly114.ps[3] = Point(1321.2, 525.545);
- new ShapeRef(router, poly114, 114);
-
- Polygon poly115(4);
- poly115.ps[0] = Point(1609.2, 617.545);
- poly115.ps[1] = Point(1609.2, 655.545);
- poly115.ps[2] = Point(1571.2, 655.545);
- poly115.ps[3] = Point(1571.2, 617.545);
- new ShapeRef(router, poly115, 115);
-
- Polygon poly116(4);
- poly116.ps[0] = Point(1678.49, 525.545);
- poly116.ps[1] = Point(1678.49, 563.545);
- poly116.ps[2] = Point(1640.49, 563.545);
- poly116.ps[3] = Point(1640.49, 525.545);
- new ShapeRef(router, poly116, 116);
-
- Polygon poly117(4);
- poly117.ps[0] = Point(1563.49, 907.545);
- poly117.ps[1] = Point(1563.49, 945.545);
- poly117.ps[2] = Point(1525.49, 945.545);
- poly117.ps[3] = Point(1525.49, 907.545);
- new ShapeRef(router, poly117, 117);
-
- Polygon poly118(4);
- poly118.ps[0] = Point(409, 565.545);
- poly118.ps[1] = Point(409, 603.545);
- poly118.ps[2] = Point(371, 603.545);
- poly118.ps[3] = Point(371, 565.545);
- new ShapeRef(router, poly118, 118);
-
- Polygon poly119(4);
- poly119.ps[0] = Point(1359.2, 904.545);
- poly119.ps[1] = Point(1359.2, 942.545);
- poly119.ps[2] = Point(1321.2, 942.545);
- poly119.ps[3] = Point(1321.2, 904.545);
- new ShapeRef(router, poly119, 119);
-
- Polygon poly120(4);
- poly120.ps[0] = Point(648, 1082.05);
- poly120.ps[1] = Point(648, 1120.05);
- poly120.ps[2] = Point(610, 1120.05);
- poly120.ps[3] = Point(610, 1082.05);
- new ShapeRef(router, poly120, 120);
-
- Polygon poly121(4);
- poly121.ps[0] = Point(1196, 1297.71);
- poly121.ps[1] = Point(1196, 1335.71);
- poly121.ps[2] = Point(1158, 1335.71);
- poly121.ps[3] = Point(1158, 1297.71);
- new ShapeRef(router, poly121, 121);
-
- Polygon poly122(4);
- poly122.ps[0] = Point(1343, 1184.05);
- poly122.ps[1] = Point(1343, 1222.05);
- poly122.ps[2] = Point(1305, 1222.05);
- poly122.ps[3] = Point(1305, 1184.05);
- new ShapeRef(router, poly122, 122);
-
- Polygon poly123(4);
- poly123.ps[0] = Point(1559.2, 1441.71);
- poly123.ps[1] = Point(1559.2, 1479.71);
- poly123.ps[2] = Point(1521.2, 1479.71);
- poly123.ps[3] = Point(1521.2, 1441.71);
- new ShapeRef(router, poly123, 123);
-
- Polygon poly124(4);
- poly124.ps[0] = Point(1771.2, 1758.71);
- poly124.ps[1] = Point(1771.2, 1796.71);
- poly124.ps[2] = Point(1733.2, 1796.71);
- poly124.ps[3] = Point(1733.2, 1758.71);
- new ShapeRef(router, poly124, 124);
-
- Polygon poly125(4);
- poly125.ps[0] = Point(957.8, 965.545);
- poly125.ps[1] = Point(957.8, 1003.55);
- poly125.ps[2] = Point(919.8, 1003.55);
- poly125.ps[3] = Point(919.8, 965.545);
- new ShapeRef(router, poly125, 125);
-
- Polygon poly126(4);
- poly126.ps[0] = Point(1131, 1026.05);
- poly126.ps[1] = Point(1131, 1064.05);
- poly126.ps[2] = Point(1093, 1064.05);
- poly126.ps[3] = Point(1093, 1026.05);
- new ShapeRef(router, poly126, 126);
-
- Polygon poly127(4);
- poly127.ps[0] = Point(665, 939.925);
- poly127.ps[1] = Point(665, 977.925);
- poly127.ps[2] = Point(627, 977.925);
- poly127.ps[3] = Point(627, 939.925);
- new ShapeRef(router, poly127, 127);
-
- Polygon poly128(4);
- poly128.ps[0] = Point(418, 1184.05);
- poly128.ps[1] = Point(418, 1222.05);
- poly128.ps[2] = Point(380, 1222.05);
- poly128.ps[3] = Point(380, 1184.05);
- new ShapeRef(router, poly128, 128);
-
- Polygon poly129(4);
- poly129.ps[0] = Point(418, 1276.05);
- poly129.ps[1] = Point(418, 1314.05);
- poly129.ps[2] = Point(380, 1314.05);
- poly129.ps[3] = Point(380, 1276.05);
- new ShapeRef(router, poly129, 129);
-
- ConnRef *connRef223 = new ConnRef(router, 223);
- ConnEnd srcPt223(Point(1544.49, 849.545), 1);
- connRef223->setSourceEndpoint(srcPt223);
- ConnEnd dstPt223(Point(1544.49, 760.379), 15);
- connRef223->setDestEndpoint(dstPt223);
- connRef223->setRoutingType((ConnType)2);
-
- ConnRef *connRef224 = new ConnRef(router, 224);
- ConnEnd srcPt224(Point(329, 1295.05), 4);
- connRef224->setSourceEndpoint(srcPt224);
- ConnEnd dstPt224(Point(243, 1295.05), 15);
- connRef224->setDestEndpoint(dstPt224);
- connRef224->setRoutingType((ConnType)2);
-
- ConnRef *connRef225 = new ConnRef(router, 225);
- ConnEnd srcPt225(Point(329, 1203.05), 4);
- connRef225->setSourceEndpoint(srcPt225);
- ConnEnd dstPt225(Point(243, 1295.05), 15);
- connRef225->setDestEndpoint(dstPt225);
- connRef225->setRoutingType((ConnType)2);
-
- ConnRef *connRef226 = new ConnRef(router, 226);
- ConnEnd srcPt226(Point(135, 1159.05), 2);
- connRef226->setSourceEndpoint(srcPt226);
- ConnEnd dstPt226(Point(938.8, 1851.71), 15);
- connRef226->setDestEndpoint(dstPt226);
- connRef226->setRoutingType((ConnType)2);
-
- ConnRef *connRef227 = new ConnRef(router, 227);
- ConnEnd srcPt227(Point(1480.2, 738.545), 8);
- connRef227->setSourceEndpoint(srcPt227);
- ConnEnd dstPt227(Point(1544.49, 760.379), 15);
- connRef227->setDestEndpoint(dstPt227);
- connRef227->setRoutingType((ConnType)2);
-
- ConnRef *connRef228 = new ConnRef(router, 228);
- ConnEnd srcPt228(Point(508, 446), 4);
- connRef228->setSourceEndpoint(srcPt228);
- ConnEnd dstPt228(Point(375, 446), 15);
- connRef228->setDestEndpoint(dstPt228);
- connRef228->setRoutingType((ConnType)2);
-
- ConnRef *connRef229 = new ConnRef(router, 229);
- ConnEnd srcPt229(Point(324.2, 686.545), 4);
- connRef229->setSourceEndpoint(srcPt229);
- ConnEnd dstPt229(Point(100, 686.545), 15);
- connRef229->setDestEndpoint(dstPt229);
- connRef229->setRoutingType((ConnType)2);
-
- ConnRef *connRef230 = new ConnRef(router, 230);
- ConnEnd srcPt230(Point(324.2, 686.545), 4);
- connRef230->setSourceEndpoint(srcPt230);
- ConnEnd dstPt230(Point(160, 822.545), 15);
- connRef230->setDestEndpoint(dstPt230);
- connRef230->setRoutingType((ConnType)2);
-
- ConnRef *connRef231 = new ConnRef(router, 231);
- ConnEnd srcPt231(Point(324.2, 686.545), 4);
- connRef231->setSourceEndpoint(srcPt231);
- ConnEnd dstPt231(Point(646, 686.545), 15);
- connRef231->setDestEndpoint(dstPt231);
- connRef231->setRoutingType((ConnType)2);
-
- ConnRef *connRef232 = new ConnRef(router, 232);
- ConnEnd srcPt232(Point(201, 1149.05), 8);
- connRef232->setSourceEndpoint(srcPt232);
- ConnEnd dstPt232(Point(938.8, 1851.71), 15);
- connRef232->setDestEndpoint(dstPt232);
- connRef232->setRoutingType((ConnType)2);
-
- ConnRef *connRef233 = new ConnRef(router, 233);
- ConnEnd srcPt233(Point(334.2, 780.545), 2);
- connRef233->setSourceEndpoint(srcPt233);
- ConnEnd dstPt233(Point(160, 822.545), 15);
- connRef233->setDestEndpoint(dstPt233);
- connRef233->setRoutingType((ConnType)2);
-
- ConnRef *connRef234 = new ConnRef(router, 234);
- ConnEnd srcPt234(Point(334.2, 780.545), 2);
- connRef234->setSourceEndpoint(srcPt234);
- ConnEnd dstPt234(Point(646, 822.545), 15);
- connRef234->setDestEndpoint(dstPt234);
- connRef234->setRoutingType((ConnType)2);
-
- ConnRef *connRef235 = new ConnRef(router, 235);
- ConnEnd srcPt235(Point(334.2, 780.545), 2);
- connRef235->setSourceEndpoint(srcPt235);
- ConnEnd dstPt235(Point(251, 1101.05), 15);
- connRef235->setDestEndpoint(dstPt235);
- connRef235->setRoutingType((ConnType)2);
-
- ConnRef *connRef236 = new ConnRef(router, 236);
- ConnEnd srcPt236(Point(334.2, 832.545), 2);
- connRef236->setSourceEndpoint(srcPt236);
- ConnEnd dstPt236(Point(160, 822.545), 15);
- connRef236->setDestEndpoint(dstPt236);
- connRef236->setRoutingType((ConnType)2);
-
- ConnRef *connRef237 = new ConnRef(router, 237);
- ConnEnd srcPt237(Point(334.2, 832.545), 2);
- connRef237->setSourceEndpoint(srcPt237);
- ConnEnd dstPt237(Point(646, 822.545), 15);
- connRef237->setDestEndpoint(dstPt237);
- connRef237->setRoutingType((ConnType)2);
-
- ConnRef *connRef238 = new ConnRef(router, 238);
- ConnEnd srcPt238(Point(334.2, 832.545), 2);
- connRef238->setSourceEndpoint(srcPt238);
- ConnEnd dstPt238(Point(251, 1101.05), 15);
- connRef238->setDestEndpoint(dstPt238);
- connRef238->setRoutingType((ConnType)2);
-
- ConnRef *connRef239 = new ConnRef(router, 239);
- ConnEnd srcPt239(Point(334.2, 884.545), 2);
- connRef239->setSourceEndpoint(srcPt239);
- ConnEnd dstPt239(Point(160, 822.545), 15);
- connRef239->setDestEndpoint(dstPt239);
- connRef239->setRoutingType((ConnType)2);
-
- ConnRef *connRef240 = new ConnRef(router, 240);
- ConnEnd srcPt240(Point(334.2, 884.545), 2);
- connRef240->setSourceEndpoint(srcPt240);
- ConnEnd dstPt240(Point(646, 822.545), 15);
- connRef240->setDestEndpoint(dstPt240);
- connRef240->setRoutingType((ConnType)2);
-
- ConnRef *connRef241 = new ConnRef(router, 241);
- ConnEnd srcPt241(Point(334.2, 884.545), 2);
- connRef241->setSourceEndpoint(srcPt241);
- ConnEnd dstPt241(Point(251, 1101.05), 15);
- connRef241->setDestEndpoint(dstPt241);
- connRef241->setRoutingType((ConnType)2);
-
- ConnRef *connRef242 = new ConnRef(router, 242);
- ConnEnd srcPt242(Point(457.5, 1101.05), 4);
- connRef242->setSourceEndpoint(srcPt242);
- ConnEnd dstPt242(Point(251, 1101.05), 15);
- connRef242->setDestEndpoint(dstPt242);
- connRef242->setRoutingType((ConnType)2);
-
- ConnRef *connRef243 = new ConnRef(router, 243);
- ConnEnd srcPt243(Point(576, 1028.55), 4);
- connRef243->setSourceEndpoint(srcPt243);
- ConnEnd dstPt243(Point(407, 1028.55), 15);
- connRef243->setDestEndpoint(dstPt243);
- connRef243->setRoutingType((ConnType)2);
-
- ConnRef *connRef244 = new ConnRef(router, 244);
- ConnEnd srcPt244(Point(579, 1203.05), 8);
- connRef244->setSourceEndpoint(srcPt244);
- ConnEnd dstPt244(Point(399, 1203.05), 15);
- connRef244->setDestEndpoint(dstPt244);
- connRef244->setRoutingType((ConnType)2);
-
- ConnRef *connRef245 = new ConnRef(router, 245);
- ConnEnd srcPt245(Point(579, 1203.05), 8);
- connRef245->setSourceEndpoint(srcPt245);
- ConnEnd dstPt245(Point(646, 1227.55), 15);
- connRef245->setDestEndpoint(dstPt245);
- connRef245->setRoutingType((ConnType)2);
-
- ConnRef *connRef246 = new ConnRef(router, 246);
- ConnEnd srcPt246(Point(725, 446), 4);
- connRef246->setSourceEndpoint(srcPt246);
- ConnEnd dstPt246(Point(639.5, 446), 15);
- connRef246->setDestEndpoint(dstPt246);
- connRef246->setRoutingType((ConnType)2);
-
- ConnRef *connRef247 = new ConnRef(router, 247);
- ConnEnd srcPt247(Point(851, 446), 4);
- connRef247->setSourceEndpoint(srcPt247);
- ConnEnd dstPt247(Point(801, 446), 15);
- connRef247->setDestEndpoint(dstPt247);
- connRef247->setRoutingType((ConnType)2);
-
- ConnRef *connRef248 = new ConnRef(router, 248);
- ConnEnd srcPt248(Point(528, 584.545), 8);
- connRef248->setSourceEndpoint(srcPt248);
- ConnEnd dstPt248(Point(646, 686.545), 15);
- connRef248->setDestEndpoint(dstPt248);
- connRef248->setRoutingType((ConnType)2);
-
- ConnRef *connRef249 = new ConnRef(router, 249);
- ConnEnd srcPt249(Point(528, 584.545), 8);
- connRef249->setSourceEndpoint(srcPt249);
- ConnEnd dstPt249(Point(629, 584.545), 15);
- connRef249->setDestEndpoint(dstPt249);
- connRef249->setRoutingType((ConnType)2);
-
- ConnRef *connRef250 = new ConnRef(router, 250);
- ConnEnd srcPt250(Point(782.5, 822.545), 4);
- connRef250->setSourceEndpoint(srcPt250);
- ConnEnd dstPt250(Point(646, 822.545), 15);
- connRef250->setDestEndpoint(dstPt250);
- connRef250->setRoutingType((ConnType)2);
-
- ConnRef *connRef251 = new ConnRef(router, 251);
- ConnEnd srcPt251(Point(787, 1028.55), 4);
- connRef251->setSourceEndpoint(srcPt251);
- ConnEnd dstPt251(Point(698, 1028.55), 15);
- connRef251->setDestEndpoint(dstPt251);
- connRef251->setRoutingType((ConnType)2);
-
- ConnRef *connRef252 = new ConnRef(router, 252);
- ConnEnd srcPt252(Point(779, 1133.55), 2);
- connRef252->setSourceEndpoint(srcPt252);
- ConnEnd dstPt252(Point(646, 1227.55), 15);
- connRef252->setDestEndpoint(dstPt252);
- connRef252->setRoutingType((ConnType)2);
-
- ConnRef *connRef253 = new ConnRef(router, 253);
- ConnEnd srcPt253(Point(782.5, 686.545), 4);
- connRef253->setSourceEndpoint(srcPt253);
- ConnEnd dstPt253(Point(646, 686.545), 15);
- connRef253->setDestEndpoint(dstPt253);
- connRef253->setRoutingType((ConnType)2);
-
- ConnRef *connRef254 = new ConnRef(router, 254);
- ConnEnd srcPt254(Point(861, 1185.55), 2);
- connRef254->setSourceEndpoint(srcPt254);
- ConnEnd dstPt254(Point(930, 1227.55), 15);
- connRef254->setDestEndpoint(dstPt254);
- connRef254->setRoutingType((ConnType)2);
-
- ConnRef *connRef255 = new ConnRef(router, 255);
- ConnEnd srcPt255(Point(860, 1460.71), 4);
- connRef255->setSourceEndpoint(srcPt255);
- ConnEnd dstPt255(Point(810, 1460.71), 15);
- connRef255->setDestEndpoint(dstPt255);
- connRef255->setRoutingType((ConnType)2);
-
- ConnRef *connRef256 = new ConnRef(router, 256);
- ConnEnd srcPt256(Point(880, 1460.71), 8);
- connRef256->setSourceEndpoint(srcPt256);
- ConnEnd dstPt256(Point(930, 1227.55), 15);
- connRef256->setDestEndpoint(dstPt256);
- connRef256->setRoutingType((ConnType)2);
-
- ConnRef *connRef257 = new ConnRef(router, 257);
- ConnEnd srcPt257(Point(744, 1593.71), 4);
- connRef257->setSourceEndpoint(srcPt257);
- ConnEnd dstPt257(Point(549, 1786.85), 15);
- connRef257->setDestEndpoint(dstPt257);
- connRef257->setRoutingType((ConnType)2);
-
- ConnRef *connRef258 = new ConnRef(router, 258);
- ConnEnd srcPt258(Point(744, 1593.71), 4);
- connRef258->setSourceEndpoint(srcPt258);
- ConnEnd dstPt258(Point(698, 1615.71), 15);
- connRef258->setDestEndpoint(dstPt258);
- connRef258->setRoutingType((ConnType)2);
-
- ConnRef *connRef259 = new ConnRef(router, 259);
- ConnEnd srcPt259(Point(816, 1626.71), 4);
- connRef259->setSourceEndpoint(srcPt259);
- ConnEnd dstPt259(Point(698, 1615.71), 15);
- connRef259->setDestEndpoint(dstPt259);
- connRef259->setRoutingType((ConnType)2);
-
- ConnRef *connRef260 = new ConnRef(router, 260);
- ConnEnd srcPt260(Point(925, 250), 1);
- connRef260->setSourceEndpoint(srcPt260);
- ConnEnd dstPt260(Point(925, 115), 15);
- connRef260->setDestEndpoint(dstPt260);
- connRef260->setRoutingType((ConnType)2);
-
- ConnRef *connRef261 = new ConnRef(router, 261);
- ConnEnd srcPt261(Point(925, 334), 1);
- connRef261->setSourceEndpoint(srcPt261);
- ConnEnd dstPt261(Point(925, 302), 15);
- connRef261->setDestEndpoint(dstPt261);
- connRef261->setRoutingType((ConnType)2);
-
- ConnRef *connRef262 = new ConnRef(router, 262);
- ConnEnd srcPt262(Point(925, 354), 2);
- connRef262->setSourceEndpoint(srcPt262);
- ConnEnd dstPt262(Point(925, 446), 15);
- connRef262->setDestEndpoint(dstPt262);
- connRef262->setRoutingType((ConnType)2);
-
- ConnRef *connRef263 = new ConnRef(router, 263);
- ConnEnd srcPt263(Point(925, 669.045), 1);
- connRef263->setSourceEndpoint(srcPt263);
- ConnEnd dstPt263(Point(925, 446), 15);
- connRef263->setDestEndpoint(dstPt263);
- connRef263->setRoutingType((ConnType)2);
-
- ConnRef *connRef264 = new ConnRef(router, 264);
- ConnEnd srcPt264(Point(925, 922.545), 1);
- connRef264->setSourceEndpoint(srcPt264);
- ConnEnd dstPt264(Point(925, 822.545), 15);
- connRef264->setDestEndpoint(dstPt264);
- connRef264->setRoutingType((ConnType)2);
-
- ConnRef *connRef265 = new ConnRef(router, 265);
- ConnEnd srcPt265(Point(995, 115), 8);
- connRef265->setSourceEndpoint(srcPt265);
- ConnEnd dstPt265(Point(1101, 115), 15);
- connRef265->setDestEndpoint(dstPt265);
- connRef265->setRoutingType((ConnType)2);
-
- ConnRef *connRef266 = new ConnRef(router, 266);
- ConnEnd srcPt266(Point(1000, 446), 8);
- connRef266->setSourceEndpoint(srcPt266);
- ConnEnd dstPt266(Point(1112, 446), 15);
- connRef266->setDestEndpoint(dstPt266);
- connRef266->setRoutingType((ConnType)2);
-
- ConnRef *connRef267 = new ConnRef(router, 267);
- ConnEnd srcPt267(Point(1182, 446), 8);
- connRef267->setSourceEndpoint(srcPt267);
- ConnEnd dstPt267(Point(1235, 446), 15);
- connRef267->setDestEndpoint(dstPt267);
- connRef267->setRoutingType((ConnType)2);
-
- ConnRef *connRef268 = new ConnRef(router, 268);
- ConnEnd srcPt268(Point(1162, 760.379), 8);
- connRef268->setSourceEndpoint(srcPt268);
- ConnEnd dstPt268(Point(1340.2, 760.379), 15);
- connRef268->setDestEndpoint(dstPt268);
- connRef268->setRoutingType((ConnType)2);
-
- ConnRef *connRef269 = new ConnRef(router, 269);
- ConnEnd srcPt269(Point(1098, 832.545), 2);
- connRef269->setSourceEndpoint(srcPt269);
- ConnEnd dstPt269(Point(1177, 1316.71), 15);
- connRef269->setDestEndpoint(dstPt269);
- connRef269->setRoutingType((ConnType)2);
-
- ConnRef *connRef270 = new ConnRef(router, 270);
- ConnEnd srcPt270(Point(970, 1097.21), 1);
- connRef270->setSourceEndpoint(srcPt270);
- ConnEnd dstPt270(Point(1092, 1107.21), 15);
- connRef270->setDestEndpoint(dstPt270);
- connRef270->setRoutingType((ConnType)2);
-
- ConnRef *connRef271 = new ConnRef(router, 271);
- ConnEnd srcPt271(Point(938.8, 1639.71), 2);
- connRef271->setSourceEndpoint(srcPt271);
- ConnEnd dstPt271(Point(938.8, 1685.71), 15);
- connRef271->setDestEndpoint(dstPt271);
- connRef271->setRoutingType((ConnType)2);
-
- ConnRef *connRef272 = new ConnRef(router, 272);
- ConnEnd srcPt272(Point(938.8, 1619.71), 1);
- connRef272->setSourceEndpoint(srcPt272);
- ConnEnd dstPt272(Point(930, 1227.55), 15);
- connRef272->setDestEndpoint(dstPt272);
- connRef272->setRoutingType((ConnType)2);
-
- ConnRef *connRef273 = new ConnRef(router, 273);
- ConnEnd srcPt273(Point(768, 1685.71), 8);
- connRef273->setSourceEndpoint(srcPt273);
- ConnEnd dstPt273(Point(938.8, 1685.71), 15);
- connRef273->setDestEndpoint(dstPt273);
- connRef273->setRoutingType((ConnType)2);
-
- ConnRef *connRef274 = new ConnRef(router, 274);
- ConnEnd srcPt274(Point(748, 1685.71), 4);
- connRef274->setSourceEndpoint(srcPt274);
- ConnEnd dstPt274(Point(549, 1786.85), 15);
- connRef274->setDestEndpoint(dstPt274);
- connRef274->setRoutingType((ConnType)2);
-
- ConnRef *connRef275 = new ConnRef(router, 275);
- ConnEnd srcPt275(Point(768, 1777.71), 8);
- connRef275->setSourceEndpoint(srcPt275);
- ConnEnd dstPt275(Point(938.8, 1685.71), 15);
- connRef275->setDestEndpoint(dstPt275);
- connRef275->setRoutingType((ConnType)2);
-
- ConnRef *connRef276 = new ConnRef(router, 276);
- ConnEnd srcPt276(Point(768, 1809.71), 8);
- connRef276->setSourceEndpoint(srcPt276);
- ConnEnd dstPt276(Point(938.8, 1685.71), 15);
- connRef276->setDestEndpoint(dstPt276);
- connRef276->setRoutingType((ConnType)2);
-
- ConnRef *connRef277 = new ConnRef(router, 277);
- ConnEnd srcPt277(Point(938.8, 1819.71), 2);
- connRef277->setSourceEndpoint(srcPt277);
- ConnEnd dstPt277(Point(938.8, 1851.71), 15);
- connRef277->setDestEndpoint(dstPt277);
- connRef277->setRoutingType((ConnType)2);
-
- ConnRef *connRef278 = new ConnRef(router, 278);
- ConnEnd srcPt278(Point(1228, 1572.71), 2);
- connRef278->setSourceEndpoint(srcPt278);
- ConnEnd dstPt278(Point(1177, 1316.71), 15);
- connRef278->setDestEndpoint(dstPt278);
- connRef278->setRoutingType((ConnType)2);
-
- ConnRef *connRef279 = new ConnRef(router, 279);
- ConnEnd srcPt279(Point(1228, 1552.71), 1);
- connRef279->setSourceEndpoint(srcPt279);
- ConnEnd dstPt279(Point(1324, 1203.05), 15);
- connRef279->setDestEndpoint(dstPt279);
- connRef279->setRoutingType((ConnType)2);
-
- ConnRef *connRef280 = new ConnRef(router, 280);
- ConnEnd srcPt280(Point(1228, 1572.71), 2);
- connRef280->setSourceEndpoint(srcPt280);
- ConnEnd dstPt280(Point(1540.2, 1460.71), 15);
- connRef280->setDestEndpoint(dstPt280);
- connRef280->setRoutingType((ConnType)2);
-
- ConnRef *connRef281 = new ConnRef(router, 281);
- ConnEnd srcPt281(Point(1238, 1460.71), 8);
- connRef281->setSourceEndpoint(srcPt281);
- ConnEnd dstPt281(Point(1324, 1203.05), 15);
- connRef281->setDestEndpoint(dstPt281);
- connRef281->setRoutingType((ConnType)2);
-
- ConnRef *connRef282 = new ConnRef(router, 282);
- ConnEnd srcPt282(Point(1340.2, 672.045), 1);
- connRef282->setSourceEndpoint(srcPt282);
- ConnEnd dstPt282(Point(1340.2, 544.545), 15);
- connRef282->setDestEndpoint(dstPt282);
- connRef282->setRoutingType((ConnType)2);
-
- ConnRef *connRef283 = new ConnRef(router, 283);
- ConnEnd srcPt283(Point(1355.33, 1111.05), 2);
- connRef283->setSourceEndpoint(srcPt283);
- ConnEnd dstPt283(Point(1355.33, 1143.05), 15);
- connRef283->setDestEndpoint(dstPt283);
- connRef283->setRoutingType((ConnType)2);
-
- ConnRef *connRef284 = new ConnRef(router, 284);
- ConnEnd srcPt284(Point(1540.2, 452.545), 8);
- connRef284->setSourceEndpoint(srcPt284);
- ConnEnd dstPt284(Point(1659.49, 544.545), 15);
- connRef284->setDestEndpoint(dstPt284);
- connRef284->setRoutingType((ConnType)2);
-
- ConnRef *connRef285 = new ConnRef(router, 285);
- ConnEnd srcPt285(Point(1540.2, 544.545), 8);
- connRef285->setSourceEndpoint(srcPt285);
- ConnEnd dstPt285(Point(1590.2, 636.545), 15);
- connRef285->setDestEndpoint(dstPt285);
- connRef285->setRoutingType((ConnType)2);
-
- ConnRef *connRef286 = new ConnRef(router, 286);
- ConnEnd srcPt286(Point(1540.2, 544.545), 8);
- connRef286->setSourceEndpoint(srcPt286);
- ConnEnd dstPt286(Point(1659.49, 544.545), 15);
- connRef286->setDestEndpoint(dstPt286);
- connRef286->setRoutingType((ConnType)2);
-
- ConnRef *connRef287 = new ConnRef(router, 287);
- ConnEnd srcPt287(Point(1480.2, 770.545), 8);
- connRef287->setSourceEndpoint(srcPt287);
- ConnEnd dstPt287(Point(1544.49, 760.379), 15);
- connRef287->setDestEndpoint(dstPt287);
- connRef287->setRoutingType((ConnType)2);
-
- ConnRef *connRef288 = new ConnRef(router, 288);
- ConnEnd srcPt288(Point(1520.2, 636.545), 4);
- connRef288->setSourceEndpoint(srcPt288);
- ConnEnd dstPt288(Point(1470.2, 636.545), 15);
- connRef288->setDestEndpoint(dstPt288);
- connRef288->setRoutingType((ConnType)2);
-
- ConnRef *connRef289 = new ConnRef(router, 289);
- ConnEnd srcPt289(Point(1540.2, 636.545), 8);
- connRef289->setSourceEndpoint(srcPt289);
- ConnEnd dstPt289(Point(1590.2, 636.545), 15);
- connRef289->setDestEndpoint(dstPt289);
- connRef289->setRoutingType((ConnType)2);
-
- ConnRef *connRef290 = new ConnRef(router, 290);
- ConnEnd srcPt290(Point(1544.49, 869.545), 2);
- connRef290->setSourceEndpoint(srcPt290);
- ConnEnd dstPt290(Point(1544.49, 926.545), 15);
- connRef290->setDestEndpoint(dstPt290);
- connRef290->setRoutingType((ConnType)2);
-
- ConnRef *connRef291 = new ConnRef(router, 291);
- ConnEnd srcPt291(Point(1656.49, 849.545), 1);
- connRef291->setSourceEndpoint(srcPt291);
- ConnEnd dstPt291(Point(1659.49, 1203.05), 15);
- connRef291->setDestEndpoint(dstPt291);
- connRef291->setRoutingType((ConnType)2);
-
- ConnRef *connRef292 = new ConnRef(router, 292);
- ConnEnd srcPt292(Point(1656.49, 849.545), 1);
- connRef292->setSourceEndpoint(srcPt292);
- ConnEnd dstPt292(Point(1590.2, 636.545), 15);
- connRef292->setDestEndpoint(dstPt292);
- connRef292->setRoutingType((ConnType)2);
-
- ConnRef *connRef293 = new ConnRef(router, 293);
- ConnEnd srcPt293(Point(1656.49, 849.545), 1);
- connRef293->setSourceEndpoint(srcPt293);
- ConnEnd dstPt293(Point(1659.49, 544.545), 15);
- connRef293->setDestEndpoint(dstPt293);
- connRef293->setRoutingType((ConnType)2);
-
- ConnRef *connRef294 = new ConnRef(router, 294);
- ConnEnd srcPt294(Point(1480.2, 1203.05), 8);
- connRef294->setSourceEndpoint(srcPt294);
- ConnEnd dstPt294(Point(1659.49, 1203.05), 15);
- connRef294->setDestEndpoint(dstPt294);
- connRef294->setRoutingType((ConnType)2);
-
- ConnRef *connRef295 = new ConnRef(router, 295);
- ConnEnd srcPt295(Point(1480.2, 1203.05), 8);
- connRef295->setSourceEndpoint(srcPt295);
- ConnEnd dstPt295(Point(1355.33, 1143.05), 15);
- connRef295->setDestEndpoint(dstPt295);
- connRef295->setRoutingType((ConnType)2);
-
- ConnRef *connRef296 = new ConnRef(router, 296);
- ConnEnd srcPt296(Point(1480.2, 1203.05), 8);
- connRef296->setSourceEndpoint(srcPt296);
- ConnEnd dstPt296(Point(1544.49, 1052.05), 15);
- connRef296->setDestEndpoint(dstPt296);
- connRef296->setRoutingType((ConnType)2);
-
- ConnRef *connRef297 = new ConnRef(router, 297);
- ConnEnd srcPt297(Point(1480.2, 1299.21), 8);
- connRef297->setSourceEndpoint(srcPt297);
- ConnEnd dstPt297(Point(1540.2, 1299.21), 15);
- connRef297->setDestEndpoint(dstPt297);
- connRef297->setRoutingType((ConnType)2);
-
- ConnRef *connRef298 = new ConnRef(router, 298);
- ConnEnd srcPt298(Point(1480.2, 1460.71), 8);
- connRef298->setSourceEndpoint(srcPt298);
- ConnEnd dstPt298(Point(1540.2, 1460.71), 15);
- connRef298->setDestEndpoint(dstPt298);
- connRef298->setRoutingType((ConnType)2);
-
- ConnRef *connRef299 = new ConnRef(router, 299);
- ConnEnd srcPt299(Point(1723.2, 1316.71), 2);
- connRef299->setSourceEndpoint(srcPt299);
- ConnEnd dstPt299(Point(1540.2, 1460.71), 15);
- connRef299->setDestEndpoint(dstPt299);
- connRef299->setRoutingType((ConnType)2);
-
- ConnRef *connRef300 = new ConnRef(router, 300);
- ConnEnd srcPt300(Point(1126, 177), 2);
- connRef300->setSourceEndpoint(srcPt300);
- ConnEnd dstPt300(Point(1101, 302), 15);
- connRef300->setDestEndpoint(dstPt300);
- connRef300->setRoutingType((ConnType)2);
-
- ConnRef *connRef301 = new ConnRef(router, 301);
- ConnEnd srcPt301(Point(1016.8, 177), 2);
- connRef301->setSourceEndpoint(srcPt301);
- ConnEnd dstPt301(Point(1101, 302), 15);
- connRef301->setDestEndpoint(dstPt301);
- connRef301->setRoutingType((ConnType)2);
-
- ConnRef *connRef302 = new ConnRef(router, 302);
- ConnEnd srcPt302(Point(1254, 1203.05), 4);
- connRef302->setSourceEndpoint(srcPt302);
- ConnEnd dstPt302(Point(930, 1227.55), 15);
- connRef302->setDestEndpoint(dstPt302);
- connRef302->setRoutingType((ConnType)2);
-
- ConnRef *connRef303 = new ConnRef(router, 303);
- ConnEnd srcPt303(Point(1254, 1203.05), 4);
- connRef303->setSourceEndpoint(srcPt303);
- ConnEnd dstPt303(Point(1177, 1316.71), 15);
- connRef303->setDestEndpoint(dstPt303);
- connRef303->setRoutingType((ConnType)2);
-
- ConnRef *connRef304 = new ConnRef(router, 304);
- ConnEnd srcPt304(Point(1611.2, 1316.71), 2);
- connRef304->setSourceEndpoint(srcPt304);
- ConnEnd dstPt304(Point(1659.49, 1203.05), 15);
- connRef304->setDestEndpoint(dstPt304);
- connRef304->setRoutingType((ConnType)2);
-
- ConnRef *connRef305 = new ConnRef(router, 305);
- ConnEnd srcPt305(Point(1611.2, 1316.71), 2);
- connRef305->setSourceEndpoint(srcPt305);
- ConnEnd dstPt305(Point(1540.2, 1460.71), 15);
- connRef305->setDestEndpoint(dstPt305);
- connRef305->setRoutingType((ConnType)2);
-
- ConnRef *connRef306 = new ConnRef(router, 306);
- ConnEnd srcPt306(Point(621.5, 884.545), 2);
- connRef306->setSourceEndpoint(srcPt306);
- ConnEnd dstPt306(Point(646, 958.925), 15);
- connRef306->setDestEndpoint(dstPt306);
- connRef306->setRoutingType((ConnType)2);
-
- ConnRef *connRef307 = new ConnRef(router, 307);
- ConnEnd srcPt307(Point(698, 884.545), 2);
- connRef307->setSourceEndpoint(srcPt307);
- ConnEnd dstPt307(Point(646, 958.925), 15);
- connRef307->setDestEndpoint(dstPt307);
- connRef307->setRoutingType((ConnType)2);
-
- ConnRef *connRef308 = new ConnRef(router, 308);
- ConnEnd srcPt308(Point(407, 936.545), 2);
- connRef308->setSourceEndpoint(srcPt308);
- ConnEnd dstPt308(Point(646, 822.545), 15);
- connRef308->setDestEndpoint(dstPt308);
- connRef308->setRoutingType((ConnType)2);
-
- ConnRef *connRef309 = new ConnRef(router, 309);
- ConnEnd srcPt309(Point(407, 936.545), 2);
- connRef309->setSourceEndpoint(srcPt309);
- ConnEnd dstPt309(Point(407, 1028.55), 15);
- connRef309->setDestEndpoint(dstPt309);
- connRef309->setRoutingType((ConnType)2);
-
- ConnRef *connRef310 = new ConnRef(router, 310);
- ConnEnd srcPt310(Point(1134, 1117.21), 2);
- connRef310->setSourceEndpoint(srcPt310);
- ConnEnd dstPt310(Point(1177, 1316.71), 15);
- connRef310->setDestEndpoint(dstPt310);
- connRef310->setRoutingType((ConnType)2);
-
- ConnRef *connRef311 = new ConnRef(router, 311);
- ConnEnd srcPt311(Point(1752.2, 1602.71), 1);
- connRef311->setSourceEndpoint(srcPt311);
- ConnEnd dstPt311(Point(930, 1227.55), 15);
- connRef311->setDestEndpoint(dstPt311);
- connRef311->setRoutingType((ConnType)2);
-
- ConnRef *connRef312 = new ConnRef(router, 312);
- ConnEnd srcPt312(Point(1752.2, 1602.71), 1);
- connRef312->setSourceEndpoint(srcPt312);
- ConnEnd dstPt312(Point(1659.49, 544.545), 15);
- connRef312->setDestEndpoint(dstPt312);
- connRef312->setRoutingType((ConnType)2);
-
- ConnRef *connRef313 = new ConnRef(router, 313);
- ConnEnd srcPt313(Point(569, 1269.55), 1);
- connRef313->setSourceEndpoint(srcPt313);
- ConnEnd dstPt313(Point(399, 1203.05), 15);
- connRef313->setDestEndpoint(dstPt313);
- connRef313->setRoutingType((ConnType)2);
-
- ConnRef *connRef314 = new ConnRef(router, 314);
- ConnEnd srcPt314(Point(569, 1269.55), 1);
- connRef314->setSourceEndpoint(srcPt314);
- ConnEnd dstPt314(Point(646, 1227.55), 15);
- connRef314->setDestEndpoint(dstPt314);
- connRef314->setRoutingType((ConnType)2);
-
- ConnRef *connRef315 = new ConnRef(router, 315);
- ConnEnd srcPt315(Point(508, 1049.05), 4);
- connRef315->setSourceEndpoint(srcPt315);
- ConnEnd dstPt315(Point(251, 1101.05), 15);
- connRef315->setDestEndpoint(dstPt315);
- connRef315->setRoutingType((ConnType)2);
-
- ConnRef *connRef316 = new ConnRef(router, 316);
- ConnEnd srcPt316(Point(268, 594.545), 2);
- connRef316->setSourceEndpoint(srcPt316);
- ConnEnd dstPt316(Point(407, 1028.55), 15);
- connRef316->setDestEndpoint(dstPt316);
- connRef316->setRoutingType((ConnType)2);
-
- ConnRef *connRef317 = new ConnRef(router, 317);
- ConnEnd srcPt317(Point(268, 594.545), 2);
- connRef317->setSourceEndpoint(srcPt317);
- ConnEnd dstPt317(Point(390, 584.545), 15);
- connRef317->setDestEndpoint(dstPt317);
- connRef317->setRoutingType((ConnType)2);
-
- ConnRef *connRef318 = new ConnRef(router, 318);
- ConnEnd srcPt318(Point(268, 574.545), 1);
- connRef318->setSourceEndpoint(srcPt318);
- ConnEnd dstPt318(Point(220, 584.545), 15);
- connRef318->setDestEndpoint(dstPt318);
- connRef318->setRoutingType((ConnType)2);
-
- ConnRef *connRef319 = new ConnRef(router, 319);
- ConnEnd srcPt319(Point(150, 584.545), 4);
- connRef319->setSourceEndpoint(srcPt319);
- ConnEnd dstPt319(Point(100, 584.545), 15);
- connRef319->setDestEndpoint(dstPt319);
- connRef319->setRoutingType((ConnType)2);
-
- ConnRef *connRef320 = new ConnRef(router, 320);
- ConnEnd srcPt320(Point(988.8, 1045.05), 4);
- connRef320->setSourceEndpoint(srcPt320);
- ConnEnd dstPt320(Point(930, 1227.55), 15);
- connRef320->setDestEndpoint(dstPt320);
- connRef320->setRoutingType((ConnType)2);
-
- ConnRef *connRef321 = new ConnRef(router, 321);
- ConnEnd srcPt321(Point(988.8, 1045.05), 4);
- connRef321->setSourceEndpoint(srcPt321);
- ConnEnd dstPt321(Point(938.8, 984.545), 15);
- connRef321->setDestEndpoint(dstPt321);
- connRef321->setRoutingType((ConnType)2);
-
- ConnRef *connRef322 = new ConnRef(router, 322);
- ConnEnd srcPt322(Point(1565.2, 1368.71), 2);
- connRef322->setSourceEndpoint(srcPt322);
- ConnEnd dstPt322(Point(1540.2, 1460.71), 15);
- connRef322->setDestEndpoint(dstPt322);
- connRef322->setRoutingType((ConnType)2);
-
- ConnRef *connRef323 = new ConnRef(router, 323);
- ConnEnd srcPt323(Point(1501.53, 1368.71), 2);
- connRef323->setSourceEndpoint(srcPt323);
- ConnEnd dstPt323(Point(1540.2, 1460.71), 15);
- connRef323->setDestEndpoint(dstPt323);
- connRef323->setRoutingType((ConnType)2);
-
- ConnRef *connRef324 = new ConnRef(router, 324);
- ConnEnd srcPt324(Point(1544.49, 1602.71), 1);
- connRef324->setSourceEndpoint(srcPt324);
- ConnEnd dstPt324(Point(1540.2, 1460.71), 15);
- connRef324->setDestEndpoint(dstPt324);
- connRef324->setRoutingType((ConnType)2);
-
- ConnRef *connRef325 = new ConnRef(router, 325);
- ConnEnd srcPt325(Point(1340.2, 849.545), 1);
- connRef325->setSourceEndpoint(srcPt325);
- ConnEnd dstPt325(Point(1340.2, 760.379), 15);
- connRef325->setDestEndpoint(dstPt325);
- connRef325->setRoutingType((ConnType)2);
-
- ConnRef *connRef326 = new ConnRef(router, 326);
- ConnEnd srcPt326(Point(1544.49, 984.545), 1);
- connRef326->setSourceEndpoint(srcPt326);
- ConnEnd dstPt326(Point(1544.49, 926.545), 15);
- connRef326->setDestEndpoint(dstPt326);
- connRef326->setRoutingType((ConnType)2);
-
- ConnRef *connRef327 = new ConnRef(router, 327);
- ConnEnd srcPt327(Point(1468.53, 994.545), 4);
- connRef327->setSourceEndpoint(srcPt327);
- ConnEnd dstPt327(Point(1340.2, 923.545), 15);
- connRef327->setDestEndpoint(dstPt327);
- connRef327->setRoutingType((ConnType)2);
-
- ConnRef *connRef328 = new ConnRef(router, 328);
- ConnEnd srcPt328(Point(135, 1139.05), 1);
- connRef328->setSourceEndpoint(srcPt328);
- ConnEnd dstPt328(Point(160, 822.545), 15);
- connRef328->setDestEndpoint(dstPt328);
- connRef328->setRoutingType((ConnType)2);
-
- ConnRef *connRef329 = new ConnRef(router, 329);
- ConnEnd srcPt329(Point(181, 1149.05), 4);
- connRef329->setSourceEndpoint(srcPt329);
- ConnEnd dstPt329(Point(160, 822.545), 15);
- connRef329->setDestEndpoint(dstPt329);
- connRef329->setRoutingType((ConnType)2);
-
- ConnRef *connRef330 = new ConnRef(router, 330);
- ConnEnd srcPt330(Point(925, 115), 15);
- connRef330->setSourceEndpoint(srcPt330);
- ConnEnd dstPt330(Point(975, 115), 4);
- connRef330->setDestEndpoint(dstPt330);
- connRef330->setRoutingType((ConnType)2);
-
- ConnRef *connRef331 = new ConnRef(router, 331);
- ConnEnd srcPt331(Point(1101, 115), 15);
- connRef331->setSourceEndpoint(srcPt331);
- ConnEnd dstPt331(Point(1126, 157), 1);
- connRef331->setDestEndpoint(dstPt331);
- connRef331->setRoutingType((ConnType)2);
-
- ConnRef *connRef332 = new ConnRef(router, 332);
- ConnEnd srcPt332(Point(1101, 115), 15);
- connRef332->setSourceEndpoint(srcPt332);
- ConnEnd dstPt332(Point(1016.8, 157), 1);
- connRef332->setDestEndpoint(dstPt332);
- connRef332->setRoutingType((ConnType)2);
-
- ConnRef *connRef333 = new ConnRef(router, 333);
- ConnEnd srcPt333(Point(925, 446), 15);
- connRef333->setSourceEndpoint(srcPt333);
- ConnEnd dstPt333(Point(980, 446), 4);
- connRef333->setDestEndpoint(dstPt333);
- connRef333->setRoutingType((ConnType)2);
-
- ConnRef *connRef411 = new ConnRef(router, 411);
- ConnEnd srcPt411(Point(1470.2, 1249.21), 15);
- connRef411->setSourceEndpoint(srcPt411);
- ConnEnd dstPt411(Point(1470.2, 1299.21), 15);
- connRef411->setDestEndpoint(dstPt411);
- connRef411->setRoutingType((ConnType)2);
-
- ConnRef *connRef412 = new ConnRef(router, 412);
- ConnEnd srcPt412(Point(1470.2, 1410.71), 15);
- connRef412->setSourceEndpoint(srcPt412);
- ConnEnd dstPt412(Point(1470.2, 1460.71), 15);
- connRef412->setDestEndpoint(dstPt412);
- connRef412->setRoutingType((ConnType)2);
-
- ConnRef *connRef413 = new ConnRef(router, 413);
- ConnEnd srcPt413(Point(1785.2, 1306.71), 15);
- connRef413->setSourceEndpoint(srcPt413);
- ConnEnd dstPt413(Point(1723.2, 1306.71), 15);
- connRef413->setDestEndpoint(dstPt413);
- connRef413->setRoutingType((ConnType)2);
-
- ConnRef *connRef414 = new ConnRef(router, 414);
- ConnEnd srcPt414(Point(1188, 167), 15);
- connRef414->setSourceEndpoint(srcPt414);
- ConnEnd dstPt414(Point(1126, 167), 15);
- connRef414->setDestEndpoint(dstPt414);
- connRef414->setRoutingType((ConnType)2);
-
- ConnRef *connRef415 = new ConnRef(router, 415);
- ConnEnd srcPt415(Point(954.8, 167), 15);
- connRef415->setSourceEndpoint(srcPt415);
- ConnEnd dstPt415(Point(1016.8, 167), 15);
- connRef415->setDestEndpoint(dstPt415);
- connRef415->setRoutingType((ConnType)2);
-
- ConnRef *connRef416 = new ConnRef(router, 416);
- ConnEnd srcPt416(Point(1264, 1153.05), 15);
- connRef416->setSourceEndpoint(srcPt416);
- ConnEnd dstPt416(Point(1264, 1203.05), 15);
- connRef416->setDestEndpoint(dstPt416);
- connRef416->setRoutingType((ConnType)2);
-
- ConnRef *connRef417 = new ConnRef(router, 417);
- ConnEnd srcPt417(Point(1673.2, 1306.71), 15);
- connRef417->setSourceEndpoint(srcPt417);
- ConnEnd dstPt417(Point(1611.2, 1306.71), 15);
- connRef417->setDestEndpoint(dstPt417);
- connRef417->setRoutingType((ConnType)2);
-
- ConnRef *connRef418 = new ConnRef(router, 418);
- ConnEnd srcPt418(Point(559.5, 874.545), 15);
- connRef418->setSourceEndpoint(srcPt418);
- ConnEnd dstPt418(Point(621.5, 874.545), 15);
- connRef418->setDestEndpoint(dstPt418);
- connRef418->setRoutingType((ConnType)2);
-
- ConnRef *connRef419 = new ConnRef(router, 419);
- ConnEnd srcPt419(Point(760, 874.545), 15);
- connRef419->setSourceEndpoint(srcPt419);
- ConnEnd dstPt419(Point(698, 874.545), 15);
- connRef419->setDestEndpoint(dstPt419);
- connRef419->setRoutingType((ConnType)2);
-
- ConnRef *connRef420 = new ConnRef(router, 420);
- ConnEnd srcPt420(Point(469, 926.545), 15);
- connRef420->setSourceEndpoint(srcPt420);
- ConnEnd dstPt420(Point(407, 926.545), 15);
- connRef420->setDestEndpoint(dstPt420);
- connRef420->setRoutingType((ConnType)2);
-
- ConnRef *connRef421 = new ConnRef(router, 421);
- ConnEnd srcPt421(Point(1196, 1107.21), 15);
- connRef421->setSourceEndpoint(srcPt421);
- ConnEnd dstPt421(Point(1134, 1107.21), 15);
- connRef421->setDestEndpoint(dstPt421);
- connRef421->setRoutingType((ConnType)2);
-
- ConnRef *connRef422 = new ConnRef(router, 422);
- ConnEnd srcPt422(Point(1814.2, 1612.71), 15);
- connRef422->setSourceEndpoint(srcPt422);
- ConnEnd dstPt422(Point(1752.2, 1612.71), 15);
- connRef422->setDestEndpoint(dstPt422);
- connRef422->setRoutingType((ConnType)2);
-
- ConnRef *connRef423 = new ConnRef(router, 423);
- ConnEnd srcPt423(Point(631, 1279.55), 15);
- connRef423->setSourceEndpoint(srcPt423);
- ConnEnd dstPt423(Point(569, 1279.55), 15);
- connRef423->setDestEndpoint(dstPt423);
- connRef423->setRoutingType((ConnType)2);
-
- ConnRef *connRef424 = new ConnRef(router, 424);
- ConnEnd srcPt424(Point(518, 999.045), 15);
- connRef424->setSourceEndpoint(srcPt424);
- ConnEnd dstPt424(Point(518, 1049.05), 15);
- connRef424->setDestEndpoint(dstPt424);
- connRef424->setRoutingType((ConnType)2);
-
- ConnRef *connRef425 = new ConnRef(router, 425);
- ConnEnd srcPt425(Point(330, 584.545), 15);
- connRef425->setSourceEndpoint(srcPt425);
- ConnEnd dstPt425(Point(268, 584.545), 15);
- connRef425->setDestEndpoint(dstPt425);
- connRef425->setRoutingType((ConnType)2);
-
- ConnRef *connRef426 = new ConnRef(router, 426);
- ConnEnd srcPt426(Point(160, 534.545), 15);
- connRef426->setSourceEndpoint(srcPt426);
- ConnEnd dstPt426(Point(160, 584.545), 15);
- connRef426->setDestEndpoint(dstPt426);
- connRef426->setRoutingType((ConnType)2);
-
- ConnRef *connRef427 = new ConnRef(router, 427);
- ConnEnd srcPt427(Point(998.8, 995.045), 15);
- connRef427->setSourceEndpoint(srcPt427);
- ConnEnd dstPt427(Point(998.8, 1045.05), 15);
- connRef427->setDestEndpoint(dstPt427);
- connRef427->setRoutingType((ConnType)2);
-
- ConnRef *connRef428 = new ConnRef(router, 428);
- ConnEnd srcPt428(Point(1627.2, 1358.71), 15);
- connRef428->setSourceEndpoint(srcPt428);
- ConnEnd dstPt428(Point(1565.2, 1358.71), 15);
- connRef428->setDestEndpoint(dstPt428);
- connRef428->setRoutingType((ConnType)2);
-
- ConnRef *connRef429 = new ConnRef(router, 429);
- ConnEnd srcPt429(Point(1439.53, 1358.71), 15);
- connRef429->setSourceEndpoint(srcPt429);
- ConnEnd dstPt429(Point(1501.53, 1358.71), 15);
- connRef429->setDestEndpoint(dstPt429);
- connRef429->setRoutingType((ConnType)2);
-
- ConnRef *connRef430 = new ConnRef(router, 430);
- ConnEnd srcPt430(Point(1606.49, 1612.71), 15);
- connRef430->setSourceEndpoint(srcPt430);
- ConnEnd dstPt430(Point(1544.49, 1612.71), 15);
- connRef430->setDestEndpoint(dstPt430);
- connRef430->setRoutingType((ConnType)2);
-
- ConnRef *connRef431 = new ConnRef(router, 431);
- ConnEnd srcPt431(Point(1402.2, 859.545), 15);
- connRef431->setSourceEndpoint(srcPt431);
- ConnEnd dstPt431(Point(1340.2, 859.545), 15);
- connRef431->setDestEndpoint(dstPt431);
- connRef431->setRoutingType((ConnType)2);
-
- ConnRef *connRef432 = new ConnRef(router, 432);
- ConnEnd srcPt432(Point(1606.49, 994.545), 15);
- connRef432->setSourceEndpoint(srcPt432);
- ConnEnd dstPt432(Point(1544.49, 994.545), 15);
- connRef432->setDestEndpoint(dstPt432);
- connRef432->setRoutingType((ConnType)2);
-
- ConnRef *connRef433 = new ConnRef(router, 433);
- ConnEnd srcPt433(Point(1478.53, 944.545), 15);
- connRef433->setSourceEndpoint(srcPt433);
- ConnEnd dstPt433(Point(1478.53, 994.545), 15);
- connRef433->setDestEndpoint(dstPt433);
- connRef433->setRoutingType((ConnType)2);
-
- ConnRef *connRef434 = new ConnRef(router, 434);
- ConnEnd srcPt434(Point(399, 1295.05), 15);
- connRef434->setSourceEndpoint(srcPt434);
- ConnEnd dstPt434(Point(349, 1295.05), 8);
- connRef434->setDestEndpoint(dstPt434);
- connRef434->setRoutingType((ConnType)2);
-
- ConnRef *connRef435 = new ConnRef(router, 435);
- ConnEnd srcPt435(Point(399, 1203.05), 15);
- connRef435->setSourceEndpoint(srcPt435);
- ConnEnd dstPt435(Point(349, 1203.05), 8);
- connRef435->setDestEndpoint(dstPt435);
- connRef435->setRoutingType((ConnType)2);
-
- ConnRef *connRef436 = new ConnRef(router, 436);
- ConnEnd srcPt436(Point(1340.2, 760.379), 15);
- connRef436->setSourceEndpoint(srcPt436);
- ConnEnd dstPt436(Point(1460.2, 738.545), 4);
- connRef436->setDestEndpoint(dstPt436);
- connRef436->setRoutingType((ConnType)2);
-
- ConnRef *connRef437 = new ConnRef(router, 437);
- ConnEnd srcPt437(Point(639.5, 446), 15);
- connRef437->setSourceEndpoint(srcPt437);
- ConnEnd dstPt437(Point(528, 446), 8);
- connRef437->setDestEndpoint(dstPt437);
- connRef437->setRoutingType((ConnType)2);
-
- ConnRef *connRef438 = new ConnRef(router, 438);
- ConnEnd srcPt438(Point(698, 1028.55), 15);
- connRef438->setSourceEndpoint(srcPt438);
- ConnEnd dstPt438(Point(596, 1028.55), 8);
- connRef438->setDestEndpoint(dstPt438);
- connRef438->setRoutingType((ConnType)2);
-
- ConnRef *connRef439 = new ConnRef(router, 439);
- ConnEnd srcPt439(Point(801, 446), 15);
- connRef439->setSourceEndpoint(srcPt439);
- ConnEnd dstPt439(Point(745, 446), 8);
- connRef439->setDestEndpoint(dstPt439);
- connRef439->setRoutingType((ConnType)2);
-
- ConnRef *connRef440 = new ConnRef(router, 440);
- ConnEnd srcPt440(Point(925, 446), 15);
- connRef440->setSourceEndpoint(srcPt440);
- ConnEnd dstPt440(Point(871, 446), 8);
- connRef440->setDestEndpoint(dstPt440);
- connRef440->setRoutingType((ConnType)2);
-
- ConnRef *connRef441 = new ConnRef(router, 441);
- ConnEnd srcPt441(Point(390, 584.545), 15);
- connRef441->setSourceEndpoint(srcPt441);
- ConnEnd dstPt441(Point(508, 584.545), 4);
- connRef441->setDestEndpoint(dstPt441);
- connRef441->setRoutingType((ConnType)2);
-
- ConnRef *connRef442 = new ConnRef(router, 442);
- ConnEnd srcPt442(Point(925, 822.545), 15);
- connRef442->setSourceEndpoint(srcPt442);
- ConnEnd dstPt442(Point(802.5, 822.545), 8);
- connRef442->setDestEndpoint(dstPt442);
- connRef442->setRoutingType((ConnType)2);
-
- ConnRef *connRef443 = new ConnRef(router, 443);
- ConnEnd srcPt443(Point(925, 822.545), 15);
- connRef443->setSourceEndpoint(srcPt443);
- ConnEnd dstPt443(Point(807, 1028.55), 8);
- connRef443->setDestEndpoint(dstPt443);
- connRef443->setRoutingType((ConnType)2);
-
- ConnRef *connRef444 = new ConnRef(router, 444);
- ConnEnd srcPt444(Point(925, 822.545), 15);
- connRef444->setSourceEndpoint(srcPt444);
- ConnEnd dstPt444(Point(779, 1113.55), 1);
- connRef444->setDestEndpoint(dstPt444);
- connRef444->setRoutingType((ConnType)2);
-
- ConnRef *connRef445 = new ConnRef(router, 445);
- ConnEnd srcPt445(Point(925, 822.545), 15);
- connRef445->setSourceEndpoint(srcPt445);
- ConnEnd dstPt445(Point(802.5, 686.545), 8);
- connRef445->setDestEndpoint(dstPt445);
- connRef445->setRoutingType((ConnType)2);
-
- ConnRef *connRef446 = new ConnRef(router, 446);
- ConnEnd srcPt446(Point(925, 822.545), 15);
- connRef446->setSourceEndpoint(srcPt446);
- ConnEnd dstPt446(Point(861, 1165.55), 1);
- connRef446->setDestEndpoint(dstPt446);
- connRef446->setRoutingType((ConnType)2);
-
- ConnRef *connRef447 = new ConnRef(router, 447);
- ConnEnd srcPt447(Point(930, 1227.55), 15);
- connRef447->setSourceEndpoint(srcPt447);
- ConnEnd dstPt447(Point(764, 1593.71), 8);
- connRef447->setDestEndpoint(dstPt447);
- connRef447->setRoutingType((ConnType)2);
-
- ConnRef *connRef448 = new ConnRef(router, 448);
- ConnEnd srcPt448(Point(930, 1227.55), 15);
- connRef448->setSourceEndpoint(srcPt448);
- ConnEnd dstPt448(Point(836, 1626.71), 8);
- connRef448->setDestEndpoint(dstPt448);
- connRef448->setRoutingType((ConnType)2);
-
- ConnRef *connRef449 = new ConnRef(router, 449);
- ConnEnd srcPt449(Point(925, 302), 15);
- connRef449->setSourceEndpoint(srcPt449);
- ConnEnd dstPt449(Point(925, 270), 2);
- connRef449->setDestEndpoint(dstPt449);
- connRef449->setRoutingType((ConnType)2);
-
- ConnRef *connRef450 = new ConnRef(router, 450);
- ConnEnd srcPt450(Point(925, 822.545), 15);
- connRef450->setSourceEndpoint(srcPt450);
- ConnEnd dstPt450(Point(925, 689.045), 2);
- connRef450->setDestEndpoint(dstPt450);
- connRef450->setRoutingType((ConnType)2);
-
- ConnRef *connRef451 = new ConnRef(router, 451);
- ConnEnd srcPt451(Point(930, 1227.55), 15);
- connRef451->setSourceEndpoint(srcPt451);
- ConnEnd dstPt451(Point(925, 942.545), 2);
- connRef451->setDestEndpoint(dstPt451);
- connRef451->setRoutingType((ConnType)2);
-
- ConnRef *connRef452 = new ConnRef(router, 452);
- ConnEnd srcPt452(Point(1112, 446), 15);
- connRef452->setSourceEndpoint(srcPt452);
- ConnEnd dstPt452(Point(1162, 446), 4);
- connRef452->setDestEndpoint(dstPt452);
- connRef452->setRoutingType((ConnType)2);
-
- ConnRef *connRef453 = new ConnRef(router, 453);
- ConnEnd srcPt453(Point(925, 822.545), 15);
- connRef453->setSourceEndpoint(srcPt453);
- ConnEnd dstPt453(Point(1142, 760.379), 4);
- connRef453->setDestEndpoint(dstPt453);
- connRef453->setRoutingType((ConnType)2);
-
- ConnRef *connRef454 = new ConnRef(router, 454);
- ConnEnd srcPt454(Point(930, 1227.55), 15);
- connRef454->setSourceEndpoint(srcPt454);
- ConnEnd dstPt454(Point(970, 1117.21), 2);
- connRef454->setDestEndpoint(dstPt454);
- connRef454->setRoutingType((ConnType)2);
-
- ConnRef *connRef455 = new ConnRef(router, 455);
- ConnEnd srcPt455(Point(1177, 1316.71), 15);
- connRef455->setSourceEndpoint(srcPt455);
- ConnEnd dstPt455(Point(1218, 1460.71), 4);
- connRef455->setDestEndpoint(dstPt455);
- connRef455->setRoutingType((ConnType)2);
-
- ConnRef *connRef456 = new ConnRef(router, 456);
- ConnEnd srcPt456(Point(1340.2, 760.379), 15);
- connRef456->setSourceEndpoint(srcPt456);
- ConnEnd dstPt456(Point(1340.2, 692.045), 2);
- connRef456->setDestEndpoint(dstPt456);
- connRef456->setRoutingType((ConnType)2);
-
- ConnRef *connRef457 = new ConnRef(router, 457);
- ConnEnd srcPt457(Point(1340.2, 760.379), 15);
- connRef457->setSourceEndpoint(srcPt457);
- ConnEnd dstPt457(Point(1460.2, 770.545), 4);
- connRef457->setDestEndpoint(dstPt457);
- connRef457->setRoutingType((ConnType)2);
-
- ConnRef *connRef458 = new ConnRef(router, 458);
- ConnEnd srcPt458(Point(1324, 1203.05), 15);
- connRef458->setSourceEndpoint(srcPt458);
- ConnEnd dstPt458(Point(1460.2, 1203.05), 4);
- connRef458->setDestEndpoint(dstPt458);
- connRef458->setRoutingType((ConnType)2);
-
- ConnRef *connRef459 = new ConnRef(router, 459);
- ConnEnd srcPt459(Point(1324, 1203.05), 15);
- connRef459->setSourceEndpoint(srcPt459);
- ConnEnd dstPt459(Point(1460.2, 1299.21), 4);
- connRef459->setDestEndpoint(dstPt459);
- connRef459->setRoutingType((ConnType)2);
-
- ConnRef *connRef460 = new ConnRef(router, 460);
- ConnEnd srcPt460(Point(646, 822.545), 15);
- connRef460->setSourceEndpoint(srcPt460);
- ConnEnd dstPt460(Point(621.5, 864.545), 1);
- connRef460->setDestEndpoint(dstPt460);
- connRef460->setRoutingType((ConnType)2);
-
- ConnRef *connRef461 = new ConnRef(router, 461);
- ConnEnd srcPt461(Point(646, 822.545), 15);
- connRef461->setSourceEndpoint(srcPt461);
- ConnEnd dstPt461(Point(698, 864.545), 1);
- connRef461->setDestEndpoint(dstPt461);
- connRef461->setRoutingType((ConnType)2);
-
- ConnRef *connRef462 = new ConnRef(router, 462);
- ConnEnd srcPt462(Point(1340.2, 923.545), 15);
- connRef462->setSourceEndpoint(srcPt462);
- ConnEnd dstPt462(Point(1340.2, 869.545), 2);
- connRef462->setDestEndpoint(dstPt462);
- connRef462->setRoutingType((ConnType)2);
-
- ConnRef *connRef463 = new ConnRef(router, 463);
- ConnEnd srcPt463(Point(1544.49, 1052.05), 15);
- connRef463->setSourceEndpoint(srcPt463);
- ConnEnd dstPt463(Point(1544.49, 1004.55), 2);
- connRef463->setDestEndpoint(dstPt463);
- connRef463->setRoutingType((ConnType)2);
-
- ConnRef *connRef464 = new ConnRef(router, 464);
- ConnEnd srcPt464(Point(549, 1786.85), 15);
- connRef464->setSourceEndpoint(srcPt464);
- ConnEnd dstPt464(Point(748, 1777.71), 4);
- connRef464->setDestEndpoint(dstPt464);
- connRef464->setRoutingType((ConnType)2);
-
- ConnRef *connRef465 = new ConnRef(router, 465);
- ConnEnd srcPt465(Point(549, 1786.85), 15);
- connRef465->setSourceEndpoint(srcPt465);
- ConnEnd dstPt465(Point(748, 1809.71), 4);
- connRef465->setDestEndpoint(dstPt465);
- connRef465->setRoutingType((ConnType)2);
-
- ConnRef *connRef466 = new ConnRef(router, 466);
- ConnEnd srcPt466(Point(930, 1227.55), 15);
- connRef466->setSourceEndpoint(srcPt466);
- ConnEnd dstPt466(Point(1045.8, 1614.71), 4);
- connRef466->setDestEndpoint(dstPt466);
- connRef466->setRoutingType((ConnType)2);
-
- ConnRef *connRef467 = new ConnRef(router, 467);
- ConnEnd srcPt467(Point(1101, 302), 15);
- connRef467->setSourceEndpoint(srcPt467);
- ConnEnd dstPt467(Point(1153, 344), 4);
- connRef467->setDestEndpoint(dstPt467);
- connRef467->setRoutingType((ConnType)2);
-
- ConnRef *connRef468 = new ConnRef(router, 468);
- ConnEnd srcPt468(Point(1235, 446), 15);
- connRef468->setSourceEndpoint(srcPt468);
- ConnEnd dstPt468(Point(1240, 359), 2);
- connRef468->setDestEndpoint(dstPt468);
- connRef468->setRoutingType((ConnType)2);
-
- ConnRef *connRef469 = new ConnRef(router, 469);
- ConnEnd srcPt469(Point(375, 446), 15);
- connRef469->setSourceEndpoint(srcPt469);
- ConnEnd dstPt469(Point(338, 482.545), 8);
- connRef469->setDestEndpoint(dstPt469);
- connRef469->setRoutingType((ConnType)2);
-
- ConnRef *connRef470 = new ConnRef(router, 470);
- ConnEnd srcPt470(Point(1112, 446), 15);
- connRef470->setSourceEndpoint(srcPt470);
- ConnEnd dstPt470(Point(1047.83, 735.462), 1);
- connRef470->setDestEndpoint(dstPt470);
- connRef470->setRoutingType((ConnType)2);
-
- ConnRef *connRef471 = new ConnRef(router, 471);
- ConnEnd srcPt471(Point(810, 1460.71), 15);
- connRef471->setSourceEndpoint(srcPt471);
- ConnEnd dstPt471(Point(773, 1347.05), 8);
- connRef471->setDestEndpoint(dstPt471);
- connRef471->setRoutingType((ConnType)2);
-
- ConnRef *connRef472 = new ConnRef(router, 472);
- ConnEnd srcPt472(Point(925, 302), 15);
- connRef472->setSourceEndpoint(srcPt472);
- ConnEnd dstPt472(Point(888, 344), 8);
- connRef472->setDestEndpoint(dstPt472);
- connRef472->setRoutingType((ConnType)2);
-
- ConnRef *connRef334 = new ConnRef(router, 334);
- ConnEnd srcPt334(Point(925, 822.545), 15);
- connRef334->setSourceEndpoint(srcPt334);
- ConnEnd dstPt334(Point(1098, 812.545), 1);
- connRef334->setDestEndpoint(dstPt334);
- connRef334->setRoutingType((ConnType)2);
-
- ConnRef *connRef335 = new ConnRef(router, 335);
- ConnEnd srcPt335(Point(938.8, 1799.71), 1);
- connRef335->setSourceEndpoint(srcPt335);
- ConnEnd dstPt335(Point(938.8, 1685.71), 15);
- connRef335->setDestEndpoint(dstPt335);
- connRef335->setRoutingType((ConnType)2);
-
- ConnRef *connRef336 = new ConnRef(router, 336);
- ConnEnd srcPt336(Point(698, 1028.55), 15);
- connRef336->setSourceEndpoint(srcPt336);
- ConnEnd dstPt336(Point(528, 1049.05), 8);
- connRef336->setDestEndpoint(dstPt336);
- connRef336->setRoutingType((ConnType)2);
-
- ConnRef *connRef337 = new ConnRef(router, 337);
- ConnEnd srcPt337(Point(1092, 1107.21), 15);
- connRef337->setSourceEndpoint(srcPt337);
- ConnEnd dstPt337(Point(1134, 1097.21), 1);
- connRef337->setDestEndpoint(dstPt337);
- connRef337->setRoutingType((ConnType)2);
-
- ConnRef *connRef338 = new ConnRef(router, 338);
- ConnEnd srcPt338(Point(1659.49, 1203.05), 15);
- connRef338->setSourceEndpoint(srcPt338);
- ConnEnd dstPt338(Point(1723.2, 1296.71), 1);
- connRef338->setDestEndpoint(dstPt338);
- connRef338->setRoutingType((ConnType)2);
-
- ConnRef *connRef339 = new ConnRef(router, 339);
- ConnEnd srcPt339(Point(1540.2, 1299.21), 15);
- connRef339->setSourceEndpoint(srcPt339);
- ConnEnd dstPt339(Point(1565.2, 1348.71), 1);
- connRef339->setDestEndpoint(dstPt339);
- connRef339->setRoutingType((ConnType)2);
-
- ConnRef *connRef340 = new ConnRef(router, 340);
- ConnEnd srcPt340(Point(1540.2, 1299.21), 15);
- connRef340->setSourceEndpoint(srcPt340);
- ConnEnd dstPt340(Point(1501.53, 1348.71), 1);
- connRef340->setDestEndpoint(dstPt340);
- connRef340->setRoutingType((ConnType)2);
-
- ConnRef *connRef341 = new ConnRef(router, 341);
- ConnEnd srcPt341(Point(1355.33, 1045.05), 15);
- connRef341->setSourceEndpoint(srcPt341);
- ConnEnd dstPt341(Point(1355.33, 1091.05), 1);
- connRef341->setDestEndpoint(dstPt341);
- connRef341->setRoutingType((ConnType)2);
-
- ConnRef *connRef342 = new ConnRef(router, 342);
- ConnEnd srcPt342(Point(1340.2, 544.545), 15);
- connRef342->setSourceEndpoint(srcPt342);
- ConnEnd dstPt342(Point(1520.2, 452.545), 4);
- connRef342->setDestEndpoint(dstPt342);
- connRef342->setRoutingType((ConnType)2);
-
- ConnRef *connRef343 = new ConnRef(router, 343);
- ConnEnd srcPt343(Point(1340.2, 544.545), 15);
- connRef343->setSourceEndpoint(srcPt343);
- ConnEnd dstPt343(Point(1520.2, 544.545), 4);
- connRef343->setDestEndpoint(dstPt343);
- connRef343->setRoutingType((ConnType)2);
-
- ConnRef *connRef344 = new ConnRef(router, 344);
- ConnEnd srcPt344(Point(1659.49, 544.545), 15);
- connRef344->setSourceEndpoint(srcPt344);
- ConnEnd dstPt344(Point(1611.2, 1296.71), 1);
- connRef344->setDestEndpoint(dstPt344);
- connRef344->setRoutingType((ConnType)2);
-
- ConnRef *connRef345 = new ConnRef(router, 345);
- ConnEnd srcPt345(Point(390, 584.545), 15);
- connRef345->setSourceEndpoint(srcPt345);
- ConnEnd dstPt345(Point(334.2, 760.545), 1);
- connRef345->setDestEndpoint(dstPt345);
- connRef345->setRoutingType((ConnType)2);
-
- ConnRef *connRef346 = new ConnRef(router, 346);
- ConnEnd srcPt346(Point(390, 584.545), 15);
- connRef346->setSourceEndpoint(srcPt346);
- ConnEnd dstPt346(Point(334.2, 812.545), 1);
- connRef346->setDestEndpoint(dstPt346);
- connRef346->setRoutingType((ConnType)2);
-
- ConnRef *connRef347 = new ConnRef(router, 347);
- ConnEnd srcPt347(Point(390, 584.545), 15);
- connRef347->setSourceEndpoint(srcPt347);
- ConnEnd dstPt347(Point(334.2, 864.545), 1);
- connRef347->setDestEndpoint(dstPt347);
- connRef347->setRoutingType((ConnType)2);
-
- ConnRef *connRef348 = new ConnRef(router, 348);
- ConnEnd srcPt348(Point(629, 1101.05), 15);
- connRef348->setSourceEndpoint(srcPt348);
- ConnEnd dstPt348(Point(477.5, 1101.05), 8);
- connRef348->setDestEndpoint(dstPt348);
- connRef348->setRoutingType((ConnType)2);
-
- ConnRef *connRef349 = new ConnRef(router, 349);
- ConnEnd srcPt349(Point(1324, 1203.05), 15);
- connRef349->setSourceEndpoint(srcPt349);
- ConnEnd dstPt349(Point(1460.2, 1460.71), 4);
- connRef349->setDestEndpoint(dstPt349);
- connRef349->setRoutingType((ConnType)2);
-
- ConnRef *connRef350 = new ConnRef(router, 350);
- ConnEnd srcPt350(Point(1324, 1203.05), 15);
- connRef350->setSourceEndpoint(srcPt350);
- ConnEnd dstPt350(Point(1274, 1203.05), 8);
- connRef350->setDestEndpoint(dstPt350);
- connRef350->setRoutingType((ConnType)2);
-
- ConnRef *connRef351 = new ConnRef(router, 351);
- ConnEnd srcPt351(Point(1752.2, 1622.71), 2);
- connRef351->setSourceEndpoint(srcPt351);
- ConnEnd dstPt351(Point(1752.2, 1777.71), 15);
- connRef351->setDestEndpoint(dstPt351);
- connRef351->setRoutingType((ConnType)2);
-
- ConnRef *connRef352 = new ConnRef(router, 352);
- ConnEnd srcPt352(Point(1008.8, 1045.05), 8);
- connRef352->setSourceEndpoint(srcPt352);
- ConnEnd dstPt352(Point(1112, 1045.05), 15);
- connRef352->setDestEndpoint(dstPt352);
- connRef352->setRoutingType((ConnType)2);
-
- ConnRef *connRef353 = new ConnRef(router, 353);
- ConnEnd srcPt353(Point(399, 1295.05), 15);
- connRef353->setSourceEndpoint(srcPt353);
- ConnEnd dstPt353(Point(559, 1203.05), 4);
- connRef353->setDestEndpoint(dstPt353);
- connRef353->setRoutingType((ConnType)2);
-
- ConnRef *connRef354 = new ConnRef(router, 354);
- ConnEnd srcPt354(Point(399, 1295.05), 15);
- connRef354->setSourceEndpoint(srcPt354);
- ConnEnd dstPt354(Point(569, 1289.55), 2);
- connRef354->setDestEndpoint(dstPt354);
- connRef354->setRoutingType((ConnType)2);
-
- ConnRef *connRef355 = new ConnRef(router, 355);
- ConnEnd srcPt355(Point(407, 916.545), 1);
- connRef355->setSourceEndpoint(srcPt355);
- ConnEnd dstPt355(Point(220, 584.545), 15);
- connRef355->setDestEndpoint(dstPt355);
- connRef355->setRoutingType((ConnType)2);
-
- ConnRef *connRef356 = new ConnRef(router, 356);
- ConnEnd srcPt356(Point(220, 584.545), 15);
- connRef356->setSourceEndpoint(srcPt356);
- ConnEnd dstPt356(Point(170, 584.545), 8);
- connRef356->setDestEndpoint(dstPt356);
- connRef356->setRoutingType((ConnType)2);
-
- ConnRef *connRef357 = new ConnRef(router, 357);
- ConnEnd srcPt357(Point(1544.49, 1052.05), 15);
- connRef357->setSourceEndpoint(srcPt357);
- ConnEnd dstPt357(Point(1656.49, 869.545), 2);
- connRef357->setDestEndpoint(dstPt357);
- connRef357->setRoutingType((ConnType)2);
-
- ConnRef *connRef358 = new ConnRef(router, 358);
- ConnEnd srcPt358(Point(1488.53, 994.545), 8);
- connRef358->setSourceEndpoint(srcPt358);
- ConnEnd dstPt358(Point(1544.49, 1052.05), 15);
- connRef358->setDestEndpoint(dstPt358);
- connRef358->setRoutingType((ConnType)2);
-
- ConnRef *connRef359 = new ConnRef(router, 359);
- ConnEnd srcPt359(Point(1544.49, 1654.71), 15);
- connRef359->setSourceEndpoint(srcPt359);
- ConnEnd dstPt359(Point(1544.49, 1622.71), 2);
- connRef359->setDestEndpoint(dstPt359);
- connRef359->setRoutingType((ConnType)2);
-
- ConnRef *connRef360 = new ConnRef(router, 360);
- ConnEnd srcPt360(Point(344.2, 686.545), 8);
- connRef360->setSourceEndpoint(srcPt360);
- ConnEnd dstPt360(Point(629, 584.545), 15);
- connRef360->setDestEndpoint(dstPt360);
- connRef360->setRoutingType((ConnType)2);
-
- ConnRef *connRef361 = new ConnRef(router, 361);
- ConnEnd srcPt361(Point(339, 1245.05), 15);
- connRef361->setSourceEndpoint(srcPt361);
- ConnEnd dstPt361(Point(339, 1295.05), 15);
- connRef361->setDestEndpoint(dstPt361);
- connRef361->setRoutingType((ConnType)2);
-
- ConnRef *connRef362 = new ConnRef(router, 362);
- ConnEnd srcPt362(Point(339, 1153.05), 15);
- connRef362->setSourceEndpoint(srcPt362);
- ConnEnd dstPt362(Point(339, 1203.05), 15);
- connRef362->setDestEndpoint(dstPt362);
- connRef362->setRoutingType((ConnType)2);
-
- ConnRef *connRef363 = new ConnRef(router, 363);
- ConnEnd srcPt363(Point(73, 1149.05), 15);
- connRef363->setSourceEndpoint(srcPt363);
- ConnEnd dstPt363(Point(135, 1149.05), 15);
- connRef363->setDestEndpoint(dstPt363);
- connRef363->setRoutingType((ConnType)2);
-
- ConnRef *connRef364 = new ConnRef(router, 364);
- ConnEnd srcPt364(Point(1470.2, 688.545), 15);
- connRef364->setSourceEndpoint(srcPt364);
- ConnEnd dstPt364(Point(1470.2, 738.545), 15);
- connRef364->setDestEndpoint(dstPt364);
- connRef364->setRoutingType((ConnType)2);
-
- ConnRef *connRef365 = new ConnRef(router, 365);
- ConnEnd srcPt365(Point(518, 396), 15);
- connRef365->setSourceEndpoint(srcPt365);
- ConnEnd dstPt365(Point(518, 446), 15);
- connRef365->setDestEndpoint(dstPt365);
- connRef365->setRoutingType((ConnType)2);
-
- ConnRef *connRef366 = new ConnRef(router, 366);
- ConnEnd srcPt366(Point(334.2, 636.545), 15);
- connRef366->setSourceEndpoint(srcPt366);
- ConnEnd dstPt366(Point(334.2, 686.545), 15);
- connRef366->setDestEndpoint(dstPt366);
- connRef366->setRoutingType((ConnType)2);
-
- ConnRef *connRef367 = new ConnRef(router, 367);
- ConnEnd srcPt367(Point(191, 1099.05), 15);
- connRef367->setSourceEndpoint(srcPt367);
- ConnEnd dstPt367(Point(191, 1149.05), 15);
- connRef367->setDestEndpoint(dstPt367);
- connRef367->setRoutingType((ConnType)2);
-
- ConnRef *connRef368 = new ConnRef(router, 368);
- ConnEnd srcPt368(Point(396.2, 770.545), 15);
- connRef368->setSourceEndpoint(srcPt368);
- ConnEnd dstPt368(Point(334.2, 770.545), 15);
- connRef368->setDestEndpoint(dstPt368);
- connRef368->setRoutingType((ConnType)2);
-
- ConnRef *connRef369 = new ConnRef(router, 369);
- ConnEnd srcPt369(Point(396.2, 822.545), 15);
- connRef369->setSourceEndpoint(srcPt369);
- ConnEnd dstPt369(Point(334.2, 822.545), 15);
- connRef369->setDestEndpoint(dstPt369);
- connRef369->setRoutingType((ConnType)2);
-
- ConnRef *connRef370 = new ConnRef(router, 370);
- ConnEnd srcPt370(Point(396.2, 874.545), 15);
- connRef370->setSourceEndpoint(srcPt370);
- ConnEnd dstPt370(Point(334.2, 874.545), 15);
- connRef370->setDestEndpoint(dstPt370);
- connRef370->setRoutingType((ConnType)2);
-
- ConnRef *connRef371 = new ConnRef(router, 371);
- ConnEnd srcPt371(Point(467.5, 1051.05), 15);
- connRef371->setSourceEndpoint(srcPt371);
- ConnEnd dstPt371(Point(467.5, 1101.05), 15);
- connRef371->setDestEndpoint(dstPt371);
- connRef371->setRoutingType((ConnType)2);
-
- ConnRef *connRef372 = new ConnRef(router, 372);
- ConnEnd srcPt372(Point(586, 978.545), 15);
- connRef372->setSourceEndpoint(srcPt372);
- ConnEnd dstPt372(Point(586, 1028.55), 15);
- connRef372->setDestEndpoint(dstPt372);
- connRef372->setRoutingType((ConnType)2);
-
- ConnRef *connRef373 = new ConnRef(router, 373);
- ConnEnd srcPt373(Point(569, 1153.05), 15);
- connRef373->setSourceEndpoint(srcPt373);
- ConnEnd dstPt373(Point(569, 1203.05), 15);
- connRef373->setDestEndpoint(dstPt373);
- connRef373->setRoutingType((ConnType)2);
-
- ConnRef *connRef374 = new ConnRef(router, 374);
- ConnEnd srcPt374(Point(735, 396), 15);
- connRef374->setSourceEndpoint(srcPt374);
- ConnEnd dstPt374(Point(735, 446), 15);
- connRef374->setDestEndpoint(dstPt374);
- connRef374->setRoutingType((ConnType)2);
-
- ConnRef *connRef375 = new ConnRef(router, 375);
- ConnEnd srcPt375(Point(861, 396), 15);
- connRef375->setSourceEndpoint(srcPt375);
- ConnEnd dstPt375(Point(861, 446), 15);
- connRef375->setDestEndpoint(dstPt375);
- connRef375->setRoutingType((ConnType)2);
-
- ConnRef *connRef376 = new ConnRef(router, 376);
- ConnEnd srcPt376(Point(518, 534.545), 15);
- connRef376->setSourceEndpoint(srcPt376);
- ConnEnd dstPt376(Point(518, 584.545), 15);
- connRef376->setDestEndpoint(dstPt376);
- connRef376->setRoutingType((ConnType)2);
-
- ConnRef *connRef377 = new ConnRef(router, 377);
- ConnEnd srcPt377(Point(792.5, 772.545), 15);
- connRef377->setSourceEndpoint(srcPt377);
- ConnEnd dstPt377(Point(792.5, 822.545), 15);
- connRef377->setDestEndpoint(dstPt377);
- connRef377->setRoutingType((ConnType)2);
-
- ConnRef *connRef378 = new ConnRef(router, 378);
- ConnEnd srcPt378(Point(797, 978.545), 15);
- connRef378->setSourceEndpoint(srcPt378);
- ConnEnd dstPt378(Point(797, 1028.55), 15);
- connRef378->setDestEndpoint(dstPt378);
- connRef378->setRoutingType((ConnType)2);
-
- ConnRef *connRef379 = new ConnRef(router, 379);
- ConnEnd srcPt379(Point(841, 1123.55), 15);
- connRef379->setSourceEndpoint(srcPt379);
- ConnEnd dstPt379(Point(779, 1123.55), 15);
- connRef379->setDestEndpoint(dstPt379);
- connRef379->setRoutingType((ConnType)2);
-
- ConnRef *connRef380 = new ConnRef(router, 380);
- ConnEnd srcPt380(Point(792.5, 636.545), 15);
- connRef380->setSourceEndpoint(srcPt380);
- ConnEnd dstPt380(Point(792.5, 686.545), 15);
- connRef380->setDestEndpoint(dstPt380);
- connRef380->setRoutingType((ConnType)2);
-
- ConnRef *connRef381 = new ConnRef(router, 381);
- ConnEnd srcPt381(Point(799, 1175.55), 15);
- connRef381->setSourceEndpoint(srcPt381);
- ConnEnd dstPt381(Point(861, 1175.55), 15);
- connRef381->setDestEndpoint(dstPt381);
- connRef381->setRoutingType((ConnType)2);
-
- ConnRef *connRef382 = new ConnRef(router, 382);
- ConnEnd srcPt382(Point(870, 1410.71), 15);
- connRef382->setSourceEndpoint(srcPt382);
- ConnEnd dstPt382(Point(870, 1460.71), 15);
- connRef382->setDestEndpoint(dstPt382);
- connRef382->setRoutingType((ConnType)2);
-
- ConnRef *connRef383 = new ConnRef(router, 383);
- ConnEnd srcPt383(Point(754, 1543.71), 15);
- connRef383->setSourceEndpoint(srcPt383);
- ConnEnd dstPt383(Point(754, 1593.71), 15);
- connRef383->setDestEndpoint(dstPt383);
- connRef383->setRoutingType((ConnType)2);
-
- ConnRef *connRef384 = new ConnRef(router, 384);
- ConnEnd srcPt384(Point(826, 1676.71), 15);
- connRef384->setSourceEndpoint(srcPt384);
- ConnEnd dstPt384(Point(826, 1626.71), 15);
- connRef384->setDestEndpoint(dstPt384);
- connRef384->setRoutingType((ConnType)2);
-
- ConnRef *connRef385 = new ConnRef(router, 385);
- ConnEnd srcPt385(Point(987, 260), 15);
- connRef385->setSourceEndpoint(srcPt385);
- ConnEnd dstPt385(Point(925, 260), 15);
- connRef385->setDestEndpoint(dstPt385);
- connRef385->setRoutingType((ConnType)2);
-
- ConnRef *connRef386 = new ConnRef(router, 386);
- ConnEnd srcPt386(Point(987, 344), 15);
- connRef386->setSourceEndpoint(srcPt386);
- ConnEnd dstPt386(Point(925, 344), 15);
- connRef386->setDestEndpoint(dstPt386);
- connRef386->setRoutingType((ConnType)2);
-
- ConnRef *connRef387 = new ConnRef(router, 387);
- ConnEnd srcPt387(Point(987, 679.045), 15);
- connRef387->setSourceEndpoint(srcPt387);
- ConnEnd dstPt387(Point(925, 679.045), 15);
- connRef387->setDestEndpoint(dstPt387);
- connRef387->setRoutingType((ConnType)2);
-
- ConnRef *connRef388 = new ConnRef(router, 388);
- ConnEnd srcPt388(Point(987, 932.545), 15);
- connRef388->setSourceEndpoint(srcPt388);
- ConnEnd dstPt388(Point(925, 932.545), 15);
- connRef388->setDestEndpoint(dstPt388);
- connRef388->setRoutingType((ConnType)2);
-
- ConnRef *connRef389 = new ConnRef(router, 389);
- ConnEnd srcPt389(Point(985, 65), 15);
- connRef389->setSourceEndpoint(srcPt389);
- ConnEnd dstPt389(Point(985, 115), 15);
- connRef389->setDestEndpoint(dstPt389);
- connRef389->setRoutingType((ConnType)2);
-
- ConnRef *connRef390 = new ConnRef(router, 390);
- ConnEnd srcPt390(Point(990, 396), 15);
- connRef390->setSourceEndpoint(srcPt390);
- ConnEnd dstPt390(Point(990, 446), 15);
- connRef390->setDestEndpoint(dstPt390);
- connRef390->setRoutingType((ConnType)2);
-
- ConnRef *connRef391 = new ConnRef(router, 391);
- ConnEnd srcPt391(Point(1172, 396), 15);
- connRef391->setSourceEndpoint(srcPt391);
- ConnEnd dstPt391(Point(1172, 446), 15);
- connRef391->setDestEndpoint(dstPt391);
- connRef391->setRoutingType((ConnType)2);
-
- ConnRef *connRef392 = new ConnRef(router, 392);
- ConnEnd srcPt392(Point(1152, 710.379), 15);
- connRef392->setSourceEndpoint(srcPt392);
- ConnEnd dstPt392(Point(1152, 760.379), 15);
- connRef392->setDestEndpoint(dstPt392);
- connRef392->setRoutingType((ConnType)2);
-
- ConnRef *connRef393 = new ConnRef(router, 393);
- ConnEnd srcPt393(Point(1160, 822.545), 15);
- connRef393->setSourceEndpoint(srcPt393);
- ConnEnd dstPt393(Point(1098, 822.545), 15);
- connRef393->setDestEndpoint(dstPt393);
- connRef393->setRoutingType((ConnType)2);
-
- ConnRef *connRef394 = new ConnRef(router, 394);
- ConnEnd srcPt394(Point(1032, 1107.21), 15);
- connRef394->setSourceEndpoint(srcPt394);
- ConnEnd dstPt394(Point(970, 1107.21), 15);
- connRef394->setDestEndpoint(dstPt394);
- connRef394->setRoutingType((ConnType)2);
-
- ConnRef *connRef395 = new ConnRef(router, 395);
- ConnEnd srcPt395(Point(1000.8, 1629.71), 15);
- connRef395->setSourceEndpoint(srcPt395);
- ConnEnd dstPt395(Point(938.8, 1629.71), 15);
- connRef395->setDestEndpoint(dstPt395);
- connRef395->setRoutingType((ConnType)2);
-
- ConnRef *connRef396 = new ConnRef(router, 396);
- ConnEnd srcPt396(Point(758, 1635.71), 15);
- connRef396->setSourceEndpoint(srcPt396);
- ConnEnd dstPt396(Point(758, 1685.71), 15);
- connRef396->setDestEndpoint(dstPt396);
- connRef396->setRoutingType((ConnType)2);
-
- ConnRef *connRef397 = new ConnRef(router, 397);
- ConnEnd srcPt397(Point(758, 1727.71), 15);
- connRef397->setSourceEndpoint(srcPt397);
- ConnEnd dstPt397(Point(758, 1777.71), 15);
- connRef397->setDestEndpoint(dstPt397);
- connRef397->setRoutingType((ConnType)2);
-
- ConnRef *connRef398 = new ConnRef(router, 398);
- ConnEnd srcPt398(Point(758, 1859.71), 15);
- connRef398->setSourceEndpoint(srcPt398);
- ConnEnd dstPt398(Point(758, 1809.71), 15);
- connRef398->setDestEndpoint(dstPt398);
- connRef398->setRoutingType((ConnType)2);
-
- ConnRef *connRef399 = new ConnRef(router, 399);
- ConnEnd srcPt399(Point(1000.8, 1809.71), 15);
- connRef399->setSourceEndpoint(srcPt399);
- ConnEnd dstPt399(Point(938.8, 1809.71), 15);
- connRef399->setDestEndpoint(dstPt399);
- connRef399->setRoutingType((ConnType)2);
-
- ConnRef *connRef400 = new ConnRef(router, 400);
- ConnEnd srcPt400(Point(1166, 1562.71), 15);
- connRef400->setSourceEndpoint(srcPt400);
- ConnEnd dstPt400(Point(1228, 1562.71), 15);
- connRef400->setDestEndpoint(dstPt400);
- connRef400->setRoutingType((ConnType)2);
-
- ConnRef *connRef401 = new ConnRef(router, 401);
- ConnEnd srcPt401(Point(1228, 1510.71), 15);
- connRef401->setSourceEndpoint(srcPt401);
- ConnEnd dstPt401(Point(1228, 1460.71), 15);
- connRef401->setDestEndpoint(dstPt401);
- connRef401->setRoutingType((ConnType)2);
-
- ConnRef *connRef402 = new ConnRef(router, 402);
- ConnEnd srcPt402(Point(1402.2, 682.045), 15);
- connRef402->setSourceEndpoint(srcPt402);
- ConnEnd dstPt402(Point(1340.2, 682.045), 15);
- connRef402->setDestEndpoint(dstPt402);
- connRef402->setRoutingType((ConnType)2);
-
- ConnRef *connRef403 = new ConnRef(router, 403);
- ConnEnd srcPt403(Point(1417.33, 1101.05), 15);
- connRef403->setSourceEndpoint(srcPt403);
- ConnEnd dstPt403(Point(1355.33, 1101.05), 15);
- connRef403->setDestEndpoint(dstPt403);
- connRef403->setRoutingType((ConnType)2);
-
- ConnRef *connRef404 = new ConnRef(router, 404);
- ConnEnd srcPt404(Point(1530.2, 402.545), 15);
- connRef404->setSourceEndpoint(srcPt404);
- ConnEnd dstPt404(Point(1530.2, 452.545), 15);
- connRef404->setDestEndpoint(dstPt404);
- connRef404->setRoutingType((ConnType)2);
-
- ConnRef *connRef405 = new ConnRef(router, 405);
- ConnEnd srcPt405(Point(1530.2, 494.545), 15);
- connRef405->setSourceEndpoint(srcPt405);
- ConnEnd dstPt405(Point(1530.2, 544.545), 15);
- connRef405->setDestEndpoint(dstPt405);
- connRef405->setRoutingType((ConnType)2);
-
- ConnRef *connRef406 = new ConnRef(router, 406);
- ConnEnd srcPt406(Point(1470.2, 820.545), 15);
- connRef406->setSourceEndpoint(srcPt406);
- ConnEnd dstPt406(Point(1470.2, 770.545), 15);
- connRef406->setDestEndpoint(dstPt406);
- connRef406->setRoutingType((ConnType)2);
-
- ConnRef *connRef407 = new ConnRef(router, 407);
- ConnEnd srcPt407(Point(1530.2, 586.545), 15);
- connRef407->setSourceEndpoint(srcPt407);
- ConnEnd dstPt407(Point(1530.2, 636.545), 15);
- connRef407->setDestEndpoint(dstPt407);
- connRef407->setRoutingType((ConnType)2);
-
- ConnRef *connRef408 = new ConnRef(router, 408);
- ConnEnd srcPt408(Point(1606.49, 859.545), 15);
- connRef408->setSourceEndpoint(srcPt408);
- ConnEnd dstPt408(Point(1544.49, 859.545), 15);
- connRef408->setDestEndpoint(dstPt408);
- connRef408->setRoutingType((ConnType)2);
-
- ConnRef *connRef409 = new ConnRef(router, 409);
- ConnEnd srcPt409(Point(1718.49, 859.545), 15);
- connRef409->setSourceEndpoint(srcPt409);
- ConnEnd dstPt409(Point(1656.49, 859.545), 15);
- connRef409->setDestEndpoint(dstPt409);
- connRef409->setRoutingType((ConnType)2);
-
- ConnRef *connRef410 = new ConnRef(router, 410);
- ConnEnd srcPt410(Point(1470.2, 1153.05), 15);
- connRef410->setSourceEndpoint(srcPt410);
- ConnEnd dstPt410(Point(1470.2, 1203.05), 15);
- connRef410->setDestEndpoint(dstPt410);
- connRef410->setRoutingType((ConnType)2);
-
- router->processTransaction();
- router->outputDiagram("output/freeFloatingDirection01");
- assert(connRef239->displayRoute().size() == 4);
- delete router;
- return 0;
-};