\( \def\bold#1{\bf #1} \newcommand{\d}{\mathrm{d}} \)
main container for Track, WayHeight and ClimbAnalyse More...
#include <DataTyps.h>
Public Attributes | |
KOO * | k |
reference to KOO data | |
KOOlist * | prev |
KOOlist * | next |
float | d |
current distance, synchronized to trackpoint array | |
short | marked |
labels elements for drag-drop-routing: | |
int | tpi |
index of related element in synchronized trackpoint array | |
main container for Track, WayHeight and ClimbAnalyse
This list hold coordinates to define track on map. Used in Track, the list pointers are ignored as list flexibility is not required. Used in ClimbAnalyse this list are usually branched to a whole tree of climbs with common start point.
Definition at line 172 of file DataTyps.h.