Home
last modified time | relevance | path

Searched refs:theLoc (Results 1 – 25 of 120) sorted by relevance

12345

/dports/cad/opencascade/opencascade-7.6.0/src/SelectMgr/
H A DSelectMgr_BaseIntersector.cxx145 const Standard_Real aK = theRayDir.X() * (theLoc.X() - theCenter.X()) in RaySphereIntersection()
146 + theRayDir.Y() * (theLoc.Y() - theCenter.Y()) in RaySphereIntersection()
147 + theRayDir.Z() * (theLoc.Z() - theCenter.Z()); in RaySphereIntersection()
148 …const Standard_Real aC = theLoc.Distance (theCenter) * theLoc.Distance (theCenter) - theRadius * t… in RaySphereIntersection()
189 const Standard_Real aTime1 = (0 - theLoc.Z()) / theRayDir.Z(); in RayCylinderIntersection()
190 const Standard_Real aX1 = theLoc.X() + theRayDir.X() * aTime1; in RayCylinderIntersection()
191 const Standard_Real anY1 = theLoc.Y() + theRayDir.Y() * aTime1; in RayCylinderIntersection()
198 const Standard_Real aX2 = theLoc.X() + theRayDir.X() * aTime2; in RayCylinderIntersection()
199 const Standard_Real anY2 = theLoc.Y() + theRayDir.Y() * aTime2; in RayCylinderIntersection()
223 const gp_Pnt aPnt (theLoc.Transformed (aTrsfCone)); in RayCylinderIntersection()
[all …]
H A DSelectMgr.cxx58 const gp_Trsf& theLoc) in addTriangulation() argument
60 gp_Trsf aTrsf = theLoc; in addTriangulation()
63 aTrsf = theLoc * theTri->GetInitLocation(); in addTriangulation()
90 const gp_Trsf& theLoc) in addBoundingBox() argument
107 aPnts[aPntIter].Transform (theLoc); in addBoundingBox()
144 const gp_Trsf& theLoc, in ComputeSensitivePrs() argument
156 addBoundingBox (aSeqLines, aSensBox, theLoc); in ComputeSensitivePrs()
219 addTriangulation (aSeqLines, aSeqFree, aSensTri, theLoc); in ComputeSensitivePrs()
225 aPnts[0].Transform (theLoc); in ComputeSensitivePrs()
226 aPnts[1].Transform (theLoc); in ComputeSensitivePrs()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/BinMXCAFDoc/
H A DBinMXCAFDoc_LocationDriver.cxx86 TopLoc_Location& theLoc, in Translate() argument
93 theLoc = *(aReader->ReadLocation (aDirectStream)); in Translate()
175 theLoc = aNextLoc * TopLoc_Location(aDatum).Powered(aPower); in Translate()
183 void BinMXCAFDoc_LocationDriver::Translate(const TopLoc_Location& theLoc, in Translate() argument
192 aWriter->WriteLocation (aStream, theLoc); in Translate()
195 if (theLoc.IsIdentity()) in Translate()
210 Standard_Integer anId = myNSDriver->GetShapesLocations().Add (theLoc); in Translate()
224 Translate(theLoc.NextLocation(), theTarget, theMap); in Translate()
/dports/textproc/zorba/zorba-2.7.0/src/runtime/function_item/
H A Dfunction_item.cpp54 theLoc(expr->get_loc()), in FunctionItem()
72 theLoc(expr->get_loc()), in FunctionItem()
89 ar & theLoc; in serialize() local
129 expr* dummy = theCCB->theEM->create_function_item_expr(theSctx, theLoc); in getImplementation()
133 theLoc, in getImplementation()
154 lRes << " (" << theLoc << ")"; in show()
/dports/benchmarks/polygraph/polygraph-4.13.0/src/pgl/
H A DPglExprSym.cc22 cerr << theLoc << "type `" << type() in unOper()
29 cerr << theLoc << "binary operator `" << op.image() << in bnOper()
37 cerr << theLoc << "denominator is zero" << endl << xexit; in checkDenom()
42 cerr << theLoc << "denominator is " in checkDenom()
/dports/cad/opencascade/opencascade-7.6.0/src/XmlMXCAFDoc/
H A DXmlMXCAFDoc_LocationDriver.cxx95 void XmlMXCAFDoc_LocationDriver::Translate (const TopLoc_Location& theLoc, in Translate() argument
99 if (theLoc.IsIdentity()) in Translate()
117 Standard_Integer anId = myLocations->Add(theLoc); in Translate()
135 Translate (theLoc.NextLocation(), aLocElem, theMap); in Translate()
144 TopLoc_Location& theLoc, in Translate() argument
197 theLoc = aNextLoc * TopLoc_Location (aDatum).Powered (aPower); in Translate()
H A DXmlMXCAFDoc_LocationDriver.hxx53 …Standard_EXPORT void Translate (const TopLoc_Location& theLoc, XmlObjMgt_Element& theParent, XmlOb…
56 …_Boolean Translate (const XmlObjMgt_Element& theParent, TopLoc_Location& theLoc, XmlObjMgt_RReloca…
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DShapePersistent_BRep.hxx439 const TopLoc_Location& theLoc,
445 const TopLoc_Location& theLoc,
451 const TopLoc_Location& theLoc,
458 const TopLoc_Location& theLoc,
466 const TopLoc_Location& theLoc,
472 const TopLoc_Location& theLoc,
480 const TopLoc_Location& theLoc,
484 const TopLoc_Location& theLoc,
490 const TopLoc_Location& theLoc,
495 const TopLoc_Location& theLoc,
[all …]
H A DTopoDS_Shape.hxx89 void Location (const TopLoc_Location& theLoc) { myLocation = theLoc; } in Location() argument
93 TopoDS_Shape Located (const TopLoc_Location& theLoc) const in Located()
96 aShape.Location (theLoc); in Located()
/dports/audio/audacity/audacity-Audacity-3.1.3/lib-src/libnyquist/nyquist/sys/mac/
H A Dmacdrag.c38 Point theLoc; in DragText() local
47 SetPt(&theLoc, 0, 0); in DragText()
48 LocalToGlobal(&theLoc); in DragText()
49 OffsetRgn(dragRgn, theLoc.h, theLoc.v); in DragText()
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DShapePersistent_BRep.hxx475 const TopLoc_Location& theLoc,
481 const TopLoc_Location& theLoc,
487 const TopLoc_Location& theLoc,
494 const TopLoc_Location& theLoc,
502 const TopLoc_Location& theLoc,
508 const TopLoc_Location& theLoc,
516 const TopLoc_Location& theLoc,
520 const TopLoc_Location& theLoc,
526 const TopLoc_Location& theLoc,
531 const TopLoc_Location& theLoc,
[all …]
H A DTopoDS_Shape.hxx94 void Location (const TopLoc_Location& theLoc, const Standard_Boolean theRaiseExc = Standard_True) in Location() argument
96 const gp_Trsf& aTrsf = theLoc.Transformation(); in Location()
104 myLocation = theLoc; in Location()
110 …TopoDS_Shape Located (const TopLoc_Location& theLoc, const Standard_Boolean theRaiseExc = Standard… in Located() argument
113 aShape.Location (theLoc, theRaiseExc); in Located()
H A DXmlMXCAFDoc_LocationDriver.hxx53 …Standard_EXPORT void Translate (const TopLoc_Location& theLoc, XmlObjMgt_Element& theParent, XmlOb…
56 …_Boolean Translate (const XmlObjMgt_Element& theParent, TopLoc_Location& theLoc, XmlObjMgt_RReloca…
/dports/cad/opencascade/opencascade-7.6.0/src/ShapePersistent/
H A DShapePersistent_BRep.hxx475 const TopLoc_Location& theLoc,
481 const TopLoc_Location& theLoc,
487 const TopLoc_Location& theLoc,
494 const TopLoc_Location& theLoc,
502 const TopLoc_Location& theLoc,
508 const TopLoc_Location& theLoc,
516 const TopLoc_Location& theLoc,
520 const TopLoc_Location& theLoc,
526 const TopLoc_Location& theLoc,
531 const TopLoc_Location& theLoc,
[all …]
H A DShapePersistent_BRep.cxx933 const TopLoc_Location& theLoc, in Handle()
951 const TopLoc_Location& theLoc, in Handle()
970 const TopLoc_Location& theLoc, in Handle()
990 const TopLoc_Location& theLoc, in Handle()
1012 const TopLoc_Location& theLoc, in Handle()
1034 const TopLoc_Location& theLoc, in Handle()
1073 const TopLoc_Location& theLoc, in Handle()
1090 const TopLoc_Location& theLoc, in Handle()
1108 const TopLoc_Location& theLoc, in Handle()
1126 const TopLoc_Location& theLoc, in Handle()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/StdPersistent/
H A DStdPersistent_TopLoc.cxx83 StdPersistent_TopLoc::Translate (const TopLoc_Location& theLoc, in Handle()
87 aPLoc->myDatum = Translate(theLoc.FirstDatum(), theMap); in Handle()
88 aPLoc->myPower = theLoc.FirstPower(); in Handle()
89 aPLoc->myNext = StdObject_Location::Translate(theLoc.NextLocation(), theMap); in Handle()
/dports/cad/opencascade/opencascade-7.6.0/src/StdObject/
H A DStdObject_Location.cxx22 StdObject_Location::Translate (const TopLoc_Location& theLoc, in Translate() argument
26 if (!theLoc.IsIdentity()) in Translate()
27 aLoc.myData = StdPersistent_TopLoc::Translate(theLoc, theMap); in Translate()
/dports/benchmarks/polygraph/polygraph-4.13.0/src/xparser/
H A DLexToken.h35 const TokenLoc &loc() const { return theLoc; } in loc()
43 void loc(const TokenLoc &aLoc) { theLoc = aLoc; } in loc()
52 TokenLoc theLoc;
H A DSynSymTbl.h28 const TokenLoc &loc() const { return theLoc; } in loc()
35 void loc(const TokenLoc &aLoc) { theLoc = aLoc; } in loc()
42 TokenLoc theLoc; // declaration location variable
H A DSynSym.h37 const TokenLoc &loc() const { return theLoc; } in loc()
38 void loc(const TokenLoc &aLoc) { theLoc = aLoc; } in loc()
47 TokenLoc theLoc;
/dports/textproc/zorba/zorba-2.7.0/src/functions/
H A Dexternal_function.cpp47 theLoc(loc), in SERIALIZABLE_CLASS_VERSIONS()
64 ar & theLoc; in serialize() local
89 set_source( e, theLoc ); in serialize()
95 RAISE_ERROR(zerr::ZXQP0008_FUNCTION_IMPL_NOT_FOUND, theLoc, in serialize()
H A Dudf.cpp66 theLoc(loc), in SERIALIZABLE_CLASS_VERSIONS()
607 WARN_LOC(theLoc))); in computeResultCaching()
619 theLoc)) in computeResultCaching()
628 WARN_LOC(theLoc))); in computeResultCaching()
640 theLoc)) in computeResultCaching()
650 WARN_LOC(theLoc))); in computeResultCaching()
664 WARN_LOC(theLoc))); in computeResultCaching()
677 WARN_LOC(theLoc))); in computeResultCaching()
/dports/cad/opencascade/opencascade-7.6.0/src/TopoDS/
H A DTopoDS_Shape.hxx94 void Location (const TopLoc_Location& theLoc, const Standard_Boolean theRaiseExc = Standard_True) in Location() argument
96 const gp_Trsf& aTrsf = theLoc.Transformation(); in Location()
104 myLocation = theLoc; in Location()
110 …TopoDS_Shape Located (const TopLoc_Location& theLoc, const Standard_Boolean theRaiseExc = Standard… in Located() argument
113 aShape.Location (theLoc, theRaiseExc); in Located()
/dports/cad/opencascade/opencascade-7.6.0/src/XCAFPrs/
H A DXCAFPrs.cxx110 const TopLoc_Location& theLoc, in CollectStyleSettings() argument
131 TopLoc_Location aLocSub = theLoc.Multiplied (XCAFDoc_ShapeTool::GetLocation (theLabel)); in CollectStyleSettings()
145 CollectStyleSettings (aComponentLab, theLoc, theSettings, theLayerColor); in CollectStyleSettings()
263 if (!theLoc.IsIdentity()) in CollectStyleSettings()
265 aPrevLocMap.Add (theLoc); in CollectStyleSettings()
298 aSubshape.Move (theLoc, Standard_False); in CollectStyleSettings()
/dports/cad/opencascade/opencascade-7.6.0/src/ShapeFix/
H A DShapeFix_Edge.cxx208 gp_Pnt2d theLoc = theL2d->Location(); in TranslatePCurve() local
216 if (Abs(theLoc.X() - uf) < Abs(theLoc.X() - ul)) in TranslatePCurve()
217 newLoc.SetCoord (theLoc.X() + (ul - uf), theLoc.Y()); in TranslatePCurve()
219 newLoc.SetCoord (theLoc.X() - (ul - uf), theLoc.Y()); in TranslatePCurve()
243 if (Abs(theLoc.Y() - vf) < Abs(theLoc.Y() - vl)) in TranslatePCurve()
244 newLoc.SetCoord (theLoc.X(), theLoc.Y() + (vl - vf)); in TranslatePCurve()
246 newLoc.SetCoord (theLoc.X(), theLoc.Y() - (vl - vf)); in TranslatePCurve()

12345