Lines Matching defs:edge
396 // blocking edge then ignore that edge.
416 // This is not a containing edge so do the normal
426 // Touching, but centerPoint is on another edge of
432 // This was a containing edge, so consider the next along.
439 // edge blocking this ray.
448 // Touching, but centerPoint is on another edge of
508 // Don't include edge points of containing shapes.
620 EdgeInf *edge = EdgeInf::existingEdge(centerInf, currInf);
621 if (edge == NULL)
623 edge = new EdgeInf(centerInf, currInf);
654 db_printf("\tSetting invisibility edge... \n\t\t");
655 edge->addBlocker(0);
656 edge->db_print();
671 db_printf("\tSetting visibility edge... \n\t\t");
672 edge->setDist(currDist);
673 edge->db_print();
677 db_printf("\tSetting invisibility edge... \n\t\t");
678 edge->addBlocker(blocker);
679 edge->db_print();
683 if (!(edge->added()) && !(router->InvisibilityGrph))
685 delete edge;
686 edge = NULL;
691 // This is a shape edge