Home
last modified time | relevance | path

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

/dports/cad/opencascade/opencascade-7.6.0/src/TopOpeBRepTool/
H A DTopOpeBRepTool_PurgeInternalEdges.cxx251 TopTools_ListIteratorOfListOfShape itEdg; in Perform() local
259 for (itEdg.Initialize(LmapEdg); itEdg.More(); itEdg.Next()) { in Perform()
260 Bsub.Substitute(itEdg.Value(),EmptyList); in Perform()
H A DTopOpeBRepTool_FuseEdges.cxx179 for (itEdg.Initialize(myMapLstEdg); itEdg.More(); itEdg.Next()) { in NbVertices()
180 const Standard_Integer& iLst = itEdg.Key(); in NbVertices()
302 TopTools_ListIteratorOfListOfShape itEdg; in BuildListResultEdges() local
410 itEdg.Initialize(LmapEdg); in Perform()
413 while (itEdg.More() ) { in Perform()
415 Bsub.Substitute(itEdg.Value(),EmptyList); in Perform()
417 itEdg.Next(); in Perform()
540 itEdg.Initialize(LmapEdg); in NextConnexEdge()
541 theEdgeConnex = itEdg.Value(); in NextConnexEdge()
543 itEdg.Next(); in NextConnexEdge()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/BRepLib/
H A DBRepLib_FuseEdges.cxx321 for (itEdg.Initialize(myMapLstEdg); itEdg.More(); itEdg.Next()) { in NbVertices()
322 const Standard_Integer& iLst = itEdg.Key(); in NbVertices()
550 TopTools_ListIteratorOfListOfShape itEdg; in Perform() local
558 itEdg.Initialize(LmapEdg); in Perform()
561 while (itEdg.More() ) { in Perform()
563 Bsub.Substitute(itEdg.Value(),EmptyList); in Perform()
565 itEdg.Next(); in Perform()
679 itEdg.Initialize(LmapEdg); in NextConnexEdge()
680 theEdgeConnex = itEdg.Value(); in NextConnexEdge()
682 itEdg.Next(); in NextConnexEdge()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/TopOpeBRepBuild/
H A DTopOpeBRepBuild_End.cxx357 TopTools_ListIteratorOfListOfShape itEdg; in UpdateSplitAndMerged() local
358 itEdg.Initialize(LmapEdg); in UpdateSplitAndMerged()
359 while ( itEdg.More() && !Found ) { in UpdateSplitAndMerged()
360 const TopoDS_Shape& edgefuse = itEdg.Value(); in UpdateSplitAndMerged()
379 itEdg.Next(); in UpdateSplitAndMerged()
/dports/cad/opencascade/opencascade-7.6.0/src/BRepTest/
H A DBRepTest_CheckCommands.cxx1556 TopTools_ListIteratorOfListOfShape itEdg; in listfuseedge() local
1558 for (itEdg.Initialize(LmapEdg); itEdg.More(); itEdg.Next()) { in listfuseedge()
1560 DBRep::Set(temp,itEdg.Value()); in listfuseedge()