Medical Imaging Interaction Toolkit  2024.12.00
Medical Imaging Interaction Toolkit
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
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  {
24  {
25  public:
27 
28  bool AppliesTo(const std::string& path) const override;
29  MitkROIMimeType* Clone() const override;
30  };
31 
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()