Medical Imaging Interaction Toolkit  2023.12.99-7a59bd54
Medical Imaging Interaction Toolkit
mitkIOMetaInformationPropertyConstants.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 mitkIOMetaInformationPropertyConstants_h
14 #define mitkIOMetaInformationPropertyConstants_h
15 
16 #include <MitkCoreExports.h>
17 
18 #include "mitkPropertyKeyPath.h"
19 
20 namespace mitk
21 {
27  {
28  //Path to the property containing the name of the reader used
29  static PropertyKeyPath READER_DESCRIPTION();
30  //Path to the property containing the version of mitk used to read the data
31  static PropertyKeyPath READER_VERSION();
32  //Path to the property containing the mine name detected used to read the data
33  static PropertyKeyPath READER_MIME_NAME();
34  //Path to the property containing the mime category detected to read the data
35  static PropertyKeyPath READER_MIME_CATEGORY();
36  //Path to the property containing the input location if loaded by file used to read the data
37  static PropertyKeyPath READER_INPUTLOCATION();
38  //Path to the properties containing the reader optins used to read the data
39  static PropertyKeyPath READER_OPTION_ROOT();
40  static PropertyKeyPath READER_OPTIONS_ANY();
41  };
42 }
43 
44 #endif
mitk::PropertyKeyPath
Class that can be used to specify nested or wild carded property keys. E.g. for the use in context of...
Definition: mitkPropertyKeyPath.h:51
mitk
Find image slices visible on a given plane.
Definition: RenderingTests.dox:1
mitk::IOMetaInformationPropertyConstants
The IOMetaInformationPropertyConstants struct.
Definition: mitkIOMetaInformationPropertyConstants.h:26
mitkPropertyKeyPath.h
MitkCoreExports.h
MITKCORE_EXPORT
#define MITKCORE_EXPORT
Definition: MitkCoreExports.h:15