Medical Imaging Interaction Toolkit  2023.12.99-7a59bd54
Medical Imaging Interaction Toolkit
mitkDoseValueType.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 mitkDoseValueType_h
15 #define mitkDoseValueType_h
16 
17 namespace mitk
18 {
19 
23 typedef double DoseValueAbs;
24 
28 typedef double DoseValueRel;
29 
30 
31 } // namespace mitk
32 
33 #endif
mitk::DoseValueAbs
double DoseValueAbs
Represents absolute dose values (in Gy).
Definition: mitkDoseValueType.h:23
mitk::DoseValueRel
double DoseValueRel
Represents relative dose values (in %).
Definition: mitkDoseValueType.h:28
mitk
Find image slices visible on a given plane.
Definition: RenderingTests.dox:1