Medical Imaging Interaction Toolkit  2023.12.99-63768887
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 
83  ParameterNamesType GetParameterNames() const override;
84  ParametersSizeType GetNumberOfParameters() const override;
85 
86  ParamterUnitMapType GetParameterUnits() const override;
87 
88 
89  protected:
91  ~TwoCompartmentExchangeModel() override;
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
mitk::ModelTraitsInterface::ParamterUnitMapType
std::map< ParameterNameType, std::string > ParamterUnitMapType
Definition: mitkModelTraitsInterface.h:40
MITKPHARMACOKINETICS_EXPORT
#define MITKPHARMACOKINETICS_EXPORT
Definition: MitkPharmacokineticsExports.h:15
mitk::TwoCompartmentExchangeModel::UNIT_PARAMETER_vp
static const std::string UNIT_PARAMETER_vp
Definition: mitkTwoCompartmentExchangeModel.h:71
mitk::TwoCompartmentExchangeModel::NAME_PARAMETER_ve
static const std::string NAME_PARAMETER_ve
Definition: mitkTwoCompartmentExchangeModel.h:60
mitk::ModelBase::ParameterNamesType
ModelTraitsInterface::ParameterNamesType ParameterNamesType
Definition: mitkModelBase.h:64
mitk::ModelBase::ModelResultType
ModelTraitsInterface::ModelResultType ModelResultType
Definition: mitkModelBase.h:55
mitkAIFBasedModelBase.h
mitk::TwoCompartmentExchangeModel::UNIT_PARAMETER_PS
static const std::string UNIT_PARAMETER_PS
Definition: mitkTwoCompartmentExchangeModel.h:69
mitk::TwoCompartmentExchangeModel::Pointer
itk::SmartPointer< Self > Pointer
Definition: mitkTwoCompartmentExchangeModel.h:46
mitk::ModelBase::ParametersType
ModelTraitsInterface::ParametersType ParametersType
Definition: mitkModelBase.h:59
mitk::TwoCompartmentExchangeModel::POSITION_PARAMETER_PS
static const unsigned int POSITION_PARAMETER_PS
Definition: mitkTwoCompartmentExchangeModel.h:64
itk::SmartPointer< Self >
mitk::TwoCompartmentExchangeModel::MODEL_DISPLAY_NAME
static const std::string MODEL_DISPLAY_NAME
Definition: mitkTwoCompartmentExchangeModel.h:75
mitk::TwoCompartmentExchangeModel::POSITION_PARAMETER_F
static const unsigned int POSITION_PARAMETER_F
Definition: mitkTwoCompartmentExchangeModel.h:63
MitkPharmacokineticsExports.h
mitk
Find image slices visible on a given plane.
Definition: RenderingTests.dox:1
mitk::TwoCompartmentExchangeModel::POSITION_PARAMETER_ve
static const unsigned int POSITION_PARAMETER_ve
Definition: mitkTwoCompartmentExchangeModel.h:65
mitk::TwoCompartmentExchangeModel::UNIT_PARAMETER_F
static const std::string UNIT_PARAMETER_F
Definition: mitkTwoCompartmentExchangeModel.h:68
mitk::TwoCompartmentExchangeModel::Self
TwoCompartmentExchangeModel Self
Definition: mitkTwoCompartmentExchangeModel.h:44
mitk::TwoCompartmentExchangeModel::MODEL_TYPE
static const std::string MODEL_TYPE
Definition: mitkTwoCompartmentExchangeModel.h:77
mitk::TwoCompartmentExchangeModel::ConstPointer
itk::SmartPointer< const Self > ConstPointer
Definition: mitkTwoCompartmentExchangeModel.h:47
mitk::TwoCompartmentExchangeModel::NAME_PARAMETER_F
static const std::string NAME_PARAMETER_F
Definition: mitkTwoCompartmentExchangeModel.h:54
mitk::TwoCompartmentExchangeModel::POSITION_PARAMETER_vp
static const unsigned int POSITION_PARAMETER_vp
Definition: mitkTwoCompartmentExchangeModel.h:66
mitk::ModelBase::ParametersSizeType
ModelTraitsInterface::ParametersSizeType ParametersSizeType
Definition: mitkModelBase.h:65
mitk::TwoCompartmentExchangeModel
Implementation of the analystical model function of the Physiological Pharmacokinetic Brix model,...
Definition: mitkTwoCompartmentExchangeModel.h:40
mitk::TwoCompartmentExchangeModel::Superclass
AIFBasedModelBase Superclass
Definition: mitkTwoCompartmentExchangeModel.h:45
mitk::TwoCompartmentExchangeModel::NUMBER_OF_PARAMETERS
static const unsigned int NUMBER_OF_PARAMETERS
Definition: mitkTwoCompartmentExchangeModel.h:73
mitk::TwoCompartmentExchangeModel::UNIT_PARAMETER_ve
static const std::string UNIT_PARAMETER_ve
Definition: mitkTwoCompartmentExchangeModel.h:70
mitk::TwoCompartmentExchangeModel::NAME_PARAMETER_PS
static const std::string NAME_PARAMETER_PS
Definition: mitkTwoCompartmentExchangeModel.h:59
mitk::ModelBase
Base class for (dynamic) models. A model can be used to calculate its signal given the discrete time ...
Definition: mitkModelBase.h:47
mitk::AIFBasedModelBase
Base Class for all physiological perfusion models using an Aterial Input Function All AIF based model...
Definition: mitkAIFBasedModelBase.h:31
mitk::TwoCompartmentExchangeModel::NAME_PARAMETER_vp
static const std::string NAME_PARAMETER_vp
Definition: mitkTwoCompartmentExchangeModel.h:61