Slicer
5.9
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
Loading...
Searching...
No Matches
Modules
CLI
ResampleDTIVolume
dtiprocessFiles
deformationfieldio.h
Go to the documentation of this file.
1
// Copied from dtiprocess
2
// available there: https://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 https://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
27
{
28
HField
,
29
Displacement
30
};
31
32
DeformationImageType::Pointer
readDeformationField
(std::string warpfile,
DeformationFieldType
dft);
33
34
#endif
DeformationFieldType
DeformationFieldType
Definition
deformationfieldio.h:27
HField
@ HField
Definition
deformationfieldio.h:28
Displacement
@ Displacement
Definition
deformationfieldio.h:29
readDeformationField
DeformationImageType::Pointer readDeformationField(std::string warpfile, DeformationFieldType dft)
dtitypes.h
Generated on Wed Sep 3 2025 23:51:41 for Slicer by
1.13.0