Lines Matching defs:route
36 Route* route;
40 Edge(unsigned id, unsigned start, unsigned end, Route* route)
41 : id(id), openInd(0), startNode(start), endNode(end), route(route)
43 route->boundingBox(xmin,ymin,xmax,ymax);
46 delete route;
49 delete route;
50 route=r;
51 route->boundingBox(xmin,ymin,xmax,ymax);
68 for(unsigned i=1;i<route->n;i++) {
69 double ax=route->xs[i-1], bx=route->xs[i], ay=route->ys[i-1], by=route->ys[i];
79 for(unsigned i=1;i<route->n;i++) {
80 double ax=route->xs[i-1], bx=route->xs[i], ay=route->ys[i-1], by=route->ys[i];