Holds the data of one single data point for QCPCurve. More...
| Public Functions | |
| QCPCurveData () | |
| QCPCurveData (double t, double key, double value) | |
| Public Members | |
| double | t | 
| double | key | 
| double | value | 
Holds the data of one single data point for QCPCurve.
The container for storing multiple data points is QCPCurveDataMap.
The stored data is:
| QCPCurveData::QCPCurveData | ( | ) | 
Constructs a curve data point with t, key and value set to zero.
| QCPCurveData::QCPCurveData | ( | double | t, | 
| double | key, | ||
| double | value | ||
| ) | 
Constructs a curve data point with the specified t, key and value.