|  | aimsdata
    5.1.2
    Neuroimaging data handling | 
MRTrix .tck format reader. More...
#include <aims/fibers/mrtrixbundlereader.h>


| Public Member Functions | |
| MRTrixBundleReader (const std::string &fileName) | |
| virtual | ~MRTrixBundleReader () | 
| virtual void | read () | 
| carto::Object | readHeaderStream (std::istream &) | 
| virtual carto::Object | readHeader () | 
|  Public Member Functions inherited from aims::BundleFormatReader | |
| BundleFormatReader () | |
| virtual | ~BundleFormatReader () | 
|  Public Member Functions inherited from aims::BundleProducer | |
| void | addBundleListener (BundleListener &) | 
| Additional Inherited Members | |
|  Protected Member Functions inherited from aims::BundleProducer | |
| void | startBundle (const BundleInfo &) | 
| void | terminateBundle (const BundleInfo &) | 
| void | startFiber (const BundleInfo &, const FiberInfo &) | 
| void | terminateFiber (const BundleInfo &, const FiberInfo &) | 
| void | addFiberPoint (const BundleInfo &, const FiberInfo &, const FiberPoint &) | 
| void | noMoreBundle () | 
MRTrix .tck format reader.
This is a low-level reader class, normally only used through BundleReader. You should not need to use it directly.
Definition at line 48 of file mrtrixbundlereader.h.
| aims::MRTrixBundleReader::MRTrixBundleReader | ( | const std::string & | fileName | ) | 
| 
 | virtual | 
| 
 | virtual | 
Implements aims::BundleFormatReader.
| 
 | virtual | 
Reimplemented from aims::BundleFormatReader.
| carto::Object aims::MRTrixBundleReader::readHeaderStream | ( | std::istream & | ) |