Medical Imaging Interaction Toolkit  2018.4.99-389bf124
Medical Imaging Interaction Toolkit
mitkRTUIConstants.cpp
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 #include "mitkRTUIConstants.h"
14 
15 const std::string mitk::RTUIConstants::ROOT_PREFERENCE_NODE_ID = "/RT/UI";
16 const std::string mitk::RTUIConstants::UNKNOWN_PRESCRIBED_DOSE_HANDLING_AS_DEFAULT_ID = "unkownDoseHandlingStyle";
17 const std::string mitk::RTUIConstants::UNKNOWN_PRESCRIBED_DOSE_HANDLING_VALUE_ID = "unkownDoseHandlingValue";
18 
19 
20 const std::string mitk::RTUIConstants::ROOT_DOSE_VIS_PREFERENCE_NODE_ID = "/RT/UI/doseVis";
21 const std::string mitk::RTUIConstants::ROOT_ISO_PRESETS_PREFERENCE_NODE_ID = "/RT/UI/doseVis/isoPresets";
22 const std::string mitk::RTUIConstants::REFERENCE_DOSE_ID = "referenceDose";
23 const std::string mitk::RTUIConstants::GLOBAL_REFERENCE_DOSE_SYNC_ID = "globalReferenceDoseSync";
24 const std::string mitk::RTUIConstants::DOSE_DISPLAY_ABSOLUTE_ID = "doseDisplayAbsolute";
25 const std::string mitk::RTUIConstants::GLOBAL_VISIBILITY_ISOLINES_ID = "globalVisibilityIsoLines";
26 const std::string mitk::RTUIConstants::GLOBAL_VISIBILITY_COLORWASH_ID = "globalVisibilityColorWash";
27 const std::string mitk::RTUIConstants::SELECTED_ISO_PRESET_ID = "selectedIsoPreset";
28 
29 const std::string mitk::RTUIConstants::ISO_LEVEL_DOSE_VALUE_ID = "doseValue";
30 const std::string mitk::RTUIConstants::ISO_LEVEL_COLOR_RED_ID = "color_R";
31 const std::string mitk::RTUIConstants::ISO_LEVEL_COLOR_GREEN_ID = "color_G";
32 const std::string mitk::RTUIConstants::ISO_LEVEL_COLOR_BLUE_ID = "color_B";
33 const std::string mitk::RTUIConstants::ISO_LEVEL_VISIBILITY_ISOLINES_ID = "visibleIsoLines";
34 const std::string mitk::RTUIConstants::ISO_LEVEL_VISIBILITY_COLORWASH_ID = "visibleColorWash";
35 
37 
38 const std::string mitk::RTCTKEventConstants::TOPIC_ISO_DOSE_LEVEL_PRESETS = "org/mitk/rt/dosevisualization/presets";
39 const std::string mitk::RTCTKEventConstants::TOPIC_ISO_DOSE_LEVEL_PRESETS_CHANGED = "org/mitk/rt/dosevisualization/presets/CHANGED";
40 const std::string mitk::RTCTKEventConstants::TOPIC_REFERENCE_DOSE = "org/mitk/rt/dosevisualization/referenceDose";
41 const std::string mitk::RTCTKEventConstants::TOPIC_REFERENCE_DOSE_CHANGED = "org/mitk/rt/dosevisualization/referenceDose/CHANGED";
42 const std::string mitk::RTCTKEventConstants::TOPIC_GLOBAL_VISIBILITY_CHANGED = "org/mitk/rt/dosevisualization/globalVis/CHANGED";
static const std::string REFERENCE_DOSE_ID
static const std::string ROOT_PREFERENCE_NODE_ID
static const std::string ISO_LEVEL_COLOR_GREEN_ID
static const std::string SELECTED_ISO_PRESET_ID
static const std::string ISO_LEVEL_VISIBILITY_ISOLINES_ID
static const std::string DOSE_DISPLAY_ABSOLUTE_ID
static const std::string TOPIC_GLOBAL_VISIBILITY_CHANGED
static const std::string ISO_LEVEL_VISIBILITY_COLORWASH_ID
static const std::string ROOT_ISO_PRESETS_PREFERENCE_NODE_ID
static const std::string GLOBAL_VISIBILITY_ISOLINES_ID
static const std::string ISO_LEVEL_COLOR_BLUE_ID
static const std::string ISO_LEVEL_DOSE_VALUE_ID
static const std::string TOPIC_REFERENCE_DOSE_CHANGED
static const std::string UNKNOWN_PRESCRIBED_DOSE_HANDLING_VALUE_ID
static const std::string GLOBAL_VISIBILITY_COLORWASH_ID
static const std::string ROOT_DOSE_VIS_PREFERENCE_NODE_ID
static const std::string TOPIC_ISO_DOSE_LEVEL_PRESETS_CHANGED
static const std::string GLOBAL_REFERENCE_DOSE_SYNC_ID
static const std::string TOPIC_ISO_DOSE_LEVEL_PRESETS
static const std::string UNKNOWN_PRESCRIBED_DOSE_HANDLING_AS_DEFAULT_ID
double DoseValueAbs
Represents absolute dose values (in Gy).
static const DoseValueAbs DEFAULT_REFERENCE_DOSE_VALUE
static const std::string TOPIC_REFERENCE_DOSE
static const std::string ISO_LEVEL_COLOR_RED_ID