Ask a Question | Search PSRCHIVE: |
Home
|
CyclicParameter.h Abstract base class implements parameter storage and access. Definition: OneParameter.h:26 void check_elevation() Check to see if elevation needs correction. Definition: CyclicParameter.C:135 virtual void set_param(double value) Set the value of the parameter. Definition: OneParameter.C:51 void set_upper_bound(double bound) Set the upper bound on the parameter value. Definition: CyclicParameter.C:69 void set_lower_bound(double bound) Set the lower bound on the parameter value. Definition: CyclicParameter.C:62 CyclicParameter * clone(Function *context) const Clone operator. Definition: CyclicParameter.C:39 OneParameter & operator=(const OneParameter &np) Assignment operator. Definition: OneParameter.C:33 double get_param() const Get the value of the parameter. Definition: CyclicParameter.C:127 CyclicParameter & operator=(const CyclicParameter &np) Assignment operator. Definition: CyclicParameter.C:47 virtual double get_param() const Return the value of the parameter. Definition: OneParameter.h:72 Namespace in which all modeling and calibration related code is declared. Definition: ExampleComplex2.h:16 void check(double value) Ensure that the value is within the bounds. Definition: CyclicParameter.C:95 CyclicParameter(Function *context=0) Default constructor. Definition: CyclicParameter.C:13 void set_period(double period) Set the period of the parameter value. Definition: CyclicParameter.C:76 void set_azimuth(CyclicParameter *azimuth) Set the matching azimuth and behave like an elevation. Definition: CyclicParameter.C:83 void set_param(double value) Set the value of the parameter. Definition: CyclicParameter.C:90 Generated using doxygen 1.8.17
|