Public Member Functions | |
| Point | intersection (const Point &p1, const Point &p2) const |
| bool | isInside (const Point &p) const |
| TopEdge (Value, Value, Value y1, Value) | |
Private Attributes | |
| const Value | d_y1 |
Definition at line 77 of file qwt_clipper.cpp.
| QwtClip::TopEdge< Point, Value >::TopEdge | ( | Value | , |
| Value | , | ||
| Value | y1, | ||
| Value | |||
| ) | [inline] |
Definition at line 80 of file qwt_clipper.cpp.
| Point QwtClip::TopEdge< Point, Value >::intersection | ( | const Point & | p1, |
| const Point & | p2 | ||
| ) | const [inline] |
Definition at line 90 of file qwt_clipper.cpp.
| bool QwtClip::TopEdge< Point, Value >::isInside | ( | const Point & | p | ) | const [inline] |
Definition at line 85 of file qwt_clipper.cpp.
const Value QwtClip::TopEdge< Point, Value >::d_y1 [private] |
Definition at line 97 of file qwt_clipper.cpp.