Ask a Question | Search PSRCHIVE: |
![]()
|
ParameterPolicy.h FunctionPolicy(Function *context=0) Default constructor. Definition FunctionPolicy.C:5 static bool auto_install Install policy upon construction. Definition ParameterPolicy.h:29 virtual std::string get_name(unsigned index) const =0 Return the name of the specified parameter. virtual unsigned get_nparam() const =0 Return the number of parameters. virtual double get_param(unsigned index) const =0 Return the value of the specified parameter. virtual double get_variance(unsigned index) const =0 Return the variance of the specified parameter. virtual std::string get_description(unsigned index) const =0 Return the name of the specified parameter. virtual void set_param(unsigned index, double value)=0 Set the value of the specified parameter. virtual ParameterPolicy * clone(Function *new_context) const =0 Clone constructor. virtual void set_variance(unsigned index, double value)=0 Set the variance of the specified parameter. virtual void set_infit(unsigned index, bool flag)=0 Set flag for parameter at index to be fitted. virtual bool get_infit(unsigned index) const =0 Return true if parameter at index is to be fitted. ParameterPolicy(Function *context) Default destructor. Definition ParameterPolicy.C:14 Namespace in which all modeling and calibration related code is declared. Definition ExampleComplex2.h:16 Generated using doxygen 1.14.0
|