Stimfit @PACKAGE_VERSION@
Loading...
Searching...
No Matches

Information about parameters used in storedFunc. More...

#include <stfnum.h>

Collaboration diagram for stfnum::parInfo:

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

Detailed Description

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).

Definition at line 118 of file stfnum.h.


The documentation for this struct was generated from the following file: