#include <map>
#include "types.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::ScalarReader< T > |
class | MR::DWI::Tractography::ScalarWriter< T > |
class to handle writing track scalars to file More... | |
Namespaces | |
namespace | MR |
namespace | MR::DWI |
namespace | MR::DWI::Tractography |
Functions | |
void | MR::DWI::Tractography::check_properties_match (const Properties &p_tck, const Properties &p_tsf, const std::string &type, bool abort_on_fail=true) |
convenience function to verify that tck/tsf files match More... | |