File indexing completed on 2026-09-20 09:16:57
0001
0002
0003
0004
0005
0006
0007
0008
0009
0010
0011
0012
0013
0014
0015
0016
0017 #ifndef _BRepApprox_MyGradientbisOfTheComputeLineOfApprox_HeaderFile
0018 #define _BRepApprox_MyGradientbisOfTheComputeLineOfApprox_HeaderFile
0019
0020 #include <Standard.hxx>
0021 #include <Standard_DefineAlloc.hxx>
0022 #include <Standard_Handle.hxx>
0023
0024 #include <AppParCurves_MultiCurve.hxx>
0025 #include <math_Vector.hxx>
0026 #include <Standard_Real.hxx>
0027 #include <Standard_Integer.hxx>
0028 #include <AppParCurves_ConstraintCouple.hxx>
0029 #include <NCollection_Array1.hxx>
0030 #include <NCollection_HArray1.hxx>
0031 class Standard_OutOfRange;
0032 class StdFail_NotDone;
0033 class BRepApprox_TheMultiLineOfApprox;
0034 class BRepApprox_TheMultiLineToolOfApprox;
0035 class BRepApprox_ParLeastSquareOfMyGradientbisOfTheComputeLineOfApprox;
0036 class BRepApprox_ResConstraintOfMyGradientbisOfTheComputeLineOfApprox;
0037 class BRepApprox_ParFunctionOfMyGradientbisOfTheComputeLineOfApprox;
0038 class BRepApprox_Gradient_BFGSOfMyGradientbisOfTheComputeLineOfApprox;
0039 class AppParCurves_MultiCurve;
0040
0041 class BRepApprox_MyGradientbisOfTheComputeLineOfApprox
0042 {
0043 public:
0044 DEFINE_STANDARD_ALLOC
0045
0046
0047
0048
0049
0050
0051
0052 Standard_EXPORT BRepApprox_MyGradientbisOfTheComputeLineOfApprox(
0053 const BRepApprox_TheMultiLineOfApprox& SSP,
0054 const int FirstPoint,
0055 const int LastPoint,
0056 const occ::handle<NCollection_HArray1<AppParCurves_ConstraintCouple>>& TheConstraints,
0057 math_Vector& Parameters,
0058 const int Deg,
0059 const double Tol3d,
0060 const double Tol2d,
0061 const int NbIterations = 200);
0062
0063
0064 Standard_EXPORT bool IsDone() const;
0065
0066
0067
0068 Standard_EXPORT AppParCurves_MultiCurve Value() const;
0069
0070
0071
0072
0073
0074 Standard_EXPORT double Error(const int Index) const;
0075
0076
0077
0078 Standard_EXPORT double MaxError3d() const;
0079
0080
0081
0082 Standard_EXPORT double MaxError2d() const;
0083
0084
0085
0086 Standard_EXPORT double AverageError() const;
0087
0088 private:
0089 AppParCurves_MultiCurve SCU;
0090 math_Vector ParError;
0091 double AvError;
0092 double MError3d;
0093 double MError2d;
0094 bool Done;
0095 };
0096
0097 #endif