Medical Imaging Interaction Toolkit  2024.06.99-60d9b802
Medical Imaging Interaction Toolkit
mitkSegmentationIOMimeTypes.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 mitkSegmentationIOMimeTypes_h
14 #define mitkSegmentationIOMimeTypes_h
15 
16 #include <mitkCustomMimeType.h>
18 
19 namespace mitk
20 {
21  namespace MitkSegmentationIOMimeTypes
22  {
24  {
25  public:
27 
28  bool AppliesTo(const std::string& path) const override;
29  MitkSegmentationTaskListMimeType* Clone() const override;
30  };
31 
34 
35  MITKSEGMENTATIONIO_EXPORT std::vector<CustomMimeType*> Get();
36  }
37 }
38 
39 #endif
mitk::MitkSegmentationIOMimeTypes::SEGMENTATIONTASKLIST_MIMETYPE_NAME
MITKSEGMENTATIONIO_EXPORT std::string SEGMENTATIONTASKLIST_MIMETYPE_NAME()
mitk::CustomMimeType
The CustomMimeType class represents a custom mime-type which may be registered as a service object....
Definition: mitkCustomMimeType.h:44
mitkCustomMimeType.h
mitk::MitkSegmentationIOMimeTypes::SEGMENTATIONTASKLIST_MIMETYPE
MITKSEGMENTATIONIO_EXPORT MitkSegmentationTaskListMimeType SEGMENTATIONTASKLIST_MIMETYPE()
mitk::MitkSegmentationIOMimeTypes::Get
MITKSEGMENTATIONIO_EXPORT std::vector< CustomMimeType * > Get()
mitk
Find image slices visible on a given plane.
Definition: RenderingTests.dox:1
MitkSegmentationIOExports.h
MITKSEGMENTATIONIO_EXPORT
#define MITKSEGMENTATIONIO_EXPORT
Definition: MitkSegmentationIOExports.h:15
mitk::MitkSegmentationIOMimeTypes::MitkSegmentationTaskListMimeType
Definition: mitkSegmentationIOMimeTypes.h:23