Medical Imaging Interaction Toolkit
2024.06.00
Medical Imaging Interaction Toolkit
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 Mon Jun 17 2024 12:43:27 for Medical Imaging Interaction Toolkit by
1.8.17