|
QGroundControl
Ground Control Station for MAVLink Drones
|
#include <TileMath.h>
Public Member Functions | |
| bool | operator== (const TileKey &other) const |
Public Attributes | |
| int | x = 0 |
| int | y = 0 |
| int | zoom = 0 |
Definition at line 34 of file TileMath.h.
|
inline |
Definition at line 40 of file TileMath.h.
| int TileMath::TileKey::x = 0 |
Definition at line 36 of file TileMath.h.
Referenced by SurfaceAnalysis::analyze(), ElevationTilePyramid::bestTileFor(), SurfacePatchModel::data(), HeightField::heightAt(), TileMath::isValidKey(), TileMath::operator<<(), operator==(), TileMath::qHash(), TerrariumTileFetcher::requestPatchHeights(), TileImageSource::requestTileImage(), HeightField::samplePatch(), SurfaceAnalysis::Report::text(), TileMath::tileForWorld(), TileMath::tileMinCorner(), and SurfaceModel::update().
| int TileMath::TileKey::y = 0 |
Definition at line 37 of file TileMath.h.
Referenced by SurfaceAnalysis::analyze(), ElevationTilePyramid::bestTileFor(), SurfacePatchModel::data(), HeightField::heightAt(), TileMath::isValidKey(), TileMath::operator<<(), operator==(), TileMath::qHash(), TerrariumTileFetcher::requestPatchHeights(), TileImageSource::requestTileImage(), HeightField::samplePatch(), SurfaceAnalysis::Report::text(), TileMath::tileForWorld(), TileMath::tileMinCorner(), and SurfaceModel::update().
| int TileMath::TileKey::zoom = 0 |
Definition at line 38 of file TileMath.h.
Referenced by SurfaceAnalysis::analyze(), ElevationTilePyramid::bestTileFor(), SurfacePatchModel::data(), HeightField::heightAt(), TileMath::isValidKey(), SurfacePatchModel::maxZoomLevel(), TileMath::operator<<(), operator==(), TileMath::qHash(), ProceduralHeightSource::requestPatchHeights(), TerrariumTileFetcher::requestPatchHeights(), ProceduralHeightSource::requestTile(), TileImageSource::requestTileImage(), HeightField::samplePatch(), SurfaceAnalysis::Report::text(), TileMath::tileForWorld(), TileMath::tileMinCorner(), and SurfaceModel::update().