Definition at line 125 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 |
virtual QwtDoubleRect | boundingRect () const |
|
Constructor
Definition at line 187 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 230 of file qwt_data.cpp. References size(). |
|
Return a pointer to a copy (virtual copy constructor) Implements QwtData. Definition at line 220 of file qwt_data.cpp. References QwtCPointerData(). |
|
Assignment.
Definition at line 194 of file qwt_data.cpp. |
|
Return the size of the data set Implements QwtData. Definition at line 205 of file qwt_data.cpp. Referenced by boundingRect(). |
|
Return the x value of data point i
Implements QwtData. Definition at line 210 of file qwt_data.cpp. |
|
Return the y value of data point i
Implements QwtData. Definition at line 215 of file qwt_data.cpp. |