|
libosmscout 1.1.1
|
#include <libosmscout/include/osmscout/util/Geometry.h>
Public Member Functions | |
| ScanCell (int x, int y) | |
| void | Set (int x, int y) |
| bool | operator== (const ScanCell &other) const |
| bool | operator< (const ScanCell &other) const |
| bool | IsEqual (const ScanCell &other) const |
| int | GetX () const |
| int | GetY () const |
Public Attributes | |
| int | x |
| int | y |
| osmscout::ScanCell::ScanCell | ( | int | x, |
| int | y ) |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| int osmscout::ScanCell::x |
| int osmscout::ScanCell::y |