|
libosmscout 1.1.1
|
#include <libosmscout/include/osmscout/GroundTile.h>
Public Member Functions | |
| Coord ()=default | |
| Coord (uint16_t x, uint16_t y, bool coast) | |
| void | Set (uint16_t x, uint16_t y, bool coast) |
| bool | operator== (const Coord &coord) const |
Public Attributes | |
| uint16_t | x |
| uint16_t | y |
| bool | coast |
Static Public Attributes | |
| static const uint16_t | CELL_MAX |
A Coordinate for a point in a ground tile path.
|
default |
|
inline |
|
inline |
|
inline |
|
static |
| bool osmscout::CLASS_FINAL< DataLoader >::Coord::coast |
| uint16_t osmscout::CLASS_FINAL< DataLoader >::Coord::x |
| uint16_t osmscout::CLASS_FINAL< DataLoader >::Coord::y |