Home
last modified time | relevance | path

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

/dports/cad/opencascade/opencascade-7.6.0/src/GeomInt/
H A DGeomInt_LineTool.cxx837 …Standard_Boolean bIsLastInside = ((ilprm >= aListOfIndex.First()) && (ilprm <= aListOfIndex.Last(… in DecompositionOfWLine() local
839 if(!bIsFirstInside && !bIsLastInside) { in DecompositionOfWLine()
885 if(bIsFirstInside && bIsLastInside) { in DecompositionOfWLine()
938 if(bIsLastInside) { in DecompositionOfWLine()
/dports/cad/opencascade/opencascade-7.6.0/src/IntTools/
H A DIntTools_WLineTool.cxx1324 Standard_Boolean bIsLastInside = ((ilprm >= iFirst) && (ilprm <= iLast)); in DecompositionOfWLine() local
1326 if(!bIsFirstInside && !bIsLastInside) { in DecompositionOfWLine()
1375 if(bIsFirstInside && bIsLastInside) { in DecompositionOfWLine()
1431 if(bIsLastInside) { in DecompositionOfWLine()