Medical Imaging Interaction Toolkit  2023.12.99-ed252ae7
Medical Imaging Interaction Toolkit
mitkThreeStepLinearModelParameterizer.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 mitkThreeStepLinearModelParameterizer_h
14 #define mitkThreeStepLinearModelParameterizer_h
15 
18 
19 namespace mitk
20 {
21 
23  mitk::ConcreteModelParameterizerBase<mitk::ThreeStepLinearModel>
24 {
25 public:
30 
32  itkFactorylessNewMacro(Self);
33 
34  typedef Superclass::ModelBaseType ModelBaseType;
35  typedef Superclass::ModelBasePointer ModelBasePointer;
36 
37  typedef Superclass::ModelType ModelType;
38  typedef Superclass::ModelPointer ModelPointer;
39 
40  typedef Superclass::StaticParameterValueType StaticParameterValueType;
41  typedef Superclass::StaticParameterValuesType StaticParameterValuesType;
42  typedef Superclass::StaticParameterMapType StaticParameterMapType;
43 
44  typedef Superclass::IndexType IndexType;
45 
48  ParametersType GetDefaultInitialParameterization() const override;
49 
50 protected:
52 
54 
55 private:
56 
57  //No copy constructor allowed
58  ThreeStepLinearModelParameterizer(const Self& source);
59  void operator=(const Self&); //purposely not implemented
60 };}
61 
62 #endif
mitk::ModelParameterizerBase
Definition: mitkModelParameterizerBase.h:36
mitk::ThreeStepLinearModelParameterizer::StaticParameterValueType
Superclass::StaticParameterValueType StaticParameterValueType
Definition: mitkThreeStepLinearModelParameterizer.h:40
mitkThreeStepLinearModel.h
mitk::ThreeStepLinearModelParameterizer::ModelBaseType
Superclass::ModelBaseType ModelBaseType
Definition: mitkThreeStepLinearModelParameterizer.h:32
mitk::ThreeStepLinearModelParameterizer::IndexType
Superclass::IndexType IndexType
Definition: mitkThreeStepLinearModelParameterizer.h:44
mitk::ThreeStepLinearModelParameterizer::StaticParameterMapType
Superclass::StaticParameterMapType StaticParameterMapType
Definition: mitkThreeStepLinearModelParameterizer.h:42
itk::SmartPointer< Self >
mitk::ThreeStepLinearModelParameterizer::Self
ThreeStepLinearModelParameterizer Self
Definition: mitkThreeStepLinearModelParameterizer.h:26
mitk::ThreeStepLinearModelParameterizer::ConstPointer
itk::SmartPointer< const Self > ConstPointer
Definition: mitkThreeStepLinearModelParameterizer.h:29
mitk::ConcreteModelParameterizerBase
Definition: mitkConcreteModelParameterizerBase.h:21
MITKMODELFIT_EXPORT
#define MITKMODELFIT_EXPORT
Definition: MitkModelFitExports.h:15
mitk
Find image slices visible on a given plane.
Definition: RenderingTests.dox:1
mitk::ThreeStepLinearModelParameterizer::ThreeStepLinearModelParameterizer
ThreeStepLinearModelParameterizer()
Definition: mitkThreeStepLinearModelParameterizer.h:51
mitk::ThreeStepLinearModelParameterizer::ModelBasePointer
Superclass::ModelBasePointer ModelBasePointer
Definition: mitkThreeStepLinearModelParameterizer.h:35
mitk::ThreeStepLinearModelParameterizer::ModelPointer
Superclass::ModelPointer ModelPointer
Definition: mitkThreeStepLinearModelParameterizer.h:38
mitk::ModelParameterizerBase::ParametersType
ModelBaseType::ParametersType ParametersType
Definition: mitkModelParameterizerBase.h:49
mitk::ThreeStepLinearModelParameterizer::~ThreeStepLinearModelParameterizer
~ThreeStepLinearModelParameterizer() override
Definition: mitkThreeStepLinearModelParameterizer.h:53
mitk::ThreeStepLinearModelParameterizer
Definition: mitkThreeStepLinearModelParameterizer.h:22
mitk::ThreeStepLinearModelParameterizer::ModelType
Superclass::ModelType ModelType
Definition: mitkThreeStepLinearModelParameterizer.h:37
mitkConcreteModelParameterizerBase.h
mitk::ThreeStepLinearModelParameterizer::Superclass
mitk::ConcreteModelParameterizerBase< mitk::ThreeStepLinearModel > Superclass
Definition: mitkThreeStepLinearModelParameterizer.h:27
mitk::ThreeStepLinearModelParameterizer::StaticParameterValuesType
Superclass::StaticParameterValuesType StaticParameterValuesType
Definition: mitkThreeStepLinearModelParameterizer.h:41
mitk::ThreeStepLinearModelParameterizer::Pointer
itk::SmartPointer< Self > Pointer
Definition: mitkThreeStepLinearModelParameterizer.h:28