|
| Parameters (Function *context, unsigned nparam=0) |
| Default constructor.
|
|
| Parameters (const Parameters &np) |
| Copy constructor.
|
|
Parameters & | operator= (const Parameters &np) |
| Assignment operator.
|
|
Parameters * | clone (Function *) const |
| Clone construtor.
|
|
unsigned | get_nparam () const |
| Return the number of parameters.
|
|
std::string | get_name (unsigned index) const |
| Return the name of the specified parameter.
|
|
void | set_name (unsigned index, const std::string &name) |
| Return the name of the specified parameter.
|
|
std::string | get_description (unsigned index) const |
| Return the description of the specified parameter.
|
|
void | set_description (unsigned index, const std::string &description) |
| Return the description of the specified parameter.
|
|
double | get_param (unsigned index) const |
| Return the value of the specified parameter.
|
|
void | set_param (unsigned index, double value) |
| Set the value of the specified parameter.
|
|
void | swap_param (unsigned index, double &value) |
| Swap the value of the specified parameter.
|
|
double | get_variance (unsigned index) const |
| Return the variance of the specified parameter.
|
|
void | set_variance (unsigned index, double value) |
| Set the variance of the specified parameter.
|
|
bool | get_infit (unsigned index) const |
| Return true if parameter at index is to be fitted.
|
|
void | set_infit (unsigned index, bool flag) |
| Set flag for parameter at index to be fitted.
|
|
void | resize (unsigned nparam) |
| Resize arrays, setting fit=true for new parameters.
|
|
void | erase (unsigned iparam) |
| Erase the specified parameter.
|
|
| FunctionPolicy (Function *context=0) |
| Default constructor.
|
|
| ~FunctionPolicy () |
| Destructor. More...
|
|
Function * | get_context () const |
| Return the Function for whom this policy operates.
|
|
| Able (const Able &) |
|
Able & | operator= (const Able &) |
|
unsigned | get_reference_count () const |
|
| HeapTracked (const HeapTracked &) |
|
HeapTracked & | operator= (const HeapTracked &) |
|
bool | __is_on_heap () const |
|