Function for search of Cone canonic parameters: coordinates of center local coordinate system, direction of axis, radius and semi-angle from set of points by least square method.
More...
#include <GeomConvert_FuncConeLSDist.hxx>
|
| GeomConvert_FuncConeLSDist () |
| Constructor.
|
|
| GeomConvert_FuncConeLSDist (const Handle< TColgp_HArray1OfXYZ > &thePoints, const gp_Dir &theDir) |
|
void | SetPoints (const Handle< TColgp_HArray1OfXYZ > &thePoints) |
|
void | SetDir (const gp_Dir &theDir) |
|
Standard_Integer | NbVariables () const override |
| Number of variables.
|
|
Standard_Boolean | Value (const math_Vector &X, Standard_Real &F) override |
| Value.
|
|
virtual Standard_Integer | GetStateNumber () |
| return the state of the function corresponding to the latestt call of any methods associated to the function. This function is called by each of the algorithms described later which define the function Integer Algorithm::StateNumber(). The algorithm has the responsibility to call this function when it has found a solution (i.e. a root or a minimum) and has to maintain the association between the solution found and this StateNumber. Byu default, this method returns 0 (which means for the algorithm: no state has been saved). It is the responsibility of the programmer to decide if he needs to save the current state of the function and to return an Integer that allows retrieval of the state.
|
|
virtual | ~math_MultipleVarFunction () |
|
Function for search of Cone canonic parameters: coordinates of center local coordinate system, direction of axis, radius and semi-angle from set of points by least square method.
◆ GeomConvert_FuncConeLSDist() [1/2]
GeomConvert_FuncConeLSDist::GeomConvert_FuncConeLSDist |
( |
| ) |
|
|
inline |
◆ GeomConvert_FuncConeLSDist() [2/2]
GeomConvert_FuncConeLSDist::GeomConvert_FuncConeLSDist |
( |
const Handle< TColgp_HArray1OfXYZ > & | thePoints, |
|
|
const gp_Dir & | theDir ) |
◆ NbVariables()
◆ SetDir()
void GeomConvert_FuncConeLSDist::SetDir |
( |
const gp_Dir & | theDir | ) |
|
|
inline |
◆ SetPoints()
void GeomConvert_FuncConeLSDist::SetPoints |
( |
const Handle< TColgp_HArray1OfXYZ > & | thePoints | ) |
|
|
inline |
◆ Value()
The documentation for this class was generated from the following file: