Home
last modified time | relevance | path

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

/dports/cad/opencascade/opencascade-7.6.0/src/ShapeFix/
H A DShapeFix.cxx377 TopTools_ListOfShape atempList; in getNearestEdges() local
378 atempList= theLEdges; in getNearestEdges()
379 TopTools_ListIteratorOfListOfShape alIter(atempList); in getNearestEdges()
408 atempList.Remove(alIter); in getNearestEdges()
419 if(isLoop /*&& !aseqsuit.Length()*/ && (atempList.Extent() >anumLoop)) { in getNearestEdges()
420 atempList.Append(aEdge); in getNearestEdges()
421 atempList.Remove(alIter); in getNearestEdges()
474 atempList.Remove(alIter); in getNearestEdges()