|
Open CASCADE Technology 6.5.2
|
#include <CPnts_MyGaussFunction.hxx>

Public Member Functions | |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| 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 | ||
| ) |
| void CPnts_MyGaussFunction::operator delete | ( | void * | anAddress | ) | [inline] |
Reimplemented from math_Function.
| void* CPnts_MyGaussFunction::operator new | ( | size_t | size | ) | [inline] |
Reimplemented from math_Function.
| void* CPnts_MyGaussFunction::operator new | ( | size_t | , |
| void * | anAddress | ||
| ) | [inline] |
Reimplemented from math_Function.
| Standard_Boolean CPnts_MyGaussFunction::Value | ( | const Standard_Real | X, |
| Standard_Real & | F | ||
| ) | [virtual] |
Implements math_Function.
1.7.4