Medical Imaging Interaction Toolkit  2025.12.02
Medical Imaging Interaction Toolkit
mitkExtendedOneTissueCompartmentModel.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 mitkExtendedOneTissueCompartmentModel_h
14 #define mitkExtendedOneTissueCompartmentModel_h
15 
16 #include "mitkAIFBasedModelBase.h"
18 
19 namespace mitk
20 {
21 
22 
24  {
25 
26  public:
31 
33  itkFactorylessNewMacro(Self);
34  itkCloneMacro(Self);
35 
38 
39  static const std::string MODEL_DISPLAY_NAME;
40 
41  static const std::string NAME_PARAMETER_K1;
42  static const std::string NAME_PARAMETER_k2;
43  static const std::string NAME_PARAMETER_vb;
44 
45  static const std::string UNIT_PARAMETER_K1;
46  static const std::string UNIT_PARAMETER_k2;
47  static const std::string UNIT_PARAMETER_vb;
48 
49  static const unsigned int POSITION_PARAMETER_K1;
50  static const unsigned int POSITION_PARAMETER_k2;
51  static const unsigned int POSITION_PARAMETER_vb;
52 
53  static const unsigned int NUMBER_OF_PARAMETERS;
54 
55  static const std::string MODEL_TYPE;
56 
57  std::string GetModelDisplayName() const override;
58 
59  std::string GetModelType() const override;
60 
62 
64 
66 
67  protected:
70 
75  itk::LightObject::Pointer InternalClone() const override;
76 
77  ModelResultType ComputeModelfunction(const ParametersType& parameters) const override;
78 
79  void PrintSelf(std::ostream& os, ::itk::Indent indent) const override;
80 
81  private:
82 
83 
84  //No copy constructor allowed
86  void operator=(const Self&); //purposely not implemented
87 
88 
89 
90 
91  };
92 }
93 
94 #endif
#define MITKPHARMACOKINETICS_EXPORT
Base Class for all physiological perfusion models using an Aterial Input Function All AIF based model...
ParametersSizeType GetNumberOfParameters() const override
ParameterNamesType GetParameterNames() const override
std::string GetModelDisplayName() const override
void PrintSelf(std::ostream &os, ::itk::Indent indent) const override
ModelResultType ComputeModelfunction(const ParametersType &parameters) const override
itk::LightObject::Pointer InternalClone() const override
std::string GetModelType() const override
ParamterUnitMapType GetParameterUnits() const override
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
Find image slices visible on a given plane.