Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
Home
Manual
API Reference
Download
Bugzilla
Groups
Namespace List
Class List
File List
Examples
File List
File Members
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 >
23
DotModel< ScalarType >::DotModel
()
24
{
25
26
}
27
28
template
<
class
ScalarType >
29
DotModel< ScalarType >::~DotModel
()
30
{
31
32
}
33
34
template
<
class
ScalarType >
35
ScalarType
DotModel< ScalarType >::SimulateMeasurement
(
unsigned
int
/*dir*/
)
36
{
37
return
1;
38
}
39
40
template
<
class
ScalarType >
41
typename
DotModel< ScalarType >::PixelType
DotModel< ScalarType >::SimulateMeasurement
()
42
{
43
PixelType
signal;
44
signal.SetSize(this->m_GradientList.size());
45
signal.Fill(1);
46
return
signal;
47
}
mitk::ScalarType
double ScalarType
Definition:
mitkNumericConstants.h:24
mitk::DotModel::~DotModel
~DotModel()
Definition:
mitkDotModel.cpp:29
mitk
DataCollection - Class to facilitate loading/accessing structured data.
Definition:
GeometryOverview.dox:1
mitk::DotModel::DotModel
DotModel()
Definition:
mitkDotModel.cpp:23
itk::VariableLengthVector
Definition:
mitkPixelTypeTraits.h:38
mitk::DotModel::SimulateMeasurement
PixelType SimulateMeasurement()
Definition:
mitkDotModel.cpp:41
mitkDotModel.h
git
MITK
Modules
DiffusionImaging
FiberTracking
Fiberfox
SignalModels
mitkDotModel.cpp
Generated on Fri Feb 3 2017 20:51:57 for Medical Imaging Interaction Toolkit by
1.8.9.1