Illustrative Line Visualization
Implementation of the method by Everts et al. for visualizing dense line data.
|
Static class for reading trk files. More...
#include <trackfile.h>
Static Public Member Functions | |
static bool | read (const QString &fname, QVector< Track > &tracks) |
Reads track data from a trk file. More... | |
Static class for reading trk files.
|
static |
Reads track data from a trk file.
fname | the file to read. |
tracks | returns the read data. |
This function reads a data file of the format specified here. On success, true is returned and the read data is stored in tracks
. On failure, false is returned and the content of tracks
is undefined.