Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
|
#include <itkDiffusionIntravoxelIncoherentMotionReconstructionImageFilter.h>
Public Member Functions | |
void | set_measurements (const vnl_vector< double > &x) |
void | set_bvalues (const vnl_vector< double > &x) |
Public Attributes | |
vnl_vector< double > | measurements |
vnl_vector< double > | bvalues |
int | N |
baseclass for IVIM fitting algorithms
Definition at line 39 of file itkDiffusionIntravoxelIncoherentMotionReconstructionImageFilter.h.
|
inline |
Definition at line 48 of file itkDiffusionIntravoxelIncoherentMotionReconstructionImageFilter.h.
References bvalues.
Referenced by itk::DiffusionIntravoxelIncoherentMotionReconstructionImageFilter< TInputPixelType, TOutputPixelType >::ThreadedGenerateData().
|
inline |
Definition at line 42 of file itkDiffusionIntravoxelIncoherentMotionReconstructionImageFilter.h.
References measurements.
Referenced by itk::DiffusionIntravoxelIncoherentMotionReconstructionImageFilter< TInputPixelType, TOutputPixelType >::ThreadedGenerateData().
vnl_vector<double> itk::IVIM_base::bvalues |
Definition at line 55 of file itkDiffusionIntravoxelIncoherentMotionReconstructionImageFilter.h.
Referenced by itk::IVIM_3param::f(), itk::IVIM_fixdstar::f(), itk::IVIM_d_and_f::f(), itk::IVIM_fixd::f(), itk::IVIM_dstar_only::f(), and set_bvalues().
vnl_vector<double> itk::IVIM_base::measurements |
Definition at line 54 of file itkDiffusionIntravoxelIncoherentMotionReconstructionImageFilter.h.
Referenced by itk::IVIM_3param::f(), itk::IVIM_fixdstar::f(), itk::IVIM_d_and_f::f(), itk::IVIM_fixd::f(), itk::IVIM_dstar_only::f(), and set_measurements().
int itk::IVIM_base::N |
Definition at line 57 of file itkDiffusionIntravoxelIncoherentMotionReconstructionImageFilter.h.
Referenced by itk::IVIM_3param::f(), itk::IVIM_fixdstar::f(), itk::IVIM_d_and_f::f(), itk::IVIM_fixd::f(), itk::IVIM_dstar_only::f(), itk::IVIM_3param::IVIM_3param(), itk::IVIM_d_and_f::IVIM_d_and_f(), itk::IVIM_dstar_only::IVIM_dstar_only(), itk::IVIM_fixd::IVIM_fixd(), and itk::IVIM_fixdstar::IVIM_fixdstar().