Home
last modified time | relevance | path

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

/dports/cad/opencascade/opencascade-7.6.0/src/SelectMgr/
H A DSelectMgr_ViewerSelector.cxx496 const Standard_Integer aLeftChildIdx = aSensitivesTree->Child<0> (aNode); in traverseObject() local
499 … || aMgr.OverlapsBox (aSensitivesTree->MinPoint (aLeftChildIdx), in traverseObject()
500 … aSensitivesTree->MaxPoint (aLeftChildIdx)); in traverseObject()
507 aNode = aLeftChildIdx; in traverseObject()
514 aNode = isLeftChildIn ? aLeftChildIdx : aRightChildIdx; in traverseObject()
722 const Standard_Integer aLeftChildIdx = aBVHTree->Child<0> (aNode); in TraverseSensitives() local
725 aMgr.OverlapsBox (aBVHTree->MinPoint (aLeftChildIdx), aBVHTree->MaxPoint (aLeftChildIdx)); in TraverseSensitives()
731 aNode = aLeftChildIdx; in TraverseSensitives()
738 aNode = isLeftChildIn ? aLeftChildIdx : aRightChildIdx; in TraverseSensitives()