Medical Imaging Interaction Toolkit  2018.4.99-389bf124
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>
17 
18 #include <usModuleActivator.h>
19 #include <usServiceEvent.h>
20 
21 #include <memory>
22 
23 namespace mitk
24 {
25  struct IFileReader;
26  class IDICOMTagsOfInterest;
27 
29  {
30  public:
31  void Load(us::ModuleContext *context) override;
32  void Unload(us::ModuleContext *context) override;
33 
34  private:
35  std::unique_ptr<IFileReader> m_CESTDICOMReader;
36  std::vector<mitk::CustomMimeType *> m_MimeTypes;
37  };
38 }
39 
40 #endif // MITKCESTIOActivator_H
DataCollection - Class to facilitate loading/accessing structured data.
void Load(us::ModuleContext *context) override
void Unload(us::ModuleContext *context) override