Medical Imaging Interaction Toolkit  2025.12.02
Medical Imaging Interaction Toolkit
mitkInitialParameterizationDelegateBase.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 mitkInitialParameterizationDelegateBase_h
14 #define mitkInitialParameterizationDelegateBase_h
15 
16 #include <itkObject.h>
17 #include <itkIndex.h>
18 
19 #include "mitkModelBase.h"
20 
21 #include "MitkModelFitExports.h"
22 
23 namespace mitk
24 {
30  {
31  public:
33  typedef itk::Object Superclass;
36 
37  itkTypeMacro(InitialParameterizationDelegateBase, itk::Object);
38 
40 
42 
43  typedef ::itk::Index<3> IndexType;
44 
49  virtual ParametersType GetInitialParameterization(const IndexType& currentPosition) const = 0;
50 
51  protected:
52 
54 
56 
57  private:
58 
59  //No copy constructor allowed
61  void operator=(const Self&); //purposely not implemented
62  };
63 }
64 
65 #endif
#define MITKMODELFIT_EXPORT
virtual ParametersType GetInitialParameterization() const =0
virtual ParametersType GetInitialParameterization(const IndexType &currentPosition) const =0
Base class for (dynamic) models. A model can be used to calculate its signal given the discrete time ...
Definition: mitkModelBase.h:48
ModelTraitsInterface::ParametersType ParametersType
Definition: mitkModelBase.h:59
Find image slices visible on a given plane.