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 79 of file qwt_clipper.cpp.
QwtClip::TopEdge< Point, Value >::TopEdge | ( | Value | , |
Value | , | ||
Value | y1, | ||
Value | |||
) | [inline] |
Definition at line 82 of file qwt_clipper.cpp.
Point QwtClip::TopEdge< Point, Value >::intersection | ( | const Point & | p1, |
const Point & | p2 | ||
) | const [inline] |
Definition at line 92 of file qwt_clipper.cpp.
bool QwtClip::TopEdge< Point, Value >::isInside | ( | const Point & | p | ) | const [inline] |
Definition at line 87 of file qwt_clipper.cpp.
const Value QwtClip::TopEdge< Point, Value >::d_y1 [private] |
Definition at line 99 of file qwt_clipper.cpp.