Definition at line 144 of file qwt_data.h.
Public Member Functions | |
QwtCPointerData (const double *x, const double *y, size_t size) | |
QwtCPointerData & | operator= (const QwtCPointerData &) |
virtual QwtData * | copy () const |
virtual size_t | size () const |
virtual double | x (size_t i) const |
virtual double | y (size_t i) const |
const double * | xData () const |
const double * | yData () const |
virtual QwtDoubleRect | boundingRect () const |
|
Constructor
Definition at line 281 of file qwt_data.cpp. Referenced by copy(). |
|
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 354 of file qwt_data.cpp. References size(). |
|
Implements QwtData. Definition at line 344 of file qwt_data.cpp. References QwtCPointerData(). |
|
Assignment.
Definition at line 290 of file qwt_data.cpp. |
|
Implements QwtData. Definition at line 302 of file qwt_data.cpp. Referenced by boundingRect(). |
|
Return the x value of data point i
Implements QwtData. Definition at line 313 of file qwt_data.cpp. |
|
Definition at line 330 of file qwt_data.cpp. |
|
Return the y value of data point i
Implements QwtData. Definition at line 324 of file qwt_data.cpp. |
|
Definition at line 336 of file qwt_data.cpp. |