Biomedical Image Analysis Library
The Biomedical Image Analysis Library is a poweful tool for developers, physicians, researchers, engineers, and so on.
|
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 2638 of file qcustomplot.h.
QCPCurveData::QCPCurveData | ( | ) |
Constructs a curve data point with t, key and value set to zero.
Definition at line 16739 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 16749 of file qcustomplot.cpp.
double QCPCurveData::key |
Definition at line 2643 of file qcustomplot.h.
double QCPCurveData::t |
Definition at line 2643 of file qcustomplot.h.
double QCPCurveData::value |
Definition at line 2643 of file qcustomplot.h.