Medical Imaging Interaction Toolkit  2023.12.00
Medical Imaging Interaction Toolkit
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>
18 
19 namespace mitk
20 {
21  namespace MitkMultilabelIOMimeTypes
22  {
24  {
25  public:
27 
28  bool AppliesTo(const std::string& path) const override;
29  MitkSegmentationTaskListMimeType* Clone() const override;
30  };
31 
34 
36  {
37  public:
39 
40  bool AppliesTo(const std::string& path) const override;
41  LegacyLabelSetMimeType* Clone() const override;
42  };
43 
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()