Home
last modified time | relevance | path

Searched refs:theTol (Results 1 – 25 of 161) sorted by relevance

1234567

/dports/cad/opencascade/opencascade-7.6.0/src/GCPnts/
H A DGCPnts_UniformAbscissa.cxx257 Initialize (theC, theAbscissa, theTol); in GCPnts_UniformAbscissa()
271 Initialize (theC, theAbscissa, theTol); in GCPnts_UniformAbscissa()
286 Initialize (theC, theAbscissa, theU1, theU2, theTol); in GCPnts_UniformAbscissa()
301 Initialize (theC, theAbscissa, theU1, theU2, theTol); in GCPnts_UniformAbscissa()
315 Initialize (theC, theNbPoints, theTol); in GCPnts_UniformAbscissa()
329 Initialize (theC, theNbPoints, theTol); in GCPnts_UniformAbscissa()
344 Initialize (theC, theNbPoints, theU1, theU2, theTol); in GCPnts_UniformAbscissa()
359 Initialize (theC, theNbPoints, theU1, theU2, theTol); in GCPnts_UniformAbscissa()
393 initialize (theC, theAbscissa, theU1, theU2, theTol); in Initialize()
512 initialize (theC, theNbPoints, theU1, theU2, theTol); in Initialize()
[all …]
H A DGCPnts_AbscissaPoint.hxx47 const Standard_Real theTol);
51 const Standard_Real theTol);
64 const Standard_Real theTol);
69 const Standard_Real theTol);
85 Standard_EXPORT GCPnts_AbscissaPoint (const Standard_Real theTol,
93 Standard_EXPORT GCPnts_AbscissaPoint (const Standard_Real theTol,
127 const Standard_Real theTol);
136 const Standard_Real theTol);
163 const Standard_Real* theTol);
173 void advCompute (const Standard_Real theTol,
H A DGCPnts_AbscissaPoint.cxx392 return length (theC, theU1, theU2, &theTol); in Length()
403 return length (theC, theU1, theU2, &theTol); in Length()
425 return theTol != NULL in length()
441 if (theTol != NULL) in length()
446 *theTol); in length()
510 void GCPnts_AbscissaPoint::advCompute (const Standard_Real theTol, in advCompute() argument
531 AdvCompute (myComputer, theC, anAbscis, aUU0, aUUi, theTol); in advCompute()
543 advCompute (theTol, theC, theAbscissa, theU0); in GCPnts_AbscissaPoint()
555 advCompute (theTol, theC, theAbscissa, theU0); in GCPnts_AbscissaPoint()
592 AdvCompute (myComputer, theC, anAbscis, aUU0, aUUi, theTol); in GCPnts_AbscissaPoint()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/BRepClass/
H A DBRepClass_FaceClassifier.cxx51 const Standard_Real theTol, in BRepClass_FaceClassifier() argument
55 Perform(theF, theP, theTol, theUseBndBox, theGapCheckTol); in BRepClass_FaceClassifier()
63 const Standard_Real theTol, in BRepClass_FaceClassifier() argument
67 Perform(theF, theP, theTol, theUseBndBox, theGapCheckTol); in BRepClass_FaceClassifier()
76 const Standard_Real theTol, in Perform() argument
83 BRepClass_FClassifier::Perform(aFex, theP, theTol); in Perform()
97 const Standard_Real theTol, in Perform() argument
111 aExtrema.Initialize(aSurf, aU1, aU2, aV1, aV2, theTol, theTol); in Perform()
137 Perform(theF, aPuv, theTol, theUseBndBox, theGapCheckTol); in Perform()
H A DBRepClass_FaceClassifier.hxx51 …RepClass_FaceClassifier(const TopoDS_Face& theF, const gp_Pnt2d& theP, const Standard_Real theTol,
58 …rd_EXPORT void Perform (const TopoDS_Face& theF, const gp_Pnt2d& theP, const Standard_Real theTol,
65 …T BRepClass_FaceClassifier(const TopoDS_Face& theF, const gp_Pnt& theP, const Standard_Real theTol,
72 …ndard_EXPORT void Perform (const TopoDS_Face& theF, const gp_Pnt& theP, const Standard_Real theTol,
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DGCPnts_AbscissaPoint.hxx47 const Standard_Real theTol);
51 const Standard_Real theTol);
64 const Standard_Real theTol);
69 const Standard_Real theTol);
85 Standard_EXPORT GCPnts_AbscissaPoint (const Standard_Real theTol,
93 Standard_EXPORT GCPnts_AbscissaPoint (const Standard_Real theTol,
127 const Standard_Real theTol);
136 const Standard_Real theTol);
163 const Standard_Real* theTol);
173 void advCompute (const Standard_Real theTol,
H A DBRepClass_FaceClassifier.hxx51 …RepClass_FaceClassifier(const TopoDS_Face& theF, const gp_Pnt2d& theP, const Standard_Real theTol,
58 …rd_EXPORT void Perform (const TopoDS_Face& theF, const gp_Pnt2d& theP, const Standard_Real theTol,
65 …T BRepClass_FaceClassifier(const TopoDS_Face& theF, const gp_Pnt& theP, const Standard_Real theTol,
72 …ndard_EXPORT void Perform (const TopoDS_Face& theF, const gp_Pnt& theP, const Standard_Real theTol,
H A Dmath_GlobOptMin.hxx141 const Standard_Real theTol) in NCollection_CellFilter_Inspector() argument
144 myTol = theTol * theTol; in NCollection_CellFilter_Inspector()
158 const NCollection_Array1<Standard_Real> &theTol, in Shift() argument
164 theLowPnt(anIdx) = thePnt(anIdx) - theTol(anIdx - 1); in Shift()
165 theUppPnt(anIdx) = thePnt(anIdx) + theTol(anIdx - 1); in Shift()
H A DBRepBuilderAPI_VertexInspector.hxx40 BRepBuilderAPI_VertexInspector (const Standard_Real theTol):myTol(theTol*theTol) in BRepBuilderAPI_VertexInspector() argument
H A DBRepIntCurveSurface_Inter.hxx69 …Init (const TopoDS_Shape& theShape, const GeomAdaptor_Curve& theCurve, const Standard_Real theTol);
73 …EXPORT void Init (const TopoDS_Shape& theShape, const gp_Lin& theLine, const Standard_Real theTol);
77 Standard_EXPORT void Load (const TopoDS_Shape& theShape, const Standard_Real theTol);
H A DBnd_Box2d.hxx114 void Enlarge (const Standard_Real theTol) in Enlarge() argument
116 Standard_Real aTol = theTol < 0.0 ? -theTol : theTol; in Enlarge()
H A DNCollection_CellFilter.hxx509 Point Shift (const Point& thePnt, Standard_Real theTol) const in Shift()
510 { return Point (thePnt.X() + theTol, thePnt.Y() + theTol, thePnt.Z() + theTol); } in Shift()
532 Point Shift (const Point& thePnt, Standard_Real theTol) const in Shift()
533 { return Point (thePnt.X() + theTol, thePnt.Y() + theTol); } in Shift()
H A DShapeAnalysis_BoxBndTree.hxx77 void SetTolerance (Standard_Real theTol) in SetTolerance() argument
79 myTol = theTol; in SetTolerance()
80 myMin3d = theTol; in SetTolerance()
/dports/cad/opencascade/opencascade-7.6.0/src/math/
H A Dmath_GlobOptMin.hxx141 const Standard_Real theTol) in NCollection_CellFilter_Inspector() argument
144 myTol = theTol * theTol; in NCollection_CellFilter_Inspector()
158 const NCollection_Array1<Standard_Real> &theTol, in Shift() argument
164 theLowPnt(anIdx) = thePnt(anIdx) - theTol(anIdx - 1); in Shift()
165 theUppPnt(anIdx) = thePnt(anIdx) + theTol(anIdx - 1); in Shift()
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A Dmath_GlobOptMin.hxx141 const Standard_Real theTol) in NCollection_CellFilter_Inspector() argument
144 myTol = theTol * theTol; in NCollection_CellFilter_Inspector()
158 const NCollection_Array1<Standard_Real> &theTol, in Shift() argument
164 theLowPnt(anIdx) = thePnt(anIdx) - theTol(anIdx - 1); in Shift()
165 theUppPnt(anIdx) = thePnt(anIdx) + theTol(anIdx - 1); in Shift()
H A DBRepBuilderAPI_VertexInspector.hxx40 BRepBuilderAPI_VertexInspector (const Standard_Real theTol):myTol(theTol*theTol) in BRepBuilderAPI_VertexInspector() argument
H A DBnd_Box2d.hxx114 void Enlarge (const Standard_Real theTol) in Enlarge() argument
116 Standard_Real aTol = theTol < 0.0 ? -theTol : theTol; in Enlarge()
H A DBRepIntCurveSurface_Inter.hxx76 …Init (const TopoDS_Shape& theShape, const GeomAdaptor_Curve& theCurve, const Standard_Real theTol);
80 …EXPORT void Init (const TopoDS_Shape& theShape, const gp_Lin& theLine, const Standard_Real theTol);
84 Standard_EXPORT void Load (const TopoDS_Shape& theShape, const Standard_Real theTol);
H A DNCollection_CellFilter.hxx509 Point Shift (const Point& thePnt, Standard_Real theTol) const in Shift()
510 { return Point (thePnt.X() + theTol, thePnt.Y() + theTol, thePnt.Z() + theTol); } in Shift()
532 Point Shift (const Point& thePnt, Standard_Real theTol) const in Shift()
533 { return Point (thePnt.X() + theTol, thePnt.Y() + theTol); } in Shift()
/dports/cad/opencascade/opencascade-7.6.0/src/BRepIntCurveSurface/
H A DBRepIntCurveSurface_Inter.cxx52 const Standard_Real theTol) in Init() argument
54 Load(theShape, theTol); in Init()
65 const Standard_Real theTol) in Init() argument
70 Load(theShape, theTol); in Init()
96 void BRepIntCurveSurface_Inter::Load(const TopoDS_Shape& theShape ,const Standard_Real theTol) in Load() argument
101 myTolerance = theTol; in Load()
H A DBRepIntCurveSurface_Inter.hxx69 …Init (const TopoDS_Shape& theShape, const GeomAdaptor_Curve& theCurve, const Standard_Real theTol);
73 …EXPORT void Init (const TopoDS_Shape& theShape, const gp_Lin& theLine, const Standard_Real theTol);
77 Standard_EXPORT void Load (const TopoDS_Shape& theShape, const Standard_Real theTol);
/dports/cad/opencascade/opencascade-7.6.0/src/BRepBuilderAPI/
H A DBRepBuilderAPI_VertexInspector.hxx40 BRepBuilderAPI_VertexInspector (const Standard_Real theTol):myTol(theTol*theTol) in BRepBuilderAPI_VertexInspector() argument
/dports/cad/opencascade/opencascade-7.6.0/src/Bnd/
H A DBnd_Box2d.hxx114 void Enlarge (const Standard_Real theTol) in Enlarge() argument
116 Standard_Real aTol = theTol < 0.0 ? -theTol : theTol; in Enlarge()
/dports/cad/opencascade/opencascade-7.6.0/src/NCollection/
H A DNCollection_CellFilter.hxx509 Point Shift (const Point& thePnt, Standard_Real theTol) const in Shift()
510 { return Point (thePnt.X() + theTol, thePnt.Y() + theTol, thePnt.Z() + theTol); } in Shift()
532 Point Shift (const Point& thePnt, Standard_Real theTol) const in Shift()
533 { return Point (thePnt.X() + theTol, thePnt.Y() + theTol); } in Shift()
/dports/cad/opencascade/opencascade-7.6.0/src/Extrema/
H A DExtrema_GenLocateExtPS.cxx33 math_Vector& theTol) in CorrectTol() argument
49 theTol(1) = Max(theTol(1), tol); in CorrectTol()
61 theTol(2) = Max(theTol(2), tol); in CorrectTol()

1234567