![]() |
Mapper
0.9.0
API documentation
|
#include <cmath>
#include <vector>
#include <QDateTime>
#include <QString>
#include "core/georeferencing.h"
#include "core/latlon.h"
#include "core/map_coord.h"
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) |