Medical Imaging Interaction Toolkit  2025.12.02
Medical Imaging Interaction Toolkit
mitkStandardToftsModel.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 mitkStandardToftsModel_h
14 #define mitkStandardToftsModel_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(StandardToftsModel, ModelBase);
43 
44  static const std::string NAME_PARAMETER_Ktrans;
45  static const std::string NAME_PARAMETER_ve;
46 
47  static const std::string UNIT_PARAMETER_Ktrans;
48  static const std::string UNIT_PARAMETER_ve;
49 
50  static const unsigned int POSITION_PARAMETER_Ktrans;
51  static const unsigned int POSITION_PARAMETER_ve;
52 
53  static const unsigned int NUMBER_OF_PARAMETERS;
54 
55  static const std::string NAME_DERIVED_PARAMETER_kep;
56 
57  static const unsigned int NUMBER_OF_DERIVED_PARAMETERS;
58 
59  static const std::string UNIT_DERIVED_PARAMETER_kep;
60 
61  static const std::string MODEL_DISPLAY_NAME;
62 
63  static const std::string MODEL_TYPE;
64 
65 
66 
67  std::string GetModelDisplayName() const override;
68 
69  std::string GetModelType() const override;
70 
73 
75 
77 
79 
81 
82  protected:
84  ~StandardToftsModel() override;
85 
90  itk::LightObject::Pointer InternalClone() const override;
91 
92  ModelResultType ComputeModelfunction(const ParametersType& parameters) const override;
93 
95  parameters) const override;
96 
97 
98  void PrintSelf(std::ostream& os, ::itk::Indent indent) const override;
99 
100  private:
101 
102 
103  //No copy constructor allowed
104  StandardToftsModel(const Self& source);
105  void operator=(const Self&); //purposely not implemented
106 
107 
108 
109 
110  };
111 }
112 
113 #endif
#define MITKPHARMACOKINETICS_EXPORT
Base Class for all physiological perfusion models using an Aterial Input Function All AIF based model...
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
Implementation of the Model function of the Tofts pharmacokinetic model, using an Aterial Input Funct...
ParamterUnitMapType GetDerivedParameterUnits() const override
static const std::string MODEL_DISPLAY_NAME
std::string GetModelDisplayName() const override
static const std::string NAME_PARAMETER_ve
itk::LightObject::Pointer InternalClone() const override
DerivedParameterMapType ComputeDerivedParameters(const mitk::ModelBase::ParametersType &parameters) const override
static const std::string UNIT_PARAMETER_ve
~StandardToftsModel() override
static const unsigned int NUMBER_OF_PARAMETERS
static const std::string NAME_DERIVED_PARAMETER_kep
ParametersSizeType GetNumberOfDerivedParameters() const override
static const std::string UNIT_PARAMETER_Ktrans
static const unsigned int POSITION_PARAMETER_ve
ParametersSizeType GetNumberOfParameters() const override
void PrintSelf(std::ostream &os, ::itk::Indent indent) const override
ParameterNamesType GetParameterNames() const override
itk::SmartPointer< const Self > ConstPointer
itk::SmartPointer< Self > Pointer
std::string GetModelType() const override
static const unsigned int NUMBER_OF_DERIVED_PARAMETERS
static const unsigned int POSITION_PARAMETER_Ktrans
static const std::string NAME_PARAMETER_Ktrans
ParameterNamesType GetDerivedParameterNames() const override
static const std::string MODEL_TYPE
static const std::string UNIT_DERIVED_PARAMETER_kep
ModelResultType ComputeModelfunction(const ParametersType &parameters) const override
ParamterUnitMapType GetParameterUnits() const override
Find image slices visible on a given plane.