Medical Imaging Interaction Toolkit  2023.04.00
Medical Imaging Interaction Toolkit
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
mitkNumericTwoCompartmentExchangeModelFactory.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 #ifndef mitkNumericTwoCompartmentExchangeModelFactory_h
13 #define mitkNumericTwoCompartmentExchangeModelFactory_h
14 
17 
18 namespace mitk
19 {
20 
22  mitk::TwoCompartmentExchangeModelFactoryBase<NumericTwoCompartmentExchangeModelParameterizer>
23  {
24  public:
27  itkFactorylessNewMacro(Self);
28 
29  protected:
30 
31  ModelParameterizerBase::Pointer DoCreateParameterizer(const modelFit::ModelFitInfo* fit) const override;
32 
34 
36 
37  private:
38 
39  //No copy constructor allowed
41  void operator=(const Self&); //purposely not implemented
42 
43  };
44 
45 }
46 #endif
MITKPHARMACOKINETICS_EXPORT
#define MITKPHARMACOKINETICS_EXPORT
Definition: MitkPharmacokineticsExports.h:15
mitk::NumericTwoCompartmentExchangeModelFactory
Definition: mitkNumericTwoCompartmentExchangeModelFactory.h:21
mitk::modelFit::ModelFitInfo
Data class that stores all information about a modelfit that is relevant to the visualization and sto...
Definition: mitkModelFitInfo.h:36
mitkTwoCompartmentExchangeModelFactoryBase.h
itk::SmartPointer< Self >
mitk
DataCollection - Class to facilitate loading/accessing structured data.
Definition: RenderingTests.dox:1
mitkNumericTwoCompartmentExchangeModelParameterizer.h
mitkClassMacro
#define mitkClassMacro(className, SuperClassName)
Definition: mitkCommon.h:36
mitk::TwoCompartmentExchangeModelFactoryBase
Definition: mitkTwoCompartmentExchangeModelFactoryBase.h:22