![]() |
.Simulation
|
Holds the data of one single data point for QCPGraph. More...
Public Member Functions | |
| QCPData () | |
| Constructs a data point with key, value and all errors set to zero. | |
| QCPData (double key, double value) | |
| Constructs a data point with the specified key and value. More... | |
Public Attributes | |
| double | key |
| double | value |
| double | keyErrorPlus |
| double | keyErrorMinus |
| double | valueErrorPlus |
| double | valueErrorMinus |
Holds the data of one single data point for QCPGraph.
The stored data is:
| QCPlot::QCPData::QCPData | ( | double | key, |
| double | value | ||
| ) |
Constructs a data point with the specified key and value.
All errors are set to zero.
1.8.5