Medical Imaging Interaction Toolkit  2016.11.0
Medical Imaging Interaction Toolkit
QmitkKurtosisWidget.h
Go to the documentation of this file.
1 /*===================================================================
2 
3 The Medical Imaging Interaction Toolkit (MITK)
4 
5 Copyright (c) German Cancer Research Center,
6 Division of Medical and Biological Informatics.
7 All rights reserved.
8 
9 This software is distributed WITHOUT ANY WARRANTY; without
10 even the implied warranty of MERCHANTABILITY or FITNESS FOR
11 A PARTICULAR PURPOSE.
12 
13 See LICENSE.txt or http://www.mitk.org for details.
14 
15 ===================================================================*/
16 
17 
18 #ifndef QMITKKURTOSISWIDGET_H
19 #define QMITKKURTOSISWIDGET_H
20 
21 #include "QmitkPlotWidget.h"
22 
24 
25 
27 {
28 public:
29 
31 
32  QmitkKurtosisWidget( QWidget* /* parent */);
33  virtual ~QmitkKurtosisWidget();
34 
36 
37  std::vector< std::vector<double>* > m_Vals;
38 
39 private:
40 
41  std::vector<double> toStdVec(const vnl_vector<double>& vector);
42 
43 };
44 
45 #endif // QMITKKURTOSISWIDGET_H
std::vector< std::vector< double > * > m_Vals
Struct describing a result (and the data) of a Kurtosis model fit.
void SetData(KurtosisFilterType::KurtosisSnapshot snap)
This filter provides the fit of the kurtosis (non-IVIM) signal to the data.
itk::DiffusionKurtosisReconstructionImageFilter< short, float > KurtosisFilterType