Public Member Functions | |
| Polygon | clipPolygon (const Polygon &polygon, bool closePolygon) const |
| QwtPolygonClipper (const Rect &clipRect) | |
Private Member Functions | |
| template<class Edge > | |
| void | clipEdge (bool closePolygon, PointBuffer< Point > &points, PointBuffer< Point > &clippedPoints) const |
Private Attributes | |
| const Rect | d_clipRect |
Definition at line 207 of file qwt_clipper.cpp.
| QwtPolygonClipper< Polygon, Rect, Point, T >::QwtPolygonClipper | ( | const Rect & | clipRect | ) | [inline, explicit] |
Definition at line 210 of file qwt_clipper.cpp.
| void QwtPolygonClipper< Polygon, Rect, Point, T >::clipEdge | ( | bool | closePolygon, |
| PointBuffer< Point > & | points, | ||
| PointBuffer< Point > & | clippedPoints | ||
| ) | const [inline, private] |
Definition at line 241 of file qwt_clipper.cpp.
| Polygon QwtPolygonClipper< Polygon, Rect, Point, T >::clipPolygon | ( | const Polygon & | polygon, |
| bool | closePolygon | ||
| ) | const [inline] |
Definition at line 215 of file qwt_clipper.cpp.
const Rect QwtPolygonClipper< Polygon, Rect, Point, T >::d_clipRect [private] |
Definition at line 300 of file qwt_clipper.cpp.