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 32 of file qwt_clipper.cpp.
QwtClip::LeftEdge< Point, Value >::LeftEdge | ( | Value | x1, |
Value | , | ||
Value | , | ||
Value | |||
) | [inline] |
Definition at line 35 of file qwt_clipper.cpp.
Point QwtClip::LeftEdge< Point, Value >::intersection | ( | const Point & | p1, |
const Point & | p2 | ||
) | const [inline] |
Definition at line 45 of file qwt_clipper.cpp.
bool QwtClip::LeftEdge< Point, Value >::isInside | ( | const Point & | p | ) | const [inline] |
Definition at line 40 of file qwt_clipper.cpp.
const Value QwtClip::LeftEdge< Point, Value >::d_x1 [private] |
Definition at line 51 of file qwt_clipper.cpp.