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
Libs
vtkITK
vtkITKArchetypeDiffusionTensorImageReaderFile.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Copyright Brigham and Women's Hospital (BWH) All Rights Reserved.
4
5
See COPYRIGHT.txt
6
or http://www.slicer.org/copyright/copyright.txt for details.
7
8
Program: vtkITK
9
Module: $HeadURL: http://svn.slicer.org/Slicer4/trunk/Libs/vtkITK/vtkITKArchetypeDiffusionTensorImageReaderFile.h $
10
Date: $Date: 2007-01-19 13:21:56 -0500 (Fri, 19 Jan 2007) $
11
Version: $Revision: 2267 $
12
13
==========================================================================*/
14
15
#ifndef __vtkITKArchetypeDiffusionTensorImageReaderFile_h
16
#define __vtkITKArchetypeDiffusionTensorImageReaderFile_h
17
18
#include "
vtkITKArchetypeImageSeriesReader.h
"
19
#include <vtkVersion.h>
20
21
#include "itkImageFileReader.h"
22
23
class
VTK_ITK_EXPORT
vtkITKArchetypeDiffusionTensorImageReaderFile
24
:
public
vtkITKArchetypeImageSeriesReader
25
{
26
public
:
27
static
vtkITKArchetypeDiffusionTensorImageReaderFile
*
New
();
28
vtkTypeMacro(
vtkITKArchetypeDiffusionTensorImageReaderFile
,
vtkITKArchetypeImageSeriesReader
);
29
void
PrintSelf
(ostream& os, vtkIndent indent) VTK_OVERRIDE;
30
31
protected
:
32
vtkITKArchetypeDiffusionTensorImageReaderFile
();
33
~
vtkITKArchetypeDiffusionTensorImageReaderFile
();
34
35
virtual
int
RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) VTK_OVERRIDE;
36
static
void
ReadProgressCallback(itk::ProcessObject* obj,
const
itk::ProgressEvent&,
void
* data);
38
};
39
40
#endif
vtkITKArchetypeImageSeriesReader::New
static vtkITKArchetypeImageSeriesReader * New()
vtkITKArchetypeImageSeriesReader
Read a series of files that have a common naming convention.
Definition:
vtkITKArchetypeImageSeriesReader.h:45
vtkITKArchetypeImageSeriesReader.h
vtkITKArchetypeImageSeriesReader::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent) VTK_OVERRIDE
vtkITKArchetypeDiffusionTensorImageReaderFile
Definition:
vtkITKArchetypeDiffusionTensorImageReaderFile.h:23
Generated on Fri May 17 2019 15:20:19 for Slicer by
1.8.14