#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) |