|
| CyclicParameter (Function *context=0) |
| Default constructor.
|
|
| CyclicParameter (const CyclicParameter &np) |
| Copy constructor.
|
|
| CyclicParameter (const OneParameter &np) |
| Copy constructor.
|
|
CyclicParameter & | operator= (const CyclicParameter &np) |
| Assignment operator.
|
|
CyclicParameter * | clone (Function *context) const |
| Clone operator. More...
|
|
void | set_lower_bound (double bound) |
| Set the lower bound on the parameter value.
|
|
void | set_upper_bound (double bound) |
| Set the upper bound on the parameter value.
|
|
void | set_period (double period) |
| Set the period of the parameter value.
|
|
void | set_azimuth (CyclicParameter *azimuth) |
| Set the matching azimuth and behave like an elevation.
|
|
void | set_param (double value) |
| Set the value of the parameter. More...
|
|
double | get_param () const |
| Get the value of the parameter.
|
|
| OneParameter (Function *context=0) |
| Default constructor.
|
|
| OneParameter (const OneParameter &np) |
| Copy constructor.
|
|
OneParameter & | operator= (const OneParameter &np) |
| Assignment operator.
|
|
OneParameter * | clone (Function *context) const |
| Clone operator. More...
|
|
std::string | get_name () const |
| Return the name of the parameter.
|
|
void | set_name (const std::string &_name) |
| Set the name of the parameter.
|
|
std::string | get_description () const |
| Return the description of the parameter.
|
|
void | set_description (const std::string &_description) |
| Set the description of the parameter.
|
|
double | get_variance () const |
| Return the variance of the parameter.
|
|
void | set_variance (double value) |
| Set the variance of the parameter.
|
|
bool | get_infit () const |
| Return true if parameter is to be fitted.
|
|
void | set_infit (bool flag=true) |
| Set flag for parameter to be fitted.
|
|
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) |
| Set 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) |
| Set 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.
|
|
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.
|
|
| 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 |
|