Home
last modified time | relevance | path

Searched refs:ThePar (Results 1 – 17 of 17) sorted by relevance

/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DApprox_ComputeLine.gxx885 Handle(TColStd_HArray1OfReal) ThePar =
889 myPar.Append(ThePar);
1057 myPar.Append(ThePar);
1096 myPar.Append(ThePar);
1353 ThePar->SetValue(i, Para(i));
1355 myPar.Append(ThePar);
1553 ThePar->SetValue(i, Para(i));
1555 myPar.Append(ThePar);
1594 Handle(TColStd_HArray1OfReal) ThePar =
1597 ThePar->SetValue(i, Para(i));
[all …]
H A DAppDef_BSplineCompute.hxx96 Standard_EXPORT void SetParameters (const math_Vector& ThePar);
H A DBRepApprox_TheComputeLineOfApprox.hxx96 Standard_EXPORT void SetParameters (const math_Vector& ThePar);
H A DGeomInt_TheComputeLineOfWLApprox.hxx96 Standard_EXPORT void SetParameters (const math_Vector& ThePar);
H A DApprox_BSplComputeLine.gxx1028 void Approx_BSplComputeLine::SetParameters(const math_Vector& ThePar)
1030 myfirstParam = new TColStd_HArray1OfReal(ThePar.Lower(),
1031 ThePar.Upper());
1032 for (Standard_Integer i = ThePar.Lower(); i <= ThePar.Upper(); i++) {
1033 myfirstParam->SetValue(i, ThePar(i));
/dports/cad/opencascade/opencascade-7.6.0/src/Approx/
H A DApprox_ComputeLine.gxx885 Handle(TColStd_HArray1OfReal) ThePar =
889 myPar.Append(ThePar);
1057 myPar.Append(ThePar);
1096 myPar.Append(ThePar);
1353 ThePar->SetValue(i, Para(i));
1355 myPar.Append(ThePar);
1553 ThePar->SetValue(i, Para(i));
1555 myPar.Append(ThePar);
1594 Handle(TColStd_HArray1OfReal) ThePar =
1597 ThePar->SetValue(i, Para(i));
[all …]
H A DApprox_BSplComputeLine.gxx1028 void Approx_BSplComputeLine::SetParameters(const math_Vector& ThePar)
1030 myfirstParam = new TColStd_HArray1OfReal(ThePar.Lower(),
1031 ThePar.Upper());
1032 for (Standard_Integer i = ThePar.Lower(); i <= ThePar.Upper(); i++) {
1033 myfirstParam->SetValue(i, ThePar(i));
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DApprox_ComputeLine.gxx885 Handle(TColStd_HArray1OfReal) ThePar =
889 myPar.Append(ThePar);
1057 myPar.Append(ThePar);
1096 myPar.Append(ThePar);
1353 ThePar->SetValue(i, Para(i));
1355 myPar.Append(ThePar);
1553 ThePar->SetValue(i, Para(i));
1555 myPar.Append(ThePar);
1594 Handle(TColStd_HArray1OfReal) ThePar =
1597 ThePar->SetValue(i, Para(i));
[all …]
H A DAppDef_BSplineCompute.hxx96 Standard_EXPORT void SetParameters (const math_Vector& ThePar);
H A DGeomInt_TheComputeLineOfWLApprox.hxx96 Standard_EXPORT void SetParameters (const math_Vector& ThePar);
H A DBRepApprox_TheComputeLineOfApprox.hxx96 Standard_EXPORT void SetParameters (const math_Vector& ThePar);
H A DApprox_BSplComputeLine.gxx1028 void Approx_BSplComputeLine::SetParameters(const math_Vector& ThePar)
1030 myfirstParam = new TColStd_HArray1OfReal(ThePar.Lower(),
1031 ThePar.Upper());
1032 for (Standard_Integer i = ThePar.Lower(); i <= ThePar.Upper(); i++) {
1033 myfirstParam->SetValue(i, ThePar(i));
/dports/cad/opencascade/opencascade-7.6.0/src/BRepFill/
H A DBRepFill_OffsetWire.cxx2218 TColStd_SequenceOfReal& ThePar, in TrimEdge() argument
2233 if (ThePar.Value(i) > ThePar.Value(i+1)) { in TrimEdge()
2234 ThePar.Exchange(i,i+1); in TrimEdge()
2249 ThePar.Remove(k); in TrimEdge()
2264 Abs(ThePar.Value(k)-ThePar.Value(k+1)) <= aParTol) { in TrimEdge()
2269 ThePar.Remove(k); in TrimEdge()
2274 ThePar.Remove(k+1); in TrimEdge()
2322 TheBuilder.Range(NewEdge, fpar, ThePar.First()); in TrimEdge()
2335 TheBuilder.Range(NewEdge, ThePar.First(), lpar); in TrimEdge()
2351 TheBuilder.Range(NewEdge, ThePar.First(), lpar); in TrimEdge()
[all …]
H A DBRepFill_Evolved.cxx149 TColStd_SequenceOfReal& ThePar,
2716 TColStd_SequenceOfReal& ThePar, in TrimEdge() argument
2727 for (Standard_Integer i = 1; i < ThePar.Length(); i++) { in TrimEdge()
2728 if (ThePar.Value(i) > ThePar.Value(i+1)) { in TrimEdge()
2729 ThePar.Exchange(i,i+1); in TrimEdge()
2744 ThePar.Remove(k); in TrimEdge()
2760 ThePar.Remove(k+1); in TrimEdge()
2764 ThePar.Remove(k); in TrimEdge()
2790 TheBuilder.Range(NewEdge,ThePar.Value(k),ThePar.Value(k+1)); in TrimEdge()
/dports/cad/opencascade/opencascade-7.6.0/src/GeomInt/
H A DGeomInt_TheComputeLineOfWLApprox.hxx96 Standard_EXPORT void SetParameters (const math_Vector& ThePar);
/dports/cad/opencascade/opencascade-7.6.0/src/BRepApprox/
H A DBRepApprox_TheComputeLineOfApprox.hxx96 Standard_EXPORT void SetParameters (const math_Vector& ThePar);
/dports/cad/opencascade/opencascade-7.6.0/src/AppDef/
H A DAppDef_BSplineCompute.hxx96 Standard_EXPORT void SetParameters (const math_Vector& ThePar);