Medical Imaging Interaction Toolkit  2025.12.02
Medical Imaging Interaction Toolkit
mitkExponentialDecayModelParameterizer.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 mitkExponentialDecayModelParameterizer_h
14 #define mitkExponentialDecayModelParameterizer_h
15 
18 #include "MitkModelFitExports.h"
19 
20 namespace mitk
21 {
22 
24  mitk::ConcreteModelParameterizerBase<mitk::ExponentialDecayModel>
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
#define MITKMODELFIT_EXPORT
Superclass::StaticParameterValueType StaticParameterValueType
ParametersType GetDefaultInitialParameterization() const override
Superclass::StaticParameterValuesType StaticParameterValuesType
mitk::ConcreteModelParameterizerBase< mitk::ExponentialDecayModel > Superclass
Simple model of exponential decay in the form of: y(x) = y-intercept * exp(-x/lambda) with lambda bei...
ModelBaseType::ParametersType ParametersType
Find image slices visible on a given plane.