Medical Imaging Interaction Toolkit
2024.06.00
Medical Imaging Interaction Toolkit
mitkROIIOMimeTypes.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 mitkROIIOMimeTypes_h
14
#define mitkROIIOMimeTypes_h
15
16
#include <
mitkCustomMimeType.h
>
17
#include <
MitkROIIOExports.h
>
18
19
namespace
mitk
20
{
21
namespace
MitkROIIOMimeTypes
22
{
23
class
MITKROIIO_EXPORT
MitkROIMimeType
:
public
CustomMimeType
24
{
25
public
:
26
MitkROIMimeType
();
27
28
bool
AppliesTo(
const
std::string& path)
const override
;
29
MitkROIMimeType
* Clone()
const override
;
30
};
31
32
MITKROIIO_EXPORT
MitkROIMimeType
ROI_MIMETYPE
();
33
MITKROIIO_EXPORT
std::string
ROI_MIMETYPE_NAME
();
34
MITKROIIO_EXPORT
std::vector<CustomMimeType*>
Get
();
35
}
36
}
37
38
#endif
mitk::CustomMimeType
The CustomMimeType class represents a custom mime-type which may be registered as a service object....
Definition:
mitkCustomMimeType.h:44
MitkROIIOExports.h
mitkCustomMimeType.h
mitk::MitkROIIOMimeTypes::MitkROIMimeType
Definition:
mitkROIIOMimeTypes.h:23
mitk::MitkROIIOMimeTypes::Get
MITKROIIO_EXPORT std::vector< CustomMimeType * > Get()
mitk
Find image slices visible on a given plane.
Definition:
RenderingTests.dox:1
MITKROIIO_EXPORT
#define MITKROIIO_EXPORT
Definition:
MitkROIIOExports.h:15
mitk::MitkROIIOMimeTypes::ROI_MIMETYPE_NAME
MITKROIIO_EXPORT std::string ROI_MIMETYPE_NAME()
mitk::MitkROIIOMimeTypes::ROI_MIMETYPE
MITKROIIO_EXPORT MitkROIMimeType ROI_MIMETYPE()
src
MITK
Modules
ROI
autoload
IO
include
mitkROIIOMimeTypes.h
Generated on Mon Jun 17 2024 12:43:28 for Medical Imaging Interaction Toolkit by
1.8.17