OpenCPN Partial API docs
Loading...
Searching...
No Matches
track.h File Reference

Recorded track abstraction. More...

#include <wx/progdlg.h>
#include <deque>
#include <list>
#include <vector>
#include "model/datetime.h"
#include "model/route.h"
#include "bbox.h"
#include "hyperlink.h"
#include "vector2D.h"

Go to the source code of this file.

Classes

struct  SubTrack
 
class  TrackPoint
 Represents a single point in a track. More...
 
class  Track
 Represents a track, which is a series of connected track points. More...
 
class  ActiveTrack
 Represents an active track that is currently being recorded. More...
 

Variables

std::vector< Track * > g_TrackList
 Global instance.
 
ActiveTrackg_pActiveTrack
 global instance
 

Detailed Description

Recorded track abstraction.

Definition in file track.h.

Variable Documentation

◆ g_pActiveTrack

ActiveTrack* g_pActiveTrack
extern

global instance

Definition at line 99 of file track.cpp.

◆ g_TrackList

std::vector<Track *> g_TrackList
extern

Global instance.

Definition at line 96 of file track.cpp.