Slicer
4.10
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
Main Page
Modules
Related Pages
+
Classes
Class Index
Class List
Class Hierarchy
+
Class Members
+
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
+
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
y
+
Typedefs
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
v
w
+
Enumerations
_
a
c
d
e
f
g
i
l
m
n
o
p
r
s
t
u
v
w
+
Enumerator
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Properties
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
+
Related Functions
a
e
f
i
m
o
r
s
t
w
+
Namespaces
Namespace List
+
Namespace Members
+
All
a
c
e
f
g
i
j
k
l
m
n
o
r
s
t
w
+
Functions
a
c
e
f
g
r
t
w
+
Variables
a
c
f
g
i
j
k
l
m
n
o
r
s
t
+
Files
File List
+
File Members
+
All
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
z
+
Functions
a
c
e
i
l
n
p
q
r
s
t
u
v
z
Variables
+
Typedefs
a
d
g
i
l
m
p
q
r
s
t
v
Enumerations
Enumerator
+
Macros
b
c
d
e
f
g
h
i
m
n
o
p
s
t
u
v
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
Modules
CLI
ResampleDTIVolume
dtiprocessFiles
deformationfieldio.h
Go to the documentation of this file.
1
// Copied from dtiprocess
2
// available there: http://www.nitrc.org/projects/dtiprocess/
3
/*=========================================================================
4
5
Program: NeuroLib (DTI command line tools)
6
Language: C++
7
Date: $Date: 2010/03/09 18:01:02 $
8
Version: $Revision: 1.2 $
9
Author: Casey Goodlett (gcasey@sci.utah.edu)
10
11
Copyright (c) Casey Goodlett. All rights reserved.
12
See NeuroLibCopyright.txt or http://www.ia.unc.edu/dev/Copyright.htm for details.
13
14
This software is distributed WITHOUT ANY WARRANTY; without even
15
the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
16
PURPOSE. See the above copyright notices for more information.
17
18
=========================================================================*/
19
20
#ifndef DEFORMATIONFIELDIO_H
21
#define DEFORMATIONFIELDIO_H
22
23
#include "
dtitypes.h
"
24
#include <string>
25
26
enum
DeformationFieldType
{
HField
,
Displacement
};
27
28
DeformationImageType::Pointer
readDeformationField
(std::string warpfile,
DeformationFieldType
dft);
29
30
#endif
readDeformationField
DeformationImageType::Pointer readDeformationField(std::string warpfile, DeformationFieldType dft)
dtitypes.h
Displacement
Definition:
deformationfieldio.h:26
HField
Definition:
deformationfieldio.h:26
DeformationFieldType
DeformationFieldType
Definition:
deformationfieldio.h:26
Generated on Fri May 17 2019 15:20:19 for Slicer by
1.8.14