Home
last modified time | relevance | path

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

/dports/cad/opencascade/opencascade-7.6.0/src/Select3D/
H A DSelect3D_SensitiveSet.cxx153 const bool toCheckFullInside = (theMgr.GetActiveSelectionType() != SelectMgr_SelectionType_Point); in matches() local
154 if (toCheckFullInside && isFullInside) in matches()
176 NodeInStack aLeft (aData.y(), toCheckFullInside), aRight(aData.z(), toCheckFullInside); in matches()
180 ….OverlapsBox (aBVH->MinPoint (aLeft.Id), aBVH->MaxPoint (aLeft.Id), toCheckFullInside ? &aLeft.IsF… in matches()
186 …verlapsBox (aBVH->MinPoint (aRight.Id), aBVH->MaxPoint (aRight.Id), toCheckFullInside ? &aRight.Is… in matches()
/dports/cad/opencascade/opencascade-7.6.0/src/Graphic3d/
H A DGraphic3d_Layer.cxx567 const bool toCheckFullInside = true; in UpdateCulling() local
568 NodeInStack aNode (0, toCheckFullInside); // a root node in UpdateCulling()
569 …IsCulled (aCullCtx, aBVHTree->MinPoint (0), aBVHTree->MaxPoint (0), toCheckFullInside ? &aNode.IsF… in UpdateCulling()
580 NodeInStack aLeft (aBVHTree->Child<0> (aNode.Id), toCheckFullInside); in UpdateCulling()
581 NodeInStack aRight(aBVHTree->Child<1> (aNode.Id), toCheckFullInside); in UpdateCulling()
591 …Ctx, aBVHTree->MinPoint (aLeft.Id), aBVHTree->MaxPoint (aLeft.Id), toCheckFullInside ? &aLeft.IsF… in UpdateCulling()
597 …tx, aBVHTree->MinPoint (aRight.Id), aBVHTree->MaxPoint (aRight.Id), toCheckFullInside ? &aRight.Is… in UpdateCulling()