Home
last modified time | relevance | path

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

/dports/cad/opencascade/opencascade-7.6.0/src/BRepFill/
H A DBRepFill_TrimShellCorner.cxx97 TopTools_DataMapOfShapeListOfShape& theHistMap);
1106 if(theHistMap.IsBound(aE1) || theHistMap.IsBound(aE2)) in SplitUEdges()
1169 theHistMap.Bind(aE1, lst); in SplitUEdges()
1172 theHistMap.Bind(aE2, lst); in SplitUEdges()
1185 TopTools_DataMapOfShapeListOfShape& theHistMap) in StoreVedgeInHistMap() argument
1191 theHistMap.Bound(aVEdge, TopTools_ListOfShape())->Append(theNewVshape); in StoreVedgeInHistMap()
1549 if(!theHistMap.IsBound(theEdge)) in FindVertex()
1552 const TopTools_ListOfShape& lst = theHistMap.Find(theEdge); in FindVertex()
1692 if(!FindVertex(theUE1Old, theRank, theDS, theHistMap, aPrevVertex, atmpPave)) { in FindFromUEdge()
1869 if(FindVertex(theUE2Old, theRank, theDS, theHistMap, aNextVertex, aPave2)) { in FindFromVEdge()
[all …]