Medical Imaging Interaction Toolkit  2025.12.02
Medical Imaging Interaction Toolkit
mitkExpDecayOffsetModelParameterizer.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 mitkExpDecayOffsetModelParameterizer_h
14 #define mitkExpDecayOffsetModelParameterizer_h
15 
18 #include "MitkModelFitExports.h"
19 
20 namespace mitk
21 {
22 
24  mitk::ConcreteModelParameterizerBase<mitk::ExpDecayOffsetModel>
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::StaticParameterValuesType StaticParameterValuesType
mitk::ConcreteModelParameterizerBase< mitk::ExpDecayOffsetModel > Superclass
Superclass::StaticParameterValueType StaticParameterValueType
Superclass::StaticParameterMapType StaticParameterMapType
ParametersType GetDefaultInitialParameterization() const override
Implementation of a general exponential decay model with offset, following the function: y(x) = y-int...
ModelBaseType::ParametersType ParametersType
Find image slices visible on a given plane.