Home
last modified time | relevance | path

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

/dports/cad/opencascade/opencascade-7.6.0/src/TopOpeBRepBuild/
H A DTopOpeBRepBuild_Tools.cxx89 const TopTools_ListOfShape& aListOfShapes=aMapSubshAnc.FindFromKey(aSubsh); in FindState() local
90 TopTools_ListIteratorOfListOfShape anIt(aListOfShapes); in FindState()
245 const TopTools_ListOfShape& aListOfShapes=aMapSubshAnc.FindFromKey(aSubsh); in FindState2() local
246 TopTools_ListIteratorOfListOfShape anIt(aListOfShapes); in FindState2()
278 const TopTools_ListOfShape& aListOfShapes=aMapSubshAnc.FindFromKey(aSubsh); in FindState1() local
279 TopTools_ListIteratorOfListOfShape anIt(aListOfShapes); in FindState1()
/dports/cad/opencascade/opencascade-7.6.0/src/ViewerTest/
H A DViewerTest_EventManager.cxx410 AIS_ListOfInteractive aListOfShapes; in ProcessKeyPress() local
411 myCtx->DisplayedObjects (aListOfShapes); in ProcessKeyPress()
412 … for (AIS_ListIteratorOfListOfInteractive anIter (aListOfShapes); anIter.More(); anIter.Next()) in ProcessKeyPress()
H A DViewerTest_ViewerCommands.cxx1255 AIS_ListOfInteractive aListOfShapes; in VHLR() local
1256 aCtx->DisplayedObjects (aListOfShapes); in VHLR()
1257 for (AIS_ListIteratorOfListOfInteractive anIter (aListOfShapes); anIter.More(); anIter.Next()) in VHLR()
1287 AIS_ListOfInteractive aListOfShapes; in VHLRType() local
1327 aListOfShapes.Append (aShape); in VHLRType()
1337 const Standard_Boolean isGlobal = aListOfShapes.IsEmpty(); in VHLRType()
1340 aCtx->DisplayedObjects (aListOfShapes); in VHLRType()
1344 for (AIS_ListIteratorOfListOfInteractive anIter(aListOfShapes); anIter.More(); anIter.Next()) in VHLRType()
/dports/cad/opencascade/opencascade-7.6.0/src/MeshTest/
H A DMeshTest.cxx96 TopoDS_ListOfShape aListOfShapes; in incrementalmesh() local
238 aListOfShapes.Append (aShape); in incrementalmesh()
242 if (aListOfShapes.IsEmpty()) in incrementalmesh()
252 if (aListOfShapes.Size() == 1) in incrementalmesh()
254 aShape = aListOfShapes.First(); in incrementalmesh()
260 …for (TopoDS_ListOfShape::Iterator anIterShape (aListOfShapes); anIterShape.More(); anIterShape.Nex… in incrementalmesh()
/dports/cad/opencascade/opencascade-7.6.0/src/STEPControl/
H A DSTEPControl_ActorWrite.cxx676 TopTools_ListOfShape aListOfShapes; in Handle() local
678 aListOfShapes.Append(theShape); in Handle()
680 TopTools_ListIteratorOfListOfShape itL(aListOfShapes); in Handle()
689 aListOfShapes.Append(aSubShape); in Handle()