![]() |
Object-oriented Scientific Computing Library: Version 0.910
|
Member function pointer to a one-dimensional function with a parameter.
#include <funct.h>
Public Member Functions | |
funct_mfptr_param (tclass *tp, double(tclass::*fp)(double x, param_t &pa), param_t &pa) | |
Specify the member function pointer. | |
virtual double | operator() (double x) |
Compute the function at point x , with result y . | |
Protected Member Functions | |
funct_mfptr_param (const funct_mfptr_param &f) | |
Copy constructor. | |
funct_mfptr_param & | operator= (const funct_mfptr_param &f) |
Copy constructor. | |
Protected Attributes | |
double(tclass::* | fptr )(double x, param_t &pa) |
Storage for the member function pointer. | |
tclass * | tptr |
Store the pointer to the class instance. | |
param_t * | pp |
The parameter. |
Documentation generated with Doxygen. Provided under the GNU Free Documentation License (see License Information).