Static Public Attributes |
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 |
Detailed Description
Definition at line 192 of file qgspointlocator.cpp.
Member Typedef Documentation
Constructor & Destructor Documentation
_CohenSutherland::_CohenSutherland |
( |
const QgsRectangle & |
rect | ) |
|
|
inline |
Member Function Documentation
OutCode _CohenSutherland::computeOutCode |
( |
double |
x, |
|
|
double |
y |
|
) |
| |
|
inline |
bool _CohenSutherland::isSegmentInRect |
( |
double |
x0, |
|
|
double |
y0, |
|
|
double |
x1, |
|
|
double |
y1 |
|
) |
| |
|
inline |
Member Data Documentation
const int _CohenSutherland::BOTTOM = 4 |
|
static |
const int _CohenSutherland::INSIDE = 0 |
|
static |
const int _CohenSutherland::LEFT = 1 |
|
static |
const int _CohenSutherland::RIGHT = 2 |
|
static |
const int _CohenSutherland::TOP = 8 |
|
static |
The documentation for this struct was generated from the following file: