Lines Matching refs:getEdge

118       eData[i].rdx = pData[getEdge(i).en].rx - pData[getEdge(i).st].rx;  in Reoriente()
285 if (chgt.src->getEdge(chgt.bord).st < in ConvertToShape()
286 chgt.src->getEdge(chgt.bord).en) in ConvertToShape()
299 if (chgt.src->getEdge(chgt.bord).st > in ConvertToShape()
300 chgt.src->getEdge(chgt.bord).en) in ConvertToShape()
364 if ((ptSh->getEdge(cb).st < ptSh->getEdge(cb).en in ConvertToShape()
365 && nPt == ptSh->getEdge(cb).en) in ConvertToShape()
366 || (ptSh->getEdge(cb).st > ptSh->getEdge(cb).en in ConvertToShape()
367 && nPt == ptSh->getEdge(cb).st)) in ConvertToShape()
372 if ((ptSh->getEdge(cb).st > ptSh->getEdge(cb).en in ConvertToShape()
373 && nPt == ptSh->getEdge(cb).en) in ConvertToShape()
374 || (ptSh->getEdge(cb).st < ptSh->getEdge(cb).en in ConvertToShape()
375 && nPt == ptSh->getEdge(cb).st)) in ConvertToShape()
399 if ((ptSh->getEdge(cb).st < ptSh->getEdge(cb).en in ConvertToShape()
400 && nPt == ptSh->getEdge(cb).en) in ConvertToShape()
401 || (ptSh->getEdge(cb).st > ptSh->getEdge(cb).en in ConvertToShape()
402 && nPt == ptSh->getEdge(cb).st)) in ConvertToShape()
447 && (onLeftS->getEdge(onLeftB).en == nPt in ConvertToShape()
448 || onLeftS->getEdge(onLeftB).st == in ConvertToShape()
455 && (onRightS->getEdge(onRightB).en == in ConvertToShape()
457 || onRightS->getEdge(onRightB). in ConvertToShape()
533 if ((ptSh->getEdge(cb).st > ptSh->getEdge(cb).en in ConvertToShape()
534 && nPt == ptSh->getEdge(cb).en) in ConvertToShape()
535 || (ptSh->getEdge(cb).st < ptSh->getEdge(cb).en in ConvertToShape()
536 && nPt == ptSh->getEdge(cb).st)) in ConvertToShape()
598 if (chgt.src->getEdge(chgt.bord).st < in ConvertToShape()
599 chgt.src->getEdge(chgt.bord).en) in ConvertToShape()
610 if (chgt.src->getEdge(chgt.bord).st > in ConvertToShape()
611 chgt.src->getEdge(chgt.bord).en) in ConvertToShape()
813 if ( getEdge(i).st < 0 || getEdge(i).en < 0 ) { in ConvertToShape()
1086 if (chgt.src->getEdge(chgt.bord).st < in Booleen()
1087 chgt.src->getEdge(chgt.bord).en) in Booleen()
1100 if (chgt.src->getEdge(chgt.bord).st > in Booleen()
1101 chgt.src->getEdge(chgt.bord).en) in Booleen()
1170 if ((ptSh->getEdge(cb).st < ptSh->getEdge(cb).en in Booleen()
1171 && nPt == ptSh->getEdge(cb).en) in Booleen()
1172 || (ptSh->getEdge(cb).st > ptSh->getEdge(cb).en in Booleen()
1173 && nPt == ptSh->getEdge(cb).st)) in Booleen()
1178 if ((ptSh->getEdge(cb).st > ptSh->getEdge(cb).en in Booleen()
1179 && nPt == ptSh->getEdge(cb).en) in Booleen()
1180 || (ptSh->getEdge(cb).st < ptSh->getEdge(cb).en in Booleen()
1181 && nPt == ptSh->getEdge(cb).st)) in Booleen()
1207 if ((ptSh->getEdge(cb).st < ptSh->getEdge(cb).en in Booleen()
1208 && nPt == ptSh->getEdge(cb).en) in Booleen()
1209 || (ptSh->getEdge(cb).st > ptSh->getEdge(cb).en in Booleen()
1210 && nPt == ptSh->getEdge(cb).st)) in Booleen()
1256 && (onLeftS->getEdge(onLeftB).en == nPt in Booleen()
1257 || onLeftS->getEdge(onLeftB).st == in Booleen()
1264 && (onRightS->getEdge(onRightB).en == in Booleen()
1266 || onRightS->getEdge(onRightB). in Booleen()
1346 if ((ptSh->getEdge(cb).st > ptSh->getEdge(cb).en in Booleen()
1347 && nPt == ptSh->getEdge(cb).en) in Booleen()
1348 || (ptSh->getEdge(cb).st < ptSh->getEdge(cb).en in Booleen()
1349 && nPt == ptSh->getEdge(cb).st)) in Booleen()
1416 if (chgt.src->getEdge(chgt.bord).st < in Booleen()
1417 chgt.src->getEdge(chgt.bord).en) in Booleen()
1428 if (chgt.src->getEdge(chgt.bord).st > in Booleen()
1429 chgt.src->getEdge(chgt.bord).en) in Booleen()
1473 int nEd=AddEdge(getEdge(i).en,getEdge(i).st); in Booleen()
1480 if ( getEdge(i).en >= getEdge(i).st ) { in Booleen()
1578 if ( getEdge(i).st < 0 || getEdge(i).en < 0 ) { in Booleen()
1603 if ( ebData[i].pathID == cutPathID || getEdge(i).st < 0 || getEdge(i).en < 0 ) { in Booleen()
1680 int lSt = iL->src->getEdge(iL->bord).st, lEn = iL->src->getEdge(iL->bord).en; in TesteIntersection()
1681 int rSt = iR->src->getEdge(iR->bord).st, rEn = iR->src->getEdge(iR->bord).en; in TesteIntersection()
1767 lSt = iL->src->getEdge(iL->bord).st; in TesteIntersection()
1768 lEn = iL->src->getEdge(iL->bord).en; in TesteIntersection()
1769 rSt = iR->src->getEdge(iR->bord).st; in TesteIntersection()
1770 rEn = iR->src->getEdge(iR->bord).en; in TesteIntersection()
2005 diff = getPoint(nPt).x - a->pData[a->getEdge(no).st].rx; in CreateIncidence()
2017 if (getEdge(askTo).st < getEdge(askTo).en) in Winding()
2038 ast = pData[getEdge(i).st].rx; in Winding()
2039 aen = pData[getEdge(i).en].rx; in Winding()
2191 if ((getEdge(cb).st == getEdge(cc).st && getEdge(cb).en == getEdge(cc).en) in AssembleAretes()
2192 || (getEdge(cb).st == getEdge(cc).en && getEdge(cb).en == getEdge(cc).en)) doublon=true; in AssembleAretes()
2214 if (getEdge(cb).st == getEdge(cc).st) { in AssembleAretes()
2284 if (getEdge(cb).st == getEdge(cc).st) { in AssembleAretes()
2403 if ( fi == getEdge(startBord).en ) { in GetWindings()
2409 pData[getEdge(startBord).st].askForWindingB=pData[getEdge(startBord).en].askForWindingB; in GetWindings()
2413 if (getEdge(startBord).en == fi) in GetWindings()
2433 cPt = getEdge(curBord).en; in GetWindings()
2435 cPt = getEdge(curBord).st; in GetWindings()
2441 if (getEdge(nb).en == cPt) in GetWindings()
2465 oPt = getEdge(curBord).st; in GetWindings()
2467 oPt = getEdge(curBord).en; in GetWindings()
2472 if (oPt == getEdge(curBord).en) in GetWindings()
2481 if (cPt == getEdge(nb).st) in GetWindings()
2495 if (cPt == getEdge(nb).en) in GetWindings()
2514 int lSt = ils->getEdge(ilb).st, lEn = ils->getEdge(ilb).en; in TesteIntersection()
2515 int rSt = irs->getEdge(irb).st, rEn = irs->getEdge(irb).en; in TesteIntersection()
2664 ast = a->pData[a->getEdge(no).st].rx; in TesteAdjacency()
2665 aen = a->pData[a->getEdge(no).en].rx; in TesteAdjacency()
3022 eData[i].rdx = getEdge(i).dx; in Validate()
3032 … %f di=%f %f dj=%f %f\n", i, j, atx[0],atx[1],getEdge(i).dx[0],getEdge(i).dx[1],getEdge(j).dx[0], in Validate()
3291 Geom::Point bpx = iS->pData[iS->getEdge(iB).st].rx; in DoEdgeTo()
3293 Geom::Point psx = getPoint(getEdge(ne).st).x; in DoEdgeTo()
3294 Geom::Point pex = getPoint(getEdge(ne).en).x; in DoEdgeTo()