|
| static const int | BOTTOM = 4 |
| static const int | INSIDE = 0 |
| static const int | LEFT = 1 |
| static const int | RIGHT = 2 |
| static const int | TOP = 8 |
Definition at line 462 of file qgspointlocator.cpp.
◆ OutCode
◆ _CohenSutherland()
| _CohenSutherland::_CohenSutherland |
( |
const QgsRectangle & | rect | ) |
|
|
inlineexplicit |
◆ computeOutCode()
| OutCode _CohenSutherland::computeOutCode |
( |
double | x, |
|
|
double | y ) |
|
inline |
◆ isSegmentInRect()
| bool _CohenSutherland::isSegmentInRect |
( |
double | x0, |
|
|
double | y0, |
|
|
double | x1, |
|
|
double | y1 ) |
|
inline |
◆ BOTTOM
| const int _CohenSutherland::BOTTOM = 4 |
|
static |
◆ INSIDE
| const int _CohenSutherland::INSIDE = 0 |
|
static |
◆ LEFT
| const int _CohenSutherland::LEFT = 1 |
|
static |
◆ mRect
◆ RIGHT
| const int _CohenSutherland::RIGHT = 2 |
|
static |
◆ TOP
| const int _CohenSutherland::TOP = 8 |
|
static |
The documentation for this struct was generated from the following file: