Medical Imaging Interaction Toolkit  2025.12.02
Medical Imaging Interaction Toolkit
mitkIOConstants.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 mitkIOConstants_h
14 #define mitkIOConstants_h
15 
16 #include <MitkCoreExports.h>
17 
18 #include <string>
19 
20 namespace mitk
21 {
27  {
28  static std::string PIXEL_TYPE();
29  static std::string PIXEL_TYPE_CHAR();
30  static std::string PIXEL_TYPE_UCHAR();
31  static std::string PIXEL_TYPE_SHORT();
32  static std::string PIXEL_TYPE_USHORT();
33  static std::string PIXEL_TYPE_INT();
34  static std::string PIXEL_TYPE_UINT();
35  static std::string PIXEL_TYPE_FLOAT();
36  static std::string PIXEL_TYPE_DOUBLE();
37  static std::string PIXEL_TYPE_ENUM();
38 
39  static std::string DIMENSION();
40  static std::string DIMENSION_ENUM();
41 
42  static std::string ENDIANNESS();
43  static std::string ENDIANNESS_LITTLE();
44  static std::string ENDIANNESS_BIG();
45  static std::string ENDIANNESS_ENUM();
46 
47  static std::string SIZE_X();
48  static std::string SIZE_Y();
49  static std::string SIZE_Z();
50  static std::string SIZE_T();
51  };
52 }
53 
54 #endif
#define MITKCORE_EXPORT
Find image slices visible on a given plane.
The IOConstants struct.
static std::string SIZE_X()
static std::string DIMENSION_ENUM()
static std::string DIMENSION()
static std::string SIZE_Y()
static std::string PIXEL_TYPE_ENUM()
static std::string ENDIANNESS()
static std::string PIXEL_TYPE_FLOAT()
static std::string PIXEL_TYPE()
static std::string PIXEL_TYPE_USHORT()
static std::string PIXEL_TYPE_SHORT()
static std::string SIZE_Z()
static std::string PIXEL_TYPE_INT()
static std::string PIXEL_TYPE_UINT()
static std::string PIXEL_TYPE_UCHAR()
static std::string PIXEL_TYPE_DOUBLE()
static std::string PIXEL_TYPE_CHAR()
static std::string SIZE_T()
static std::string ENDIANNESS_ENUM()
static std::string ENDIANNESS_LITTLE()
static std::string ENDIANNESS_BIG()