NPL
Neurological Programs and Libraries
tracks.h File Reference
#include <iostream>
#include <vector>
#include <string>
#include <array>

Go to the source code of this file.

Namespaces

 npl
 

Typedefs

typedef std::vector< std::vector< std::array< float, 3 > > > npl::TrackSet
 

Functions

TrackSet npl::readTracks (std::string filename, std::string ref="")
 Reads tracks into a vector of tracks, where each track is a vector of float[3]. More...
 
TrackSet npl::readDFT (std::string tfile, std::string ref="")
 Reads a BrainSuite DFT file. Throws INVALID_ARGUMENT if the magic is wrong. More...
 
TrackSet npl::readTrk (std::string filename, std::string ref="")
 Reads a trackvis trk file. Throws INVALID_ARGUMENT if the magic is wrong. More...