Home
last modified time | relevance | path

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

/dports/cad/opencascade/opencascade-7.6.0/src/BOPAlgo/
H A DBOPAlgo_PaveFiller_2.cxx543 BOPDS_ListOfPaveBlock aLPBCB; in SplitPaveBlocks() local
552 if (aLPBCB.IsEmpty()) { in SplitPaveBlocks()
553 aLPBCB.Append(aPB); in SplitPaveBlocks()
572 aLPBCB.Append(aPB); in SplitPaveBlocks()
580 MakeNewCommonBlock(aLPBCB, aCB->Faces(), myDS); in SplitPaveBlocks()
H A DBOPAlgo_PaveFiller_11.cxx102 const BOPDS_ListOfPaveBlock& aLPBCB = aCB->PaveBlocks(); in CheckSelfInterference() local
105 BOPDS_ListIteratorOfListOfPaveBlock aItCB(aLPBCB); in CheckSelfInterference()
H A DBOPAlgo_PaveFiller_3.cxx1226 const BOPDS_ListOfPaveBlock& aLPBCB = myDS->CommonBlock(aPB[j])->PaveBlocks(); in ForceInterfEE() local
1227 BOPDS_ListIteratorOfListOfPaveBlock aItLPB(aLPBCB); in ForceInterfEE()
/dports/cad/opencascade/opencascade-7.6.0/src/BOPDS/
H A DBOPDS_DS.cxx981 const BOPDS_ListOfPaveBlock& aLPBCB=theCB->PaveBlocks(); in UpdateCommonBlock() local
982 if (!aLPBCB.First()->IsToUpdate()){ in UpdateCommonBlock()
990 aItPBCB.Initialize(aLPBCB); in UpdateCommonBlock()
/dports/cad/opencascade/opencascade-7.6.0/src/BRepOffset/
H A DBRepOffset_MakeOffset_1.cxx7163 const BOPDS_ListOfPaveBlock& aLPBCB = aCB->PaveBlocks(); in UpdateValidEdges() local
7164 BOPDS_ListIteratorOfListOfPaveBlock aItLPB (aLPBCB); in UpdateValidEdges()