File indexing completed on 2025-01-18 10:03:41
0001
0002
0003
0004
0005
0006
0007
0008
0009
0010
0011
0012
0013
0014
0015
0016
0017 #ifndef _GeomInt_ResConstraintOfMyGradientOfTheComputeLineBezierOfWLApprox_HeaderFile
0018 #define _GeomInt_ResConstraintOfMyGradientOfTheComputeLineBezierOfWLApprox_HeaderFile
0019
0020 #include <Standard.hxx>
0021 #include <Standard_DefineAlloc.hxx>
0022 #include <Standard_Handle.hxx>
0023
0024 #include <Standard_Real.hxx>
0025 #include <math_Matrix.hxx>
0026 #include <math_Vector.hxx>
0027 #include <Standard_Integer.hxx>
0028 #include <TColStd_Array1OfInteger.hxx>
0029 #include <AppParCurves_HArray1OfConstraintCouple.hxx>
0030 class Standard_OutOfRange;
0031 class GeomInt_TheMultiLineOfWLApprox;
0032 class GeomInt_TheMultiLineToolOfWLApprox;
0033 class AppParCurves_MultiCurve;
0034 class math_Matrix;
0035
0036
0037
0038 class GeomInt_ResConstraintOfMyGradientOfTheComputeLineBezierOfWLApprox
0039 {
0040 public:
0041
0042 DEFINE_STANDARD_ALLOC
0043
0044
0045
0046
0047
0048
0049
0050
0051
0052
0053
0054
0055 Standard_EXPORT GeomInt_ResConstraintOfMyGradientOfTheComputeLineBezierOfWLApprox(const GeomInt_TheMultiLineOfWLApprox& SSP, AppParCurves_MultiCurve& SCurv, const Standard_Integer FirstPoint, const Standard_Integer LastPoint, const Handle(AppParCurves_HArray1OfConstraintCouple)& Constraints, const math_Matrix& Bern, const math_Matrix& DerivativeBern, const Standard_Real Tolerance = 1.0e-10);
0056
0057
0058 Standard_EXPORT Standard_Boolean IsDone() const;
0059
0060
0061
0062 Standard_EXPORT Standard_Real Error() const;
0063
0064 Standard_EXPORT const math_Matrix& ConstraintMatrix() const;
0065
0066
0067 Standard_EXPORT const math_Vector& Duale() const;
0068
0069
0070 Standard_EXPORT const math_Matrix& ConstraintDerivative (const GeomInt_TheMultiLineOfWLApprox& SSP, const math_Vector& Parameters, const Standard_Integer Deg, const math_Matrix& DA);
0071
0072
0073
0074 Standard_EXPORT const math_Matrix& InverseMatrix() const;
0075
0076
0077
0078
0079 protected:
0080
0081
0082
0083 Standard_EXPORT Standard_Integer NbConstraints (const GeomInt_TheMultiLineOfWLApprox& SSP, const Standard_Integer FirstPoint, const Standard_Integer LastPoint, const Handle(AppParCurves_HArray1OfConstraintCouple)& TheConstraints) const;
0084
0085
0086 Standard_EXPORT Standard_Integer NbColumns (const GeomInt_TheMultiLineOfWLApprox& SSP, const Standard_Integer Deg) const;
0087
0088
0089
0090
0091 private:
0092
0093
0094
0095 Standard_Boolean Done;
0096 Standard_Real Err;
0097 math_Matrix Cont;
0098 math_Matrix DeCont;
0099 math_Vector Secont;
0100 math_Matrix CTCinv;
0101 math_Vector Vardua;
0102 Standard_Integer IncPass;
0103 Standard_Integer IncTan;
0104 Standard_Integer IncCurv;
0105 TColStd_Array1OfInteger IPas;
0106 TColStd_Array1OfInteger ITan;
0107 TColStd_Array1OfInteger ICurv;
0108
0109
0110 };
0111
0112
0113
0114
0115
0116
0117
0118 #endif