![]() |
Vespucci
1.0.0
|
Holds the data of one single data point for QCPCurve. More...
#include <qcustomplot.h>
Public Member Functions | |
| QCPCurveData () | |
| QCPCurveData (double t, double key, double value) | |
Public Attributes | |
| 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:
Definition at line 2688 of file qcustomplot.h.
| QCPCurveData::QCPCurveData | ( | ) |
Constructs a curve data point with t, key and value set to zero.
Definition at line 17234 of file qcustomplot.cpp.
| QCPCurveData::QCPCurveData | ( | double | t, |
| double | key, | ||
| double | value | ||
| ) |
Constructs a curve data point with the specified t, key and value.
Definition at line 17244 of file qcustomplot.cpp.
| double QCPCurveData::key |
Definition at line 2693 of file qcustomplot.h.
| double QCPCurveData::t |
Definition at line 2693 of file qcustomplot.h.
| double QCPCurveData::value |
Definition at line 2693 of file qcustomplot.h.