Home
last modified time | relevance | path

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

/dports/cad/opencascade/opencascade-7.6.0/src/BOPAlgo/
H A DBOPAlgo_PaveFiller_1.cxx59 BOPDS_VectorOfInterfVV& aVVs=myDS->InterfVV(); in PerformVV() local
60 aVVs.SetIncrement(aSize); in PerformVV()
182 BOPDS_VectorOfInterfVV& aVVs = myDS->InterfVV(); in MakeSDVertices() local
184 aVVs.SetIncrement(theVertIndices.Extent()); in MakeSDVertices()
214 BOPDS_InterfVV& aVV = aVVs.Appended(); in MakeSDVertices()
H A DBOPAlgo_CheckerSI.cxx229 BOPDS_VectorOfInterfVV& aVVs=myDS->InterfVV(); in PostTreat() local
230 aNb=aVVs.Length(); in PostTreat()
232 const BOPDS_InterfVV& aVV=aVVs(i); in PostTreat()
H A DBOPAlgo_PaveFiller_6.cxx2425 BOPDS_VectorOfInterfVV& aVVs=myDS->InterfVV(); in GetStickVertices() local
2432 aVVs.Length(), aVEs.Length(), aEEs.Length(), in GetStickVertices()
2443 BOPDS_Interf* aInt = (aTypeInt==0) ? (BOPDS_Interf*)(&aVVs(i)) : in GetStickVertices()
/dports/cad/opencascade/opencascade-7.6.0/src/BOPTest/
H A DBOPTest_DebugCommands.cxx412 BOPDS_VectorOfInterfVV& aVVs = pDS->InterfVV(); in bopwho() local
418 SearchNewIndex<BOPDS_InterfVV> ("V/V: ", ind, aVVs, di); in bopwho()
/dports/cad/opencascade/opencascade-7.6.0/src/BRepFill/
H A DBRepFill_TrimShellCorner.cxx1092 const BOPDS_VectorOfInterfVV& aVVs = theDS->InterfVV(); in SplitUEdges() local
1123 Standard_Integer aNbVVs = aVVs.Length(); in SplitUEdges()
1127 const BOPDS_InterfVV& aVV = aVVs(vvit); in SplitUEdges()
/dports/cad/opencascade/opencascade-7.6.0/src/BRepOffset/
H A DBRepOffset_Tool.cxx836 BOPDS_VectorOfInterfVV& aVVs=pDS->InterfVV(); in IsAutonomVertex() local
837 aNbVVs = aVVs.Length(); in IsAutonomVertex()
839 const BOPDS_InterfVV& aVV = aVVs(aInt); in IsAutonomVertex()