Public Member Functions | |
| Point | intersection (const Point &p1, const Point &p2) const |
| bool | isInside (const Point &p) const |
| LeftEdge (Value x1, Value, Value, Value) | |
Private Attributes | |
| const Value | d_x1 |
Definition at line 30 of file qwt_clipper.cpp.
| QwtClip::LeftEdge< Point, Value >::LeftEdge | ( | Value | x1, |
| Value | , | ||
| Value | , | ||
| Value | |||
| ) | [inline] |
Definition at line 33 of file qwt_clipper.cpp.
| Point QwtClip::LeftEdge< Point, Value >::intersection | ( | const Point & | p1, |
| const Point & | p2 | ||
| ) | const [inline] |
Definition at line 43 of file qwt_clipper.cpp.
| bool QwtClip::LeftEdge< Point, Value >::isInside | ( | const Point & | p | ) | const [inline] |
Definition at line 38 of file qwt_clipper.cpp.
const Value QwtClip::LeftEdge< Point, Value >::d_x1 [private] |
Definition at line 49 of file qwt_clipper.cpp.