Public Member Functions | |
| bool | append (int x, int y) |
| void | flush (Polygon &polyline) |
| void | start (int x, int y) |
Private Member Functions | |
| void | appendTo (int x, Polygon &polyline) |
Private Attributes | |
| int | x1 |
| int | x2 |
| int | xMax |
| int | xMin |
| int | y0 |
Definition at line 130 of file qwt_point_mapper.cpp.
| bool QwtPolygonQuadrupelY< Polygon, Point >::append | ( | int | x, |
| int | y | ||
| ) | [inline] |
Definition at line 139 of file qwt_point_mapper.cpp.
| void QwtPolygonQuadrupelY< Polygon, Point >::appendTo | ( | int | x, |
| Polygon & | polyline | ||
| ) | [inline, private] |
Definition at line 172 of file qwt_point_mapper.cpp.
| void QwtPolygonQuadrupelY< Polygon, Point >::flush | ( | Polygon & | polyline | ) | [inline] |
Definition at line 154 of file qwt_point_mapper.cpp.
| void QwtPolygonQuadrupelY< Polygon, Point >::start | ( | int | x, |
| int | y | ||
| ) | [inline] |
Definition at line 133 of file qwt_point_mapper.cpp.
int QwtPolygonQuadrupelY< Polygon, Point >::x1 [private] |
Definition at line 177 of file qwt_point_mapper.cpp.
int QwtPolygonQuadrupelY< Polygon, Point >::x2 [private] |
Definition at line 177 of file qwt_point_mapper.cpp.
int QwtPolygonQuadrupelY< Polygon, Point >::xMax [private] |
Definition at line 177 of file qwt_point_mapper.cpp.
int QwtPolygonQuadrupelY< Polygon, Point >::xMin [private] |
Definition at line 177 of file qwt_point_mapper.cpp.
int QwtPolygonQuadrupelY< Polygon, Point >::y0 [private] |
Definition at line 177 of file qwt_point_mapper.cpp.