Developer documentation
Version 3.0.3-105-gd3941f44
MR::DWI::Tractography::GT Namespace Reference

Classes

class  EnergyComputer
 
class  EnergySumComputer
 
class  ExternalEnergyComputer
 
class  InternalEnergyComputer
 
class  MHSampler
 The MHSampler class. More...
 
class  Particle
 
struct  ParticleEnd
 
class  ParticleGrid
 The ParticleGrid class. More...
 
class  ParticlePool
 ParticlePool manages creation and deletion of particles, minimizing the no. calls to new/delete. More...
 
struct  Properties
 
class  SpatialLock
 SpatialLock manages a mutex lock on n positions in 3D space. More...
 
class  Stats
 

Typedefs

using Point_t = Eigen::Vector3f
 

Variables

const double M_4PI = 4.0 * Math::pi
 
const double M_sqrt4PI = std::sqrt(M_4PI)
 

Typedef Documentation

◆ Point_t

using MR::DWI::Tractography::GT::Point_t = typedef Eigen::Vector3f

Definition at line 29 of file particle.h.

Variable Documentation

◆ M_4PI

const double MR::DWI::Tractography::GT::M_4PI = 4.0 * Math::pi

Definition at line 38 of file gt.h.

◆ M_sqrt4PI

const double MR::DWI::Tractography::GT::M_sqrt4PI = std::sqrt(M_4PI)

Definition at line 39 of file gt.h.