#include <map>
#include "app.h"
#include "types.h"
#include "memory.h"
#include "file/config.h"
#include "file/key_value.h"
#include "file/ofstream.h"
#include "dwi/tractography/file_base.h"
#include "dwi/tractography/properties.h"
#include "dwi/tractography/streamline.h"
Go to the source code of this file.
Classes | |
class | MR::DWI::Tractography::ReaderInterface< ValueType > |
class | MR::DWI::Tractography::WriterInterface< ValueType > |
class | MR::DWI::Tractography::Reader< ValueType > |
A class to read streamlines data. More... | |
class | MR::DWI::Tractography::WriterUnbuffered< ValueType > |
class to handle unbuffered writing of tracks to file More... | |
class | MR::DWI::Tractography::Writer< ValueType > |
class to handle writing tracks to file, with RAM buffer More... | |
Namespaces | |
namespace | MR |
namespace | MR::DWI |
namespace | MR::DWI::Tractography |