Lines Matching defs:router

37 #include "libavoid/router.h"
169 Router *router = inf2->_router;
172 const double angle_penalty = router->routingPenalty(anglePenalty);
173 const double segmt_penalty = router->routingPenalty(segmentPenalty);
211 if (!router->_inCrossingPenaltyReroutingStage)
218 router->routingPenalty(clusterCrossingPenalty);
220 if (router->ClusteredRouting && !router->clusterRefs.empty() &&
229 for (ClusterRefList::const_iterator cl = router->clusterRefs.begin();
230 cl != router->clusterRefs.end(); ++cl)
238 COLA_ASSERT(router->vertices.getVertexByPos(cBoundary.at(j))!=NULL);
253 router->routingPenalty(fixedSharedPathPenalty);
261 ConnRefList::const_iterator curr, finish = router->connRefs.end();
262 for (curr = router->connRefs.begin(); curr != finish; ++curr)
291 const double crossing_penalty = router->routingPenalty(crossingPenalty);
298 ConnRefList::const_iterator curr, finish = router->connRefs.end();
299 for (curr = router->connRefs.begin(); curr != finish; ++curr)
364 lineRef->router()->routingPenalty(segmentPenalty);
416 Router *router = lineRef->router();
417 if (router->RubberBandRouting && (start != src))
419 COLA_ASSERT(router->IgnoreRegions == true);
433 VertInf *curr = router->vertices.getVertexByID(vID);
530 if (router->avoid_screen)
539 filledCircleRGBA(router->avoid_screen,
544 filledCircleRGBA(router->avoid_screen,
549 SDL_Flip(router->avoid_screen);
552 filledCircleRGBA(router->avoid_screen,
556 filledCircleRGBA(router->avoid_screen,
563 filledCircleRGBA(router->avoid_screen,
567 filledCircleRGBA(router->avoid_screen,
643 if (!router->_orthogonalRouting &&
644 (!router->RubberBandRouting || (start == src)) &&
750 Router *router = lineRef->router();
766 !(router->clusterRefs.empty());