Medical Imaging Interaction Toolkit  2025.12.02
Medical Imaging Interaction Toolkit
mitkSUVCalculationHelper.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,
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 
18 #ifndef mitkSUVCalculationHelper_h
19 #define mitkSUVCalculationHelper_h
20 
21 #include <vector>
22 #include <string>
23 
24 //MITK
25 #include <mitkSlicedData.h>
26 
27 #include "MitkPETExports.h"
28 
29 namespace mitk
30 {
31  class BaseData;
32 
37 
40 
45 
50 
52  typedef std::map<mitk::SlicedData::IndexValueType, double> DecayTimeSliceMapType;
53  typedef std::map<mitk::TimeStepType, DecayTimeSliceMapType> DecayTimeMapType;
54 
61 
62 }
63 
64 #endif
65 
#define MITKPET_EXPORT
Base of all data objects.
Definition: mitkBaseData.h:44
Find image slices visible on a given plane.
std::string MITKPET_EXPORT GetRadionuclideNames(mitk::BaseData *data)
std::vector< double > MITKPET_EXPORT GetRadionuclideHalfLife(mitk::BaseData *data)
std::map< mitk::TimeStepType, DecayTimeSliceMapType > DecayTimeMapType
DecayTimeMapType MITKPET_EXPORT DeduceDecayTime_AcquisitionMinusStartSliceResolved(mitk::BaseData *data)
double MITKPET_EXPORT GetPatientsWeight(mitk::BaseData *data)
std::vector< double > MITKPET_EXPORT GetRadionuclideTotalDose(mitk::BaseData *data)
std::map< mitk::SlicedData::IndexValueType, double > DecayTimeSliceMapType