Medical Imaging Interaction Toolkit  2025.12.02
Medical Imaging Interaction Toolkit
mitkExtendedToftsModel.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 #ifndef mitkExtendedToftsModel_h
14 #define mitkExtendedToftsModel_h
15 
16 #include "mitkAIFBasedModelBase.h"
18 
19 namespace mitk
20 {
29  {
30 
31  public:
36 
38  itkFactorylessNewMacro(Self);
39  itkCloneMacro(Self);
40 
42  itkTypeMacro(ExtendedToftsModel, ModelBase);
43 
44  static const std::string NAME_PARAMETER_Ktrans;
45  static const std::string NAME_PARAMETER_ve;
46  static const std::string NAME_PARAMETER_vp;
47 
48  static const std::string UNIT_PARAMETER_Ktrans;
49  static const std::string UNIT_PARAMETER_ve;
50  static const std::string UNIT_PARAMETER_vp;
51 
52  static const unsigned int POSITION_PARAMETER_Ktrans;
53  static const unsigned int POSITION_PARAMETER_ve;
54  static const unsigned int POSITION_PARAMETER_vp;
55 
56  static const unsigned int NUMBER_OF_PARAMETERS;
57 
58  static const std::string NAME_DERIVED_PARAMETER_kep;
59 
60  static const unsigned int NUMBER_OF_DERIVED_PARAMETERS;
61 
62  static const std::string UNIT_DERIVED_PARAMETER_kep;
63 
64  static const std::string MODEL_DISPLAY_NAME;
65 
66  static const std::string MODEL_TYPE;
67 
68 
69  std::string GetModelDisplayName() const override;
70 
71  std::string GetModelType() const override;
72 
75 
77 
79 
82 
83 
84  protected:
86  ~ExtendedToftsModel() override;
87 
92  itk::LightObject::Pointer InternalClone() const override;
93 
94  ModelResultType ComputeModelfunction(const ParametersType& parameters) const override;
95 
97  parameters) const override;
98 
99 
100  void PrintSelf(std::ostream& os, ::itk::Indent indent) const override;
101 
102  private:
103 
104 
105  //No copy constructor allowed
106  ExtendedToftsModel(const Self& source);
107  void operator=(const Self&); //purposely not implemented
108 
109 
110 
111 
112  };
113 }
114 
115 #endif
#define MITKPHARMACOKINETICS_EXPORT
Base Class for all physiological perfusion models using an Aterial Input Function All AIF based model...
Implementation of the Model function of the Tofts pharmacokinetic model, using an Aterial Input Funct...
static const std::string UNIT_PARAMETER_vp
DerivedParameterMapType ComputeDerivedParameters(const mitk::ModelBase::ParametersType &parameters) const override
ParamterUnitMapType GetParameterUnits() const override
static const std::string UNIT_PARAMETER_Ktrans
static const std::string UNIT_DERIVED_PARAMETER_kep
static const std::string NAME_PARAMETER_ve
ParametersSizeType GetNumberOfParameters() const override
ParameterNamesType GetDerivedParameterNames() const override
static const std::string UNIT_PARAMETER_ve
void PrintSelf(std::ostream &os, ::itk::Indent indent) const override
static const unsigned int POSITION_PARAMETER_vp
~ExtendedToftsModel() override
itk::SmartPointer< Self > Pointer
ParamterUnitMapType GetDerivedParameterUnits() const override
static const std::string NAME_DERIVED_PARAMETER_kep
ModelResultType ComputeModelfunction(const ParametersType &parameters) const override
ParametersSizeType GetNumberOfDerivedParameters() const override
static const std::string MODEL_TYPE
static const unsigned int POSITION_PARAMETER_ve
static const std::string NAME_PARAMETER_Ktrans
itk::LightObject::Pointer InternalClone() const override
ParameterNamesType GetParameterNames() const override
std::string GetModelDisplayName() const override
std::string GetModelType() const override
static const unsigned int NUMBER_OF_DERIVED_PARAMETERS
static const unsigned int NUMBER_OF_PARAMETERS
static const std::string MODEL_DISPLAY_NAME
static const std::string NAME_PARAMETER_vp
static const unsigned int POSITION_PARAMETER_Ktrans
itk::SmartPointer< const Self > ConstPointer
Base class for (dynamic) models. A model can be used to calculate its signal given the discrete time ...
Definition: mitkModelBase.h:48
ModelTraitsInterface::ParametersSizeType ParametersSizeType
Definition: mitkModelBase.h:65
ModelTraitsInterface::ParameterNamesType ParameterNamesType
Definition: mitkModelBase.h:64
std::map< ParameterNameType, DerivedParameterValueType > DerivedParameterMapType
Definition: mitkModelBase.h:75
ModelTraitsInterface::ModelResultType ModelResultType
Definition: mitkModelBase.h:55
ModelTraitsInterface::ParametersType ParametersType
Definition: mitkModelBase.h:59
std::map< ParameterNameType, std::string > ParamterUnitMapType
Find image slices visible on a given plane.