Medical Imaging Interaction Toolkit  2024.12.00
Medical Imaging Interaction Toolkit
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
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 property containing split reason information for the read volume
39  static PropertyKeyPath VOLUME_SPLIT_REASON();
40  //Path to the properties containing the reader options used to read the data
41  static PropertyKeyPath READER_OPTION_ROOT();
42  static PropertyKeyPath READER_OPTIONS_ANY();
43  };
44 }
45 
46 #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