Open CASCADE Technology 6.6.0
|
#include <CPnts_MyGaussFunction.hxx>
Public Member Functions | |
CPnts_MyGaussFunction () | |
void | Init (const CPnts_RealFunction &F, const Standard_Address D) |
F is a pointer on a function D is a client data Each value is computed with F(D) | |
Standard_Boolean | Value (const Standard_Real X, Standard_Real &F) |
Computes the value of the function <F> for a given value of variable <X>. returns True if the computation was done successfully, False otherwise. |
CPnts_MyGaussFunction::CPnts_MyGaussFunction | ( | ) |
void CPnts_MyGaussFunction::Init | ( | const CPnts_RealFunction & | F, |
const Standard_Address | D | ||
) |
Standard_Boolean CPnts_MyGaussFunction::Value | ( | const Standard_Real | X, |
Standard_Real & | F | ||
) | [virtual] |
Implements math_Function.