summaryrefslogtreecommitdiffstats
path: root/src/libavoid/tests/corneroverlap01.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/corneroverlap01.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/corneroverlap01.cpp')
-rw-r--r--src/libavoid/tests/corneroverlap01.cpp154
1 files changed, 0 insertions, 154 deletions
diff --git a/src/libavoid/tests/corneroverlap01.cpp b/src/libavoid/tests/corneroverlap01.cpp
deleted file mode 100644
index a0db76d9d..000000000
--- a/src/libavoid/tests/corneroverlap01.cpp
+++ /dev/null
@@ -1,154 +0,0 @@
-// From cornertouching_libavoid-debug bug.
-#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, 110);
- router->setOrthogonalNudgeDistance(12);
-
- Polygon poly21424960(4);
- poly21424960.ps[0] = Point(29950, 27210);
- poly21424960.ps[1] = Point(29950, 27290);
- poly21424960.ps[2] = Point(29700, 27290);
- poly21424960.ps[3] = Point(29700, 27210);
- new ShapeRef(router, poly21424960, 21424960);
-
- Polygon poly435105790(4);
- poly435105790.ps[0] = Point(29950, 27110);
- poly435105790.ps[1] = Point(29950, 27190);
- poly435105790.ps[2] = Point(29700, 27190);
- poly435105790.ps[3] = Point(29700, 27110);
- new ShapeRef(router, poly435105790, 435105790);
-
- Polygon poly40787191(4);
- poly40787191.ps[0] = Point(29950, 27010);
- poly40787191.ps[1] = Point(29950, 27090);
- poly40787191.ps[2] = Point(29700, 27090);
- poly40787191.ps[3] = Point(29700, 27010);
- new ShapeRef(router, poly40787191, 40787191);
-
- Polygon poly76911264(4);
- poly76911264.ps[0] = Point(29950, 26910);
- poly76911264.ps[1] = Point(29950, 26990);
- poly76911264.ps[2] = Point(29700, 26990);
- poly76911264.ps[3] = Point(29700, 26910);
- new ShapeRef(router, poly76911264, 76911264);
-
- Polygon poly506213376(4);
- poly506213376.ps[0] = Point(29925, 26820);
- poly506213376.ps[1] = Point(29925, 26880);
- poly506213376.ps[2] = Point(29675, 26880);
- poly506213376.ps[3] = Point(29675, 26820);
- new ShapeRef(router, poly506213376, 506213376);
-
- Polygon poly134604636(4);
- poly134604636.ps[0] = Point(29925, 26720);
- poly134604636.ps[1] = Point(29925, 26780);
- poly134604636.ps[2] = Point(29675, 26780);
- poly134604636.ps[3] = Point(29675, 26720);
- new ShapeRef(router, poly134604636, 134604636);
-
- Polygon poly14353632(4);
- poly14353632.ps[0] = Point(29600, 26590);
- poly14353632.ps[1] = Point(29600, 27660);
- poly14353632.ps[2] = Point(28440, 27660);
- poly14353632.ps[3] = Point(28440, 26590);
- new ShapeRef(router, poly14353632, 14353632);
-
- ConnRef *connRef70269732 = new ConnRef(router, 70269732);
- ConnEnd srcPt70269732(Point(29590, 26700), 8);
- connRef70269732->setSourceEndpoint(srcPt70269732);
- ConnEnd dstPt70269732(Point(29915, 26750), 8);
- connRef70269732->setDestEndpoint(dstPt70269732);
- connRef70269732->setRoutingType((ConnType)2);
-
- ConnRef *connRef371572709 = new ConnRef(router, 371572709);
- ConnEnd srcPt371572709(Point(29590, 26800), 8);
- connRef371572709->setSourceEndpoint(srcPt371572709);
- ConnEnd dstPt371572709(Point(29915, 26850), 8);
- connRef371572709->setDestEndpoint(dstPt371572709);
- connRef371572709->setRoutingType((ConnType)2);
-
- ConnRef *connRef876797766 = new ConnRef(router, 876797766);
- ConnEnd srcPt876797766(Point(29590, 26900), 8);
- connRef876797766->setSourceEndpoint(srcPt876797766);
- ConnEnd dstPt876797766(Point(29940, 26950), 8);
- connRef876797766->setDestEndpoint(dstPt876797766);
- connRef876797766->setRoutingType((ConnType)2);
-
- ConnRef *connRef134423590 = new ConnRef(router, 134423590);
- ConnEnd srcPt134423590(Point(29590, 27000), 8);
- connRef134423590->setSourceEndpoint(srcPt134423590);
- ConnEnd dstPt134423590(Point(29940, 27050), 8);
- connRef134423590->setDestEndpoint(dstPt134423590);
- connRef134423590->setRoutingType((ConnType)2);
-
- ConnRef *connRef872586669 = new ConnRef(router, 872586669);
- ConnEnd srcPt872586669(Point(29590, 27100), 8);
- connRef872586669->setSourceEndpoint(srcPt872586669);
- ConnEnd dstPt872586669(Point(29940, 27150), 8);
- connRef872586669->setDestEndpoint(dstPt872586669);
- connRef872586669->setRoutingType((ConnType)2);
-
- ConnRef *connRef23601612 = new ConnRef(router, 23601612);
- ConnEnd srcPt23601612(Point(29590, 27200), 8);
- connRef23601612->setSourceEndpoint(srcPt23601612);
- ConnEnd dstPt23601612(Point(29940, 27250), 8);
- connRef23601612->setDestEndpoint(dstPt23601612);
- connRef23601612->setRoutingType((ConnType)2);
-
- ConnRef *connRef737483980 = new ConnRef(router, 737483980);
- ConnEnd srcPt737483980(Point(29685, 26750), 4);
- connRef737483980->setSourceEndpoint(srcPt737483980);
- ConnEnd dstPt737483980(Point(29590, 26650), 8);
- connRef737483980->setDestEndpoint(dstPt737483980);
- connRef737483980->setRoutingType((ConnType)2);
-
- ConnRef *connRef410784855 = new ConnRef(router, 410784855);
- ConnEnd srcPt410784855(Point(29685, 26850), 4);
- connRef410784855->setSourceEndpoint(srcPt410784855);
- ConnEnd dstPt410784855(Point(29590, 26750), 8);
- connRef410784855->setDestEndpoint(dstPt410784855);
- connRef410784855->setRoutingType((ConnType)2);
-
- ConnRef *connRef15771480 = new ConnRef(router, 15771480);
- ConnEnd srcPt15771480(Point(29710, 26950), 4);
- connRef15771480->setSourceEndpoint(srcPt15771480);
- ConnEnd dstPt15771480(Point(29590, 26850), 8);
- connRef15771480->setDestEndpoint(dstPt15771480);
- connRef15771480->setRoutingType((ConnType)2);
-
- ConnRef *connRef34657402 = new ConnRef(router, 34657402);
- ConnEnd srcPt34657402(Point(29710, 27050), 4);
- connRef34657402->setSourceEndpoint(srcPt34657402);
- ConnEnd dstPt34657402(Point(29590, 26950), 8);
- connRef34657402->setDestEndpoint(dstPt34657402);
- connRef34657402->setRoutingType((ConnType)2);
-
- ConnRef *connRef98191218 = new ConnRef(router, 98191218);
- ConnEnd srcPt98191218(Point(29710, 27150), 4);
- connRef98191218->setSourceEndpoint(srcPt98191218);
- ConnEnd dstPt98191218(Point(29590, 27050), 8);
- connRef98191218->setDestEndpoint(dstPt98191218);
- connRef98191218->setRoutingType((ConnType)2);
-
- ConnRef *connRef23433311 = new ConnRef(router, 23433311);
- ConnEnd srcPt23433311(Point(29710, 27250), 4);
- connRef23433311->setSourceEndpoint(srcPt23433311);
- ConnEnd dstPt23433311(Point(29590, 27150), 8);
- connRef23433311->setDestEndpoint(dstPt23433311);
- connRef23433311->setRoutingType((ConnType)2);
-
- router->processTransaction();
- router->outputDiagram("output/corneroverlap01");
- bool touching = router->existsOrthogonalTouchingPaths();
- delete router;
- return (touching) ? 1 : 0;
-};
-
-