Open CASCADE Technology
6.5.4
|
#include <CPnts_MyGaussFunction.hxx>
Public Member Functions | |
DEFINE_STANDARD_ALLOC | 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. |
Standard_Boolean CPnts_MyGaussFunction::Value | ( | const Standard_Real | X, |
Standard_Real & | F | ||
) | [virtual] |
Implements math_Function.