#include <function_real_parameter.h>
Inheritance diagram for function_real_parameter::

Public Methods | |
| function_real_parameter () | |
| function_real_parameter (double(*func)(real_parameter *), real_parameter *pars) | |
| void | set (double(*func)(real_parameter *), real_parameter *pars) |
| Set the function and array of parameters to be used to calculate this parameter. More... | |
| double | get () const |
| Get the value of this parameter. More... | |
Private Attributes | |
| double (* | function )(real_parameter *) |
| This is a function to calculate the parameter. More... | |
| real_parameter* | function_pars |
| Hold an array of parameters to pass to the function. More... | |
They hold a function pointer and an array of real_parameters to pass to the function.
Definition at line 50 of file function_real_parameter.h.
|
|
Definition at line 36 of file function_real_parameter.cc. |
|
|
Definition at line 41 of file function_real_parameter.cc. |
|
|
Get the value of this parameter.
Reimplemented from abstract_real_parameter. Definition at line 46 of file function_real_parameter.cc. |
|
|
Set the function and array of parameters to be used to calculate this parameter.
Definition at line 58 of file function_real_parameter.cc. |
|
|
This is a function to calculate the parameter.
Referenced by get().
|
|
|
Hold an array of parameters to pass to the function. They must be real_parameter instances! Definition at line 60 of file function_real_parameter.h. |
Please direct comments and corrections to
supermix@submm.caltech.edu
Go to the supermix home page
Generated by
1.2.7