Medical Imaging Interaction Toolkit  2023.12.99-ed252ae7
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
mitk
Find image slices visible on a given plane.
Definition: RenderingTests.dox:1
MitkCoreExports.h
mitk::IOConstants
The IOConstants struct.
Definition: mitkIOConstants.h:26
MITKCORE_EXPORT
#define MITKCORE_EXPORT
Definition: MitkCoreExports.h:15