Public Member Functions | |
virtual | ~QPulseFitDataBase () |
default destructor | |
const double & | GetHeight () const |
Get Height. | |
const QVector & | GetParams () const |
Get Params. | |
const bool & | GetIsFitted () const |
Get IsFitted. | |
const std::string & | GetModel () const |
Get Model. | |
Protected Member Functions | |
QPulseFitDataBase () | |
default constructor | |
void | Clear () |
Clear members. | |
void | SetHeight (const double &height) |
Set Height. | |
QVector & | GetParams () |
Get Params. | |
void | SetIsFitted (const bool &isFitted) |
Set IsFitted. | |
void | SetModel (const std::string &model) |
Set Model. | |
Private Attributes | |
double | fHeight |
Height. | |
QVector | fParams |
Params. | |
bool | fIsFitted |
IsFitted. | |
std::string | fModel |
Model. | |
Friends | |
class | ::QPulseFitDataR |