Home
last modified time | relevance | path

Searched refs:aLS (Results 1 – 25 of 40) sorted by relevance

12

/dports/cad/opencascade/opencascade-7.6.0/src/BOPTest/
H A DBOPTest_ObjCommands.cxx106 TopTools_ListOfShape& aLS=BOPTest_Objects::Shapes(); in baddcompound() local
110 aLS.Append(aSx); in baddcompound()
159 TopTools_ListOfShape& aLS=BOPTest_Objects::Shapes(); in baddobjects() local
162 aLS.Append(aS); in baddobjects()
179 TopTools_ListOfShape& aLS=BOPTest_Objects::Shapes(); in bclearobjects() local
180 aLS.Clear(); in bclearobjects()
200 TopTools_ListOfShape& aLS=BOPTest_Objects::Tools(); in baddtools() local
203 aLS.Append(aS); in baddtools()
220 TopTools_ListOfShape& aLS=BOPTest_Objects::Tools(); in bcleartools() local
221 aLS.Clear(); in bcleartools()
H A DBOPTest_APICommands.cxx128 TopTools_ListOfShape& aLS=BOPTest_Objects::Shapes(); in bapibop() local
137 pBuilder->SetArguments(aLS); in bapibop()
142 pBuilder->SetTools(aLS); in bapibop()
203 TopTools_ListOfShape aLS = BOPTest_Objects::Shapes(); in bapibuild() local
206 aLS.Append(aLT); in bapibuild()
212 aBuilder.SetArguments(aLS); in bapibuild()
H A DBOPTest_MkConnectedCommands.cxx337 const TopTools_ListOfShape& aLS = bPositive ? in MaterialsOn() local
342 if (aLS.IsEmpty()) in MaterialsOn()
344 else if (aLS.Extent() == 1) in MaterialsOn()
345 aResult = aLS.First(); in MaterialsOn()
349 for (TopTools_ListIteratorOfListOfShape it(aLS); it.More(); it.Next()) in MaterialsOn()
H A DBOPTest_BOPCommands.cxx775 TopTools_ListOfShape aLS; in mkvolume() local
789 aLS.Append(aS); in mkvolume()
804 if (aLS.IsEmpty()) { in mkvolume()
815 aItLS.Initialize(aLS); in mkvolume()
825 aLS.Clear(); in mkvolume()
826 aLS.Assign(aLSx); in mkvolume()
830 aMV.SetArguments(aLS); in mkvolume()
846 BRepTest_Objects::SetHistory(aLS, aMV); in mkvolume()
H A DBOPTest_PartitionCommands.cxx124 TopTools_ListOfShape& aLS=BOPTest_Objects::Shapes(); in bfillds() local
125 aNbS=aLS.Extent(); in bfillds()
152 aIt.Initialize(aLS); in bfillds()
H A DBOPTest_CheckCommands.cxx222 TopTools_ListOfShape aLS; in bopcheck() local
238 aLS.Append(aS); in bopcheck()
239 aChecker.SetArguments(aLS); in bopcheck()
/dports/cad/opencascade/opencascade-7.6.0/src/BOPAlgo/
H A DBOPAlgo_Splitter.cxx77 TopTools_ListOfShape aLS; in Perform() local
81 aLS.Append(aItLS.Value()); in Perform()
86 aLS.Append(aItLS.Value()); in Perform()
90 pPF->SetArguments(aLS); in Perform()
H A DBOPAlgo_CellsBuilder.cxx469 if (aLS.IsEmpty()) { in RemoveInternalBoundaries()
473 if (aLS.Extent() == 1) { in RemoveInternalBoundaries()
478 aBB.Add(aResult, aLS.First()); in RemoveInternalBoundaries()
497 aBB.Add(aMultiDimS, aLS.First()); in RemoveInternalBoundaries()
510 TopTools_ListOfShape aCopy(aLS); in RemoveInternalBoundaries()
527 aLS.Assign(aLSNew); in RemoveInternalBoundaries()
675 if (aLS.Extent() < aNbS) { in FindParts()
681 aItArgs.Initialize(aLS); in FindParts()
720 TopTools_ListOfShape aLS[3]; in MakeContainers() local
732 aLS[iDim-1].Append(aS); in MakeContainers()
[all …]
H A DBOPAlgo_WireSplitter_1.cxx101 TopTools_SequenceOfShape& aLS,
331 TopTools_SequenceOfShape aLS, aVertVa; in SplitBlock() local
346 aLS.Clear(); in SplitBlock()
366 TopTools_SequenceOfShape& aLS, in Path() argument
394 aNb=aLS.Length(); in Path()
396 const TopoDS_Shape& anEPrev=aLS(aNb); in Path()
403 aLS.Append(aEOuta); in Path()
426 aNb = aLS.Length(); in Path()
477 aLS.Clear(); in Path()
491 aLSt.Append(aLS(j)); in Path()
[all …]
H A DBOPAlgo_Section.cxx189 TopTools_ListOfShape aLSA, aLS; in BuildSection() local
296 aLS.Clear(); in BuildSection()
304 aLS.Append(aE); in BuildSection()
311 aLS.Append(aE); in BuildSection()
316 aItLS.Initialize(aLS); in BuildSection()
H A DBOPAlgo_BOP.cxx171 const TopTools_ListOfShape& aLS=(!i)? myArguments : myTools; in CheckData() local
172 aItLS.Initialize(aLS); in CheckData()
373 TopTools_ListOfShape aLS(aAllocator); in Perform() local
378 aLS.Append(aS); in Perform()
384 aLS.Append(aS); in Perform()
388 pPF->SetArguments(aLS); in Perform()
596 const TopTools_ListOfShape& aLS = !i ? myArguments : myTools; in BuildRC() local
598 aItLS.Initialize(aLS); in BuildRC()
858 const TopTools_ListOfShape& aLS = !i ? myArguments : myTools; in BuildShape() local
860 aItLS.Initialize(aLS); in BuildShape()
[all …]
H A DBOPAlgo_ArgumentAnalyzer.cxx552 TopTools_ListOfShape aLS; in TestRebuildFace() local
561 aLS.Clear(); in TestRebuildFace()
570 aLS.Append(aEE); in TestRebuildFace()
572 aLS.Append(aEE); in TestRebuildFace()
575 aLS.Append(aE); in TestRebuildFace()
581 aBF.SetShapes(aLS); in TestRebuildFace()
H A DBOPAlgo_MakerVolume.cxx76 TopTools_ListOfShape aLS; in Perform() local
84 aLS.Append(anArgs); in Perform()
86 pPF->SetArguments(aLS); in Perform()
H A DBOPAlgo_ShellSplitter.cxx599 const TopTools_ListOfShape& aLS=aCB.Loops(); in MakeShells() local
600 aIt.Initialize(aLS); in MakeShells()
612 void MakeShell(const TopTools_ListOfShape& aLS, in MakeShell() argument
620 aIt.Initialize(aLS); in MakeShell()
H A DBOPAlgo_Builder.cxx536 TopTools_ListOfShape aLS; in BuildBOP() local
538 BOPTools_AlgoTools::TreatCompound(aS, aLS, &aMFence); in BuildBOP()
540 TopTools_ListOfShape::Iterator it(aLS); in BuildBOP()
H A DBOPAlgo_PaveFiller_6.cxx907 TopTools_ListOfShape aLS(theAllocator); in PostTreatFF() local
992 aLS.Append(aS); in PostTreatFF()
1005 aLS.Append(aVSD); in PostTreatFF()
1010 aLS.Append (anExistingEdges); in PostTreatFF()
1026 aLS.Append(aVerts[i]); in PostTreatFF()
1065 aLS.Append(aVer); in PostTreatFF()
1073 aPF.SetArguments(aLS); in PostTreatFF()
1090 aItLS.Initialize(aLS); in PostTreatFF()
1096 aLS.Append (itC.Value()); in PostTreatFF()
1189 aLS.Append(itV.Value()); in PostTreatFF()
/dports/cad/opencascade/opencascade-7.6.0/tests/bugs/modalg_5/
H A Dbug25354_5011 set aLS {}
21 lappend aLS b{$i}_1
23 eval compound $aLS q
/dports/cad/opencascade/opencascade-7.6.0/src/BOPTools/
H A DBOPTools_AlgoTools_2.cxx477 TopTools_ListOfShape aLS; in Dimensions() local
479 TreatCompound (theS, aLS, &aMFence); in Dimensions()
480 if (aLS.IsEmpty()) in Dimensions()
489 for (TopTools_ListOfShape::Iterator it (aLS); it.More(); it.Next()) in Dimensions()
/dports/cad/opencascade/opencascade-7.6.0/src/BRepTest/
H A DBRepTest_FilletCommands.cxx363 TopTools_ListOfShape aLS; in boptopoblend() local
364 aLS.Append(S1); in boptopoblend()
365 aLS.Append(S2); in boptopoblend()
366 theDSFiller.SetArguments(aLS); in boptopoblend()
H A DBRepTest_BasicCommands.cxx1454 TopTools_ListOfShape aLS; in checkloc() local
1455 BRepTools::CheckLocations(aShapeBase, aLS); in checkloc()
1456 if (aLS.IsEmpty()) in checkloc()
1461 TopTools_ListIteratorOfListOfShape anIt(aLS); in checkloc()
/dports/cad/opencascade/opencascade-7.6.0/src/BRepFeat/
H A DBRepFeat_Builder.cxx204 TopTools_ListOfShape& aLS = myImages.ChangeFind(aArgs1); in FillRemoved() local
205 aItIm.Initialize(aLS); in FillRemoved()
572 const TColStd_ListOfInteger& aLS = aSIE.SubShapes(); in RebuildEdge() local
573 aItLI.Initialize(aLS); in RebuildEdge()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/doc/
H A Ddocfmt.cxx1667 … SvxLRSpaceItem aLS(pTNd->SwContentNode::GetAttr(RES_LR_SPACE).StaticWhichCast(RES_LR_SPACE)); in MoveLeftMargin() local
1681 aLS.SetTextLeft( rFormat.GetIndentAt() ); in MoveLeftMargin()
1682aLS.SetTextFirstLineOffset( static_cast<short>(rFormat.GetFirstLineIndent()) ); in MoveLeftMargin()
1688 tools::Long nNext = aLS.GetTextLeft(); in MoveLeftMargin()
1698 aLS.SetTextLeft( nNext ); in MoveLeftMargin()
1701 pTNd->SetAttr( aLS ); in MoveLeftMargin()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/doc/
H A Ddocfmt.cxx1639 …SvxLRSpaceItem aLS( static_cast<const SvxLRSpaceItem&>(pTNd->SwContentNode::GetAttr( RES_LR_SPACE … in MoveLeftMargin()
1653 aLS.SetTextLeft( rFormat.GetIndentAt() ); in MoveLeftMargin()
1654aLS.SetTextFirstLineOfst( static_cast<short>(rFormat.GetFirstLineIndent()) ); in MoveLeftMargin()
1660 long nNext = aLS.GetTextLeft(); in MoveLeftMargin()
1670 aLS.SetTextLeft( nNext ); in MoveLeftMargin()
1673 pTNd->SetAttr( aLS ); in MoveLeftMargin()
/dports/cad/opencascade/opencascade-7.6.0/src/BRepOffsetAPI/
H A DBRepOffsetAPI_MiddlePath.cxx273 const TopTools_ListOfShape& aLS = theUnifier.History()->Modified(anEdge); in GetUnifiedWire() local
274 if (!aLS.IsEmpty()) in GetUnifiedWire()
276 TopTools_ListIteratorOfListOfShape anIt(aLS); in GetUnifiedWire()
/dports/cad/opencascade/opencascade-7.6.0/src/BRepOffset/
H A DBRepOffset_Inter3d.cxx756 const TopTools_ListOfShape& aLS = aDMIntE(i); in ConnexIntByInt() local
757 if (aLS.Extent() < 2) { in ConnexIntByInt()
783 TopTools_ListIteratorOfListOfShape aItLS(aLS); in ConnexIntByInt()
812 aItLS.Initialize(aLS); in ConnexIntByInt()

12