Ask a Question | Search PSRCHIVE: |
![]()
|
Public Member Functions |
Static Public Attributes |
Protected Member Functions |
List of all members
MEAL::ParameterPolicy Class Referenceabstract Managers of Function parameters. More...
Inheritance diagram for MEAL::ParameterPolicy:
![]()
Detailed DescriptionManagers of Function parameters. Member Function Documentation◆ clone()
Clone constructor. Implemented in MEAL::Composite, MEAL::CyclicParameter, MEAL::NoParameters, MEAL::OneParameter, and MEAL::Parameters. References ParameterPolicy(). ◆ get_description()
Return the name of the specified parameter. Implemented in MEAL::Composite, MEAL::NoParameters, MEAL::OneParameter, and MEAL::Parameters. ◆ get_infit()
Return true if parameter at index is to be fitted. Implemented in MEAL::Composite, MEAL::NoParameters, MEAL::OneParameter, and MEAL::Parameters. ◆ get_name()
Return the name of the specified parameter. Implemented in MEAL::Composite, MEAL::NoParameters, MEAL::OneParameter, and MEAL::Parameters. ◆ get_nparam()
Return the number of parameters. Implemented in MEAL::Composite, MEAL::NoParameters, MEAL::OneParameter, and MEAL::Parameters. ◆ get_param()
Return the value of the specified parameter. Implemented in MEAL::Composite, MEAL::NoParameters, MEAL::OneParameter, and MEAL::Parameters. ◆ get_variance()
Return the variance of the specified parameter. Implemented in MEAL::Composite, MEAL::NoParameters, MEAL::OneParameter, and MEAL::Parameters. ◆ set_infit()
Set flag for parameter at index to be fitted. Implemented in MEAL::Composite, MEAL::NoParameters, MEAL::OneParameter, and MEAL::Parameters. ◆ set_param()
Set the value of the specified parameter. Implemented in MEAL::Composite, MEAL::NoParameters, MEAL::OneParameter, and MEAL::Parameters. ◆ set_variance()
Set the variance of the specified parameter. Implemented in MEAL::Composite, MEAL::NoParameters, MEAL::OneParameter, and MEAL::Parameters. Member Data Documentation◆ auto_install
Install policy upon construction. By default, ParameterPolicy derived instances are installed in the context during construction. Referenced by ParameterPolicy(). The documentation for this class was generated from the following files:
Generated using doxygen 1.14.0
|