Medical Imaging Interaction Toolkit
2023.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
e
f
g
i
l
m
n
o
p
q
r
s
t
v
x
Enumerations
Enumerator
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
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
w
Enumerator
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
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
n
o
p
q
r
s
t
u
v
Functions
_
e
g
h
i
m
o
q
s
u
Variables
Typedefs
Enumerations
Enumerator
Macros
_
a
b
c
d
e
f
g
i
m
o
p
q
r
s
u
v
Examples
Download
Bug Tracker
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
mitkMultilabelIOMimeTypes.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 mitkMultilabelIOMimeTypes_h
14
#define mitkMultilabelIOMimeTypes_h
15
16
#include <
mitkCustomMimeType.h
>
17
#include <
MitkMultilabelIOExports.h
>
18
19
namespace
mitk
20
{
21
namespace
MitkMultilabelIOMimeTypes
22
{
23
class
MITKMULTILABELIO_EXPORT
MitkSegmentationTaskListMimeType
:
public
CustomMimeType
24
{
25
public
:
26
MitkSegmentationTaskListMimeType
();
27
28
bool
AppliesTo(
const
std::string& path)
const override
;
29
MitkSegmentationTaskListMimeType
* Clone()
const override
;
30
};
31
32
MITKMULTILABELIO_EXPORT
MitkSegmentationTaskListMimeType
SEGMENTATIONTASKLIST_MIMETYPE
();
33
MITKMULTILABELIO_EXPORT
std::string
SEGMENTATIONTASKLIST_MIMETYPE_NAME
();
34
35
class
MITKMULTILABELIO_EXPORT
LegacyLabelSetMimeType
:
public
CustomMimeType
36
{
37
public
:
38
LegacyLabelSetMimeType
();
39
40
bool
AppliesTo(
const
std::string& path)
const override
;
41
LegacyLabelSetMimeType
* Clone()
const override
;
42
};
43
44
MITKMULTILABELIO_EXPORT
LegacyLabelSetMimeType
LEGACYLABELSET_MIMETYPE
();
45
MITKMULTILABELIO_EXPORT
std::string
LEGACYLABELSET_MIMETYPE_NAME
();
46
47
MITKMULTILABELIO_EXPORT
std::vector<CustomMimeType*>
Get
();
48
}
49
}
50
51
#endif
MITKMULTILABELIO_EXPORT
#define MITKMULTILABELIO_EXPORT
Definition:
MitkMultilabelIOExports.h:15
mitk::MitkMultilabelIOMimeTypes::MitkSegmentationTaskListMimeType
Definition:
mitkMultilabelIOMimeTypes.h:23
mitk::CustomMimeType
The CustomMimeType class represents a custom mime-type which may be registered as a service object....
Definition:
mitkCustomMimeType.h:44
mitk::MitkMultilabelIOMimeTypes::LEGACYLABELSET_MIMETYPE
MITKMULTILABELIO_EXPORT LegacyLabelSetMimeType LEGACYLABELSET_MIMETYPE()
mitkCustomMimeType.h
mitk
Find image slices visible on a given plane.
Definition:
RenderingTests.dox:1
mitk::MitkMultilabelIOMimeTypes::SEGMENTATIONTASKLIST_MIMETYPE
MITKMULTILABELIO_EXPORT MitkSegmentationTaskListMimeType SEGMENTATIONTASKLIST_MIMETYPE()
mitk::MitkMultilabelIOMimeTypes::LegacyLabelSetMimeType
Definition:
mitkMultilabelIOMimeTypes.h:35
MitkMultilabelIOExports.h
mitk::MitkMultilabelIOMimeTypes::SEGMENTATIONTASKLIST_MIMETYPE_NAME
MITKMULTILABELIO_EXPORT std::string SEGMENTATIONTASKLIST_MIMETYPE_NAME()
mitk::MitkMultilabelIOMimeTypes::Get
MITKMULTILABELIO_EXPORT std::vector< CustomMimeType * > Get()
mitk::MitkMultilabelIOMimeTypes::LEGACYLABELSET_MIMETYPE_NAME
MITKMULTILABELIO_EXPORT std::string LEGACYLABELSET_MIMETYPE_NAME()
src
MITK
Modules
Multilabel
autoload
IO
mitkMultilabelIOMimeTypes.h
Generated on Thu Nov 30 2023 15:58:54 for Medical Imaging Interaction Toolkit by
1.8.17