Provides name-based access to parameter attributes in Function::Interface.
More...
#include <FunctionInterface.h>
|
|
| Parameter (ParameterPolicy *policy, unsigned i) |
|
std::string | get_description () const |
| | Description of the parameter.
|
|
double | get_param () const |
| | Return the value of the specified parameter.
|
|
void | set_param (double value) |
| | Set the value of the specified parameter.
|
|
double | get_variance () const |
| | Return the variance of the specified parameter.
|
|
void | set_variance (double value) |
| | Set the variance of the specified parameter.
|
|
bool | get_infit () const |
| | Return true if parameter at index is to be fitted.
|
|
void | set_infit (bool flag) |
| | Set flag for parameter at index to be fitted.
|
|
| Able (const Able &) |
|
Able & | operator= (const Able &) |
|
unsigned | get_reference_count () const |
|
| HeapTracked (const HeapTracked &) |
|
HeapTracked & | operator= (const HeapTracked &) |
|
bool | __is_on_heap () const |
Provides name-based access to parameter attributes in Function::Interface.
The documentation for this class was generated from the following file: