Holds the data of one single data point for QCPGraph.
More...
#include <plot2d.h>
Holds the data of one single data point for QCPGraph.
The stored data is:
- key: coordinate on the key axis of this data point
- value: coordinate on the value axis of this data point
- keyErrorMinus: negative error in the key dimension (for error bars)
- keyErrorPlus: positive error in the key dimension (for error bars)
- valueErrorMinus: negative error in the value dimension (for error bars)
- valueErrorPlus: positive error in the value dimension (for error bars)
- See Also
- QCPDataMap
Constructs a data point with key, value and all errors set to zero.
QCPData::QCPData |
( |
double |
key, |
|
|
double |
value |
|
) |
| |
Constructs a data point with the specified key and value. All errors are set to zero.
double QCPData::keyErrorMinus |
double QCPData::keyErrorPlus |
double QCPData::valueErrorMinus |
double QCPData::valueErrorPlus |
The documentation for this class was generated from the following files:
- C:/Users/mpeniak/Dropbox/Aquila/trunk/aquila/include/plot2d.h
- C:/Users/mpeniak/Dropbox/Aquila/trunk/aquila/src/plot2d.cpp