Open CASCADE Technology
7.4.0
|
This abstract class describes the virtual functions associated with a Function of a single variable. More...
#include <math_Function.hxx>
Public Member Functions | |
virtual | ~math_Function () |
Virtual destructor, for safe inheritance. More... | |
virtual Standard_Boolean | Value (const Standard_Real X, Standard_Real &F)=0 |
Computes the value of the function <F> for a given value of variable <X>. returns True if the computation was done successfully, False otherwise. More... | |
virtual Standard_Integer | GetStateNumber () |
returns the state of the function corresponding to the latest call of any methods associated with the function. This function is called by each of the algorithms described later which defined 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. More... | |
This abstract class describes the virtual functions associated with a Function of a single variable.
|
inlinevirtual |
Virtual destructor, for safe inheritance.
|
virtual |
returns the state of the function corresponding to the latest call of any methods associated with the function. This function is called by each of the algorithms described later which defined 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.
Reimplemented in BRepGProp_TFunction, Contap_ArcFunction, Geom2dInt_PCLocFOfTheLocateExtPCOfTheProjPCurOfGInter, Extrema_PCFOfEPCOfELPCOfLocateExtPC, Extrema_PCFOfEPCOfELPCOfLocateExtPC2d, Extrema_PCFOfEPCOfExtPC, Extrema_PCFOfEPCOfExtPC2d, Extrema_PCLocFOfLocEPCOfLocateExtPC, Extrema_PCLocFOfLocEPCOfLocateExtPC2d, HLRBRep_PCLocFOfTheLocateExtPCOfTheProjPCurOfCInter, and IntPatch_ArcFunction.
|
pure virtual |
Computes the value of the function <F> for a given value of variable <X>. returns True if the computation was done successfully, False otherwise.
Implemented in BRepGProp_TFunction, BRepGProp_UFunction, Contap_ArcFunction, Geom2dInt_PCLocFOfTheLocateExtPCOfTheProjPCurOfGInter, Extrema_PCFOfEPCOfELPCOfLocateExtPC, Extrema_PCFOfEPCOfELPCOfLocateExtPC2d, Extrema_PCFOfEPCOfExtPC, Extrema_PCFOfEPCOfExtPC2d, Extrema_PCLocFOfLocEPCOfLocateExtPC, Extrema_PCLocFOfLocEPCOfLocateExtPC2d, HLRBRep_PCLocFOfTheLocateExtPCOfTheProjPCurOfCInter, CPnts_MyRootFunction, FairCurve_BattenLaw, IntPatch_ArcFunction, Adaptor3d_InterFunc, HLRBRep_TheQuadCurvFuncOfTheQuadCurvExactInterCSurf, IntCurveSurface_TheQuadCurvFuncOfTheQuadCurvExactHInter, Geom2dInt_MyImpParToolOfTheIntersectorOfTheIntConicCurveOfGInter, IntCurve_MyImpParToolOfIntImpConicParConic, Geom2dGcc_FunctionTanCuPnt, GeomFill_PlanFunc, Geom2dGcc_FunctionTanCirCu, Bisector_FunctionH, Bisector_FunctionInter, HLRBRep_MyImpParToolOfTheIntersectorOfTheIntConicCurveOfCInter, Geom2dGcc_FunctionTanObl, CPnts_MyGaussFunction, ChFi3d_SearchSing, math_TrigonometricEquationFunction, CSLib_NormalPolyDef, math_FunctionWithDerivative, GeomLib_PolyFunc, Geom2dLProp_FuncCurExt, Geom2dLProp_FuncCurNul, GCPnts_DistFunction, and GCPnts_DistFunction2d.