![]() |
aimsdata
4.7.0
Neuroimaging data handling
|
Trackvis .trk format reader. More...
#include <aims/fibers/trackvisbundlereader.h>
Public Member Functions | |
TrackvisBundleReader (const std::string &fileName) | |
virtual | ~TrackvisBundleReader () |
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 () |
Trackvis .trk 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 trackvisbundlereader.h.
aims::TrackvisBundleReader::TrackvisBundleReader | ( | const std::string & | fileName | ) |
|
virtual |
|
virtual |
Implements aims::BundleFormatReader.
|
virtual |
Reimplemented from aims::BundleFormatReader.
carto::Object aims::TrackvisBundleReader::readHeaderStream | ( | std::istream & | ) |