Lines Matching refs:aSI

258     const BOPDS_ShapeInfo& aSI = myDS->ShapeInfo (i);  in PerformFF()  local
259 if (aSI.ShapeType() == TopAbs_FACE && aSI.HasReference()) in PerformFF()
905 BOPDS_ShapeInfo aSI; in PostTreatFF() local
952 aSI.SetShapeType(aType); in PostTreatFF()
953 aSI.SetShape(aS); in PostTreatFF()
954 iV=myDS->Append(aSI); in PostTreatFF()
971 aSI.SetShapeType(aType); in PostTreatFF()
972 aSI.SetShape(aS); in PostTreatFF()
973 iE=myDS->Append(aSI); in PostTreatFF()
1116 aSI.SetShapeType(aType); in PostTreatFF()
1117 aSI.SetShape(aV); in PostTreatFF()
1118 iV=myDS->Append(aSI); in PostTreatFF()
1160 aSI.SetShapeType(aType); in PostTreatFF()
1161 aSI.SetShape(aSx); in PostTreatFF()
1162 iE = myDS->Append(aSI); in PostTreatFF()
1225 aSI.SetShapeType(TopAbs_VERTEX); in PostTreatFF()
1226 aSI.SetShape(aV); in PostTreatFF()
1227 iV = myDS->Append(aSI); in PostTreatFF()
1255 aSI.SetShapeType(aType); in PostTreatFF()
1256 aSI.SetShape(aE); in PostTreatFF()
1257 iE=myDS->Append(aSI); in PostTreatFF()
2482 const BOPDS_ShapeInfo& aSI = myDS->ShapeInfo(nF); in GetFullShapeMap() local
2483 const TColStd_ListOfInteger& aLI = aSI.SubShapes(); in GetFullShapeMap()
3348 const BOPDS_ShapeInfo& aSI = myDS->ShapeInfo(i); in RemovePaveBlocks() local
3349 if (aSI.ShapeType() != TopAbs_FACE) in RemovePaveBlocks()
3351 if (!aSI.HasReference()) in RemovePaveBlocks()
3756 const TopoDS_Shape& aSI = theMSCPB.FindKey(i); in RemoveMicroSectionEdges() local
3759 if (aSI.ShapeType() != TopAbs_EDGE) in RemoveMicroSectionEdges()
3762 aSEPBMap.Add(aSI, aCPB); in RemoveMicroSectionEdges()
3771 aSEPBMap.Add(aSI, aCPB); in RemoveMicroSectionEdges()
3775 if (!BOPTools_AlgoTools::IsMicroEdge(TopoDS::Edge(aSI), myContext, Standard_False)) in RemoveMicroSectionEdges()
3778 aSEPBMap.Add(aSI, aCPB); in RemoveMicroSectionEdges()