#include <stdexcept>
#include <cmath>
Go to the source code of this file.
Classes | |
class | labust::tools::Bits2LatLon |
class | labust::tools::LatLon2Bits |
Namespaces | |
namespace | labust |
namespace | labust::tools |
Defines | |
#define | PP_ADD_CASE1(x) |
#define | PP_ADD_CASE2(x) |
#define PP_ADD_CASE1 | ( | x | ) |
case x: \
this->latlonToBits<x>(lat,lon); \
break; \
Definition at line 42 of file latlon_encoder.h.
#define PP_ADD_CASE2 | ( | x | ) |
case x: \
this->bitsToLatlon<x>(lat,lon); \
break; \
Definition at line 47 of file latlon_encoder.h.