Developer documentation
Version 3.0.3-105-gd3941f44
file.h File Reference
#include "math/sphere.h"

Go to the source code of this file.

Namespaces

namespace  MR
 
namespace  MR::DWI
 
namespace  MR::DWI::Directions
 

Functions

Eigen::MatrixXd MR::DWI::Directions::load_spherical (const std::string &filename)
 
Eigen::MatrixXd MR::DWI::Directions::load_cartesian (const std::string &filename)
 
template<class MatrixType >
void MR::DWI::Directions::save_cartesian (const MatrixType &directions, const std::string &filename)
 
template<class MatrixType >
void MR::DWI::Directions::save_spherical (const MatrixType &directions, const std::string &filename)
 
template<class MatrixType >
void MR::DWI::Directions::save (const MatrixType &directions, const std::string &filename, bool cartesian)