Ask a Question | Search PSRCHIVE: |
![]()
|
MEAL::OneParameter Class Reference Abstract base class implements parameter storage and access. More...
Inheritance diagram for MEAL::OneParameter:
![]()
Detailed DescriptionAbstract base class implements parameter storage and access. Member Function Documentation◆ clone()
◆ get_description()
Return the description of the specified parameter. Implements MEAL::ParameterPolicy. References range_check(). ◆ get_infit()
Return true if parameter at index is to be fitted. Implements MEAL::ParameterPolicy. References range_check(). ◆ get_name()
Return the name of the specified parameter. Implements MEAL::ParameterPolicy. References range_check(). ◆ get_nparam()
Return the number of parameters. Implements MEAL::ParameterPolicy. ◆ get_param() [1/2]
Return the value of the parameter. Reimplemented in MEAL::CyclicParameter. Referenced by MEAL::CyclicParameter::check_elevation(), MEAL::CyclicParameter::get_param(), and get_param(). ◆ get_param() [2/2]
Return the value of the specified parameter. Implements MEAL::ParameterPolicy. References get_param(), and range_check(). ◆ get_variance()
Return the variance of the specified parameter. Implements MEAL::ParameterPolicy. References range_check(). ◆ set_infit()
Set flag for parameter at index to be fitted. Implements MEAL::ParameterPolicy. References range_check(). ◆ set_param() [1/2]
Set the value of the parameter. Set the value of the specified parameter. Reimplemented in MEAL::CyclicParameter. References MEAL::FunctionPolicy::get_context(), and MEAL::Function::very_verbose. Referenced by MEAL::CyclicParameter::check(), MEAL::CyclicParameter::check_elevation(), and set_param(). ◆ set_param() [2/2]
Set the value of the specified parameter. Implements MEAL::ParameterPolicy. References range_check(), and set_param(). ◆ set_variance()
Set the variance of the specified parameter. Implements MEAL::ParameterPolicy. References range_check(). The documentation for this class was generated from the following files:
Generated using doxygen 1.14.0
|