#include <map>#include <cstdint>

Go to the source code of this file.
Typedefs | |
| typedef int32_t | x_t |
| typedef int32_t | y_t |
| typedef int32_t | z_t |
| typedef int32_t | latitude_t |
| typedef int32_t | longitude_t |
| typedef int32_t | elevation_t |
| typedef std::map< latitude_t, elevation_t > | latitudes_t |
| typedef std::map< longitude_t, latitudes_t > | longitudes_t |
| typedef int32_t elevation_t |
| typedef int32_t latitude_t |
| typedef std::map<latitude_t, elevation_t> latitudes_t |
| typedef int32_t longitude_t |
| typedef std::map<longitude_t, latitudes_t> longitudes_t |
| typedef int32_t x_t |
| typedef int32_t y_t |
| typedef int32_t z_t |
1.8.6