Medical Imaging Interaction Toolkit  2025.12.02
Medical Imaging Interaction Toolkit
mitkCESTIOActivator.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 mitkCESTIOActivator_h
14 #define mitkCESTIOActivator_h
15 
16 #include <mitkCustomMimeType.h>
18 
19 #include <usModuleActivator.h>
20 
21 #include <memory>
22 
23 namespace mitk
24 {
25  struct IFileReader;
26 
28  {
29  public:
30  void Load(us::ModuleContext *context) override;
31  void Unload(us::ModuleContext *context) override;
32 
33  private:
34  std::unique_ptr<IFileReader> m_CESTDICOMReader;
35  std::unique_ptr<IFileReader> m_CESTDICOMManualWithMetaFileReader;
36  std::unique_ptr<IFileReader> m_CESTDICOMManualWithOutMetaFileReader;
37  std::vector<mitk::CustomMimeType *> m_MimeTypes;
38 
39  // Module context
40  us::ModuleContext* m_Context;
41 
42  DICOMTagsOfInterestAddHelper m_TagHelper;
43  };
44 
45 }
46 
47 #endif
void Load(us::ModuleContext *context) override
void Unload(us::ModuleContext *context) override
Find image slices visible on a given plane.