#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 () | |
Standard_EXPORT 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_EXPORT Standard_Boolean | Value (const Standard_Real X, Standard_Real &F) |
Private Attributes | |
CPnts_RealFunction | myFunction |
Standard_Address | myData |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|