Open CASCADE Technology  6.9.0
Public Member Functions | Protected Member Functions

GeomInt_ParLeastSquareOfMyGradientOfTheComputeLineBezierOfWLApprox Class Reference

#include <GeomInt_ParLeastSquareOfMyGradientOfTheComputeLineBezierOfWLApprox.hxx>

Public Member Functions

 GeomInt_ParLeastSquareOfMyGradientOfTheComputeLineBezierOfWLApprox (const GeomInt_TheMultiLineOfWLApprox &SSP, const Standard_Integer FirstPoint, const Standard_Integer LastPoint, const AppParCurves_Constraint FirstCons, const AppParCurves_Constraint LastCons, const math_Vector &Parameters, const Standard_Integer NbPol)
 
 GeomInt_ParLeastSquareOfMyGradientOfTheComputeLineBezierOfWLApprox (const GeomInt_TheMultiLineOfWLApprox &SSP, const Standard_Integer FirstPoint, const Standard_Integer LastPoint, const AppParCurves_Constraint FirstCons, const AppParCurves_Constraint LastCons, const Standard_Integer NbPol)
 
 GeomInt_ParLeastSquareOfMyGradientOfTheComputeLineBezierOfWLApprox (const GeomInt_TheMultiLineOfWLApprox &SSP, const TColStd_Array1OfReal &Knots, const TColStd_Array1OfInteger &Mults, const Standard_Integer FirstPoint, const Standard_Integer LastPoint, const AppParCurves_Constraint FirstCons, const AppParCurves_Constraint LastCons, const math_Vector &Parameters, const Standard_Integer NbPol)
 
 GeomInt_ParLeastSquareOfMyGradientOfTheComputeLineBezierOfWLApprox (const GeomInt_TheMultiLineOfWLApprox &SSP, const TColStd_Array1OfReal &Knots, const TColStd_Array1OfInteger &Mults, const Standard_Integer FirstPoint, const Standard_Integer LastPoint, const AppParCurves_Constraint FirstCons, const AppParCurves_Constraint LastCons, const Standard_Integer NbPol)
 
void Perform (const math_Vector &Parameters)
 
void Perform (const math_Vector &Parameters, const Standard_Real l1, const Standard_Real l2)
 
void Perform (const math_Vector &Parameters, const math_Vector &V1t, const math_Vector &V2t, const Standard_Real l1, const Standard_Real l2)
 
void Perform (const math_Vector &Parameters, const math_Vector &V1t, const math_Vector &V2t, const math_Vector &V1c, const math_Vector &V2c, const Standard_Real l1, const Standard_Real l2)
 
Standard_Boolean IsDone () const
 
AppParCurves_MultiCurve BezierValue ()
 
const AppParCurves_MultiBSpCurveBSplineValue ()
 
const math_MatrixFunctionMatrix () const
 
const math_MatrixDerivativeFunctionMatrix () const
 
void ErrorGradient (math_Vector &Grad, Standard_Real &F, Standard_Real &MaxE3d, Standard_Real &MaxE2d)
 
const math_MatrixDistance ()
 
void Error (Standard_Real &F, Standard_Real &MaxE3d, Standard_Real &MaxE2d)
 
Standard_Real FirstLambda () const
 
Standard_Real LastLambda () const
 
const math_MatrixPoints () const
 
const math_MatrixPoles () const
 
const math_IntegerVectorKIndex () const
 

Protected Member Functions

void Init (const GeomInt_TheMultiLineOfWLApprox &SSP, const Standard_Integer FirstPoint, const Standard_Integer LastPoint)
 
Standard_Integer NbBColumns (const GeomInt_TheMultiLineOfWLApprox &SSP) const
 
Standard_Integer TheFirstPoint (const AppParCurves_Constraint FirstCons, const Standard_Integer FirstPoint) const
 
Standard_Integer TheLastPoint (const AppParCurves_Constraint LastCons, const Standard_Integer LastPoint) const
 
void Affect (const GeomInt_TheMultiLineOfWLApprox &SSP, const Standard_Integer Index, AppParCurves_Constraint &Cons, math_Vector &Vt, math_Vector &Vc)
 
void ComputeFunction (const math_Vector &Parameters)
 
void SearchIndex (math_IntegerVector &Index)
 
void MakeTAA (math_Vector &TheA, math_Vector &TheB)
 
void MakeTAA (math_Vector &TheA)
 
void MakeTAA (math_Vector &TheA, math_Matrix &TheB)
 

Constructor & Destructor Documentation

GeomInt_ParLeastSquareOfMyGradientOfTheComputeLineBezierOfWLApprox::GeomInt_ParLeastSquareOfMyGradientOfTheComputeLineBezierOfWLApprox ( const GeomInt_TheMultiLineOfWLApprox SSP,
const Standard_Integer  FirstPoint,
const Standard_Integer  LastPoint,
const AppParCurves_Constraint  FirstCons,
const AppParCurves_Constraint  LastCons,
const math_Vector Parameters,
const Standard_Integer  NbPol 
)
GeomInt_ParLeastSquareOfMyGradientOfTheComputeLineBezierOfWLApprox::GeomInt_ParLeastSquareOfMyGradientOfTheComputeLineBezierOfWLApprox ( const GeomInt_TheMultiLineOfWLApprox SSP,
const Standard_Integer  FirstPoint,
const Standard_Integer  LastPoint,
const AppParCurves_Constraint  FirstCons,
const AppParCurves_Constraint  LastCons,
const Standard_Integer  NbPol 
)
GeomInt_ParLeastSquareOfMyGradientOfTheComputeLineBezierOfWLApprox::GeomInt_ParLeastSquareOfMyGradientOfTheComputeLineBezierOfWLApprox ( const GeomInt_TheMultiLineOfWLApprox SSP,
const TColStd_Array1OfReal Knots,
const TColStd_Array1OfInteger Mults,
const Standard_Integer  FirstPoint,
const Standard_Integer  LastPoint,
const AppParCurves_Constraint  FirstCons,
const AppParCurves_Constraint  LastCons,
const math_Vector Parameters,
const Standard_Integer  NbPol 
)
GeomInt_ParLeastSquareOfMyGradientOfTheComputeLineBezierOfWLApprox::GeomInt_ParLeastSquareOfMyGradientOfTheComputeLineBezierOfWLApprox ( const GeomInt_TheMultiLineOfWLApprox SSP,
const TColStd_Array1OfReal Knots,
const TColStd_Array1OfInteger Mults,
const Standard_Integer  FirstPoint,
const Standard_Integer  LastPoint,
const AppParCurves_Constraint  FirstCons,
const AppParCurves_Constraint  LastCons,
const Standard_Integer  NbPol 
)

Member Function Documentation

void GeomInt_ParLeastSquareOfMyGradientOfTheComputeLineBezierOfWLApprox::Affect ( const GeomInt_TheMultiLineOfWLApprox SSP,
const Standard_Integer  Index,
AppParCurves_Constraint Cons,
math_Vector Vt,
math_Vector Vc 
)
protected
AppParCurves_MultiCurve GeomInt_ParLeastSquareOfMyGradientOfTheComputeLineBezierOfWLApprox::BezierValue ( )
const AppParCurves_MultiBSpCurve& GeomInt_ParLeastSquareOfMyGradientOfTheComputeLineBezierOfWLApprox::BSplineValue ( )
void GeomInt_ParLeastSquareOfMyGradientOfTheComputeLineBezierOfWLApprox::ComputeFunction ( const math_Vector Parameters)
protected
const math_Matrix& GeomInt_ParLeastSquareOfMyGradientOfTheComputeLineBezierOfWLApprox::DerivativeFunctionMatrix ( ) const
const math_Matrix& GeomInt_ParLeastSquareOfMyGradientOfTheComputeLineBezierOfWLApprox::Distance ( )
void GeomInt_ParLeastSquareOfMyGradientOfTheComputeLineBezierOfWLApprox::Error ( Standard_Real F,
Standard_Real MaxE3d,
Standard_Real MaxE2d 
)
void GeomInt_ParLeastSquareOfMyGradientOfTheComputeLineBezierOfWLApprox::ErrorGradient ( math_Vector Grad,
Standard_Real F,
Standard_Real MaxE3d,
Standard_Real MaxE2d 
)
Standard_Real GeomInt_ParLeastSquareOfMyGradientOfTheComputeLineBezierOfWLApprox::FirstLambda ( ) const
const math_Matrix& GeomInt_ParLeastSquareOfMyGradientOfTheComputeLineBezierOfWLApprox::FunctionMatrix ( ) const
void GeomInt_ParLeastSquareOfMyGradientOfTheComputeLineBezierOfWLApprox::Init ( const GeomInt_TheMultiLineOfWLApprox SSP,
const Standard_Integer  FirstPoint,
const Standard_Integer  LastPoint 
)
protected
Standard_Boolean GeomInt_ParLeastSquareOfMyGradientOfTheComputeLineBezierOfWLApprox::IsDone ( ) const
const math_IntegerVector& GeomInt_ParLeastSquareOfMyGradientOfTheComputeLineBezierOfWLApprox::KIndex ( ) const
Standard_Real GeomInt_ParLeastSquareOfMyGradientOfTheComputeLineBezierOfWLApprox::LastLambda ( ) const
void GeomInt_ParLeastSquareOfMyGradientOfTheComputeLineBezierOfWLApprox::MakeTAA ( math_Vector TheA,
math_Vector TheB 
)
protected
void GeomInt_ParLeastSquareOfMyGradientOfTheComputeLineBezierOfWLApprox::MakeTAA ( math_Vector TheA)
protected
void GeomInt_ParLeastSquareOfMyGradientOfTheComputeLineBezierOfWLApprox::MakeTAA ( math_Vector TheA,
math_Matrix TheB 
)
protected
Standard_Integer GeomInt_ParLeastSquareOfMyGradientOfTheComputeLineBezierOfWLApprox::NbBColumns ( const GeomInt_TheMultiLineOfWLApprox SSP) const
protected
void GeomInt_ParLeastSquareOfMyGradientOfTheComputeLineBezierOfWLApprox::Perform ( const math_Vector Parameters)
void GeomInt_ParLeastSquareOfMyGradientOfTheComputeLineBezierOfWLApprox::Perform ( const math_Vector Parameters,
const Standard_Real  l1,
const Standard_Real  l2 
)
void GeomInt_ParLeastSquareOfMyGradientOfTheComputeLineBezierOfWLApprox::Perform ( const math_Vector Parameters,
const math_Vector V1t,
const math_Vector V2t,
const Standard_Real  l1,
const Standard_Real  l2 
)
void GeomInt_ParLeastSquareOfMyGradientOfTheComputeLineBezierOfWLApprox::Perform ( const math_Vector Parameters,
const math_Vector V1t,
const math_Vector V2t,
const math_Vector V1c,
const math_Vector V2c,
const Standard_Real  l1,
const Standard_Real  l2 
)
const math_Matrix& GeomInt_ParLeastSquareOfMyGradientOfTheComputeLineBezierOfWLApprox::Points ( ) const
const math_Matrix& GeomInt_ParLeastSquareOfMyGradientOfTheComputeLineBezierOfWLApprox::Poles ( ) const
void GeomInt_ParLeastSquareOfMyGradientOfTheComputeLineBezierOfWLApprox::SearchIndex ( math_IntegerVector Index)
protected
Standard_Integer GeomInt_ParLeastSquareOfMyGradientOfTheComputeLineBezierOfWLApprox::TheFirstPoint ( const AppParCurves_Constraint  FirstCons,
const Standard_Integer  FirstPoint 
) const
protected
Standard_Integer GeomInt_ParLeastSquareOfMyGradientOfTheComputeLineBezierOfWLApprox::TheLastPoint ( const AppParCurves_Constraint  LastCons,
const Standard_Integer  LastPoint 
) const
protected

The documentation for this class was generated from the following file: