Public Member Functions | |
| void | clipPolygon (Polygon &points1, bool closePolygon) const |
| QwtPolygonClipper (const Rect &clipRect) | |
Private Types | |
| typedef Polygon::value_type | Point |
Private Member Functions | |
| template<class Edge > | |
| void | clipEdge (bool closePolygon, const Polygon &points, Polygon &clippedPoints) const |
Private Attributes | |
| const Rect | d_clipRect |
Definition at line 127 of file qwt_clipper.cpp.
typedef Polygon::value_type QwtPolygonClipper< Polygon, Rect, T >::Point [private] |
Definition at line 129 of file qwt_clipper.cpp.
| QwtPolygonClipper< Polygon, Rect, T >::QwtPolygonClipper | ( | const Rect & | clipRect | ) | [inline, explicit] |
Definition at line 131 of file qwt_clipper.cpp.
| void QwtPolygonClipper< Polygon, Rect, T >::clipEdge | ( | bool | closePolygon, |
| const Polygon & | points, | ||
| Polygon & | clippedPoints | ||
| ) | const [inline, private] |
Definition at line 154 of file qwt_clipper.cpp.
| void QwtPolygonClipper< Polygon, Rect, T >::clipPolygon | ( | Polygon & | points1, |
| bool | closePolygon | ||
| ) | const [inline] |
Definition at line 136 of file qwt_clipper.cpp.
const Rect QwtPolygonClipper< Polygon, Rect, T >::d_clipRect [private] |
Definition at line 217 of file qwt_clipper.cpp.