#include "header.h"
#include "types.h"
#include "file/gz.h"
#include "file/key_value.h"
#include "file/ofstream.h"
#include "file/path.h"
#include "file/utils.h"
Go to the source code of this file.
|
| namespace | MR |
| |
| namespace | MR::Formats |
| | Classes responsible for handling of specific image formats.
|
| |
|
| template<class SourceType > |
| void | MR::Formats::read_mrtrix_header (Header &, SourceType &) |
| |
| bool | MR::Formats::next_keyvalue (File::KeyValue::Reader &, std::string &, std::string &) |
| |
| bool | MR::Formats::next_keyvalue (File::GZ &, std::string &, std::string &) |
| |
| void | MR::Formats::get_mrtrix_file_path (Header &, const std::string &, std::string &, size_t &) |
| |
| template<class StreamType > |
| void | MR::Formats::write_mrtrix_header (const Header &, StreamType &) |
| |
| vector< ssize_t > | MR::Formats::parse_axes (size_t ndim, const std::string &specifier) |
| |