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

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

Inheritance diagram for MR::DWI::Tractography::Algorithms::NullDist2:
MR::DWI::Tractography::Algorithms::iFOD2 MR::DWI::Tractography::Tracking::MethodBase

Protected Attributes

const Shared & S
 
Interpolator< Image< float > >::type source
 
vector< Eigen::Vector3f > positions
 
vector< Eigen::Vector3f > tangents
 
size_t sample_idx
 
- Protected Attributes inherited from MR::DWI::Tractography::Tracking::MethodBase
std::uniform_real_distribution< float > uniform
 
Eigen::VectorXf values
 

Additional Inherited Members

- Protected Member Functions inherited from MR::DWI::Tractography::Algorithms::iFOD2
void get_path (vector< Eigen::Vector3f > &positions, vector< Eigen::Vector3f > &tangents, const Eigen::Vector3f &end_dir) const
 
FORCE_INLINE Eigen::Vector3f rand_dir (const Eigen::Vector3f &d)
 
- 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)
 

Detailed Description

Definition at line 90 of file nulldist.h.

Member Data Documentation

◆ positions

vector<Eigen::Vector3f> MR::DWI::Tractography::Algorithms::NullDist2::positions
protected

Definition at line 166 of file nulldist.h.

◆ S

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

Definition at line 163 of file nulldist.h.

◆ sample_idx

size_t MR::DWI::Tractography::Algorithms::NullDist2::sample_idx
protected

Definition at line 167 of file nulldist.h.

◆ source

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

Definition at line 164 of file nulldist.h.

◆ tangents

vector<Eigen::Vector3f> MR::DWI::Tractography::Algorithms::NullDist2::tangents
protected

Definition at line 166 of file nulldist.h.


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