Definition at line 119 of file qwt_data.h.
Public Member Functions | |
QwtArrayData (const QwtArray< double > &x, const QwtArray< double > &y) | |
QwtArrayData (const double *x, const double *y, size_t size) | |
QwtArrayData & | operator= (const QwtArrayData &) |
virtual QwtData * | copy () const |
virtual size_t | size () const |
virtual double | x (size_t i) const |
virtual double | y (size_t i) const |
const QwtArray< double > & | xData () const |
const QwtArray< double > & | yData () const |
virtual QwtDoubleRect | boundingRect () const |
|
Constructor
Definition at line 141 of file qwt_data.cpp. Referenced by copy(). |
|
Constructor
Definition at line 156 of file qwt_data.cpp. |
|
Returns the bounding rectangle of the data. If there is no bounding rect, like for empty data the rectangle is invalid: QwtDoubleRect::isValid() == false Reimplemented from QwtData. Definition at line 237 of file qwt_data.cpp. References size(). |
|
Implements QwtData. Definition at line 227 of file qwt_data.cpp. References QwtArrayData(). |
|
Assignment.
Definition at line 174 of file qwt_data.cpp. |
|
Implements QwtData. Definition at line 185 of file qwt_data.cpp. Referenced by boundingRect(). |
|
Return the x value of data point i
Implements QwtData. Definition at line 196 of file qwt_data.cpp. |
|
Definition at line 213 of file qwt_data.cpp. |
|
Return the y value of data point i
Implements QwtData. Definition at line 207 of file qwt_data.cpp. |
|
Definition at line 219 of file qwt_data.cpp. |