Home
last modified time | relevance | path

Searched refs:anindexother (Results 1 – 2 of 2) sorted by relevance

/dports/cad/opencascade/opencascade-7.6.0/src/GeomInt/
H A DGeomInt_LineTool.cxx695 Standard_Integer anindexother = aneighbourpointindex; in DecompositionOfWLine() local
697 while((anindexother <= aListOfIndex.Last()) && (anindexother >= aListOfIndex.First())) { in DecompositionOfWLine()
698 anindexother = (j == 0) ? (anindexother + 1) : (anindexother - 1); in DecompositionOfWLine()
699 const IntSurf_PntOn2S& aPrevNeighbourPoint = theWLine->Point(anindexother); in DecompositionOfWLine()
/dports/cad/opencascade/opencascade-7.6.0/src/IntTools/
H A DIntTools_WLineTool.cxx1070 Standard_Integer anindexother = aneighbourpointindex; in DecompositionOfWLine() local
1072 while((anindexother <= iLast) && (anindexother >= iFirst)) { in DecompositionOfWLine()
1073 anindexother = (j == 0) ? (anindexother + 1) : (anindexother - 1); in DecompositionOfWLine()
1074 const IntSurf_PntOn2S& aPrevNeighbourPoint = theWLine->Point(anindexother); in DecompositionOfWLine()