Home
last modified time | relevance | path

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

/dports/cad/opencascade/opencascade-7.6.0/src/BOPAlgo/
H A DBOPAlgo_PaveFiller_10.cxx77 TColStd_ListIteratorOfListOfInteger itLI(aLI); in UpdateEdgeTolerance() local
78 for (; itLI.More(); itLI.Next()) in UpdateEdgeTolerance()
80 Standard_Integer nV = itLI.Value(), nVSD; in UpdateEdgeTolerance()
95 TColStd_ListIteratorOfListOfInteger itLI(aLI); in UpdateEdgeTolerance() local
96 for (; itLI.More(); itLI.Next()) in UpdateEdgeTolerance()
98 Standard_Integer nV = itLI.Value(); in UpdateEdgeTolerance()
H A DBOPAlgo_BuilderFace.cxx685 TColStd_ListIteratorOfListOfInteger itLI(aLI); in PerformInternalShapes() local
686 for (; itLI.More(); itLI.Next()) in PerformInternalShapes()
688 const Standard_Integer nE = itLI.Value(); in PerformInternalShapes()
H A DBOPAlgo_Tools.cxx1081 NCollection_List<TColStd_ListOfInteger>::Iterator itLI (aBlocks); in IntersectVertices() local
1082 for (; itLI.More(); itLI.Next()) in IntersectVertices()
1084 const TColStd_ListOfInteger& aLI = itLI.Value(); in IntersectVertices()
/dports/cad/opencascade/opencascade-7.6.0/src/BOPDS/
H A DBOPDS_Iterator.cxx428 TColStd_ListIteratorOfListOfInteger itLI(aLI); in IntersectExt() local
429 for (; itLI.More(); itLI.Next()) in IntersectExt()
431 const Standard_Integer j = itLI.Value(); // Index in DS in IntersectExt()
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/Netgen/libsrc/occ/
H A DPartition_Inter3d.cxx147 TColStd_ListIteratorOfListOfInteger itLI = BOS.Compare(F1); in CompletPart3d() local
148 for (; itLI.More(); itLI.Next()) { in CompletPart3d()
149 TopoDS_Face F2 = TopoDS::Face(BOS.TouchedShape(itLI)); in CompletPart3d()
/dports/cad/netgen/netgen-6.2.2105/libsrc/occ/
H A DPartition_Inter3d.cxx147 TColStd_ListIteratorOfListOfInteger itLI = BOS.Compare(F1); in CompletPart3d() local
148 for (; itLI.More(); itLI.Next()) { in CompletPart3d()
149 TopoDS_Face F2 = TopoDS::Face(BOS.TouchedShape(itLI)); in CompletPart3d()
/dports/cad/opencascade/opencascade-7.6.0/src/ChFi3d/
H A DChFi3d_Builder_0.cxx1974 TopOpeBRepDS_ListIteratorOfListOfInterference itLI(LI); in ChFi3d_Orientation() local
1975 for (; itLI.More(); itLI.Next() ) { in ChFi3d_Orientation()
1976 const Handle(TopOpeBRepDS_Interference)& cur = itLI.Value(); in ChFi3d_Orientation()