Medical Imaging Interaction Toolkit  2023.12.99-1652ac8d
Medical Imaging Interaction Toolkit
mitkRTConstants.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 mitkRTConstants_h
14 #define mitkRTConstants_h
15 
16 #include <string>
17 
18 #include "MitkRTExports.h"
19 
20 namespace mitk
21 {
22 
24 
25 {
29  static const std::string DOSE_PROPERTY_NAME;
30 
35  static const std::string PRESCRIBED_DOSE_PROPERTY_NAME;
36 
41  static const std::string REFERENCE_DOSE_PROPERTY_NAME;
42 
46  static const std::string REFERENCE_STRUCTURE_SET_PROPERTY_NAME;
47 
52  static const std::string DOSE_TYPE_PROPERTY_NAME;
53 
57  static const std::string REFERENCE_DESCRIPTION_DOSE_PROPERTY_NAME;
58 
63  static const std::string DOSE_SUMMATION_TYPE_PROPERTY_NAME;
64 
71  static const std::string DOSE_FRACTION_COUNT_PROPERTY_NAME;
72 
82  static const std::string DOSE_RADIATION_TYPE_PROPERTY_NAME;
83 
87  static const std::string DOSE_SHOW_ISOLINES_PROPERTY_NAME;
88 
92  static const std::string DOSE_SHOW_COLORWASH_PROPERTY_NAME;
93 
97  static const std::string DOSE_ISO_LEVELS_PROPERTY_NAME;
98 
102  static const std::string DOSE_FREE_ISO_VALUES_PROPERTY_NAME;
103 
104 };
105 }
106 
107 #endif
mitk::RTConstants::DOSE_PROPERTY_NAME
static const std::string DOSE_PROPERTY_NAME
Definition: mitkRTConstants.h:29
mitk::RTConstants::REFERENCE_DESCRIPTION_DOSE_PROPERTY_NAME
static const std::string REFERENCE_DESCRIPTION_DOSE_PROPERTY_NAME
Definition: mitkRTConstants.h:57
mitk::RTConstants::REFERENCE_STRUCTURE_SET_PROPERTY_NAME
static const std::string REFERENCE_STRUCTURE_SET_PROPERTY_NAME
Definition: mitkRTConstants.h:46
mitk::RTConstants::DOSE_FREE_ISO_VALUES_PROPERTY_NAME
static const std::string DOSE_FREE_ISO_VALUES_PROPERTY_NAME
Definition: mitkRTConstants.h:102
mitk::RTConstants::DOSE_ISO_LEVELS_PROPERTY_NAME
static const std::string DOSE_ISO_LEVELS_PROPERTY_NAME
Definition: mitkRTConstants.h:97
mitk::RTConstants::DOSE_SUMMATION_TYPE_PROPERTY_NAME
static const std::string DOSE_SUMMATION_TYPE_PROPERTY_NAME
Definition: mitkRTConstants.h:63
mitk::RTConstants::DOSE_SHOW_COLORWASH_PROPERTY_NAME
static const std::string DOSE_SHOW_COLORWASH_PROPERTY_NAME
Definition: mitkRTConstants.h:92
mitk
Find image slices visible on a given plane.
Definition: RenderingTests.dox:1
mitk::RTConstants::DOSE_FRACTION_COUNT_PROPERTY_NAME
static const std::string DOSE_FRACTION_COUNT_PROPERTY_NAME
Definition: mitkRTConstants.h:71
mitk::RTConstants::DOSE_RADIATION_TYPE_PROPERTY_NAME
static const std::string DOSE_RADIATION_TYPE_PROPERTY_NAME
Definition: mitkRTConstants.h:82
MITKRT_EXPORT
#define MITKRT_EXPORT
Definition: MitkRTExports.h:15
mitk::RTConstants::DOSE_TYPE_PROPERTY_NAME
static const std::string DOSE_TYPE_PROPERTY_NAME
Definition: mitkRTConstants.h:52
mitk::RTConstants::REFERENCE_DOSE_PROPERTY_NAME
static const std::string REFERENCE_DOSE_PROPERTY_NAME
Definition: mitkRTConstants.h:41
mitk::RTConstants::DOSE_FRACTION_NUMBER_OF_BEAMS_PROPERTY_NAME
static const std::string DOSE_FRACTION_NUMBER_OF_BEAMS_PROPERTY_NAME
Definition: mitkRTConstants.h:77
mitk::RTConstants
Definition: mitkRTConstants.h:23
mitk::RTConstants::DOSE_SHOW_ISOLINES_PROPERTY_NAME
static const std::string DOSE_SHOW_ISOLINES_PROPERTY_NAME
Definition: mitkRTConstants.h:87
mitk::RTConstants::PRESCRIBED_DOSE_PROPERTY_NAME
static const std::string PRESCRIBED_DOSE_PROPERTY_NAME
Definition: mitkRTConstants.h:35
MitkRTExports.h