Medical Imaging Interaction Toolkit  2025.12.02
Medical Imaging Interaction Toolkit
mitkStandardToftsModelParameterizer.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 mitkStandardToftsModelParameterizer_h
14 #define mitkStandardToftsModelParameterizer_h
15 
17 #include "mitkStandardToftsModel.h"
18 
20 
21 namespace mitk
22 {
23 
25  mitk::AIFBasedModelParameterizerBase<mitk::StandardToftsModel>
26  {
27  public:
32 
35  itkFactorylessNewMacro(Self);
36 
39 
40  typedef Superclass::ModelType ModelType;
41  typedef ModelType::Pointer ModelPointer;
42 
46 
48 
52 
53  protected:
55 
57 
58  private:
59 
60  //No copy constructor allowed
62  void operator=(const Self&); //purposely not implemented
63  };
64 }
65 #endif
#define MITKPHARMACOKINETICS_EXPORT
Base class for (dynamic) models. A model can be used to calculate its signal given the discrete time ...
Definition: mitkModelBase.h:48
ModelBaseType::StaticParameterValueType StaticParameterValueType
ModelBaseType::ParametersType ParametersType
ModelBaseType::StaticParameterValuesType StaticParameterValuesType
ModelBaseType::StaticParameterMapType StaticParameterMapType
ParametersType GetDefaultInitialParameterization() const override
Superclass::StaticParameterValuesType StaticParameterValuesType
mitk::AIFBasedModelParameterizerBase< mitk::StandardToftsModel > Superclass
Superclass::StaticParameterMapType StaticParameterMapType
Superclass::StaticParameterValueType StaticParameterValueType
Find image slices visible on a given plane.