Developer documentation
Version 3.0.3-105-gd3941f44
MR::DWI::Tractography::Algorithms::Tensor_Det Class Reference

#include "dwi/tractography/algorithms/tensor_det.h"

Inheritance diagram for MR::DWI::Tractography::Algorithms::Tensor_Det:
MR::DWI::Tractography::Tracking::MethodBase MR::DWI::Tractography::Algorithms::Tensor_Prob

Protected Member Functions

void get_EV ()
 
bool do_init ()
 
term_t do_next ()
 
- Protected Member Functions inherited from MR::DWI::Tractography::Tracking::MethodBase
Eigen::Vector3f random_direction ()
 
Eigen::Vector3f random_direction (const float max_angle, const float sin_max_angle)
 
Eigen::Vector3f rotate_direction (const Eigen::Vector3f &reference, const Eigen::Vector3f &direction)
 
FORCE_INLINE Eigen::Vector3f random_direction (const Eigen::Vector3f &d, const float max_angle, const float sin_max_angle)
 

Protected Attributes

const Shared & S
 
Tracking::Interpolator< Image< float > >::type source
 
Eigen::SelfAdjointEigenSolver< Eigen::Matrix3f > eig
 
Eigen::Matrix3f M
 
Eigen::VectorXf dt
 
- Protected Attributes inherited from MR::DWI::Tractography::Tracking::MethodBase
std::uniform_real_distribution< float > uniform
 
Eigen::VectorXf values
 

Detailed Description

Definition at line 49 of file tensor_det.h.

Member Function Documentation

◆ do_init()

bool MR::DWI::Tractography::Algorithms::Tensor_Det::do_init ( )
inlineprotected

Definition at line 151 of file tensor_det.h.

◆ do_next()

term_t MR::DWI::Tractography::Algorithms::Tensor_Det::do_next ( )
inlineprotected

Definition at line 164 of file tensor_det.h.

◆ get_EV()

void MR::DWI::Tractography::Algorithms::Tensor_Det::get_EV ( )
inlineprotected

Definition at line 137 of file tensor_det.h.

Member Data Documentation

◆ dt

Eigen::VectorXf MR::DWI::Tractography::Algorithms::Tensor_Det::dt
protected

Definition at line 135 of file tensor_det.h.

◆ eig

Eigen::SelfAdjointEigenSolver<Eigen::Matrix3f> MR::DWI::Tractography::Algorithms::Tensor_Det::eig
protected

Definition at line 133 of file tensor_det.h.

◆ M

Eigen::Matrix3f MR::DWI::Tractography::Algorithms::Tensor_Det::M
protected

Definition at line 134 of file tensor_det.h.

◆ S

const Shared& MR::DWI::Tractography::Algorithms::Tensor_Det::S
protected

Definition at line 131 of file tensor_det.h.

◆ source

Tracking::Interpolator<Image<float>>::type MR::DWI::Tractography::Algorithms::Tensor_Det::source
protected

Definition at line 132 of file tensor_det.h.


The documentation for this class was generated from the following file: