Medical Imaging Interaction Toolkit  2016.11.0
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,
6 Division of Medical and Biological Informatics.
7 All rights reserved.
8 
9 This software is distributed WITHOUT ANY WARRANTY; without
10 even the implied warranty of MERCHANTABILITY or FITNESS FOR
11 A PARTICULAR PURPOSE.
12 
13 See LICENSE.txt or http://www.mitk.org for details.
14 
15 ===================================================================*/
16 
17 #include "mitkRTUIConstants.h"
18 
19 const std::string mitk::RTUIConstants::ROOT_PREFERENCE_NODE_ID = "/RT/UI";
20 const std::string mitk::RTUIConstants::UNKNOWN_PRESCRIBED_DOSE_HANDLING_AS_DEFAULT_ID = "unkownDoseHandlingStyle";
21 const std::string mitk::RTUIConstants::UNKNOWN_PRESCRIBED_DOSE_HANDLING_VALUE_ID = "unkownDoseHandlingValue";
22 
23 
24 const std::string mitk::RTUIConstants::ROOT_DOSE_VIS_PREFERENCE_NODE_ID = "/RT/UI/doseVis";
25 const std::string mitk::RTUIConstants::ROOT_ISO_PRESETS_PREFERENCE_NODE_ID = "/RT/UI/doseVis/isoPresets";
26 const std::string mitk::RTUIConstants::REFERENCE_DOSE_ID = "referenceDose";
27 const std::string mitk::RTUIConstants::GLOBAL_REFERENCE_DOSE_SYNC_ID = "globalReferenceDoseSync";
28 const std::string mitk::RTUIConstants::DOSE_DISPLAY_ABSOLUTE_ID = "doseDisplayAbsolute";
29 const std::string mitk::RTUIConstants::GLOBAL_VISIBILITY_ISOLINES_ID = "globalVisibilityIsoLines";
30 const std::string mitk::RTUIConstants::GLOBAL_VISIBILITY_COLORWASH_ID = "globalVisibilityColorWash";
31 const std::string mitk::RTUIConstants::SELECTED_ISO_PRESET_ID = "selectedIsoPreset";
32 
33 const std::string mitk::RTUIConstants::ISO_LEVEL_DOSE_VALUE_ID = "doseValue";
34 const std::string mitk::RTUIConstants::ISO_LEVEL_COLOR_RED_ID = "color_R";
35 const std::string mitk::RTUIConstants::ISO_LEVEL_COLOR_GREEN_ID = "color_G";
36 const std::string mitk::RTUIConstants::ISO_LEVEL_COLOR_BLUE_ID = "color_B";
37 const std::string mitk::RTUIConstants::ISO_LEVEL_VISIBILITY_ISOLINES_ID = "visibleIsoLines";
38 const std::string mitk::RTUIConstants::ISO_LEVEL_VISIBILITY_COLORWASH_ID = "visibleColorWash";
39 
41 
42 const std::string mitk::RTCTKEventConstants::TOPIC_ISO_DOSE_LEVEL_PRESETS = "org/mitk/rt/dosevisualization/presets";
43 const std::string mitk::RTCTKEventConstants::TOPIC_ISO_DOSE_LEVEL_PRESETS_CHANGED = "org/mitk/rt/dosevisualization/presets/CHANGED";
44 const std::string mitk::RTCTKEventConstants::TOPIC_REFERENCE_DOSE = "org/mitk/rt/dosevisualization/referenceDose";
45 const std::string mitk::RTCTKEventConstants::TOPIC_REFERENCE_DOSE_CHANGED = "org/mitk/rt/dosevisualization/referenceDose/CHANGED";
46 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