Definition at line 79 of file qwt_data.h.
Public Member Functions | |
QwtDoublePointData (const QwtArray< QwtDoublePoint > &) | |
QwtDoublePointData & | operator= (const QwtDoublePointData &) |
virtual QwtData * | copy () const |
virtual size_t | size () const |
virtual double | x (size_t i) const |
virtual double | y (size_t i) const |
|
Constructor
Definition at line 61 of file qwt_data.cpp. Referenced by copy(). |
|
Return a pointer to a copy (virtual copy constructor) Implements QwtData. Definition at line 92 of file qwt_data.cpp. References QwtDoublePointData(). |
|
Assignment.
Definition at line 67 of file qwt_data.cpp. References d_data. |
|
Return the size of the data set Implements QwtData. Definition at line 77 of file qwt_data.cpp. |
|
Return the x value of data point i
Implements QwtData. Definition at line 82 of file qwt_data.cpp. |
|
Return the y value of data point i
Implements QwtData. Definition at line 87 of file qwt_data.cpp. |