Home
last modified time | relevance | path

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

/dports/cad/opencascade/opencascade-7.6.0/src/BOPAlgo/
H A DBOPAlgo_PaveFiller_10.cxx184 BOPDS_VectorOfListOfPaveBlock& aPBP=myDS->ChangePaveBlocksPool(); in UpdateCommonBlocksWithSDVertices() local
185 aNbPBP=aPBP.Length(); in UpdateCommonBlocksWithSDVertices()
199 BOPDS_ListOfPaveBlock& aLPB=aPBP(i); in UpdateCommonBlocksWithSDVertices()
H A DBOPAlgo_Section.cxx253 const BOPDS_VectorOfListOfPaveBlock& aPBP=myDS->PaveBlocksPool(); in BuildSection() local
255 aNb=aPBP.Size(); in BuildSection()
257 const BOPDS_ListOfPaveBlock& aLPB=aPBP(i); in BuildSection()
H A DBOPAlgo_PaveFiller_7.cxx398 BOPDS_VectorOfListOfPaveBlock& aPBP=myDS->ChangePaveBlocksPool(); in MakeSplitEdges() local
399 Standard_Integer aNbPBP = aPBP.Length(); in MakeSplitEdges()
417 aNbPBP=aPBP.Length(); in MakeSplitEdges()
425 BOPDS_ListOfPaveBlock& aLPB = aPBP(i); in MakeSplitEdges()
H A DBOPAlgo_PaveFiller_6.cxx3221 BOPDS_VectorOfListOfPaveBlock& aPBP = myDS->ChangePaveBlocksPool(); in UpdatePaveBlocks() local
3222 aNbPBP = aPBP.Length(); in UpdatePaveBlocks()
3224 BOPDS_ListOfPaveBlock& aLPB = aPBP(i); in UpdatePaveBlocks()
3307 BOPDS_VectorOfListOfPaveBlock& aPBP = myDS->ChangePaveBlocksPool(); in RemovePaveBlocks() local
3308 Standard_Integer aNbPBP = aPBP.Length(), i; in RemovePaveBlocks()
3310 BOPDS_ListOfPaveBlock& aLPB = aPBP(i); in RemovePaveBlocks()
3615 BOPDS_VectorOfListOfPaveBlock& aPBP = myDS->ChangePaveBlocksPool(); in CorrectToleranceOfSE() local
3616 aNb = aPBP.Length(); in CorrectToleranceOfSE()
3618 const BOPDS_ListOfPaveBlock& aLPB = aPBP(i); in CorrectToleranceOfSE()
3823 Standard_Integer aNbPBP = aPBP.Length(); in RemoveMicroEdges()
[all …]
H A DBOPAlgo_PaveFiller_3.cxx914 BOPDS_VectorOfListOfPaveBlock& aPBP = myDS->ChangePaveBlocksPool(); in UpdateVerticesOfCB() local
915 const Standard_Integer aNbPBP = aPBP.Length(); in UpdateVerticesOfCB()
918 const BOPDS_ListOfPaveBlock& aLPB = aPBP(i); in UpdateVerticesOfCB()
/dports/cad/opencascade/opencascade-7.6.0/src/BOPDS/
H A DBOPDS_DS.cxx908 BOPDS_VectorOfListOfPaveBlock& aPBP=myPaveBlocksPool; in UpdatePaveBlocks() local
910 aNbPBP=aPBP.Size(); in UpdatePaveBlocks()
912 BOPDS_ListOfPaveBlock& aLPB=aPBP(i); in UpdatePaveBlocks()
947 BOPDS_VectorOfListOfPaveBlock& aPBP=myPaveBlocksPool; in UpdatePaveBlock() local
952 BOPDS_ListOfPaveBlock& aLPB=aPBP(iRef); in UpdatePaveBlock()
988 BOPDS_VectorOfListOfPaveBlock& aPBP=myPaveBlocksPool; in UpdateCommonBlock() local
996 BOPDS_ListOfPaveBlock& aLPB=aPBP(iRef); in UpdateCommonBlock()
2059 aNbPBP=aPBP.Size(); in UpdatePaveBlocksWithSDVertices()
2061 BOPDS_ListOfPaveBlock& aLPB = aPBP(i); in UpdatePaveBlocksWithSDVertices()
2142 Standard_Integer aNbPBP = aPBP.Length(); in ReleasePaveBlocks()
[all …]