Medical Imaging Interaction Toolkit  2025.12.02
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
30  //Path to the property containing the version of mitk used to read the data
32  //Path to the property containing the mine name detected used to read the data
34  //Path to the property containing the mime category detected to read the data
36  //Path to the property containing the input location if loaded by file used to read the data
38  //Path to the property containing split reason information for the read volume
40  //Path to the properties containing the reader options used to read the data
43  };
44 }
45 
46 #endif
#define MITKCORE_EXPORT
Class that can be used to specify nested or wild carded property keys. E.g. for the use in context of...
Find image slices visible on a given plane.
The IOMetaInformationPropertyConstants struct.
static PropertyKeyPath READER_MIME_CATEGORY()
static PropertyKeyPath READER_OPTION_ROOT()
static PropertyKeyPath READER_MIME_NAME()
static PropertyKeyPath READER_INPUTLOCATION()
static PropertyKeyPath READER_VERSION()
static PropertyKeyPath VOLUME_SPLIT_REASON()
static PropertyKeyPath READER_DESCRIPTION()
static PropertyKeyPath READER_OPTIONS_ANY()