Medical Imaging Interaction Toolkit  2016.11.0
Medical Imaging Interaction Toolkit
QmitkIVIMWidget.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 #ifndef QmitkIVIMWidget_H_
18 #define QmitkIVIMWidget_H_
19 
20 #include "QmitkPlotWidget.h"
21 
22 #include "mitkImage.h"
23 
25 
26 
32 {
33 
34 public:
35 
37 
39  typedef mitk::Image::HistogramType::ConstIterator HistogramConstIteratorType;
40 
42 
43  QmitkIVIMWidget( QWidget * /*parent = 0 */);
44  virtual ~QmitkIVIMWidget();
45 
46  void DrawGauss();
47 
48  void ClearItemModel();
49 
50  std::vector< std::vector<double>* > m_Vals;
51 
52 private:
53 
54  std::vector<double> vec(const vnl_vector<double>& vector);
55 
56 };
57 
58 #endif /* QmitkIVIMWidget_H_ */
mitk::Image::HistogramType::ConstIterator HistogramConstIteratorType
mitk::Image::HistogramType HistogramType
virtual ~QmitkIVIMWidget()
QmitkIVIMWidget(QWidget *)
itk::Statistics::Histogram< double > HistogramType
Definition: mitkImage.h:94
std::vector< std::vector< double > * > m_Vals
Widget for displaying image histograms based on the vtkQtChart framework.
void SetParameters(IVIMFilterType::IVIMSnapshot snap)
itk::DiffusionIntravoxelIncoherentMotionReconstructionImageFilter< short, float > IVIMFilterType