|
Stimfit @PACKAGE_VERSION@
|
Information about parameters used in storedFunc. More...
#include <stfnum.h>

Public Member Functions | |
| parInfo () | |
| Default constructor. | |
| parInfo (const std::string &desc_, bool toFit_, bool constrained_=false, double constr_lb_=0, double constr_ub_=0, Scale scale_=noscale, Scale unscale_=noscale) | |
| Constructor. | |
Public Attributes | |
| std::string | desc |
| bool | toFit |
| bool | constrained |
| double | constr_lb |
| double | constr_ub |
| Scale | scale |
| Scale | unscale |
Information about parameters used in storedFunc.
Contains information about a function's parameters used in storedFunc (see below). The client supplies a description (desc) and determines whether the parameter is to be fitted (toFit==true) or to be kept constant (toFit==false).