13 #ifndef XML_H_MORRISES_INCLUDED_UOFARIZONAVISION
14 #define XML_H_MORRISES_INCLUDED_UOFARIZONAVISION
Contains definitions of basic TopoFusion data structures.
int readTrack_GPX(const std::string &filename, layer *l)
read a track from a named file into the pointed-to layer
Definition: xml.cpp:1039
int writeTrack_GPX(const std::string &filename, const layer &l)
write a track (stored in the indicated layer) into a named file
Definition: xml.cpp:1103