Medical Imaging Interaction Toolkit  2025.12.02
Medical Imaging Interaction Toolkit
mitkTwoCompartmentExchangeModel.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 mitkTwoCompartmentExchangeModel_h
14 #define mitkTwoCompartmentExchangeModel_h
15 
16 #include "mitkAIFBasedModelBase.h"
18 
19 
20 namespace mitk
21 {
41  {
42 
43  public:
48 
50  itkFactorylessNewMacro(Self);
51  itkCloneMacro(Self);
52 
55 
58  static const std::string NAME_PARAMETER_F;
59  static const std::string NAME_PARAMETER_PS;
60  static const std::string NAME_PARAMETER_ve;
61  static const std::string NAME_PARAMETER_vp;
62 
63  static const unsigned int POSITION_PARAMETER_F;
64  static const unsigned int POSITION_PARAMETER_PS;
65  static const unsigned int POSITION_PARAMETER_ve;
66  static const unsigned int POSITION_PARAMETER_vp;
67 
68  static const std::string UNIT_PARAMETER_F;
69  static const std::string UNIT_PARAMETER_PS;
70  static const std::string UNIT_PARAMETER_ve;
71  static const std::string UNIT_PARAMETER_vp;
72 
73  static const unsigned int NUMBER_OF_PARAMETERS;
74 
75  static const std::string MODEL_DISPLAY_NAME;
76 
77  static const std::string MODEL_TYPE;
78 
79  std::string GetModelDisplayName() const override;
80 
81  std::string GetModelType() const override;
82 
85 
87 
88 
89  protected:
92 
97  itk::LightObject::Pointer InternalClone() const override;
98 
99  ModelResultType ComputeModelfunction(const ParametersType& parameters) const override;
100 
101  void PrintSelf(std::ostream& os, ::itk::Indent indent) const override;
102 
103  private:
104 
105 
106  //No copy constructor allowed
107  TwoCompartmentExchangeModel(const Self& source);
108  void operator=(const Self&); //purposely not implemented
109 
110 
111 
112 
113  };
114 }
115 
116 #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
ModelTraitsInterface::ModelResultType ModelResultType
Definition: mitkModelBase.h:55
ModelTraitsInterface::ParametersType ParametersType
Definition: mitkModelBase.h:59
std::map< ParameterNameType, std::string > ParamterUnitMapType
Implementation of the analytical model function of the Physiological Pharmacokinetic Brix model,...
void PrintSelf(std::ostream &os, ::itk::Indent indent) const override
std::string GetModelDisplayName() const override
std::string GetModelType() const override
ParametersSizeType GetNumberOfParameters() const override
itk::LightObject::Pointer InternalClone() const override
itk::SmartPointer< const Self > ConstPointer
ParameterNamesType GetParameterNames() const override
ParamterUnitMapType GetParameterUnits() const override
ModelResultType ComputeModelfunction(const ParametersType &parameters) const override
Find image slices visible on a given plane.