Medical Imaging Interaction Toolkit  2025.12.02
Medical Imaging Interaction Toolkit
mitkModelFitParameter.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 mitkModelFitParameter_h
14 #define mitkModelFitParameter_h
15 
16 #include <mitkImage.h>
17 
18 #include "MitkModelFitExports.h"
19 
20 namespace mitk
21 {
22  namespace modelFit
23  {
28  class MITKMODELFIT_EXPORT Parameter : public itk::LightObject
29  {
30  public:
31  mitkClassMacroItkParent(Parameter, itk::LightObject);
33 
34  enum Type
35  {
39  EvaluationType
40  };
41 
43 
45  std::string name;
49  std::string unit;
51  float scale;
54  };
55 
62  }
63 }
64 
65 #endif
#define MITKMODELFIT_EXPORT
Base of all data objects.
Definition: mitkBaseData.h:44
mitkClassMacroItkParent(Parameter, itk::LightObject)
mitk::Image::ConstPointer image
MITKMODELFIT_EXPORT Parameter::Pointer ExtractParameterFromData(const mitk::BaseData *data)
Find image slices visible on a given plane.