OpenMining  0.01
 All Classes Namespaces Files Functions Variables Typedefs Friends Macros Pages
Classes | Functions
location.h File Reference
#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"
Include dependency graph for location.h:
This graph shows which files directly or indirectly include this file:

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)
 

Function Documentation

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 min_elevation ( const Location i,
const Location j 
)

Here is the caller graph for this function:

bool min_latitude ( const Location i,
const Location j 
)

Here is the caller graph for this function:

bool min_longitude ( const Location i,
const Location j 
)

Here is the caller graph for this function: