Definition at line 85 of file qwt_data.h.
Public Member Functions | |
QwtPolygonFData (const QPolygonF &) | |
QwtPolygonFData & | operator= (const QwtPolygonFData &) |
virtual QwtData * | copy () const |
virtual size_t | size () const |
virtual double | x (size_t i) const |
virtual double | y (size_t i) const |
const QPolygonF & | data () const |
|
Constructor
Definition at line 69 of file qwt_data.cpp. Referenced by copy(). |
|
Implements QwtData. Definition at line 128 of file qwt_data.cpp. References QwtSpline::d_data, and QwtPolygonFData(). |
|
Assignment.
Definition at line 78 of file qwt_data.cpp. References QwtSpline::d_data, and data(). |
|
Implements QwtData. Definition at line 89 of file qwt_data.cpp. References QwtSpline::d_data. |
|
Return the x value of data point i
Implements QwtData. Definition at line 100 of file qwt_data.cpp. References QwtSpline::d_data. |
|
Return the y value of data point i
Implements QwtData. Definition at line 111 of file qwt_data.cpp. References QwtSpline::d_data. |