Medical Imaging Interaction Toolkit  2025.12.02
Medical Imaging Interaction Toolkit
mitkExponentialSaturationModelParameterizer.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 __EXPONENTIAL_SATURATION_MODEL_PARAMETERIZER_H
14 #define __EXPONENTIAL_SATURATION_MODEL_PARAMETERIZER_H
15 
18 #include "MitkModelFitExports.h"
19 
20 namespace mitk
21 {
22 
24  mitk::ConcreteModelParameterizerBase<mitk::ExponentialSaturationModel>
25  {
26  public:
31 
34  itkFactorylessNewMacro(Self);
35 
38 
41 
45 
47 
49 
50  protected:
52 
54 
55  private:
56 
57  //No copy constructor allowed
59  void operator=(const Self&); //purposely not implemented
60  };
61 }
62 
63 #endif // __EXPONENTIAL_SATURATION_MODEL_PARAMETERIZER_H
#define MITKMODELFIT_EXPORT
ParametersType GetDefaultInitialParameterization() const override
mitk::ConcreteModelParameterizerBase< mitk::ExponentialSaturationModel > Superclass
This generic model has the form: if x<onset: y(x) = baseline , else: y(x) = baseline + (y_final-basel...
ModelBaseType::ParametersType ParametersType
Find image slices visible on a given plane.