Home
last modified time | relevance | path

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

/dports/math/vtk8/VTK-8.2.0/Common/DataModel/
H A DvtkStaticPointLocator.cxx1250 int i, j, k, enterExitCount; in IntersectWithLine() local
1291 for ( bestPtId=(-1), enterExitCount=0; bestPtId < 0 || enterExitCount < 2; ) in IntersectWithLine()
1342 enterExitCount++; in IntersectWithLine()
H A DvtkStaticPointLocator2D.cxx1218 int i, j, enterExitCount; in IntersectWithLine() local
1260 for ( bestPtId=(-1), enterExitCount=0; bestPtId < 0 || enterExitCount < 2; ) in IntersectWithLine()
1306 enterExitCount++; in IntersectWithLine()
/dports/math/vtk9/VTK-9.1.0/Common/DataModel/
H A DvtkStaticPointLocator2D.cxx1202 int i, j, enterExitCount; in IntersectWithLine() local
1244 for (bestPtId = (-1), enterExitCount = 0; bestPtId < 0 || enterExitCount < 2;) in IntersectWithLine()
1290 enterExitCount++; in IntersectWithLine()
H A DvtkStaticPointLocator.cxx1236 int i, j, k, enterExitCount; in IntersectWithLine() local
1275 for (bestPtId = (-1), enterExitCount = 0; bestPtId < 0 || enterExitCount < 2;) in IntersectWithLine()
1326 enterExitCount++; in IntersectWithLine()