![]() |
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 () |
![]() | |
BundleFormatReader () | |
virtual | ~BundleFormatReader () |
![]() | |
void | addBundleListener (BundleListener &) |
Additional Inherited Members | |
![]() | |
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 & | ) |