Nakuja Flight Computer Testing and Simulation Engine (NaFCTSE) 1.0
A testing and verification tool for the Nakuja Rocket Project flight computers
|
Holds the data of one single error bar for QCPErrorBars. More...
Public Member Functions | |
QCPErrorBarsData () | |
QCPErrorBarsData (double error) | |
QCPErrorBarsData (double errorMinus, double errorPlus) | |
Public Attributes | |
double | errorMinus |
double | errorPlus |
Holds the data of one single error bar for QCPErrorBars.
The stored data is:
The container for storing the error bar information is QCPErrorBarsDataContainer. It is a typedef for QVector<QCPErrorBarsData>
.
QCPErrorBarsData::QCPErrorBarsData | ( | ) |
Constructs an error bar with errors set to zero.
|
explicit |
Constructs an error bar with equal error in both negative and positive direction.
QCPErrorBarsData::QCPErrorBarsData | ( | double | errorMinus, |
double | errorPlus ) |
Constructs an error bar with negative and positive errors set to errorMinus and errorPlus, respectively.