Medical Imaging Interaction Toolkit  2025.12.02
Medical Imaging Interaction Toolkit
mitkDataStorageInspectorGenerator.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 mitkDataStorageInspectorGenerator_h
14 #define mitkDataStorageInspectorGenerator_h
15 
17 
18 #include <MitkQtWidgetsExports.h>
19 
20 namespace mitk
21 {
24  {
25  public:
27 
28  using ProviderMapType = std::map<IDType, mitk::IDataStorageInspectorProvider*>;
30 
32 
33  protected:
38  };
39 }
40 
41 #endif
#define MITKQTWIDGETS_EXPORT
mitk::IDataStorageInspectorProvider::InspectorIDType IDType
DataStorageInspectorGenerator(const DataStorageInspectorGenerator &source)=delete
static ProviderMapType GetProviders()
DataStorageInspectorGenerator & operator=(const DataStorageInspectorGenerator &)=delete
std::map< IDType, mitk::IDataStorageInspectorProvider * > ProviderMapType
static mitk::IDataStorageInspectorProvider * GetProvider(const IDType &id)
Find image slices visible on a given plane.
The common interface for all DataStorage inspector providers.