Home
last modified time | relevance | path

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

/dports/cad/opencascade/opencascade-7.6.0/src/BRepTools/
H A DBRepTools_Modifier.cxx115 static TopTools_IndexedMapOfShape MapE, MapF; variable
125 MapE.Clear(); MapF.Clear(); in Perform()
126 TopExp::MapShapes(myShape, TopAbs_EDGE, MapE); in Perform()
247 int iE = MapE.Contains(S) ? MapE.FindIndex(S) : 0; in Rebuild()
408 iE = MapE.Contains(edge) ? MapE.FindIndex(edge) : 0; in Rebuild()
/dports/cad/opencascade/opencascade-7.6.0/src/BRepFeat/
H A DBRepFeat_MakeDPrism.cxx959 TopTools_MapOfShape MapE; in BossEdges() local
984 if (MapE.Contains(E3)) { in BossEdges()
985 MapE.Remove(E3); } in BossEdges()
987 MapE.Add(E3);} in BossEdges()
998 if (MapE.Contains(it.Value())) {MapE.Remove(it.Value()); } in BossEdges()
1002 for (itMap.Initialize(MapE);itMap.More();itMap.Next()) { in BossEdges()
/dports/games/gemrb/gemrb-0.9.0/gemrb/GUIScripts/
H A DGUIMA.py171 Button.SetEvent (IE_GUI_BUTTON_ON_PRESS, MapE)
286 def MapE(): function
/dports/cad/opencascade/opencascade-7.6.0/src/LocOpe/
H A DLocOpe_Gluer.cxx462 TopTools_IndexedMapOfShape MapV, MapFPrism, MapE; in AddEdges() local
472 TopExp::MapShapes(expsb.Current(), TopAbs_EDGE, MapE); in AddEdges()
475 if (MapE.Contains(e)) continue; in AddEdges()
H A DLocOpe_SplitShape.cxx835 TopTools_MapOfOrientedShape MapE; in AddOpenWire() local
945 if (MapE.Contains(aNextEdge)) in AddOpenWire()
948 MapE.Add(aNextEdge); in AddOpenWire()
978 if (!MapE.Contains(edg)) { in AddOpenWire()
980 MapE.Add(edg); in AddOpenWire()
/dports/cad/opencascade/opencascade-7.6.0/src/TopOpeBRepBuild/
H A DTopOpeBRepBuild_FaceBuilder.cxx401 void TopOpeBRepBuild_FaceBuilder::DetectPseudoInternalEdge(TopTools_IndexedMapOfShape& MapE) in DetectPseudoInternalEdge() argument
418 MapE.Clear(); in DetectPseudoInternalEdge()
431 MapE.Add(e1); in DetectPseudoInternalEdge()
/dports/cad/opencascade/opencascade-7.6.0/src/BRepExtrema/
H A DBRepExtrema_DistShapeShape.cxx48 TopTools_IndexedMapOfShape& MapE, in Decomposition() argument
52 MapE.Clear(); in Decomposition()
55 TopExp::MapShapes(S,TopAbs_EDGE,MapE); in Decomposition()
/dports/cad/opencascade/opencascade-7.6.0/src/ChFi3d/
H A DChFi3d_Builder_C1.cxx1440 { TopTools_IndexedMapOfShape MapE; in cherche_face() local
1441 TopExp::MapShapes( Fcur,TopAbs_EDGE,MapE); in cherche_face()
1442 for ( ie=1; ie<= MapE.Extent()&&!trouve; ie++) in cherche_face()
1444 TopoDS_Shape aLocalShape = TopoDS_Shape (MapE(ie)); in cherche_face()
1524 TopTools_IndexedMapOfShape MapE; in containE() local
1525 TopExp::MapShapes( F1,TopAbs_EDGE,MapE); in containE()
1526 for ( i=1; i<= MapE.Extent()&&!trouve; i++) in containE()
1528 TopoDS_Shape aLocalShape = TopoDS_Shape (MapE(i)); in containE()
H A DChFi3d_Builder_0.cxx4416 TopTools_IndexedMapOfShape MapE; in ChFi3d_cherche_element() local
4417 TopExp::MapShapes( F1,TopAbs_EDGE,MapE); in ChFi3d_cherche_element()
4418 for ( ie=1; ie<= MapE.Extent()&& !trouve; ie++) { in ChFi3d_cherche_element()
4419 Ecur = TopoDS::Edge (MapE(ie)); in ChFi3d_cherche_element()
4459 TopTools_IndexedMapOfShape MapE; in ChFi3d_cherche_edge() local
4460 TopExp::MapShapes( F1,TopAbs_EDGE,MapE); in ChFi3d_cherche_edge()
4461 for ( ie=1; ie<= MapE.Extent()&& !trouve; ie++) { in ChFi3d_cherche_edge()
4462 Ecur=TopoDS::Edge (MapE(ie)); in ChFi3d_cherche_edge()