Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
|
Struct describing a result (and the data) of a Kurtosis model fit. More...
#include <itkDiffusionKurtosisReconstructionImageFilter.h>
Public Member Functions | |
KurtosisSnapshot () | |
Public Attributes | |
vnl_vector< double > | bvalues |
vnl_vector< double > | measurements |
vnl_vector< double > | fit_bvalues |
vnl_vector< double > | fit_measurements |
vnl_vector< unsigned int > | weighted_image_indices |
bool | m_fittedBZero |
double | m_f |
double | m_BzeroFit |
double | m_D |
double | m_K |
Struct describing a result (and the data) of a Kurtosis model fit.
Definition at line 256 of file itkDiffusionKurtosisReconstructionImageFilter.h.
|
inline |
Definition at line 258 of file itkDiffusionKurtosisReconstructionImageFilter.h.
vnl_vector<double> itk::DiffusionKurtosisReconstructionImageFilter< TInputPixelType, TOutputPixelType >::KurtosisSnapshot::bvalues |
Definition at line 263 of file itkDiffusionKurtosisReconstructionImageFilter.h.
Referenced by itk::DiffusionKurtosisReconstructionImageFilter< TInputPixelType, TOutputPixelType >::GetSnapshot(), and QmitkKurtosisWidget::SetData().
vnl_vector<double> itk::DiffusionKurtosisReconstructionImageFilter< TInputPixelType, TOutputPixelType >::KurtosisSnapshot::fit_bvalues |
Definition at line 266 of file itkDiffusionKurtosisReconstructionImageFilter.h.
Referenced by itk::DiffusionKurtosisReconstructionImageFilter< TInputPixelType, TOutputPixelType >::GetSnapshot().
vnl_vector<double> itk::DiffusionKurtosisReconstructionImageFilter< TInputPixelType, TOutputPixelType >::KurtosisSnapshot::fit_measurements |
Definition at line 267 of file itkDiffusionKurtosisReconstructionImageFilter.h.
Referenced by itk::DiffusionKurtosisReconstructionImageFilter< TInputPixelType, TOutputPixelType >::GetSnapshot().
double itk::DiffusionKurtosisReconstructionImageFilter< TInputPixelType, TOutputPixelType >::KurtosisSnapshot::m_BzeroFit |
Definition at line 274 of file itkDiffusionKurtosisReconstructionImageFilter.h.
Referenced by itk::DiffusionKurtosisReconstructionImageFilter< TInputPixelType, TOutputPixelType >::GetSnapshot(), and QmitkKurtosisWidget::SetData().
double itk::DiffusionKurtosisReconstructionImageFilter< TInputPixelType, TOutputPixelType >::KurtosisSnapshot::m_D |
Definition at line 275 of file itkDiffusionKurtosisReconstructionImageFilter.h.
Referenced by itk::DiffusionKurtosisReconstructionImageFilter< TInputPixelType, TOutputPixelType >::GetSnapshot(), and QmitkKurtosisWidget::SetData().
double itk::DiffusionKurtosisReconstructionImageFilter< TInputPixelType, TOutputPixelType >::KurtosisSnapshot::m_f |
Definition at line 273 of file itkDiffusionKurtosisReconstructionImageFilter.h.
Referenced by itk::DiffusionKurtosisReconstructionImageFilter< TInputPixelType, TOutputPixelType >::GetSnapshot().
bool itk::DiffusionKurtosisReconstructionImageFilter< TInputPixelType, TOutputPixelType >::KurtosisSnapshot::m_fittedBZero |
Definition at line 270 of file itkDiffusionKurtosisReconstructionImageFilter.h.
Referenced by itk::DiffusionKurtosisReconstructionImageFilter< TInputPixelType, TOutputPixelType >::GetSnapshot(), and QmitkKurtosisWidget::SetData().
double itk::DiffusionKurtosisReconstructionImageFilter< TInputPixelType, TOutputPixelType >::KurtosisSnapshot::m_K |
Definition at line 276 of file itkDiffusionKurtosisReconstructionImageFilter.h.
Referenced by itk::DiffusionKurtosisReconstructionImageFilter< TInputPixelType, TOutputPixelType >::GetSnapshot(), and QmitkKurtosisWidget::SetData().
vnl_vector<double> itk::DiffusionKurtosisReconstructionImageFilter< TInputPixelType, TOutputPixelType >::KurtosisSnapshot::measurements |
Definition at line 264 of file itkDiffusionKurtosisReconstructionImageFilter.h.
Referenced by itk::DiffusionKurtosisReconstructionImageFilter< TInputPixelType, TOutputPixelType >::GetSnapshot(), and QmitkKurtosisWidget::SetData().
vnl_vector<unsigned int> itk::DiffusionKurtosisReconstructionImageFilter< TInputPixelType, TOutputPixelType >::KurtosisSnapshot::weighted_image_indices |
Definition at line 268 of file itkDiffusionKurtosisReconstructionImageFilter.h.