Medical Imaging Interaction Toolkit  2025.12.02
Medical Imaging Interaction Toolkit
mitkTwoTissueCompartmentModel.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 mitkTwoTissueCompartmentModel_h
14 #define mitkTwoTissueCompartmentModel_h
15 
16 #include "mitkAIFBasedModelBase.h"
18 
19 
20 namespace mitk
21 {
23  {
24 
25  public:
30 
32  itkFactorylessNewMacro(Self);
33  itkCloneMacro(Self);
34 
37 
40  static const std::string NAME_PARAMETER_K1;
41  static const std::string NAME_PARAMETER_k2;
42  static const std::string NAME_PARAMETER_k3;
43  static const std::string NAME_PARAMETER_k4;
44  static const std::string NAME_PARAMETER_vb;
45 
46  static const std::string UNIT_PARAMETER_K1;
47  static const std::string UNIT_PARAMETER_k2;
48  static const std::string UNIT_PARAMETER_k3;
49  static const std::string UNIT_PARAMETER_k4;
50  static const std::string UNIT_PARAMETER_vb;
51 
52  static const unsigned int POSITION_PARAMETER_K1;
53  static const unsigned int POSITION_PARAMETER_k2;
54  static const unsigned int POSITION_PARAMETER_k3;
55  static const unsigned int POSITION_PARAMETER_k4;
56  static const unsigned int POSITION_PARAMETER_vb;
57 
58  static const unsigned int NUMBER_OF_PARAMETERS;
59 
60  static const std::string MODEL_DISPLAY_NAME;
61 
62  static const std::string MODEL_TYPE;
63 
64  std::string GetModelDisplayName() const override;
65 
66  std::string GetModelType() const override;
67 
70 
72 
73  protected:
76 
81  itk::LightObject::Pointer InternalClone() const override;
82 
83  ModelResultType ComputeModelfunction(const ParametersType& parameters) const override;
84 
85  void PrintSelf(std::ostream& os, ::itk::Indent indent) const override;
86 
87  private:
88 
89 
90  //No copy constructor allowed
91  TwoTissueCompartmentModel(const Self& source);
92  void operator=(const Self&); //purposely not implemented
93 
94  };
95 }
96 
97 #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
static const unsigned int POSITION_PARAMETER_vb
void PrintSelf(std::ostream &os, ::itk::Indent indent) const override
ParamterUnitMapType GetParameterUnits() const override
std::string GetModelType() const override
ParameterNamesType GetParameterNames() const override
static const unsigned int NUMBER_OF_PARAMETERS
static const unsigned int POSITION_PARAMETER_k4
static const unsigned int POSITION_PARAMETER_K1
static const unsigned int POSITION_PARAMETER_k3
itk::LightObject::Pointer InternalClone() const override
ModelResultType ComputeModelfunction(const ParametersType &parameters) const override
std::string GetModelDisplayName() const override
itk::SmartPointer< const Self > ConstPointer
static const unsigned int POSITION_PARAMETER_k2
ParametersSizeType GetNumberOfParameters() const override
Find image slices visible on a given plane.