Lines Matching refs:itl

106   TopTools_ListIteratorOfListOfShape itl,itl2;  in Perform()  local
109 for (itl.Initialize(ledges); itl.More(); itl.Next()) { in Perform()
110 const TopoDS_Edge& edg = TopoDS::Edge(itl.Value()); in Perform()
170 for (itl.Initialize(itf.Value()); itl.More(); itl.Next()) { in Perform()
171 if (itl.Value().IsSame(facbis)) { in Perform()
189 for (itl.Initialize(theFFMap(fac)); itl.More(); itl.Next()) { in Perform()
190 if (itl.Value().IsSame(facbis)) { in Perform()
194 if (!itl.More()) { in Perform()
214 for (itl.Initialize(itf.Value()); itl.More(); itl.Next()) { in Perform()
215 for (exp.Init(itl.Value(),TopAbs_EDGE); exp.More(); exp.Next()) { in Perform()
221 if (!itl2.Value().IsSame(itl.Value())) { in Perform()
331 itl.Initialize(theEFMap.FindFromKey(edg)); in Perform()
337 for (; itl.More(); itl.Next()) { in Perform()
338 if (!itl.Value().IsSame(fac)) { in Perform()
339 if (theFFMap.IsBound(itl.Value())) { in Perform()
340 FuseEdge = ToFuse(edg,TopoDS::Face(itl.Value()), in Perform()
350 DontFuse.Bind(edg,itl.Value()); in Perform()
354 RebuildFace.Append(itl.Value()); in Perform()
358 DontFuse.Bind(edg,itl.Value()); in Perform()
373 for (itl.Initialize(RebuildFace); itl.More(); itl.Next()) { in Perform()
375 theFFMap.Bind(itl.Value(), thelist3); in Perform()
407 for (itl.Initialize(theEEMap(edg)); itl.More(); itl.Next()) { in Perform()
408 const TopoDS_Edge& edgbis = TopoDS::Edge(itl.Value()); in Perform()
431 toRemove.Add(itl.Value()); // i-e edgbis in Perform()
504 for (itl.Initialize(itf.Value()); itl.More(); itl.Next()) { in Perform()
505 TopoDS_Face facbis = TopoDS::Face(itl.Value()); in Perform()
787 for (itl.Initialize(itf.Value()); itl.More(); itl.Next()) { in Perform()
788 TopoDS_Face facbis = TopoDS::Face(itl.Value()); in Perform()
913 for (itl.Initialize(itf.Value()); itl.More(); itl.Next()) { in Perform()
914 myModShapes.Bind(itl.Value(),listoffaces); in Perform()
988 for (itl.Initialize(G->OrientedFaces()); itl.More(); itl.Next()) { in Perform()
989 const TopoDS_Face& fac = TopoDS::Face(itl.Value()); in Perform()