Medical Imaging Interaction Toolkit  2023.04.00
Medical Imaging Interaction Toolkit
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
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 
57  static const std::string MODEL_DISPLAY_NAME;
58 
59  static const std::string NAME_PARAMETER_F;
60  static const std::string NAME_PARAMETER_PS;
61  static const std::string NAME_PARAMETER_ve;
62  static const std::string NAME_PARAMETER_vp;
63 
64  static const unsigned int POSITION_PARAMETER_F;
65  static const unsigned int POSITION_PARAMETER_PS;
66  static const unsigned int POSITION_PARAMETER_ve;
67  static const unsigned int POSITION_PARAMETER_vp;
68 
69  static const std::string UNIT_PARAMETER_F;
70  static const std::string UNIT_PARAMETER_PS;
71  static const std::string UNIT_PARAMETER_ve;
72  static const std::string UNIT_PARAMETER_vp;
73 
74  static const unsigned int NUMBER_OF_PARAMETERS;
75 
76  std::string GetModelDisplayName() const override;
77 
78  std::string GetModelType() const override;
79 
80  ParameterNamesType GetParameterNames() const override;
81  ParametersSizeType GetNumberOfParameters() const override;
82 
83  ParamterUnitMapType GetParameterUnits() const override;
84 
85 
86  protected:
88  ~TwoCompartmentExchangeModel() override;
89 
94  itk::LightObject::Pointer InternalClone() const override;
95 
96  ModelResultType ComputeModelfunction(const ParametersType& parameters) const override;
97 
98  void PrintSelf(std::ostream& os, ::itk::Indent indent) const override;
99 
100  private:
101 
102 
103  //No copy constructor allowed
104  TwoCompartmentExchangeModel(const Self& source);
105  void operator=(const Self&); //purposely not implemented
106 
107 
108 
109 
110  };
111 }
112 
113 #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:72
mitk::TwoCompartmentExchangeModel::NAME_PARAMETER_ve
static const std::string NAME_PARAMETER_ve
Definition: mitkTwoCompartmentExchangeModel.h:61
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:70
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:65
itk::SmartPointer< Self >
mitk::TwoCompartmentExchangeModel::MODEL_DISPLAY_NAME
static const std::string MODEL_DISPLAY_NAME
Definition: mitkTwoCompartmentExchangeModel.h:54
mitk::TwoCompartmentExchangeModel::POSITION_PARAMETER_F
static const unsigned int POSITION_PARAMETER_F
Definition: mitkTwoCompartmentExchangeModel.h:64
MitkPharmacokineticsExports.h
mitk
DataCollection - Class to facilitate loading/accessing structured data.
Definition: RenderingTests.dox:1
mitk::TwoCompartmentExchangeModel::POSITION_PARAMETER_ve
static const unsigned int POSITION_PARAMETER_ve
Definition: mitkTwoCompartmentExchangeModel.h:66
mitk::TwoCompartmentExchangeModel::UNIT_PARAMETER_F
static const std::string UNIT_PARAMETER_F
Definition: mitkTwoCompartmentExchangeModel.h:69
mitk::TwoCompartmentExchangeModel::Self
TwoCompartmentExchangeModel Self
Definition: mitkTwoCompartmentExchangeModel.h:44
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:59
mitk::TwoCompartmentExchangeModel::POSITION_PARAMETER_vp
static const unsigned int POSITION_PARAMETER_vp
Definition: mitkTwoCompartmentExchangeModel.h:67
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:74
mitk::TwoCompartmentExchangeModel::UNIT_PARAMETER_ve
static const std::string UNIT_PARAMETER_ve
Definition: mitkTwoCompartmentExchangeModel.h:71
mitk::TwoCompartmentExchangeModel::NAME_PARAMETER_PS
static const std::string NAME_PARAMETER_PS
Definition: mitkTwoCompartmentExchangeModel.h:60
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:62