#include <string>#include <iostream>#include <algorithm>#include <time.h>#include <boost/archive/text_oarchive.hpp>#include <boost/archive/text_iarchive.hpp>#include <boost/serialization/map.hpp>#include <QSqlQuery>#include <QSqlRecord>#include <QString>#include <QVariant>#include "mytypes.h"#include "Cube.h"

Go to the source code of this file.
Classes | |
| class | Location |
| class | Locations |
Functions | |
| bool | min_latitude (const Location &i, const Location &j) |
| bool | min_longitude (const Location &i, const Location &j) |
| bool | min_elevation (const Location &i, const Location &j) |
| bool | isValidLocation (const Location &loc, const latitude_t &minlat, const latitude_t &maxlat, const longitude_t &minlong, const longitude_t &maxlong, const elevation_t &minel, const elevation_t &maxel) |
| bool isValidLocation | ( | const Location & | loc, |
| const latitude_t & | minlat, | ||
| const latitude_t & | maxlat, | ||
| const longitude_t & | minlong, | ||
| const longitude_t & | maxlong, | ||
| const elevation_t & | minel, | ||
| const elevation_t & | maxel | ||
| ) |


1.8.6