Medical Imaging Interaction Toolkit  2016.11.0
Medical Imaging Interaction Toolkit
mitkDotModel.cpp
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 #include <vnl/vnl_cross.h>
17 #include <vnl/vnl_quaternion.h>
18 #include <mitkDotModel.h>
19 
20 using namespace mitk;
21 
22 template< class ScalarType >
24 {
25 
26 }
27 
28 template< class ScalarType >
30 {
31 
32 }
33 
34 template< class ScalarType >
36 {
37  return 1;
38 }
39 
40 template< class ScalarType >
42 {
43  PixelType signal;
44  signal.SetSize(this->m_GradientList.size());
45  signal.Fill(1);
46  return signal;
47 }
double ScalarType
DataCollection - Class to facilitate loading/accessing structured data.
PixelType SimulateMeasurement()