Illustrative Line Visualization
Implementation of the method by Everts et al. for visualizing dense line data.
Static Public Member Functions | List of all members
TrackFile Class Reference

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...
 

Detailed Description

Static class for reading trk files.

Member Function Documentation

◆ read()

bool TrackFile::read ( const QString &  fname,
QVector< Track > &  tracks 
)
static

Reads track data from a trk file.

Parameters
fnamethe file to read.
tracksreturns the read data.
Returns
true on success, false otherwise.

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.


The documentation for this class was generated from the following files: