Medical Imaging Interaction Toolkit
2024.12.00
Medical Imaging Interaction Toolkit
Home
Manual
API Reference
Groups
Namespace List
Namespace List
Namespace 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
z
Functions
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
z
Variables
e
f
i
l
m
n
p
r
s
t
Typedefs
a
b
c
d
f
g
i
l
m
n
o
p
q
r
s
t
v
x
Enumerations
Enumerator
a
b
c
d
e
g
h
i
k
l
n
o
p
r
s
t
v
w
z
Class List
Class List
Class Index
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
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Enumerations
a
b
c
d
e
f
h
i
l
m
n
o
p
r
s
t
u
v
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
Properties
c
m
o
r
s
t
Related Functions
File List
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
j
m
o
p
q
r
s
t
u
v
Functions
_
e
h
m
o
q
s
u
Variables
Typedefs
Enumerations
Enumerator
Macros
_
a
b
c
d
e
g
i
m
o
p
q
r
s
u
v
Examples
Download
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
mitkBaseDataIOFactory.h
Go to the documentation of this file.
1
/*============================================================================
2
3
The Medical Imaging Interaction Toolkit (MITK)
4
5
Copyright (c) German Cancer Research Center (DKFZ)
6
All rights reserved.
7
8
Use of this source code is governed by a 3-clause BSD license that can be
9
found in the LICENSE file.
10
11
============================================================================*/
12
13
#ifndef mitkBaseDataIOFactory_h
14
#define mitkBaseDataIOFactory_h
15
16
#include <
MitkLegacyIOExports.h
>
17
18
#include "
mitkBaseData.h
"
19
20
#include "itkObject.h"
21
22
namespace
mitk
23
{
30
class
DEPRECATED
()
MITKLEGACYIO_EXPORT
BaseDataIO
:
public
itk::Object
31
{
32
public
:
34
typedef
BaseDataIO
Self
;
35
typedef
itk::Object
Superclass
;
36
typedef
itk::SmartPointer<Self>
Pointer
;
37
typedef
itk::SmartPointer<const Self>
ConstPointer
;
38
42
itkTypeMacro(
BaseDataIO
, Object);
43
45
static
std::vector<mitk::BaseData::Pointer> LoadBaseDataFromFile(
const
std::string path,
46
const
std::string filePrefix,
47
const
std::string filePattern,
48
bool
series);
49
50
protected
:
51
BaseDataIO
();
52
~
BaseDataIO
()
override
;
53
54
private
:
55
BaseDataIO
(
const
Self
&);
// purposely not implemented
56
void
operator=(
const
Self
&);
// purposely not implemented
57
};
58
59
}
// end namespace mitk
60
61
#endif
mitk::BaseDataIO
BaseDataIO creates instances of BaseData objects using an object factory.
Definition:
mitkBaseDataIOFactory.h:30
DEPRECATED
#define DEPRECATED(func)
Definition:
mitkCommon.h:175
itk::SmartPointer< Self >
MitkLegacyIOExports.h
mitk::BaseDataIO::Superclass
itk::Object Superclass
Definition:
mitkBaseDataIOFactory.h:35
mitk
Find image slices visible on a given plane.
Definition:
RenderingTests.dox:1
mitk::BaseDataIO::ConstPointer
itk::SmartPointer< const Self > ConstPointer
Definition:
mitkBaseDataIOFactory.h:37
mitk::BaseDataIO::Self
BaseDataIO Self
Definition:
mitkBaseDataIOFactory.h:34
MITKLEGACYIO_EXPORT
#define MITKLEGACYIO_EXPORT
Definition:
MitkLegacyIOExports.h:15
mitkBaseData.h
mitk::BaseDataIO::Pointer
itk::SmartPointer< Self > Pointer
Definition:
mitkBaseDataIOFactory.h:36
src
MITK
Modules
LegacyIO
mitkBaseDataIOFactory.h
Generated on Tue Dec 10 2024 10:35:04 for Medical Imaging Interaction Toolkit by
1.8.17