Medical Imaging Interaction Toolkit  2024.12.00
Medical Imaging Interaction Toolkit
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
mitkDoseNodeHelper.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 
14 #ifndef mitkDoseNodeHelper_h
15 #define mitkDoseNodeHelper_h
16 
18 #include "mitkDataNode.h"
19 #include "MitkRTExports.h"
20 
21 namespace mitk
22 {
25  const mitk::IsoDoseLevelSet* colorPreset,
26  mitk::DoseValueAbs referenceDose,
27  bool showColorWashGlobal = true);
28 
30  const mitk::IsoDoseLevelSet* colorPreset,
31  mitk::DoseValueAbs referenceDose,
32  bool showIsolinesGlobal = true);
33 
34 
35 }
36 
37 #endif
mitk::DoseValueAbs
double DoseValueAbs
Represents absolute dose values (in Gy).
Definition: mitkDoseValueType.h:23
mitk::ConfigureNodeAsDoseNode
void MITKRT_EXPORT ConfigureNodeAsDoseNode(mitk::DataNode *doseNode, const mitk::IsoDoseLevelSet *colorPreset, mitk::DoseValueAbs referenceDose, bool showColorWashGlobal=true)
mitk
Find image slices visible on a given plane.
Definition: RenderingTests.dox:1
MITKRT_EXPORT
#define MITKRT_EXPORT
Definition: MitkRTExports.h:15
mitkIsoDoseLevelCollections.h
mitk::IsoDoseLevelSet
Stores values needed for the representation/visualization of dose iso levels.
Definition: mitkIsoDoseLevelCollections.h:41
mitkDataNode.h
mitk::ConfigureNodeAsIsoLineNode
void MITKRT_EXPORT ConfigureNodeAsIsoLineNode(mitk::DataNode *doseOutlineNode, const mitk::IsoDoseLevelSet *colorPreset, mitk::DoseValueAbs referenceDose, bool showIsolinesGlobal=true)
mitk::DataNode
Class for nodes of the DataTree.
Definition: mitkDataNode.h:63
MitkRTExports.h