Mapper  0.9.0
API documentation
Classes | Namespaces | Functions
track.h File Reference

(913ba33 on 1 Nov 2018)

#include <cmath>
#include <vector>
#include <QDateTime>
#include <QString>
#include "core/georeferencing.h"
#include "core/latlon.h"
#include "core/map_coord.h"
Include dependency graph for track.h:
This graph shows which files directly or indirectly include this file:

Classes

struct  OpenOrienteering::TrackPoint
 A geographic point with optional attributes such as time. More...
 
class  OpenOrienteering::Track
 Stores a set of tracks and / or waypoints, e.g. More...
 

Namespaces

 OpenOrienteering
 

Functions

bool OpenOrienteering::operator== (const TrackPoint &lhs, const TrackPoint &rhs)
 
bool OpenOrienteering::operator!= (const TrackPoint &lhs, const TrackPoint &rhs)
 
bool OpenOrienteering::operator== (const Track &lhs, const Track &rhs)
 Compares waypoints, segments, and track points for equality. More...
 
bool OpenOrienteering::operator!= (const Track &lhs, const Track &rhs)